From 2ff11dec0a3ac0167c18bc5d240cbdd70c4135ac Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 15 Oct 2024 21:47:13 +0100 Subject: [PATCH] Update translations --- app/_translations.py | 456 ++--- translations/ar/LC_MESSAGES/messages.po | 1282 ++++++++------- translations/be/LC_MESSAGES/messages.po | 1255 +++++++------- translations/ca/LC_MESSAGES/messages.po | 1291 ++++++++------- translations/cs/LC_MESSAGES/messages.po | 1278 +++++++------- translations/da/LC_MESSAGES/messages.po | 1265 +++++++------- translations/de/LC_MESSAGES/messages.po | 1450 ++++++++-------- translations/el/LC_MESSAGES/messages.po | 1275 +++++++------- translations/eo/LC_MESSAGES/messages.po | 1288 ++++++++------- translations/es/LC_MESSAGES/messages.po | 1590 +++++++++--------- translations/fa/LC_MESSAGES/messages.po | 1284 ++++++++------- translations/fr/LC_MESSAGES/messages.po | 1509 +++++++++-------- translations/gl/LC_MESSAGES/messages.po | 1305 ++++++++------- translations/he/LC_MESSAGES/messages.po | 1265 +++++++------- translations/hi/LC_MESSAGES/messages.po | 1265 +++++++------- translations/hu/LC_MESSAGES/messages.po | 1436 ++++++++-------- translations/ia/LC_MESSAGES/messages.po | 1265 +++++++------- translations/id/LC_MESSAGES/messages.po | 1437 ++++++++-------- translations/it/LC_MESSAGES/messages.po | 1736 ++++++++++---------- translations/ja/LC_MESSAGES/messages.po | 1316 ++++++++------- translations/jv/LC_MESSAGES/messages.po | 1277 +++++++------- translations/kv/LC_MESSAGES/messages.po | 1267 +++++++------- translations/lv/LC_MESSAGES/messages.po | 1314 ++++++++------- translations/lzh/LC_MESSAGES/messages.po | 1267 +++++++------- translations/messages.pot | 1222 +++++++------- translations/ms/LC_MESSAGES/messages.po | 1360 +++++++-------- translations/nb_NO/LC_MESSAGES/messages.po | 1271 +++++++------- translations/nl/LC_MESSAGES/messages.po | 1334 +++++++-------- translations/nn/LC_MESSAGES/messages.po | 1326 ++++++++------- translations/pl/LC_MESSAGES/messages.po | 1524 ++++++++--------- translations/pt/LC_MESSAGES/messages.po | 1360 +++++++-------- translations/pt_BR/LC_MESSAGES/messages.po | 1340 +++++++-------- translations/ro/LC_MESSAGES/messages.po | 1274 +++++++------- translations/ru/LC_MESSAGES/messages.po | 1454 ++++++++-------- translations/sk/LC_MESSAGES/messages.po | 1431 ++++++++-------- translations/sv/LC_MESSAGES/messages.po | 1508 ++++++++--------- translations/tok/LC_MESSAGES/messages.po | 1255 +++++++------- translations/tr/LC_MESSAGES/messages.po | 1369 +++++++-------- translations/uk/LC_MESSAGES/messages.po | 1348 +++++++-------- translations/vi/LC_MESSAGES/messages.po | 1342 +++++++-------- translations/zh_CN/LC_MESSAGES/messages.po | 1390 ++++++++-------- translations/zh_TW/LC_MESSAGES/messages.po | 1344 +++++++-------- 42 files changed, 28887 insertions(+), 26938 deletions(-) diff --git a/app/_translations.py b/app/_translations.py index ff6f509b..93bb4b9c 100644 --- a/app/_translations.py +++ b/app/_translations.py @@ -2,247 +2,247 @@ 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 pgettext("tags", "128px+") # NOTE: tags: description for 128px 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 pgettext("tags", " Jam / Game 2022") # NOTE: tags: description for jam_game_2022 pgettext("tags", "Entries to the 2022 Minetest Game Jam ") -# 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 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 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") -# 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 bad_language -pgettext("content_warnings", "Bad Language") -# NOTE: content_warnings: description for bad_language -pgettext("content_warnings", "Contains swearing") +# 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 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 less_than_px +pgettext("tags", "<16px") +# NOTE: tags: description for less_than_px +pgettext("tags", "Less than 16px") +# 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 magic +pgettext("tags", "Magic / Enchanting") +# 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 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 pgettext("content_warnings", "Alcohol / Tobacco") # NOTE: content_warnings: description for alcohol_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 pgettext("content_warnings", "Drugs") # NOTE: content_warnings: description for drugs 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") diff --git a/translations/ar/LC_MESSAGES/messages.po b/translations/ar/LC_MESSAGES/messages.po index e555c74b..05768a8a 100644 --- a/translations/ar/LC_MESSAGES/messages.po +++ b/translations/ar/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-06-08 10:14+0000\n" "Last-Translator: \"Spectre (Nos)\" \n" "Language: ar\n" @@ -28,583 +28,162 @@ msgstr "محظور:" msgid "You have been banned." msgstr "لقد تم حظرك." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." +msgid "For 128px or higher texture packs" msgstr "" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" +msgid "For 16px texture packs" msgstr "" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" +msgid "32px" msgstr "" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "For 32px texture packs" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " +msgid "For 64px texture packs" msgstr "" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 -msgctxt "tags" -msgid "Developer Tools" -msgstr "" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 #, fuzzy msgctxt "tags" -msgid "Crafting" -msgstr "صناعه" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" -msgstr "" +msgid "Adventure / RPG" +msgstr "مفامرة / لعبة تمثيل الأدوار" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 #, fuzzy msgctxt "tags" msgid "Joke" msgstr "مزح" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music -#: app/_translations.py:34 -#, fuzzy -msgctxt "tags" -msgid "Sounds / Music" -msgstr "أصوات / موسيقى" - -#. NOTE: tags: description for sound_music -#: app/_translations.py:36 -msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" -msgstr "" - -#. NOTE: tags: title for mapgen -#: app/_translations.py:38 -msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" -msgstr "" - -#. NOTE: tags: description for mapgen -#: app/_translations.py:40 -msgctxt "tags" -msgid "New mapgen or changes mapgen" -msgstr "" - -#. NOTE: tags: title for singleplayer -#: app/_translations.py:42 -msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -#, fuzzy -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "مفامرة / لعبة تمثيل الأدوار" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" -msgstr "" - -#. NOTE: tags: title for complex_installation -#: app/_translations.py:60 -msgctxt "tags" -msgid "Complex installation" -msgstr "" - -#. NOTE: tags: description for complex_installation -#: app/_translations.py:62 -msgctxt "tags" -msgid "" -"Requires futher installation steps, such as installing LuaRocks or " -"editing the trusted mod setting" -msgstr "" - -#. NOTE: tags: title for chat -#: app/_translations.py:64 -#, fuzzy -msgctxt "tags" -msgid "Chat / Commands" -msgstr "الدردشة/الأوامر" - -#. NOTE: tags: description for chat -#: app/_translations.py:66 -msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -#, fuzzy -msgctxt "tags" -msgid "Plants and Farming" -msgstr "النباتات و الزراعة" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - #. NOTE: tags: title for building -#: app/_translations.py:92 +#: app/_translations.py:28 #, fuzzy msgctxt "tags" msgid "Building" msgstr "مبنى" #. NOTE: tags: description for building -#: app/_translations.py:94 +#: app/_translations.py:30 msgctxt "tags" msgid "Focuses on building, such as adding new materials or nodes" msgstr "" -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -#, fuzzy -msgctxt "tags" -msgid "Puzzle" -msgstr "لغز" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -#, fuzzy -msgctxt "tags" -msgid "Decorative" -msgstr "مبدع" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - #. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 +#: app/_translations.py:32 msgctxt "tags" msgid "Building Mechanics and Tools" msgstr "" #. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 +#: app/_translations.py:34 msgctxt "tags" msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 +#. NOTE: tags: title for chat +#: app/_translations.py:36 #, fuzzy msgctxt "tags" -msgid "Storage" -msgstr "مخزن" +msgid "Chat / Commands" +msgstr "الدردشة/الأوامر" -#. NOTE: tags: description for storage -#: app/_translations.py:124 +#. NOTE: tags: description for chat +#: app/_translations.py:38 msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "لعبة صغيرة" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "الوصف" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -#, fuzzy -msgctxt "tags" -msgid "Custom mapgen" -msgstr "مخزن" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -#, fuzzy -msgctxt "tags" -msgid "Survival" -msgstr "النجاه" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" +msgid "Focus on player chat/communication or console interaction." msgstr "" #. NOTE: tags: title for commerce -#: app/_translations.py:160 +#: app/_translations.py:40 msgctxt "tags" msgid "Commerce / Economy" msgstr "" #. NOTE: tags: description for commerce -#: app/_translations.py:162 +#: app/_translations.py:42 msgctxt "tags" msgid "Related to economies, money, and trading" msgstr "" -#. NOTE: tags: title for transport -#: app/_translations.py:164 -#, fuzzy +#. NOTE: tags: title for complex_installation +#: app/_translations.py:44 msgctxt "tags" -msgid "Transport" -msgstr "ترجمة" +msgid "Complex installation" +msgstr "" -#. NOTE: tags: description for transport -#: app/_translations.py:166 +#. NOTE: tags: description for complex_installation +#: app/_translations.py:46 msgctxt "tags" msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" +"Requires futher installation steps, such as installing LuaRocks or " +"editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 #, fuzzy msgctxt "tags" -msgid "Seasonal" -msgstr "موسمي" +msgid "Crafting" +msgstr "صناعه" -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -#, fuzzy -msgctxt "tags" -msgid "Food / Drinks" -msgstr "طعام / مشروبات" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -#, fuzzy -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "تم تحسين لعبة ماين تيست" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" +msgid "Big changes to crafting gameplay" msgstr "" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 #, fuzzy msgctxt "tags" msgid "Creative" msgstr "مبدع" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -612,210 +191,630 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +#, fuzzy +msgctxt "tags" +msgid "Custom mapgen" +msgstr "مخزن" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +#, fuzzy +msgctxt "tags" +msgid "Decorative" +msgstr "مبدع" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "الوصف" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +#, fuzzy +msgctxt "tags" +msgid "Food / Drinks" +msgstr "طعام / مشروبات" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" +msgid "Inventory" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "لعبة صغيرة" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +#, fuzzy +msgctxt "tags" +msgid "Plants and Farming" +msgstr "النباتات و الزراعة" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +#, fuzzy +msgctxt "tags" +msgid "Puzzle" +msgstr "لغز" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +#, fuzzy +msgctxt "tags" +msgid "Seasonal" +msgstr "موسمي" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +#, fuzzy +msgctxt "tags" +msgid "Sounds / Music" +msgstr "أصوات / موسيقى" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +#, fuzzy +msgctxt "tags" +msgid "Storage" +msgstr "مخزن" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +#, fuzzy +msgctxt "tags" +msgid "Survival" +msgstr "النجاه" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 +#, fuzzy msgctxt "tags" -msgid "128px+" -msgstr "" +msgid "Transport" +msgstr "ترجمة" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" msgstr "" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "" - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -#, fuzzy -msgctxt "content_warnings" -msgid "Gambling" -msgstr "مبنى" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -#, fuzzy -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "خوف / رعب" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -#, fuzzy -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "لغة سيئة" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -msgctxt "content_warnings" -msgid "Contains swearing" +msgid "Tools to manage the world" msgstr "" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 #, fuzzy msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "كوحول/ تبغ" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 #, fuzzy msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "يحتوي على الكحول و / أو التبغ" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +#, fuzzy +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "لغة سيئة" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 #, fuzzy msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "يحتوي على الكحول و / أو التبغ" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +#, fuzzy +msgctxt "content_warnings" +msgid "Gambling" +msgstr "مبنى" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +#, fuzzy +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "خوف / رعب" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -855,7 +854,7 @@ msgstr "اسم" msgid "Limit to package" msgstr "الحد من الحزمة" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -871,7 +870,7 @@ msgstr "الحد من الحزمة" msgid "Save" msgstr "إحفظ" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -885,56 +884,56 @@ msgstr "إحفظ" msgid "Title" msgstr "عنوان" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "وصف قصير" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "محتوى الصفحة" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "خاص" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "مثبت في ملفي الشخصي" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "توجد بالفعل مجموعة تحمل عنوانًا مشابهًا" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "غير قادر على إنشاء مجموعة كحزمة بهذا الاسم موجودة بالفعل" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "تمت إضافة الحزمة إلى المجموعة" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "تمت إزالة الحزمة من المجموعة" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "تمت إضافة الحزمة إلى مجموعة المفضلة" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(عام، قم بالتغيير من الملف الشخصي > مجموعاتي)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "تمت إزالة الحزمة من مجموعة المفضلة" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -966,7 +965,11 @@ msgstr "إعادة توجيه URL" msgid "App Type" msgstr "نوع التطبيق" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "تم إبطال جميع الرموز المميزة للمستخدم" @@ -1111,7 +1114,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1359,13 +1362,13 @@ msgstr "" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" +msgid "Minimum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" +msgid "Maximum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:74 @@ -2758,7 +2761,7 @@ msgstr "" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" +msgid "Luanti Versions" msgstr "" #: app/templates/admin/versions/list.html:8 @@ -3304,7 +3307,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3317,8 +3320,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3537,8 +3540,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -4017,7 +4028,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4030,7 +4041,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4043,7 +4054,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4130,7 +4141,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4157,7 +4168,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4442,7 +4453,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4523,17 +4534,17 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5115,7 +5126,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5239,7 +5250,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5752,6 +5763,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -5830,7 +5845,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6026,7 +6041,7 @@ msgstr "" #~ msgid "Primarily adds an API for other mods to use" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6132,7 +6147,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6162,7 +6177,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6224,3 +6239,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "تم تحسين لعبة ماين تيست" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/be/LC_MESSAGES/messages.po b/translations/be/LC_MESSAGES/messages.po index d2f83ab6..7bbc8f8c 100644 --- a/translations/be/LC_MESSAGES/messages.po +++ b/translations/be/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language: be\n" @@ -27,564 +27,156 @@ msgstr "" msgid "You have been banned." msgstr "" -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." +msgid "For 128px or higher texture packs" msgstr "" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" +msgid "For 16px texture packs" msgstr "" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" +msgid "32px" msgstr "" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "For 32px texture packs" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " +msgid "For 64px texture packs" msgstr "" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" +msgid "Crafting" msgstr "" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -msgctxt "tags" -msgid "Mini-game" -msgstr "" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" +msgid "Big changes to crafting gameplay" msgstr "" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -592,204 +184,612 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +msgctxt "tags" +msgid "Custom mapgen" +msgstr "" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" +msgid "Inventory" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +msgctxt "tags" +msgid "Mini-game" +msgstr "" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" +msgid "Transport" msgstr "" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" msgstr "" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "" - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -msgctxt "content_warnings" -msgid "Contains swearing" +msgid "Tools to manage the world" msgstr "" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -829,7 +829,7 @@ msgstr "" msgid "Limit to package" msgstr "" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -845,7 +845,7 @@ msgstr "" msgid "Save" msgstr "" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -859,56 +859,56 @@ msgstr "" msgid "Title" msgstr "" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -940,7 +940,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1085,7 +1089,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1333,13 +1337,13 @@ msgstr "" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" +msgid "Minimum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" +msgid "Maximum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:74 @@ -2732,7 +2736,7 @@ msgstr "" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" +msgid "Luanti Versions" msgstr "" #: app/templates/admin/versions/list.html:8 @@ -3278,7 +3282,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3291,8 +3295,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3511,8 +3515,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -3991,7 +4003,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4004,7 +4016,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4017,7 +4029,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4104,7 +4116,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4131,7 +4143,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4416,7 +4428,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4497,17 +4509,17 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5089,7 +5101,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5213,7 +5225,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5726,6 +5738,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -5736,3 +5752,36 @@ msgid "" "is sent" msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/ca/LC_MESSAGES/messages.po b/translations/ca/LC_MESSAGES/messages.po index 9692d760..542c8dcb 100644 --- a/translations/ca/LC_MESSAGES/messages.po +++ b/translations/ca/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2023-11-03 17:32+0000\n" "Last-Translator: Spurnita \n" "Language: ca\n" @@ -27,567 +27,160 @@ msgstr "Expulsat:" msgid "You have been banned." msgstr "T'han expulsat." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 +#, fuzzy msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" +msgid "For 128px or higher texture packs" +msgstr "Millors Paquets de Textures" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 +#, fuzzy msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "" +msgid "For 16px texture packs" +msgstr "Millors Paquets de Textures" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" +msgid "32px" msgstr "" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 +#, fuzzy msgctxt "tags" -msgid "Helps with server maintenance and moderation" -msgstr "" +msgid "For 32px texture packs" +msgstr "Millors Paquets de Textures" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 +#, fuzzy msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "" +msgid "For 64px texture packs" +msgstr "Millors Paquets de Textures" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" +msgid "Crafting" msgstr "" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." +msgid "Big changes to crafting gameplay" msgstr "" -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Nom" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -#, fuzzy -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "Millors Paquets de Textures" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -#, fuzzy -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "Millors Paquets de Textures" - #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -595,206 +188,613 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +msgctxt "tags" +msgid "Custom mapgen" +msgstr "" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 -#, fuzzy +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" -msgstr "Millors Paquets de Textures" - -#. NOTE: tags: title for technology -#: app/_translations.py:194 -msgctxt "tags" -msgid "Machines / Electronics" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Inventory" +msgstr "" + +#. NOTE: tags: description for inventory +#: app/_translations.py:88 +msgctxt "tags" +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Nom" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" +msgid "Transport" msgstr "" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 -#, fuzzy msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Millors Paquets de Textures" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "" - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -msgctxt "content_warnings" -msgid "Contains swearing" +msgid "Tools to manage the world" msgstr "" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -834,7 +834,7 @@ msgstr "Nom" msgid "Limit to package" msgstr "Limitar al paquet" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -850,7 +850,7 @@ msgstr "Limitar al paquet" msgid "Save" msgstr "Guardar" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -864,56 +864,56 @@ msgstr "Guardar" msgid "Title" msgstr "Títol" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Descripció Curta" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Contingut de la Pàgina" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Privat" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "Ja hi ha una col·lecció amb un títol similar" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "No es pot crear la col·lecció perquè ja existeix un paquet amb aquest nom" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "S'ha afegit el paquet a la col·lecció" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "S'ha eliminat el paquet de la col·lecció" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "S'ha afegit el paquet a la col·lecció de favorits" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Públic, canvi de Perfil>Les Meves Col·leccions)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "S'ha eliminat el paquet de la col·lecció de preferits" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -945,7 +945,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1090,7 +1094,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1338,13 +1342,13 @@ msgstr "" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" +msgid "Minimum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" +msgid "Maximum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:74 @@ -2737,7 +2741,7 @@ msgstr "" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" +msgid "Luanti Versions" msgstr "" #: app/templates/admin/versions/list.html:8 @@ -3283,7 +3287,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3296,8 +3300,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3516,8 +3520,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -3996,7 +4008,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4009,7 +4021,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4022,7 +4034,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4109,7 +4121,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4136,7 +4148,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4421,7 +4433,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4502,17 +4514,17 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5094,7 +5106,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5218,7 +5230,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5731,6 +5743,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -5887,7 +5903,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6110,7 +6126,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6163,7 +6179,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6231,7 +6247,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6261,7 +6277,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6335,3 +6351,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/cs/LC_MESSAGES/messages.po b/translations/cs/LC_MESSAGES/messages.po index 963d87d7..db80ba05 100644 --- a/translations/cs/LC_MESSAGES/messages.po +++ b/translations/cs/LC_MESSAGES/messages.po @@ -7,17 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-10-14 09:15+0000\n" "Last-Translator: Matyáš Pilz \n" -"Language-Team: Czech \n" "Language: cs\n" +"Language-Team: Czech " +"\n" +"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n" -"X-Generator: Weblate 5.8-dev\n" "Generated-By: Babel 2.15.0\n" #: app/__init__.py:156 @@ -28,266 +27,229 @@ msgstr "Zakázaný:" msgid "You have been banned." msgstr "Byli jste zabanováni." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" -msgstr "Efekty hráče (zvýšení výkonnosti)" - -#. NOTE: tags: description for player_effects -#: app/_translations.py:8 -msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." +msgid "128px+" msgstr "" -"Pro obsah upravující efekty hráče, včetně fyziky hráče, například: rychlost, " -"výška výskoku či gravitace." -#. NOTE: tags: title for pvp +#. NOTE: tags: description for 128px +#: app/_translations.py:8 +#, fuzzy +msgctxt "tags" +msgid "For 128px or higher texture packs" +msgstr "Nejlepší balíčky textur" + +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" -msgstr "Hráč proti hráči (PvP)" +msgid "16px" +msgstr "16 px" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "Navrženo pro soutěžení hráče proti ostatním hráčům" +msgid "For 16px texture packs" +msgstr "Pro 16px balíčky textur" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Nástroje na správu a moderování serveru" +msgid "32px" +msgstr "32 px" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" -msgstr "Pomáhá server udržovat a moderovat" +msgid "For 32px texture packs" +msgstr "32 px balíčky textur" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" -msgstr "Minetest hra roku 2023 (Minetest Game Jar 2023)" +msgid "64px" +msgstr "64 px" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "Nominovaný v soutěži o Minetest hru roku Minetest Game Jam 2023 " +msgid "For 64px texture packs" +msgstr "64 px balíčky textur" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "Nástroje vývojáře" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "Nástroje pro hru a tvůrce modů" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "Tvorba předmětů" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" -msgstr "Velké změny v herním craftingu" +msgid "Adventure / RPG" +msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "Vtip" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "Zábavný obsah, kterým jsou třeba vtipy, není zamýšleno vážně." -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "Stavba" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "Zaměřeno na stavění, například přidávání nových materiálů či bloků" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "Stavební mechanismy a nástroje" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" -msgstr "Zvuky a hudba" +msgid "Adds game mechanics or tools that change how players build." +msgstr "Přidává herní mechanismy nebo nástroje pro úpravu staveb hráčů." -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" -msgstr "Zaměřeno na přidání nových zvuků a hudebních prvků" +msgid "Chat / Commands" +msgstr "Chat či příkazy" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" -msgstr "Generátor světa, biomy či dekorativní bloky" +msgid "Focus on player chat/communication or console interaction." +msgstr "Zaměřeno na chat či komunikaci mezi hráči nebo interakci pomocí příkazů." -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" -msgstr "Nový generátor světa či úprava geenrátora světa" +msgid "Commerce / Economy" +msgstr "Obchod a ekonomika" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 +#, fuzzy msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "Zaměřeno na hru jednoho hráče" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "Obsah, který lze hrát sám" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "Inventář" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "Změny v grafickém rozhraní inventáře (GUI)" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "Střelec" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "Střelba z první osoby (FPS) a další" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "Údržba světa a nástroje" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" -msgstr "Nástroje na správu světa" +msgid "Related to economies, money, and trading" +msgstr "Vztahuje se k ekonomice, penězům a obchodování" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 #, fuzzy msgctxt "tags" msgid "Complex installation" msgstr "Komplexní instalace" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 #, fuzzy msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -"Vyžaduje více kroků instalace, jako třeba instalaci LuaRocks nebo editaci " -"důvěryhodných nastavení modu" +"Vyžaduje více kroků instalace, jako třeba instalaci LuaRocks nebo editaci" +" důvěryhodných nastavení modu" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" -msgstr "Chat či příkazy" +msgid "Crafting" +msgstr "Tvorba předmětů" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" -"Zaměřeno na chat či komunikaci mezi hráči nebo interakci pomocí příkazů." +msgid "Big changes to crafting gameplay" +msgstr "Velké změny v herním craftingu" -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 +#. NOTE: tags: title for creative +#: app/_translations.py:52 msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "Zaměřeno na hru více hráčů" +msgid "Creative" +msgstr "Tvůrčí mod" -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "Může být využitou pouze ve hře více hráčů" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -#, fuzzy -msgctxt "tags" -msgid "Sims" -msgstr "Simulace" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 +#. NOTE: tags: description for creative +#: app/_translations.py:54 msgctxt "tags" msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." +"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" msgstr "" -"Mody a hry určené pro napodobení reálného života, jako například SimCity, " -"The Sims, OpenTTD a podobně" -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 msgctxt "tags" -msgid "Plants and Farming" -msgstr "Rostliny a farmaření" +msgid "Custom mapgen" +msgstr "Vlastní generátor světa" -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "Přidává nové rostliny či zemědělské suroviny." +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" +"Zahrnuje plně vlastní generátor světa, zahrnutý v LUA; často vyžaduje aby" +" generátor světa byl při vytváření světa nastaven na \"singlenode\"." -#. NOTE: tags: title for tools -#: app/_translations.py:80 +#. NOTE: tags: title for decorative +#: app/_translations.py:60 msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "Nástroje, zbraně a brnění" +msgid "Decorative" +msgstr "Dekorativní" -#. NOTE: tags: description for tools -#: app/_translations.py:82 +#. NOTE: tags: description for decorative +#: app/_translations.py:62 msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "Přidává či upravuje nástroje, zbraně a brnění" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "Přidává bloky určené ke stavění" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "Nástroje vývojáře" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "Nástroje pro hru a tvůrce modů" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "Vzdělávání" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "Zahrnuje vzdělávací obsah či nástroje pro pomoc vyučujícím. " #. NOTE: tags: title for environment -#: app/_translations.py:84 +#: app/_translations.py:72 msgctxt "tags" msgid "Environment / Weather" msgstr "Prostředí a počasí" #. NOTE: tags: description for environment -#: app/_translations.py:86 +#: app/_translations.py:74 msgctxt "tags" msgid "" "Improves the world, adding weather, ambient sounds, or other environment " @@ -296,108 +258,271 @@ msgstr "" "Vylepšuje prostředí herního světa, přidává počasí, okolní zvuky či jiné " "prvky fungování prostředí" -#. NOTE: tags: title for oneofakind__original +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "Jídlo a pití" + +#. NOTE: tags: title for gui +#: app/_translations.py:78 +msgctxt "tags" +msgid "GUI" +msgstr "GUI - grafické uživatelské rozhraní" + +#. NOTE: tags: description for gui +#: app/_translations.py:80 +msgctxt "tags" +msgid "" +"For content whose main utility or features are provided within a GUI, on-" +"screen menu, or similar" +msgstr "" + +#. NOTE: tags: title for hud +#: app/_translations.py:82 +msgctxt "tags" +msgid "HUD" +msgstr "Informace na herní obrazovce (HUD)" + +#. NOTE: tags: description for hud +#: app/_translations.py:84 +msgctxt "tags" +msgid "For mods that grant the player extra information in the HUD" +msgstr "" +"Mody, které přidávají další informace, které se hráčům zobrazí na herní " +"obrazovce" + +#. NOTE: tags: title for inventory +#: app/_translations.py:86 +msgctxt "tags" +msgid "Inventory" +msgstr "Inventář" + +#. NOTE: tags: description for inventory #: app/_translations.py:88 +msgctxt "tags" +msgid "Changes the inventory GUI" +msgstr "Změny v grafickém rozhraní inventáře (GUI)" + +#. NOTE: tags: title for jam_combat_mod +#: app/_translations.py:90 +msgctxt "tags" +msgid "Jam / Combat 2020" +msgstr "" + +#. NOTE: tags: description for jam_combat_mod +#: app/_translations.py:92 +msgctxt "tags" +msgid "For mods created for the Discord \"Combat\" modding event in 2020" +msgstr "" + +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 +msgctxt "tags" +msgid "Jam / Game 2021" +msgstr "" + +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "Luanti hra roku 2023 (Luanti Game Jar 2023)" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +#, fuzzy +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "Jam / týdenní soutěže v roce 2021" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 +msgctxt "tags" +msgid "" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" +"Mody vytvořené pro týdenní soutěže modovací soutěže na Discordu v roce " +"2021" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "Méně než 16 pixelů" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "Méně než 16 pixelů" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "API / knihovna" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "Přidává především API, které používají další mody" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "Čarování a enchanting" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "Generátor světa, biomy či dekorativní bloky" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "Nový generátor světa či úprava geenrátora světa" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +msgctxt "tags" +msgid "Mini-game" +msgstr "Minihra" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "Přidává minihru hratelnou přes Luanti" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "Mobové, zvířata a postavy (NPC)" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "Přidává moby, zvířata a postavy (NPC)" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "Zaměřeno na hru více hráčů" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "Může být využitou pouze ve hře více hráčů" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 #, fuzzy msgctxt "tags" msgid "One-of-a-kind / Original" msgstr "Jeden z druhů / originální" #. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 +#: app/_translations.py:142 msgctxt "tags" msgid "" "For games and such that are of their own kind, distinct and original in " "nature to others of the same category." msgstr "" -#. NOTE: tags: title for building -#: app/_translations.py:92 +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 msgctxt "tags" -msgid "Building" -msgstr "Stavba" +msgid "Plants and Farming" +msgstr "Rostliny a farmaření" -#. NOTE: tags: description for building -#: app/_translations.py:94 +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "Zaměřeno na stavění, například přidávání nových materiálů či bloků" +msgid "Adds new plants or other farmable resources." +msgstr "Přidává nové rostliny či zemědělské suroviny." + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "Efekty hráče (zvýšení výkonnosti)" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" +"Pro obsah upravující efekty hráče, včetně fyziky hráče, například: " +"rychlost, výška výskoku či gravitace." #. NOTE: tags: title for puzzle -#: app/_translations.py:96 +#: app/_translations.py:152 msgctxt "tags" msgid "Puzzle" msgstr "Puzzle, skládačka" #. NOTE: tags: description for puzzle -#: app/_translations.py:98 +#: app/_translations.py:154 #, fuzzy msgctxt "tags" msgid "Focus on puzzle solving instead of combat" msgstr "Zaměřeno na hledání řešení hádanek či rébusů." -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "Dekorativní" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "Přidává bloky určené ke stavění" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "Méně než 16 pixelů" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "Méně než 16 pixelů" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "Čarování a enchanting" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "Mobové, zvířata a postavy (NPC)" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "Přidává moby, zvířata a postavy (NPC)" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "Stavební mechanismy a nástroje" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "Přidává herní mechanismy nebo nástroje pro úpravu staveb hráčů." - #. NOTE: tags: title for pve -#: app/_translations.py:118 +#: app/_translations.py:156 msgctxt "tags" msgid "Player vs Environment (PvE)" msgstr "Hráč proti prostředí (PvE)" #. NOTE: tags: description for pve -#: app/_translations.py:120 +#: app/_translations.py:158 msgctxt "tags" msgid "" "For content designed for one or more players that focus on combat against" @@ -406,424 +531,299 @@ msgstr "" "Obsah navržený pro vypořádání se hráčů s prostředím světa, jako jsou " "nástrahy či souboj s nepřátelskými stvořeními a postavami." -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "Zásoba" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "Přidává či vylepšuje mechaniku zásoby věcí" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -msgctxt "tags" -msgid "Mini-game" -msgstr "Minihra" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "Přidává minihru hratelnou přes Minetest" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "Sporty" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "Vzdělávání" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "Zahrnuje vzdělávací obsah či nástroje pro pomoc vyučujícím. " - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "16 px" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "Pro 16px balíčky textur" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Vlastní generátor světa" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" -"Zahrnuje plně vlastní generátor světa, zahrnutý v LUA; často vyžaduje aby " -"generátor světa byl při vytváření světa nastaven na \"singlenode\"." - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "Informace na herní obrazovce (HUD)" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" -"Mody, které přidávají další informace, které se hráčům zobrazí na herní " -"obrazovce" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "Hra o přežití" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" -"Napsáno především pro mód o přežití se zaměřením na vyrovnanou hru, různé " -"úrovně náročnosti či vytvořitelné a těžitelné zdroje a podobně" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "API / knihovna" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "Přidává především API, které používají další mody" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -#, fuzzy -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "Jam / týdenní soutěže v roce 2021" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" -"Mody vytvořené pro týdenní soutěže modovací soutěže na Discordu v roce 2021" - -#. NOTE: tags: title for commerce +#. NOTE: tags: title for pvp #: app/_translations.py:160 msgctxt "tags" -msgid "Commerce / Economy" -msgstr "Obchod a ekonomika" +msgid "Player vs Player (PvP)" +msgstr "Hráč proti hráči (PvP)" -#. NOTE: tags: description for commerce +#. NOTE: tags: description for pvp #: app/_translations.py:162 -#, fuzzy msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "Vztahuje se k ekonomice, penězům a obchodování" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "Doprava" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" -"Přidává či mění možnosti dopravy. Zahrnuje teleportaci, vozidla, říditelná " -"stvoření včetně zvířat, dopravní stavby a obsah s dopravní tematikou" +msgid "Designed to be played competitively against other players" +msgstr "Navrženo pro soutěžení hráče proti ostatním hráčům" #. NOTE: tags: title for seasonal -#: app/_translations.py:168 +#: app/_translations.py:164 msgctxt "tags" msgid "Seasonal" msgstr "Sezónní" #. NOTE: tags: description for seasonal -#: app/_translations.py:170 +#: app/_translations.py:166 msgctxt "tags" msgid "For content generally themed around a certain season or holiday" msgstr "" -#. NOTE: tags: title for food +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Nástroje na správu a moderování serveru" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "Pomáhá server udržovat a moderovat" + +#. NOTE: tags: title for shooter #: app/_translations.py:172 msgctxt "tags" -msgid "Food / Drinks" -msgstr "Jídlo a pití" +msgid "Shooter" +msgstr "Střelec" -#. NOTE: tags: title for mtg +#. NOTE: tags: description for shooter #: app/_translations.py:174 msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Minetest hra byla vylepšena" +msgid "First person shooters (FPS) and more" +msgstr "Střelba z první osoby (FPS) a další" -#. NOTE: tags: description for mtg +#. NOTE: tags: title for simulation #: app/_translations.py:176 +#, fuzzy msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "Odnož hry Minetest Game" +msgid "Sims" +msgstr "Simulace" -#. NOTE: tags: title for 32px +#. NOTE: tags: description for simulation #: app/_translations.py:178 msgctxt "tags" -msgid "32px" -msgstr "32 px" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" +"Mody a hry určené pro napodobení reálného života, jako například SimCity," +" The Sims, OpenTTD a podobně" -#. NOTE: tags: description for 32px +#. NOTE: tags: title for singleplayer #: app/_translations.py:180 msgctxt "tags" -msgid "For 32px texture packs" -msgstr "32 px balíčky textur" +msgid "Singleplayer-focused" +msgstr "Zaměřeno na hru jednoho hráče" -#. NOTE: tags: title for creative +#. NOTE: tags: description for singleplayer #: app/_translations.py:182 msgctxt "tags" -msgid "Creative" -msgstr "Tvůrčí mod" - -#. NOTE: tags: description for creative -#: app/_translations.py:184 -msgctxt "tags" -msgid "" -"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" -msgstr "" - -#. NOTE: tags: title for gui -#: app/_translations.py:186 -msgctxt "tags" -msgid "GUI" -msgstr "GUI - grafické uživatelské rozhraní" - -#. NOTE: tags: description for gui -#: app/_translations.py:188 -msgctxt "tags" -msgid "" -"For content whose main utility or features are provided within a GUI, on-" -"screen menu, or similar" -msgstr "" - -#. NOTE: tags: title for 64px -#: app/_translations.py:190 -msgctxt "tags" -msgid "64px" -msgstr "64 px" - -#. NOTE: tags: description for 64px -#: app/_translations.py:192 -msgctxt "tags" -msgid "For 64px texture packs" -msgstr "64 px balíčky textur" - -#. NOTE: tags: title for technology -#: app/_translations.py:194 -msgctxt "tags" -msgid "Machines / Electronics" -msgstr "" - -#. NOTE: tags: description for technology -#: app/_translations.py:196 -msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." -msgstr "" - -#. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 -msgctxt "tags" -msgid "Jam / Combat 2020" -msgstr "" - -#. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 -msgctxt "tags" -msgid "For mods created for the Discord \"Combat\" modding event in 2020" -msgstr "" - -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 -msgctxt "tags" -msgid "Strategy / RTS" -msgstr "" - -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 -msgctxt "tags" -msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" -msgstr "" +msgid "Content that can be played alone" +msgstr "Obsah, který lze hrát sám" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "Zvuky a hudba" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "Zaměřeno na přidání nových zvuků a hudebních prvků" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "Sporty" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "Zásoba" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "Přidává či vylepšuje mechaniku zásoby věcí" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "Hra o přežití" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" +"Napsáno především pro mód o přežití se zaměřením na vyrovnanou hru, různé" +" úrovně náročnosti či vytvořitelné a těžitelné zdroje a podobně" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" -msgstr "" +msgid "Tools / Weapons / Armor" +msgstr "Nástroje, zbraně a brnění" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" -msgstr "" +msgid "Adds or changes tools, weapons, and armor" +msgstr "Přidává či upravuje nástroje, zbraně a brnění" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" -msgstr "" +msgid "Transport" +msgstr "Doprava" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 -#, fuzzy msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Nejlepší balíčky textur" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" +"Přidává či mění možnosti dopravy. Zahrnuje teleportaci, vozidla, " +"říditelná stvoření včetně zvířat, dopravní stavby a obsah s dopravní " +"tematikou" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" -msgstr "" +msgid "World Maintenance and Tools" +msgstr "Údržba světa a nástroje" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " +msgid "Tools to manage the world" +msgstr "Nástroje na správu světa" + +#. NOTE: content_warnings: title for alcohol_tobacco +#: app/_translations.py:222 +msgctxt "content_warnings" +msgid "Alcohol / Tobacco" msgstr "" -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -#, fuzzy -msgctxt "content_warnings" -msgid "Gore" -msgstr "Více" - -#. NOTE: content_warnings: description for gore +#. NOTE: content_warnings: description for alcohol_tobacco #: app/_translations.py:224 msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -#, fuzzy -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Administrátor" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" +msgid "Contains alcohol and/or tobacco" msgstr "" #. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 +#: app/_translations.py:226 #, fuzzy msgctxt "content_warnings" msgid "Bad Language" msgstr "Přidat balíček" #. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 +#: app/_translations.py:228 #, fuzzy msgctxt "content_warnings" msgid "Contains swearing" msgstr "Upozornění na obsah" -#. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 -msgctxt "content_warnings" -msgid "Alcohol / Tobacco" -msgstr "" - -#. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 -msgctxt "content_warnings" -msgid "Contains alcohol and/or tobacco" -msgstr "" - #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 #, fuzzy msgctxt "content_warnings" msgid "Drugs" msgstr "Pravidla" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +#, fuzzy +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Administrátor" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +#, fuzzy +msgctxt "content_warnings" +msgid "Gore" +msgstr "Více" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -863,7 +863,7 @@ msgstr "Jméno" msgid "Limit to package" msgstr "Omezit na balíček" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -879,7 +879,7 @@ msgstr "Omezit na balíček" msgid "Save" msgstr "Uložit" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -893,59 +893,59 @@ msgstr "Uložit" msgid "Title" msgstr "Titulek" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Stručný popis" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Strana nabídky" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Soukromý" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "Již existuje kolekce se stejným názvem" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "Nelze kolekci uložit jako balíček, jehož jméno již existuje" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "Balíček byl přidán do kolekce" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Balíček byl odebrán z kolekce" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "Balíček byl přidán mezi oblíbené kolekce" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Veřejné, lze upravit v Profil > Mé kolekce)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "Balíček byl odebrán z oblíbených kolekcí" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" "Vítejte na nejlepším místě, kde najdete módy, hry a balíčky textur pro " -"Minetest" +"Luanti" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 #: app/templates/base.html:36 @@ -976,7 +976,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1121,7 +1125,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1372,14 +1376,14 @@ msgstr "Git reference (např.: commit hash, branch, nebo tag)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Minimální verze Minetestu" +msgid "Minimum Luanti Version" +msgstr "Minimální verze Luantiu" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Maximální verze Minetestu" +msgid "Maximum Luanti Version" +msgstr "Maximální verze Luantiu" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2799,8 +2803,8 @@ msgstr "Zobrazení" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Verze Minetestu" +msgid "Luanti Versions" +msgstr "Verze Luantiu" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3371,7 +3375,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3384,8 +3388,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3604,8 +3608,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -4084,7 +4096,7 @@ msgid "Approved" msgstr "Schváleno" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4097,7 +4109,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4110,7 +4122,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4197,7 +4209,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4224,7 +4236,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4509,7 +4521,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4590,17 +4602,17 @@ msgstr "Stáhnout" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5182,7 +5194,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5306,7 +5318,7 @@ msgid "Create Account" msgstr "Vytvořit účet" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5819,6 +5831,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -5850,7 +5866,7 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ msgid "Password suggestion" @@ -6143,7 +6159,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6366,7 +6382,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6419,7 +6435,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6487,7 +6503,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6517,7 +6533,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6595,3 +6611,37 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "Nominovaný v soutěži o Luanti hru roku Luanti Game Jam 2023 " + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Luanti hra byla vylepšena" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "Odnož hry Luanti Game" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/da/LC_MESSAGES/messages.po b/translations/da/LC_MESSAGES/messages.po index f6562f2a..684928e8 100644 --- a/translations/da/LC_MESSAGES/messages.po +++ b/translations/da/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language: da\n" @@ -26,564 +26,156 @@ msgstr "" msgid "You have been banned." msgstr "" -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." +msgid "For 128px or higher texture packs" msgstr "" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" +msgid "For 16px texture packs" msgstr "" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" +msgid "32px" msgstr "" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "For 32px texture packs" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " +msgid "For 64px texture packs" msgstr "" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" +msgid "Crafting" msgstr "" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -msgctxt "tags" -msgid "Mini-game" -msgstr "" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" +msgid "Big changes to crafting gameplay" msgstr "" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -591,204 +183,612 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +msgctxt "tags" +msgid "Custom mapgen" +msgstr "" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" +msgid "Inventory" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +msgctxt "tags" +msgid "Mini-game" +msgstr "" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" +msgid "Transport" msgstr "" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" msgstr "" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "" - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -msgctxt "content_warnings" -msgid "Contains swearing" +msgid "Tools to manage the world" msgstr "" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -828,7 +828,7 @@ msgstr "" msgid "Limit to package" msgstr "" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -844,7 +844,7 @@ msgstr "" msgid "Save" msgstr "" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -858,56 +858,56 @@ msgstr "" msgid "Title" msgstr "" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -939,7 +939,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1084,7 +1088,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1332,13 +1336,13 @@ msgstr "" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" +msgid "Minimum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" +msgid "Maximum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:74 @@ -2731,7 +2735,7 @@ msgstr "" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" +msgid "Luanti Versions" msgstr "" #: app/templates/admin/versions/list.html:8 @@ -3277,7 +3281,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3290,8 +3294,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3510,8 +3514,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -3990,7 +4002,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4003,7 +4015,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4016,7 +4028,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4103,7 +4115,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4130,7 +4142,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4415,7 +4427,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4496,17 +4508,17 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5088,7 +5100,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5212,7 +5224,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5725,6 +5737,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -6011,7 +6027,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6234,7 +6250,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6287,7 +6303,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6355,7 +6371,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6385,7 +6401,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6459,3 +6475,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/de/LC_MESSAGES/messages.po b/translations/de/LC_MESSAGES/messages.po index f566bff3..e7c65356 100644 --- a/translations/de/LC_MESSAGES/messages.po +++ b/translations/de/LC_MESSAGES/messages.po @@ -7,17 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-08-30 05:46+0000\n" "Last-Translator: Wuzzy \n" -"Language-Team: German \n" "Language: de\n" +"Language-Team: German " +"\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.7.1-dev\n" "Generated-By: Babel 2.15.0\n" #: app/__init__.py:156 @@ -28,90 +27,68 @@ msgstr "Verbannt:" msgid "You have been banned." msgstr "Sie wurden verbannt." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" -msgstr "Spielereffekte/Power-ups" +msgid "128px+" +msgstr "128px+" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" -"Für Inhalt, welcher Spielereffekte ändert, inklusive Physik. Zum " -"Beispiel: Geschwindigkeit, Sprunghöhe oder Schwerkraft." +msgid "For 128px or higher texture packs" +msgstr "Für 128px-Texturenpakete oder größer" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" -msgstr "Spieler vs Spieler (PvP)" +msgid "16px" +msgstr "16px" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "Für wettbewerbsorientierte Spiele gegen andere Spieler ausgelegt" +msgid "For 16px texture packs" +msgstr "Für 16px-Texturenpakete" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Servermoderation und Tools" +msgid "32px" +msgstr "32px" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" -msgstr "Hilft mit der Serverwartung und Moderation" +msgid "For 32px texture packs" +msgstr "Für 32px-Texturenpakete" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" -msgstr "Jam/Game 2023" +msgid "64px" +msgstr "64px" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "Einträge für den 2023 Minetest Game Jam " +msgid "For 64px texture packs" +msgstr "Für 64px-Texturenpakete" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "Entwicklertools" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "Tools für Spiel- und Modentwickler" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "Fertigung" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" -msgstr "Große Änderungen an der Fertigungsspielmechanik" +msgid "Adventure / RPG" +msgstr "Abenteuer/RPG" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "Witz" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "For humorous content, meant as a novelty or joke, not to be taken " @@ -121,94 +98,62 @@ msgstr "" "gemeint, ist nicht dafür gedacht, ernsthaft oder für längere Zeit benutzt" " zu werden." -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "Bauen" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "Fokus auf das Bauen, so wie die Hinzufügung neuer Materialien oder Blöcke" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "Baumechaniken und Werkzeuge" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" -msgstr "Geräusche/Musik" +msgid "Adds game mechanics or tools that change how players build." +msgstr "Fügt Spielmechaniken oder Werkzeuge hinzu, die ändern, wie Spieler bauen." -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" -msgstr "" -"Konzentriert sich auf neue Geräusche oder musikalische Dinge oder fügt " -"diese hinzu" +msgid "Chat / Commands" +msgstr "Chat/Befehle" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" -msgstr "Kartenerzeuger/Biome/Dekoration" +msgid "Focus on player chat/communication or console interaction." +msgstr "Fokus auf Spielerchat/Kommunikation oder Konsoleninteraktion." -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" -msgstr "Neuer Kartenerzeuger; oder Veränderungen des Kartenerzeugers" +msgid "Commerce / Economy" +msgstr "Kommerz/Wirtschaft" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "Einzelspielerfokus" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "Inhalt, der alleine gespielt werden kann" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "Inventar" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "Ändert die Inventar-GUI" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "Abenteuer/RPG" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "Shooter" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "Ego-Shooter und mehr" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "Weltwartung und -Tools" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" -msgstr "Tools, um die Welt zu verwalten" +msgid "Related to economies, money, and trading" +msgstr "Alles rund um Ökonomien, Geld und Handel" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "Komplizierte Installation" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " @@ -217,409 +162,26 @@ msgstr "" "Benötigt weitere Installationsschritte, z.B. wie die Installation von " "LuaRocks oder die Bearbeitung der Einstellung für vertrauenswürdige Mods" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" -msgstr "Chat/Befehle" +msgid "Crafting" +msgstr "Fertigung" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "Fokus auf Spielerchat/Kommunikation oder Konsoleninteraktion." - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "Mehrspielerfokus" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "Kann/Sollte nur im Mehrspieler benutzt werden" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "Simulation" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" -"Mods und Spiele, die darauf aus sind, das echte Leben zu simulieren. " -"Ähnlich zu SimCity/Die Sims/OpenTTD/usw." - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "Pflanzen und Landwirtschaft" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "Fügt neue Pflanzen oder andere bewirtschaftbare Rohstoffe hinzu." - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "Werkzeuge/Waffen/Rüstung" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "Fügt Werkzeuge, Waffen und Rüstung hinzu oder ändert diese" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "Umgebung/Wetter" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" -"Verbessert die Welt, fügt Wetter, Umgebungsgeräusche oder andere " -"Umgebungsmechaniken hinzu" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "Einzigartig/Originell" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" -"Für Spiele und alles, was einzigartig ist, grundsätzlich anders und " -"originell im Vergleich zu anderen Dingen in der selben Kategorie." - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "Bauen" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "Fokus auf das Bauen, so wie die Hinzufügung neuer Materialien oder Blöcke" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "Knobeln" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "Schwerpunkt liegt auf dem Lösen von Rätseln statt Kampf" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "Dekorativ" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" -"Fügt Blöcke hinzu, die keinen anderen Zweck haben, in Gebäuden benutzt zu" -" werden" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "<16px" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "Unter 16px" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "Magie/Verzaubern" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "Mobs/Tiere/NPCs" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "Fügt Mobs, Tiere und Nicht-Spieler-Charaktere (NPCs) hinzu" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "Baumechaniken und Werkzeuge" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "Fügt Spielmechaniken oder Werkzeuge hinzu, die ändern, wie Spieler bauen." - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "Spieler vs Umgebung (PvE)" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" -"Für Inhalt, der dafür gedacht ist, dass ein oder mehrere Spieler " -"haptsächlich gegen die Welt, Mobs oder NPCs kämpfen." - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "Lagerung" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "Fügt neue Lagerungsmechaniken für Gegenstände hinzu oder verbessert diese" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -msgctxt "tags" -msgid "Mini-game" -msgstr "Minispiel" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "Fügt ein Minispiel, das in Minetest gespielt werden kann, hinzu" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "Sport" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "Bildung" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" -"Ist entweder vom pädagogischen Wert oder ist ein Werkzeug, um Lehrern zu " -"helfen " - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "16px" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "Für 16px-Texturenpakete" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Eigener Kartenerzeuger" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" -"Enthält einen völlig eigens erstellten Kartenerzeuger, der in Lua " -"implementiert wurde; üblicherweise müssen Welten dafür auf den " -"„singlenode“-Kartenerzeuger gesetzt werden." - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "HUD" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "Für Mods, welche dem Spieler Zusatzinformationen in der HUD geben" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "Überleben" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" -"Speziell für Überlebens-Gameplay entwickelt; der Fokus liegt auf " -"Spielbalance, Schwierigkeitsgrad oder verfügbare Rohstoffe durch " -"Fertigung, Graben, usw. liegt." - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "API/Bibliothek" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "Fügt hauptsächlich eine API hinzu, die andere Mods benutzen können" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "Jam/Weekly Challenges 2021" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" -"Für Mods, die 2021 für das Discord-Modding-Event „Weekly Challenges“ " -"erstellt wurden" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "Kommerz/Wirtschaft" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "Alles rund um Ökonomien, Geld und Handel" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "Transport" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" -"Fügt neue Transportmöglichkeiten hinzu oder ändert diese. Dies beinhaltet" -" Teleportation, Fahrzeuge, reitbare Mobs, Transportinfrastruktur und " -"thematischen Inhalt" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "Saisonal" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" -"Für Inhalt, der sich hauptsächlich um eine bestimmte Saison oder einem " -"Feiertag dreht" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "Essen/Getränke" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Minetest Game verbessert" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "Forks von Minetest Game" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "32px" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "Für 32px-Texturenpakete" +msgid "Big changes to crafting gameplay" +msgstr "Große Änderungen an der Fertigungsspielmechanik" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "Kreativ" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -631,14 +193,93 @@ msgstr "" "verfügbar ist oder bietet Werkzeuge an, die das Erstellen von Sachen im " "Spiel erleichtern, ohne die Schwierigkeit oder Seltenheit zu erhöhen" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +msgctxt "tags" +msgid "Custom mapgen" +msgstr "Eigener Kartenerzeuger" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" +"Enthält einen völlig eigens erstellten Kartenerzeuger, der in Lua " +"implementiert wurde; üblicherweise müssen Welten dafür auf den " +"„singlenode“-Kartenerzeuger gesetzt werden." + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "Dekorativ" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" +"Fügt Blöcke hinzu, die keinen anderen Zweck haben, in Gebäuden benutzt zu" +" werden" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "Entwicklertools" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "Tools für Spiel- und Modentwickler" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "Bildung" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" +"Ist entweder vom pädagogischen Wert oder ist ein Werkzeug, um Lehrern zu " +"helfen " + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "Umgebung/Wetter" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" +"Verbessert die Welt, fügt Wetter, Umgebungsgeräusche oder andere " +"Umgebungsmechaniken hinzu" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "Essen/Getränke" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "GUI" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" @@ -647,68 +288,342 @@ msgstr "" "Für Inhalt, dessen Hauptfunktion in einer GUI, Bildschirmmenüs oder " "Ähnlichem liegt" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" -msgstr "64px" +msgid "HUD" +msgstr "HUD" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" -msgstr "Für 64px-Texturenpakete" +msgid "For mods that grant the player extra information in the HUD" +msgstr "Für Mods, welche dem Spieler Zusatzinformationen in der HUD geben" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" -msgstr "Maschinen/Elektronik" +msgid "Inventory" +msgstr "Inventar" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." -msgstr "" -"Fügt Maschinen hinzu, die nützlich für Automation sind. Das kann auch " -"Rohre oder Strom beinhalten." +msgid "Changes the inventory GUI" +msgstr "Ändert die Inventar-GUI" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "Jam/Combat 2020" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "Für Mods, die 2020 für das Discord-Modding-Event „Combat“ erstellt wurden" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" -msgstr "Strategie/RTS" +msgid "Jam / Game 2021" +msgstr "Jam/Game 2021" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr " Jam/Game 2022" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "Jam/Game 2023" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "Jam/Weekly Challenges 2021" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" msgstr "" -"Spiele und Mods mit einer starken Strategiekomponente, ob zugbasiert oder" -" in Echtzeit" +"Für Mods, die 2021 für das Discord-Modding-Event „Weekly Challenges“ " +"erstellt wurden" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "<16px" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "Unter 16px" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "API/Bibliothek" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "Fügt hauptsächlich eine API hinzu, die andere Mods benutzen können" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "Magie/Verzaubern" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "Kartenerzeuger/Biome/Dekoration" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "Neuer Kartenerzeuger; oder Veränderungen des Kartenerzeugers" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +msgctxt "tags" +msgid "Mini-game" +msgstr "Minispiel" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "Fügt ein Minispiel, das in Luanti gespielt werden kann, hinzu" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "Mobs/Tiere/NPCs" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "Fügt Mobs, Tiere und Nicht-Spieler-Charaktere (NPCs) hinzu" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "Mehrspielerfokus" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "Kann/Sollte nur im Mehrspieler benutzt werden" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "Einzigartig/Originell" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" +"Für Spiele und alles, was einzigartig ist, grundsätzlich anders und " +"originell im Vergleich zu anderen Dingen in der selben Kategorie." + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "Pflanzen und Landwirtschaft" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "Fügt neue Pflanzen oder andere bewirtschaftbare Rohstoffe hinzu." + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "Spielereffekte/Power-ups" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" +"Für Inhalt, welcher Spielereffekte ändert, inklusive Physik. Zum " +"Beispiel: Geschwindigkeit, Sprunghöhe oder Schwerkraft." + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "Knobeln" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "Schwerpunkt liegt auf dem Lösen von Rätseln statt Kampf" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "Spieler vs Umgebung (PvE)" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" +"Für Inhalt, der dafür gedacht ist, dass ein oder mehrere Spieler " +"haptsächlich gegen die Welt, Mobs oder NPCs kämpfen." + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "Spieler vs Spieler (PvP)" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "Für wettbewerbsorientierte Spiele gegen andere Spieler ausgelegt" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "Saisonal" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" +"Für Inhalt, der sich hauptsächlich um eine bestimmte Saison oder einem " +"Feiertag dreht" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Servermoderation und Tools" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "Hilft mit der Serverwartung und Moderation" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "Shooter" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "Ego-Shooter und mehr" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "Simulation" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" +"Mods und Spiele, die darauf aus sind, das echte Leben zu simulieren. " +"Ähnlich zu SimCity/Die Sims/OpenTTD/usw." + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "Einzelspielerfokus" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" +msgstr "Inhalt, der alleine gespielt werden kann" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "Spieleranpassung/Skins" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" @@ -717,128 +632,212 @@ msgstr "" "Erlaubt dem Spieler, die eigene Figur zu ändern, indem die Textur " "geändert wird oder Accessoires hinzugefügt werden." -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "Geräusche/Musik" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" +"Konzentriert sich auf neue Geräusche oder musikalische Dinge oder fügt " +"diese hinzu" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "Sport" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "Lagerung" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "Fügt neue Lagerungsmechaniken für Gegenstände hinzu oder verbessert diese" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "Strategie/RTS" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" +"Spiele und Mods mit einer starken Strategiekomponente, ob zugbasiert oder" +" in Echtzeit" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "Überleben" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" +"Speziell für Überlebens-Gameplay entwickelt; der Fokus liegt auf " +"Spielbalance, Schwierigkeitsgrad oder verfügbare Rohstoffe durch " +"Fertigung, Graben, usw. liegt." + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "Maschinen/Elektronik" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" +"Fügt Maschinen hinzu, die nützlich für Automation sind. Das kann auch " +"Rohre oder Strom beinhalten." + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" -msgstr "Jam/Game 2021" +msgid "Tools / Weapons / Armor" +msgstr "Werkzeuge/Waffen/Rüstung" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" -msgstr "Einträge für den 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" +msgstr "Fügt Werkzeuge, Waffen und Rüstung hinzu oder ändert diese" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" -msgstr "128px+" +msgid "Transport" +msgstr "Transport" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Für 128px-Texturenpakete oder größer" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" +"Fügt neue Transportmöglichkeiten hinzu oder ändert diese. Dies beinhaltet" +" Teleportation, Fahrzeuge, reitbare Mobs, Transportinfrastruktur und " +"thematischen Inhalt" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" -msgstr " Jam/Game 2022" +msgid "World Maintenance and Tools" +msgstr "Weltwartung und -Tools" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "Einträge für den 2022 Minetest Game Jam " - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "Gore" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "Blut, usw." - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Glücksspiel" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "Glücksspiele, Wetten, usw." - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "Gewalt" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" -"Gewalt, die keine Cartoongewalt ist. Könnte gegen Fantasie- oder " -"menschartige Wesen gerichtet sein" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "Angst/Horror" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "Schockierender und gruseliger Inhalt. Könnte jungen Kindern Angst machen" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "Unanständige Sprache" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -msgctxt "content_warnings" -msgid "Contains swearing" -msgstr "Enthält Schimpfwörter oder Fluchen" +msgid "Tools to manage the world" +msgstr "Tools, um die Welt zu verwalten" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "Alkohol/Tabak" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "Enthält Alkohol und/oder Tabak" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "Unanständige Sprache" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "Enthält Schimpfwörter oder Fluchen" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "Drogen" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "Enthält Freizeitdrogen außer Alkohol oder Tabak" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Glücksspiel" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "Glücksspiele, Wetten, usw." + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "Gore" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "Blut, usw." + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "Angst/Horror" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "Schockierender und gruseliger Inhalt. Könnte jungen Kindern Angst machen" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "Gewalt" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" +"Gewalt, die keine Cartoongewalt ist. Könnte gegen Fantasie- oder " +"menschartige Wesen gerichtet sein" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -878,7 +877,7 @@ msgstr "Name" msgid "Limit to package" msgstr "Auf Paket begrenzen" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -894,7 +893,7 @@ msgstr "Auf Paket begrenzen" msgid "Save" msgstr "Speichern" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -908,61 +907,61 @@ msgstr "Speichern" msgid "Title" msgstr "Titel" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Kurze Beschreibung" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Seiteninhalt" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Privat" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "An mein Profil gepinnt" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "Es existiert bereits eine Sammlung mit einem ähnlichen Titel" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" "Es war nicht möglich, eine Sammlung als ein Paket mit diesem Namen, der " "bereits existiert, zu erstellen" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "Paket wurde zur Sammlung hinzugefügt" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Paket aus Sammlung entfernt" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "Paket zur Favoritensammlung hinzugefügt" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Öffentlich, ändern von Profil > Meine Sammlungen)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "Paket aus Favoritensammlung entfernt" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" -"Willkommen im besten Ort, um Minetest-Mods, -Spiele und -Texturenpakete " -"zu finden" +"Willkommen im besten Ort, um Luanti-Mods, -Spiele und -Texturenpakete zu " +"finden" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 #: app/templates/base.html:36 @@ -993,7 +992,11 @@ msgstr "Weiterleitungs-URL" msgid "App Type" msgstr "App-Typ" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "Alle Benutzer-Tokens widerrufen" @@ -1138,8 +1141,8 @@ msgid "Hide Tags and Content Warnings" msgstr "Tags und Inhaltswarnungen verbergen" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" -msgstr "Minetest-Version" +msgid "Luanti Version" +msgstr "Luanti-Version" #: app/blueprints/packages/advanced_search.py:81 msgid "Sort by" @@ -1402,14 +1405,14 @@ msgstr "Git-Referenz (d.h.: Commit-Hash, Branch oder Tag)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Minimale Minetest-Version" +msgid "Minimum Luanti Version" +msgstr "Minimale Luanti-Version" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Maximale Minetest-Version" +msgid "Maximum Luanti Version" +msgstr "Maximale Luanti-Version" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2885,8 +2888,8 @@ msgstr "Aufrufe" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Minetest-Versionen" +msgid "Luanti Versions" +msgstr "Luanti-Versionen" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3477,9 +3480,9 @@ msgid "Downloads by Reason" msgstr "Downloads nach Grund" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" -"Neue Installation: Der Benutzer hat [Installieren] in Minetest " +"Neue Installation: Der Benutzer hat [Installieren] in Luanti " "angeklickt." #: app/templates/macros/stats.html:107 @@ -3494,11 +3497,11 @@ msgstr "Update: Download diente zum Update des Pakets." #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" "Sonstiges / Unbekannt: Von einem Webbrowser oder einer veralteten " -"Minetestversion (vor 5.5) gedownloadet." +"Luantiversion (vor 5.5) gedownloadet." #: app/templates/macros/stats.html:121 msgid "Need more stats?" @@ -3725,9 +3728,17 @@ msgstr "" msgid "Example Authorize URL" msgstr "Beispiel-Autorisierungs-URL" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" -msgstr "An Benutzer angezeigt, wenn Sie Zugriff auf ihren Account erbeten" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" +msgstr "" #: app/templates/oauth/create_edit.html:70 msgid "Where will you store your client_secret?" @@ -3877,9 +3888,6 @@ msgid "" "anywhere in the short description. It is unnecessary and wastes " "characters." msgstr "" -"Tipp: Schreiben Sie nicht „Minetest“, „Mod“ oder " -"„Modpack“ in der kurzen Beschreibung. Das ist unnötig und " -"vergeudet Zeichen." #: app/templates/packages/create_edit.html:88 msgid "" @@ -4275,8 +4283,8 @@ msgid "Approved" msgstr "Genehmigt" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" -msgstr "Unterstützte Minetest-Versionen" +msgid "Supported Luanti versions" +msgstr "Unterstützte Luanti-Versionen" #: app/templates/packages/release_edit.html:68 #: app/templates/packages/release_new.html:76 @@ -4290,10 +4298,10 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" "Setzen Sie nur die maximale Version, wenn Sie wissen, dass es nicht in " -"neueren Minetest-Versionen funktioniert." +"neueren Luanti-Versionen funktioniert." #: app/templates/packages/release_edit.html:71 #: app/templates/packages/release_new.html:79 @@ -4307,10 +4315,10 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" -"Legen Sie die minimal und maximal unterstützten Minetest-Versionen fest.\n" +"Legen Sie die minimal und maximal unterstützten Luanti-Versionen fest.\n" "\t\t\tDieser Release wird für Clients, die außerhalb dieses Bereichs " "liegen, nicht angezeigt. " @@ -4412,8 +4420,8 @@ msgstr "" "\t\t\tTipps zum Anpassen von Releases." #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" -msgstr "3. Unterstützte Minetest-Versionen" +msgid "3. Supported Luanti versions" +msgstr "3. Unterstützte Luanti-Versionen" #: app/templates/packages/release_new.html:84 msgid "" @@ -4442,11 +4450,11 @@ msgstr "Eine Release ist eine einzelne herunterladbare Version Ihres %(title)s." #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" "Sie müssen Releases erstellen, auch wenn Sie einen Rolling-Release-" -"Entwicklungszyklus verwenden, da Minetest diese benötigt, um nach Updates" -" zu suchen." +"Entwicklungszyklus verwenden, da Luanti diese benötigt, um nach Updates " +"zu suchen." #: app/templates/packages/release_wizard.html:20 #: app/templates/packages/update_config.html:12 @@ -4766,8 +4774,8 @@ msgstr "" "Kapitel und lua_api.md" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" -msgstr "Übersetzung – Minetest Modding Book" +msgid "Translation - Luanti Modding Book" +msgstr "Übersetzung – Luanti Modding Book" #: app/templates/packages/translation.html:26 msgid "Translating content meta - lua_api.md" @@ -4860,18 +4868,18 @@ msgstr "Herunterladen" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" -msgstr "Minetest %(min)s-%(max)s" +msgid "Luanti %(min)s - %(max)s" +msgstr "Luanti %(min)s-%(max)s" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" -msgstr "Für Minetest %(min)s und höher" +msgid "For Luanti %(min)s and above" +msgstr "Für Luanti %(min)s und höher" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" -msgstr "Minetest %(max)s und niedriger" +msgid "Luanti %(max)s and below" +msgstr "Luanti %(max)s und niedriger" #: app/templates/packages/view.html:70 msgid "How do I install this?" @@ -5343,7 +5351,7 @@ msgstr "Pakete, die nicht %(rel)s unterstützen" #: app/templates/todo/outdated.html:16 app/templates/todo/screenshots.html:12 #: app/templates/todo/screenshots.html:16 msgid "Minetest-Mods org only" -msgstr "Nur Minetest-Mods-Org" +msgstr "" #: app/templates/todo/mtver_support.html:25 app/templates/todo/outdated.html:24 #: app/templates/todo/screenshots.html:24 @@ -5494,11 +5502,11 @@ msgstr "Pakete zum Übersetzen finden" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" -"Helfen Sie dabei, Minetest noch allgemeinzugänglicher zu machen, indem " -"Sie Pakete in andere Sprachen übersetzen." +"Helfen Sie dabei, Luanti noch allgemeinzugänglicher zu machen, indem Sie " +"Pakete in andere Sprachen übersetzen." #: app/templates/translate/index.html:65 msgid "How to translate a mod / game" @@ -5614,9 +5622,9 @@ msgid "" "Note: protonmail is unsupported by ContentDB. More info." msgstr "" -"Hinweis: protonmail wird von ContentDB nicht unterstützt. Weitere Infos (auf " -"Englisch)." +"Hinweis: protonmail wird von ContentDB nicht unterstützt. Weitere Infos " +"(auf Englisch)." #: app/templates/users/change_set_password.html:27 #: app/templates/users/register.html:30 @@ -5628,8 +5636,8 @@ msgid "Create Account" msgstr "Konto erstellen" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" -msgstr "Haben Sie ein Konto in den Minetest-Foren?" +msgid "Do you have an account on the Luanti Forums?" +msgstr "Haben Sie ein Konto in den Luanti-Foren?" #: app/templates/users/claim.html:13 msgid "" @@ -6186,6 +6194,10 @@ msgstr "Nicht unterstützte Spiele" msgid "Optional dependencies" msgstr "Optionale Abhängigkeiten" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -6373,11 +6385,11 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ "Sie brauchen kein Forenkonto, aber es" #~ " wird empfohlen, um optimal mit der" -#~ " Minetest-Gemeinschaft verbunden zu sein." +#~ " Luanti-Gemeinschaft verbunden zu sein." #~ msgid "Password suggestion" #~ msgstr "Passwortvorschlag" @@ -6784,3 +6796,41 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "Bitte kontaktieren Sie den Administrator." + +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "Einträge für den 2023 Luanti Game Jam " + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Luanti Game verbessert" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "Forks von Luanti Game" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "Einträge für den 2021 Luanti Game Jam" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "Einträge für den 2022 Luanti Game Jam " + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "An Benutzer angezeigt, wenn Sie Zugriff auf ihren Account erbeten" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" +#~ "Tipp: Schreiben Sie nicht „Luanti“, " +#~ "„Mod“ oder „Modpack“ in der " +#~ "kurzen Beschreibung. Das ist unnötig und" +#~ " vergeudet Zeichen." + +#~ msgid "Luanti-Mods org only" +#~ msgstr "Nur Luanti-Mods-Org" + diff --git a/translations/el/LC_MESSAGES/messages.po b/translations/el/LC_MESSAGES/messages.po index e2b74cad..8a90dea2 100644 --- a/translations/el/LC_MESSAGES/messages.po +++ b/translations/el/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2022-03-20 15:57+0000\n" "Last-Translator: DeadManWalking \n" "Language: el\n" @@ -27,573 +27,157 @@ msgstr "" msgid "You have been banned." msgstr "Έχετε αποκλειστεί." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." +msgid "For 128px or higher texture packs" msgstr "" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" +msgid "For 16px texture packs" msgstr "" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" +msgid "32px" msgstr "" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "For 32px texture packs" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " +msgid "For 64px texture packs" msgstr "" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" +msgid "Crafting" msgstr "" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -#, fuzzy -msgctxt "tags" -msgid "Decorative" -msgstr "Απενεργοποίηση" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -#, fuzzy -msgctxt "tags" -msgid "Storage" -msgstr "Κατάσταση" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Όνομα" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -#, fuzzy -msgctxt "tags" -msgid "Sports" -msgstr "Αναφορά" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "Ενέργεια" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -#, fuzzy -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Σχόλιο" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -#, fuzzy -msgctxt "tags" -msgid "Transport" -msgstr "Αναφορά" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -#, fuzzy -msgctxt "tags" -msgid "Seasonal" -msgstr "Αιτία" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" +msgid "Big changes to crafting gameplay" msgstr "" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 #, fuzzy msgctxt "tags" msgid "Creative" msgstr "Δημιουργία" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -601,207 +185,623 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +#, fuzzy +msgctxt "tags" +msgid "Custom mapgen" +msgstr "Σχόλιο" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +#, fuzzy +msgctxt "tags" +msgid "Decorative" +msgstr "Απενεργοποίηση" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "Ενέργεια" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" +msgid "Inventory" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Όνομα" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +#, fuzzy +msgctxt "tags" +msgid "Seasonal" +msgstr "Αιτία" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +#, fuzzy +msgctxt "tags" +msgid "Sports" +msgstr "Αναφορά" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +#, fuzzy +msgctxt "tags" +msgid "Storage" +msgstr "Κατάσταση" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 +#, fuzzy msgctxt "tags" -msgid "128px+" -msgstr "" +msgid "Transport" +msgstr "Αναφορά" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" msgstr "" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " +msgid "Tools to manage the world" msgstr "" -#. NOTE: content_warnings: title for gore +#. NOTE: content_warnings: title for alcohol_tobacco #: app/_translations.py:222 -#, fuzzy msgctxt "content_warnings" -msgid "Gore" -msgstr "Περισσότερα" +msgid "Alcohol / Tobacco" +msgstr "" -#. NOTE: content_warnings: description for gore +#. NOTE: content_warnings: description for alcohol_tobacco #: app/_translations.py:224 msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -#, fuzzy -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Διαχειριστής" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" +msgid "Contains alcohol and/or tobacco" msgstr "" #. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 +#: app/_translations.py:226 #, fuzzy msgctxt "content_warnings" msgid "Bad Language" msgstr "Προσθήκη Πακέτου" #. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 +#: app/_translations.py:228 msgctxt "content_warnings" msgid "Contains swearing" msgstr "" -#. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 -msgctxt "content_warnings" -msgid "Alcohol / Tobacco" -msgstr "" - -#. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 -msgctxt "content_warnings" -msgid "Contains alcohol and/or tobacco" -msgstr "" - #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +#, fuzzy +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Διαχειριστής" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +#, fuzzy +msgctxt "content_warnings" +msgid "Gore" +msgstr "Περισσότερα" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -841,7 +841,7 @@ msgstr "Όνομα" msgid "Limit to package" msgstr "" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -857,7 +857,7 @@ msgstr "" msgid "Save" msgstr "Αποθήκευση" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -871,56 +871,56 @@ msgstr "Αποθήκευση" msgid "Title" msgstr "Τίτλος" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Ιδιωτικό" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -952,7 +952,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1097,7 +1101,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1345,13 +1349,13 @@ msgstr "" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" +msgid "Minimum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" +msgid "Maximum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:74 @@ -2746,7 +2750,7 @@ msgstr "Προβολές" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" +msgid "Luanti Versions" msgstr "" #: app/templates/admin/versions/list.html:8 @@ -3292,7 +3296,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3305,8 +3309,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3525,8 +3529,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -4005,7 +4017,7 @@ msgid "Approved" msgstr "Εγκρίθηκε" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4018,7 +4030,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4031,7 +4043,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4118,7 +4130,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4145,7 +4157,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4430,7 +4442,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4511,17 +4523,17 @@ msgstr "Λήψη" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5103,7 +5115,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5227,7 +5239,7 @@ msgid "Create Account" msgstr "Δημιουργία λογαριασμού" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5743,6 +5755,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -5821,7 +5837,7 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ msgid "Password suggestion" @@ -6106,7 +6122,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6329,7 +6345,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6382,7 +6398,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6450,7 +6466,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6480,7 +6496,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6554,3 +6570,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/eo/LC_MESSAGES/messages.po b/translations/eo/LC_MESSAGES/messages.po index fd5265c4..700aa835 100644 --- a/translations/eo/LC_MESSAGES/messages.po +++ b/translations/eo/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-03-04 18:53+0000\n" "Last-Translator: jolesh \n" "Language: eo\n" @@ -27,570 +27,156 @@ msgstr "Malpermesita:" msgid "You have been banned." msgstr "Vi malpermesiĝis." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." +msgid "For 128px or higher texture packs" msgstr "" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" +msgid "For 16px texture packs" msgstr "" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" +msgid "32px" msgstr "" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "For 32px texture packs" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " +msgid "For 64px texture packs" msgstr "" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" +msgid "Crafting" msgstr "" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Nomo" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -#, fuzzy -msgctxt "tags" -msgid "Sports" -msgstr "Raporti" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "Ago" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -#, fuzzy -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Komento" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -#, fuzzy -msgctxt "tags" -msgid "Transport" -msgstr "Raporti" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -#, fuzzy -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Estas aprobita" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" +msgid "Big changes to crafting gameplay" msgstr "" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -598,205 +184,618 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +#, fuzzy +msgctxt "tags" +msgid "Custom mapgen" +msgstr "Komento" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "Ago" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" +msgid "Inventory" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Nomo" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +#, fuzzy +msgctxt "tags" +msgid "Sports" +msgstr "Raporti" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 +#, fuzzy msgctxt "tags" -msgid "128px+" -msgstr "" +msgid "Transport" +msgstr "Raporti" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" msgstr "" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " +msgid "Tools to manage the world" msgstr "" -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -#, fuzzy -msgctxt "content_warnings" -msgid "Contains swearing" -msgstr "Avertoj pri enhavo" - #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +#, fuzzy +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "Avertoj pri enhavo" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -836,7 +835,7 @@ msgstr "Nomo" msgid "Limit to package" msgstr "Pakolimo" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -852,7 +851,7 @@ msgstr "Pakolimo" msgid "Save" msgstr "Konservi" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -866,56 +865,56 @@ msgstr "Konservi" msgid "Title" msgstr "Titolo" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Mallonga Priskribo" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Paĝenhavo" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Privata" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "Alpinglita al mia profilo" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "Kolekto kun simila titolo jam ekzistas" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "Ne eblas krei kolekton, ĉar pakaĵo kun tiu nomo jam ekzistas." -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "Aldonis pakaĵon al kolekto" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Forigis pakaĵon el kolekto" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "Aldonis pakaĵon al plej-ŝatataj kolekto" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Publika, ŝanĝi de Profilo > Miaj Kolektoj)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -947,7 +946,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1092,7 +1095,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1342,14 +1345,14 @@ msgstr "Git-referenco (t.e.: enmeta haketaĵo, branĉo, aŭ etikedo)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Minimuma versio de Minetest" +msgid "Minimum Luanti Version" +msgstr "Minimuma versio de Luanti" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Maksimuma versio de Minetest" +msgid "Maximum Luanti Version" +msgstr "Maksimuma versio de Luanti" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2752,7 +2755,7 @@ msgstr "" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" +msgid "Luanti Versions" msgstr "" #: app/templates/admin/versions/list.html:8 @@ -3298,7 +3301,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3311,8 +3314,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3531,8 +3534,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -4011,7 +4022,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4024,7 +4035,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4037,7 +4048,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4124,7 +4135,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4151,7 +4162,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4436,7 +4447,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4517,17 +4528,17 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5109,7 +5120,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5233,8 +5244,8 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" -msgstr "Ĉu vi havas konton ĉe la Diskutejo de Minetest?" +msgid "Do you have an account on the Luanti Forums?" +msgstr "Ĉu vi havas konton ĉe la Diskutejo de Luanti?" #: app/templates/users/claim.html:13 msgid "" @@ -5746,6 +5757,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -5777,7 +5792,7 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ msgid "Password suggestion" @@ -6065,7 +6080,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6288,7 +6303,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6341,7 +6356,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6409,7 +6424,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6439,7 +6454,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6518,3 +6533,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Estas aprobita" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/es/LC_MESSAGES/messages.po b/translations/es/LC_MESSAGES/messages.po index 6836b854..9f10d580 100644 --- a/translations/es/LC_MESSAGES/messages.po +++ b/translations/es/LC_MESSAGES/messages.po @@ -7,17 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-10-14 09:15+0000\n" "Last-Translator: gallegonovato \n" -"Language-Team: Spanish \n" "Language: es\n" +"Language-Team: Spanish " +"\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.8-dev\n" "Generated-By: Babel 2.15.0\n" #: app/__init__.py:156 @@ -28,185 +27,151 @@ msgstr "Expulsado:" msgid "You have been banned." msgstr "Has sido expulsado." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 +#, fuzzy msgctxt "tags" -msgid "Player Effects / Power Ups" -msgstr "Efectos del jugador/potenciadores" +msgid "128px+" +msgstr "+ de 128px" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 +#, fuzzy msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" -"Contiene cambios que afectan al jugador, incluyendo propiedades físicas como:" -" velocidad, altura de salto o gravedad." +msgid "For 128px or higher texture packs" +msgstr "Para paquetes de texturas de 128px o superiores" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 +#, fuzzy msgctxt "tags" -msgid "Player vs Player (PvP)" -msgstr "Jugador contra jugador (PvP)" +msgid "16px" +msgstr "16px" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 +#, fuzzy msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "Diseñado para competir contra otros jugadores" +msgid "For 16px texture packs" +msgstr "Para packs de texturas de 16px" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 +#, fuzzy msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Moderación del servidor y herramientas" +msgid "32px" +msgstr "32px" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 +#, fuzzy msgctxt "tags" -msgid "Helps with server maintenance and moderation" -msgstr "Ayuda con el mantenimiento y moderación del servidor" +msgid "For 32px texture packs" +msgstr "Para paquetes de texturas de 32px" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 +#, fuzzy msgctxt "tags" -msgid "Jam / Game 2023" -msgstr "Jam / Juego 2023" +msgid "64px" +msgstr "64px" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 +#, fuzzy msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "Inscripciones para la Minetest Game Jam de 2023 " +msgid "For 64px texture packs" +msgstr "Para packs de texturas de 64px" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "Herramientas de desarrollo" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "Herramientas para desarrolladores de juegos y mods" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "Elaboración" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" -msgstr "Grandes cambios en el modo de elaboración" +msgid "Adventure / RPG" +msgstr "Aventura / RPG" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "Broma" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -"Para contenido humorístico, que se supone como una novedad o broma, no debe " -"tomarse en serio, y que no está destinado a ser utilizado seriamente o a " -"largo plazo." +"Para contenido humorístico, que se supone como una novedad o broma, no " +"debe tomarse en serio, y que no está destinado a ser utilizado seriamente" +" o a largo plazo." -#. NOTE: tags: title for sound_music -#: app/_translations.py:34 +#. NOTE: tags: title for building +#: app/_translations.py:28 +#, fuzzy msgctxt "tags" -msgid "Sounds / Music" -msgstr "Sonidos / Música" +msgid "Building" +msgstr "Construir" -#. NOTE: tags: description for sound_music +#. NOTE: tags: description for building +#: app/_translations.py:30 +#, fuzzy +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "Se centra en la construcción, como agregar nuevos materiales o nodos" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +#, fuzzy +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "Mecánica y herramientas de construcción" + +#. NOTE: tags: description for building_mechanics +#: app/_translations.py:34 +#, fuzzy +msgctxt "tags" +msgid "Adds game mechanics or tools that change how players build." +msgstr "" +"Añade mecánicas de juego o herramientas que cambian la forma de construir" +" de los jugadores." + +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" -msgstr "Se centra o añade nuevos sonidos o elementos musicales" +msgid "Chat / Commands" +msgstr "Chat / Comandos" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" -msgstr "Mapgen / Biomas / Decoración" +msgid "Focus on player chat/communication or console interaction." +msgstr "" +"Enfocado al chat o comunicación entre jugadores o interacción mediante " +"comandos." -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 +#, fuzzy msgctxt "tags" -msgid "New mapgen or changes mapgen" -msgstr "Nuevo mapgen o cambios mapgen" +msgid "Commerce / Economy" +msgstr "Comercio / Economía" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 +#, fuzzy msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "Para un solo jugador" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "Contenido que se puede reproducir solo" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "Inventario" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "Cambia la interfaz gráfica del inventario" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "Aventura / RPG" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "Tirador" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "Tirador en primera persona (FPS) y más" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "Mantenimiento y herramientas mundiales" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" -msgstr "Herramientas para administrar el mundo" +msgid "Related to economies, money, and trading" +msgstr "Relacionado con las economías, el dinero y el comercio" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "Instalación compleja" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " @@ -215,454 +180,27 @@ msgstr "" "Requiere más pasos de instalación, como instalar LuaRocks o cambiar la " "configuración de mods confiables" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" -msgstr "Chat / Comandos" +msgid "Crafting" +msgstr "Elaboración" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" -"Enfocado al chat o comunicación entre jugadores o interacción mediante " -"comandos." - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "Centrado en multijugador" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "Solo puede/debe usarse en multijugador" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "Simulación" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" -"Mods y juegos que pretenden simular actividades de la vida real. Similares a " -"SimCity/The Sims/OpenTTD/etc." - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "Plantas y agricultura" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "Agrega nuevas plantas u otros recursos cultivables." - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "Herramientas / Armas / Armadura" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "Agrega o cambia herramientas, armas y armaduras" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "Medio ambiente/clima" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" -"Mejora el mundo, agregando clima, sonidos ambientales u otras mecánicas " -"ambientales" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "Único/Original" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -#, fuzzy -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" -"Para juegos y similares que sean de su propia clase, distintos y " -"originales en su naturaleza a otros de la misma categoría." - -#. NOTE: tags: title for building -#: app/_translations.py:92 -#, fuzzy -msgctxt "tags" -msgid "Building" -msgstr "Construir" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -#, fuzzy -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "Se centra en la construcción, como agregar nuevos materiales o nodos" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -#, fuzzy -msgctxt "tags" -msgid "Puzzle" -msgstr "Puzzle" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -#, fuzzy -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "Concéntrate en resolver acertijos en lugar de combatir" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -#, fuzzy -msgctxt "tags" -msgid "Decorative" -msgstr "Decorativo" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -#, fuzzy -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "Agrega nodos sin otro propósito que el de usar en la construcción" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -#, fuzzy -msgctxt "tags" -msgid "<16px" -msgstr "<16px" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -#, fuzzy -msgctxt "tags" -msgid "Less than 16px" -msgstr "Menos de 16px" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -#, fuzzy -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "Magia / Encantamientos" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -#, fuzzy -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "Mobs / Animales / NPC" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "Añade mobs, animales, y personajes no jugables" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -#, fuzzy -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "Mecánica y herramientas de construcción" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -#, fuzzy -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" -"Añade mecánicas de juego o herramientas que cambian la forma de construir" -" de los jugadores." - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -#, fuzzy -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "Jugador contra el entorno (PvE)" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -#, fuzzy -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" -"Para contenido diseñado para uno o más jugadores que se centra en el " -"combate contra el mundo, mobs o NPC." - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -#, fuzzy -msgctxt "tags" -msgid "Storage" -msgstr "Almacenamiento" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -#, fuzzy -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "Agrega o mejora la mecánica de almacenamiento de artículos" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Mini juego" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -#, fuzzy -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "Agrega un minijuego para jugar dentro de Minetest" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -#, fuzzy -msgctxt "tags" -msgid "Sports" -msgstr "Deportes" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "Educación" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -#, fuzzy -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "Tiene valor educativo o es una herramienta para ayudar a los profesores. " - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -#, fuzzy -msgctxt "tags" -msgid "16px" -msgstr "16px" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -#, fuzzy -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "Para packs de texturas de 16px" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -#, fuzzy -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Generador de mapas personalizado" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -#, fuzzy -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" -"Contiene un mapgen completamente personalizado implementado en Lua, " -"generalmente requiere que los mundos se configuren en el mapgen de 'nodo " -"único'." - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -#, fuzzy -msgctxt "tags" -msgid "HUD" -msgstr "HUD" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -#, fuzzy -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "Para mods que otorgan al jugador información adicional en el HUD" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -#, fuzzy -msgctxt "tags" -msgid "Survival" -msgstr "Supervivencia" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -#, fuzzy -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" -"Escrito específicamente para juegos de supervivencia con un enfoque en el" -" equilibrio del juego, el nivel de dificultad o los recursos disponibles " -"a través de la elaboración, la minería,..." - -#. NOTE: tags: title for library -#: app/_translations.py:152 -#, fuzzy -msgctxt "tags" -msgid "API / Library" -msgstr "API/Biblioteca" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -#, fuzzy -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "Principalmente agrega una API para que la utilicen otros mods" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -#, fuzzy -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "Jam / Desafíos Semanales 2021" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -#, fuzzy -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" -"Para modificaciones creadas para el evento de modificación \"Desafíos " -"semanales\" de Discord en 2021" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -#, fuzzy -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "Comercio / Economía" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -#, fuzzy -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "Relacionado con las economías, el dinero y el comercio" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -#, fuzzy -msgctxt "tags" -msgid "Transport" -msgstr "Transporte" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -#, fuzzy -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" -"Agrega o cambia métodos de transporte. Incluye teletransportación, " -"vehículos, mobs montables, infraestructura de transporte y contenido " -"temático" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -#, fuzzy -msgctxt "tags" -msgid "Seasonal" -msgstr "Estacional" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -#, fuzzy -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" -"Para contenidos generalmente temáticos en torno a una determinada " -"estación o festividad" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -#, fuzzy -msgctxt "tags" -msgid "Food / Drinks" -msgstr "Alimentos / Bebidas" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -#, fuzzy -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Juego de Minetest mejorado" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "Bifurcaciones de Minetest Game" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -#, fuzzy -msgctxt "tags" -msgid "32px" -msgstr "32px" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -#, fuzzy -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "Para paquetes de texturas de 32px" +msgid "Big changes to crafting gameplay" +msgstr "Grandes cambios en el modo de elaboración" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 #, fuzzy msgctxt "tags" msgid "Creative" msgstr "Creativo" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 #, fuzzy msgctxt "tags" msgid "" @@ -675,60 +213,140 @@ msgstr "" "proporciona herramientas que facilitan la creación dentro del juego y no " "añade dificultad o escasez" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +#, fuzzy +msgctxt "tags" +msgid "Custom mapgen" +msgstr "Generador de mapas personalizado" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +#, fuzzy +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" +"Contiene un mapgen completamente personalizado implementado en Lua, " +"generalmente requiere que los mundos se configuren en el mapgen de 'nodo " +"único'." + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +#, fuzzy +msgctxt "tags" +msgid "Decorative" +msgstr "Decorativo" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +#, fuzzy +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "Agrega nodos sin otro propósito que el de usar en la construcción" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "Herramientas de desarrollo" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "Herramientas para desarrolladores de juegos y mods" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "Educación" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +#, fuzzy +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "Tiene valor educativo o es una herramienta para ayudar a los profesores. " + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "Medio ambiente/clima" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" +"Mejora el mundo, agregando clima, sonidos ambientales u otras mecánicas " +"ambientales" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +#, fuzzy +msgctxt "tags" +msgid "Food / Drinks" +msgstr "Alimentos / Bebidas" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 #, fuzzy msgctxt "tags" msgid "GUI" msgstr "Interfaz gráfica de usuario" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -"Para contenidos cuya utilidad o funciones principales se ofrecen dentro de " -"una interfaz gráfica de usuario, un menú en pantalla o similar" +"Para contenidos cuya utilidad o funciones principales se ofrecen dentro " +"de una interfaz gráfica de usuario, un menú en pantalla o similar" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 #, fuzzy msgctxt "tags" -msgid "64px" -msgstr "64px" +msgid "HUD" +msgstr "HUD" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 #, fuzzy msgctxt "tags" -msgid "For 64px texture packs" -msgstr "Para packs de texturas de 64px" +msgid "For mods that grant the player extra information in the HUD" +msgstr "Para mods que otorgan al jugador información adicional en el HUD" -#. NOTE: tags: title for technology -#: app/_translations.py:194 -#, fuzzy +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" -msgstr "Máquinas / Electrónica" +msgid "Inventory" +msgstr "Inventario" -#. NOTE: tags: description for technology -#: app/_translations.py:196 -#, fuzzy +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." -msgstr "Agrega máquinas útiles en automatización, tubos o energía." +msgid "Changes the inventory GUI" +msgstr "Cambia la interfaz gráfica del inventario" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 #, fuzzy msgctxt "tags" msgid "Jam / Combat 2020" msgstr "Jam / Combate 2020" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 #, fuzzy msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" @@ -736,33 +354,326 @@ msgstr "" "Para mods creados para el evento de modificación \"Combate\" de Discord " "en 2020" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 #, fuzzy msgctxt "tags" -msgid "Strategy / RTS" -msgstr "Estrategia / RTS" +msgid "Jam / Game 2021" +msgstr "Jam / Juego 2021" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +#, fuzzy +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr " Jam / Game 2022" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "Jam / Juego 2023" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +#, fuzzy +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "Jam / Desafíos Semanales 2021" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 #, fuzzy msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" msgstr "" -"Juegos y mods con un fuerte componente de estrategia, ya sean en tiempo " -"real o por turnos" +"Para modificaciones creadas para el evento de modificación \"Desafíos " +"semanales\" de Discord en 2021" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +#, fuzzy +msgctxt "tags" +msgid "<16px" +msgstr "<16px" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +#, fuzzy +msgctxt "tags" +msgid "Less than 16px" +msgstr "Menos de 16px" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +#, fuzzy +msgctxt "tags" +msgid "API / Library" +msgstr "API/Biblioteca" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +#, fuzzy +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "Principalmente agrega una API para que la utilicen otros mods" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +#, fuzzy +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "Magia / Encantamientos" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "Mapgen / Biomas / Decoración" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "Nuevo mapgen o cambios mapgen" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Mini juego" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +#, fuzzy +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "Agrega un minijuego para jugar dentro de Luanti" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +#, fuzzy +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "Mobs / Animales / NPC" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "Añade mobs, animales, y personajes no jugables" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "Centrado en multijugador" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "Solo puede/debe usarse en multijugador" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "Único/Original" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +#, fuzzy +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" +"Para juegos y similares que sean de su propia clase, distintos y " +"originales en su naturaleza a otros de la misma categoría." + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "Plantas y agricultura" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "Agrega nuevas plantas u otros recursos cultivables." + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "Efectos del jugador/potenciadores" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" +"Contiene cambios que afectan al jugador, incluyendo propiedades físicas " +"como: velocidad, altura de salto o gravedad." + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +#, fuzzy +msgctxt "tags" +msgid "Puzzle" +msgstr "Puzzle" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +#, fuzzy +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "Concéntrate en resolver acertijos en lugar de combatir" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +#, fuzzy +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "Jugador contra el entorno (PvE)" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +#, fuzzy +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" +"Para contenido diseñado para uno o más jugadores que se centra en el " +"combate contra el mundo, mobs o NPC." + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "Jugador contra jugador (PvP)" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "Diseñado para competir contra otros jugadores" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +#, fuzzy +msgctxt "tags" +msgid "Seasonal" +msgstr "Estacional" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +#, fuzzy +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" +"Para contenidos generalmente temáticos en torno a una determinada " +"estación o festividad" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Moderación del servidor y herramientas" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "Ayuda con el mantenimiento y moderación del servidor" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "Tirador" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "Tirador en primera persona (FPS) y más" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "Simulación" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" +"Mods y juegos que pretenden simular actividades de la vida real. " +"Similares a SimCity/The Sims/OpenTTD/etc." + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "Para un solo jugador" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" +msgstr "Contenido que se puede reproducir solo" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 #, fuzzy msgctxt "tags" msgid "Player customization / Skins" msgstr "Personalización del jugador/Skins" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 #, fuzzy msgctxt "tags" msgid "" @@ -772,148 +683,233 @@ msgstr "" "Permite al jugador personalizar su personaje cambiando la textura o " "agregando accesorios." -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "Sonidos / Música" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "Se centra o añade nuevos sonidos o elementos musicales" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +#, fuzzy +msgctxt "tags" +msgid "Sports" +msgstr "Deportes" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +#, fuzzy +msgctxt "tags" +msgid "Storage" +msgstr "Almacenamiento" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +#, fuzzy +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "Agrega o mejora la mecánica de almacenamiento de artículos" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +#, fuzzy +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "Estrategia / RTS" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +#, fuzzy +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" +"Juegos y mods con un fuerte componente de estrategia, ya sean en tiempo " +"real o por turnos" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +#, fuzzy +msgctxt "tags" +msgid "Survival" +msgstr "Supervivencia" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +#, fuzzy +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" +"Escrito específicamente para juegos de supervivencia con un enfoque en el" +" equilibrio del juego, el nivel de dificultad o los recursos disponibles " +"a través de la elaboración, la minería,..." + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +#, fuzzy +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "Máquinas / Electrónica" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +#, fuzzy +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "Agrega máquinas útiles en automatización, tubos o energía." + +#. NOTE: tags: title for tools #: app/_translations.py:210 -#, fuzzy msgctxt "tags" -msgid "Jam / Game 2021" -msgstr "Jam / Juego 2021" +msgid "Tools / Weapons / Armor" +msgstr "Herramientas / Armas / Armadura" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 -#, fuzzy msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" -msgstr "Inscripciones al Minetest Game Jam 2021" +msgid "Adds or changes tools, weapons, and armor" +msgstr "Agrega o cambia herramientas, armas y armaduras" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 #, fuzzy msgctxt "tags" -msgid "128px+" -msgstr "+ de 128px" +msgid "Transport" +msgstr "Transporte" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 #, fuzzy msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Para paquetes de texturas de 128px o superiores" - -#. NOTE: tags: title for jam_game_2022 -#: app/_translations.py:218 -#, fuzzy -msgctxt "tags" -msgid " Jam / Game 2022" -msgstr " Jam / Game 2022" - -#. NOTE: tags: description for jam_game_2022 -#: app/_translations.py:220 -#, fuzzy -msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "Inscripciones para el Minetest Game Jam 2022 " - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -#, fuzzy -msgctxt "content_warnings" -msgid "Gore" -msgstr "Gore" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -#, fuzzy -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "Sangre, etc" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -#, fuzzy -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Apuestas" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -#, fuzzy -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "Juegos de azar, apuestas, etc" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -#, fuzzy -msgctxt "content_warnings" -msgid "Violence" -msgstr "Violencia" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -#, fuzzy -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" msgstr "" -"Caricaturas sin violencia. Puede dirigirse a personajes fantásticos o de " -"aspecto humano" +"Agrega o cambia métodos de transporte. Incluye teletransportación, " +"vehículos, mobs montables, infraestructura de transporte y contenido " +"temático" -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -#, fuzzy -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "Miedo/Horror" +#. NOTE: tags: title for world_tools +#: app/_translations.py:218 +msgctxt "tags" +msgid "World Maintenance and Tools" +msgstr "Mantenimiento y herramientas mundiales" -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -#, fuzzy -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "Contenido impactante y aterrador. Puede asustar a los niños pequeños" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -#, fuzzy -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "Palabrotas" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -#, fuzzy -msgctxt "content_warnings" -msgid "Contains swearing" -msgstr "Contiene palabrotas" +#. NOTE: tags: description for world_tools +#: app/_translations.py:220 +msgctxt "tags" +msgid "Tools to manage the world" +msgstr "Herramientas para administrar el mundo" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 #, fuzzy msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "Alcohol / Tabaco" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 #, fuzzy msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "Contiene alcohol y/o tabaco" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +#, fuzzy +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "Palabrotas" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +#, fuzzy +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "Contiene palabrotas" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 #, fuzzy msgctxt "content_warnings" msgid "Drugs" msgstr "Drogas" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 #, fuzzy msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "Contiene alcohol y/o tabaco" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +#, fuzzy +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Apuestas" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +#, fuzzy +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "Juegos de azar, apuestas, etc" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +#, fuzzy +msgctxt "content_warnings" +msgid "Gore" +msgstr "Gore" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +#, fuzzy +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "Sangre, etc" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +#, fuzzy +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "Miedo/Horror" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +#, fuzzy +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "Contenido impactante y aterrador. Puede asustar a los niños pequeños" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +#, fuzzy +msgctxt "content_warnings" +msgid "Violence" +msgstr "Violencia" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +#, fuzzy +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" +"Caricaturas sin violencia. Puede dirigirse a personajes fantásticos o de " +"aspecto humano" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -953,7 +949,7 @@ msgstr "Nombre" msgid "Limit to package" msgstr "Limitar al paquete" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -969,7 +965,7 @@ msgstr "Limitar al paquete" msgid "Save" msgstr "Guardar" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -983,59 +979,59 @@ msgstr "Guardar" msgid "Title" msgstr "Título" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Descripción corta" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Contenido de la página" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Privado" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "Fijado a mi perfil" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "Existe una colección con un título similar" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "No se puede crear una colección porque ya existe un paquete con ese nombre" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "Paquete añadido a la colección" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Eliminar un paquete de la colección" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "Paquete añadido a la colección de los favoritos" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Público, cambiar desde Perfil > Mis colecciones)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "Paquete eliminado de la colección de los favoritos" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" "Bienvenido al mejor lugar para encontrar mods, juegos y paquetes de " -"texturas de Minetest" +"texturas de Luanti" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 #: app/templates/base.html:36 @@ -1066,7 +1062,11 @@ msgstr "Redireccionar URL" msgid "App Type" msgstr "Tipo de aplicación" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "Revocados todos los tokens de usuario" @@ -1211,8 +1211,8 @@ msgid "Hide Tags and Content Warnings" msgstr "Ocultar etiquetas y advertencias de contenido" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" -msgstr "Versión de Minetest" +msgid "Luanti Version" +msgstr "Versión de Luanti" #: app/blueprints/packages/advanced_search.py:81 msgid "Sort by" @@ -1471,14 +1471,14 @@ msgstr "Referencia Git (es decir, hash de commit, rama o etiqueta)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Versión mínima de Minetest" +msgid "Minimum Luanti Version" +msgstr "Versión mínima de Luanti" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Versión máxima de Minetest" +msgid "Maximum Luanti Version" +msgstr "Versión máxima de Luanti" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2931,8 +2931,8 @@ msgstr "Vistas" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Versiones de Minetest" +msgid "Luanti Versions" +msgstr "Versiones de Luanti" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3524,10 +3524,10 @@ msgid "Downloads by Reason" msgstr "Descargas por razón" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" "Nueva instalación: el usuario hizo clic en [Instalar] dentro de " -"Minetest." +"Luanti." #: app/templates/macros/stats.html:107 msgid "Dependency: was installed automatically to fulfill a dependency." @@ -3541,11 +3541,11 @@ msgstr "Actualización: la descarga fue para actualizar el paquete." #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" "Otra / Desconocida: descargado por un navegador web o una versión " -"de Minetest desactualizada (anterior a la 5.5)." +"de Luanti desactualizada (anterior a la 5.5)." #: app/templates/macros/stats.html:121 msgid "Need more stats?" @@ -3770,9 +3770,17 @@ msgstr "" msgid "Example Authorize URL" msgstr "Ejemplo de la URL de autorización" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" -msgstr "Se muestra a los usuarios cuando solicita acceso a su cuenta" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" +msgstr "" #: app/templates/oauth/create_edit.html:70 msgid "Where will you store your client_secret?" @@ -3798,8 +3806,8 @@ msgstr "No se creó ninguna aplicación" #: app/templates/packages/advanced_search.html:13 msgid "Use shift to select multiple. Leave selection empty to match any type." msgstr "" -"Utilice Mayús (shift) para seleccionar varios. Deje la selección vacía para " -"que coincida con cualquier tipo." +"Utilice Mayús (shift) para seleccionar varios. Deje la selección vacía " +"para que coincida con cualquier tipo." #: app/templates/packages/advanced_search.html:14 #: app/templates/packages/advanced_search.html:19 @@ -3919,9 +3927,6 @@ msgid "" "anywhere in the short description. It is unnecessary and wastes " "characters." msgstr "" -"Consejo: No incluya Minetest, mod o modpack en " -"ninguna parte de la breve descripción. Es innecesario y desperdicia " -"personajes." #: app/templates/packages/create_edit.html:88 msgid "" @@ -4314,8 +4319,8 @@ msgid "Approved" msgstr "Aprobado" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" -msgstr "Versiones compatibles de Minetest" +msgid "Supported Luanti versions" +msgstr "Versiones compatibles de Luanti" #: app/templates/packages/release_edit.html:68 #: app/templates/packages/release_new.html:76 @@ -4329,10 +4334,10 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" "Solo configure la versión máxima si sabe que no funciona en las versiones" -" más nuevas de Minetest." +" más nuevas de Luanti." #: app/templates/packages/release_edit.html:71 #: app/templates/packages/release_new.html:79 @@ -4346,10 +4351,10 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" -"Establezca las versiones mínimas y máximas de Minetest soportadas.\n" +"Establezca las versiones mínimas y máximas de Luanti soportadas.\n" "\t\t\tEsta versión se ocultará a los clientes que se encuentren fuera de " "ese rango. " @@ -4449,8 +4454,8 @@ msgstr "" "\t\t\tconsejos para personalizar las versiones." #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" -msgstr "3. Versiones compatibles de Minetest" +msgid "3. Supported Luanti versions" +msgstr "3. Versiones compatibles de Luanti" #: app/templates/packages/release_new.html:84 msgid "" @@ -4479,10 +4484,10 @@ msgstr "Un lanzamiento es una única versión descargable de su %(title)s." #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" "Necesita crear lanzamientos incluso si utiliza un ciclo de desarrollo " -"continuo, ya que Minetest los necesita para buscar las actualizaciones." +"continuo, ya que Luanti los necesita para buscar las actualizaciones." #: app/templates/packages/release_wizard.html:20 #: app/templates/packages/update_config.html:12 @@ -4601,7 +4606,7 @@ msgid "" "Unapproving a package will put it back into Draft, where\n" "\t\t\t\tit can be submitted for approval again." msgstr "" -"Establecer la versión mínima y versión máxima de Minetest soportadas.\n" +"Establecer la versión mínima y versión máxima de Luanti soportadas.\n" "\t\t\tEste lanzamiento se ocultará en clientes fuera de ese rango." #: app/templates/packages/remove.html:51 @@ -4611,7 +4616,8 @@ msgstr "No es necesario eliminar un paquete sólo para cambiar algo." #: app/templates/packages/remove.html:52 msgid "Click 'Edit' at the top right of the package page." msgstr "" -"Haz clic en “Editar” en la parte superior derecha de la página del paquete." +"Haz clic en “Editar” en la parte superior derecha de la página del " +"paquete." #: app/templates/packages/remove.html:60 msgid "and" @@ -4793,8 +4799,8 @@ msgid "" "To provide translations for your package, you need to create .tr files " "and upload a new release." msgstr "" -"Para proporcionar traducciones para tu paquete necesitas crear archivos .tr " -"y subir una nueva versión." +"Para proporcionar traducciones para tu paquete necesitas crear archivos " +".tr y subir una nueva versión." #: app/templates/packages/translation.html:19 msgid "" @@ -4805,8 +4811,8 @@ msgstr "" "libro sobre modificación y lua_api.md" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" -msgstr "Traducción - Libro de modificación Minetest" +msgid "Translation - Luanti Modding Book" +msgstr "Traducción - Libro de modificación Luanti" #: app/templates/packages/translation.html:26 msgid "Translating content meta - lua_api.md" @@ -4837,8 +4843,8 @@ msgstr "" #: app/templates/packages/translation.html:102 msgid "With games, you also need to name the textdomain in game.conf:" msgstr "" -"Para juegos, también necesitas configurar el \"dominio de texto\" en game." -"conf:" +"Para juegos, también necesitas configurar el \"dominio de texto\" en " +"game.conf:" #: app/templates/packages/translation.html:106 msgid "Replace mymod with the name of mod / textdomain you chose." @@ -4897,18 +4903,18 @@ msgstr "Descargar" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" -msgstr "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" +msgstr "Luanti %(min)s - %(max)s" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" -msgstr "Para Minetest %(min)s y superior" +msgid "For Luanti %(min)s and above" +msgstr "Para Luanti %(min)s y superior" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" -msgstr "Minetest %(max)s e inferior" +msgid "Luanti %(max)s and below" +msgstr "Luanti %(max)s e inferior" #: app/templates/packages/view.html:70 msgid "How do I install this?" @@ -5374,7 +5380,7 @@ msgstr "Paquetes que no admiten %(rel)s" #: app/templates/todo/outdated.html:16 app/templates/todo/screenshots.html:12 #: app/templates/todo/screenshots.html:16 msgid "Minetest-Mods org only" -msgstr "Sólo Minetest-Mods org" +msgstr "" #: app/templates/todo/mtver_support.html:25 app/templates/todo/outdated.html:24 #: app/templates/todo/screenshots.html:24 @@ -5526,11 +5532,9 @@ msgstr "Encuentra paquetes para traducir" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." -msgstr "" -"Ayude a que Minetest sea más accesible traduciendo paquetes a otros " -"idiomas." +msgstr "Ayude a que Luanti sea más accesible traduciendo paquetes a otros idiomas." #: app/templates/translate/index.html:65 msgid "How to translate a mod / game" @@ -5619,8 +5623,7 @@ msgstr "" #: app/templates/users/account.html:88 msgid "Please raise a report to request account deletion." -msgstr "" -"Por favor, presente un informe para solicitar la eliminación de la cuenta." +msgstr "Por favor, presente un informe para solicitar la eliminación de la cuenta." #: app/templates/users/account.html:95 msgid "Recent Account Actions" @@ -5648,8 +5651,9 @@ msgid "" "Note: protonmail is unsupported by ContentDB. More info." msgstr "" -"Nota: protonmail no es compatible con ContentDB. Más información." +"Nota: protonmail no es compatible con ContentDB. Más " +"información." #: app/templates/users/change_set_password.html:27 #: app/templates/users/register.html:30 @@ -5661,8 +5665,8 @@ msgid "Create Account" msgstr "Crear cuenta" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" -msgstr "¿Tienes una cuenta en los foros de Minetest?" +msgid "Do you have an account on the Luanti Forums?" +msgstr "¿Tienes una cuenta en los foros de Luanti?" #: app/templates/users/claim.html:13 msgid "" @@ -6217,6 +6221,10 @@ msgstr "Juegos no compatibles" msgid "Optional dependencies" msgstr "Dependencias opcionales" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "Tienes muchas notificaciones, deberías leerlas o borrarlas" @@ -6443,7 +6451,7 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ msgid "Password suggestion" @@ -6838,3 +6846,41 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "Por favor contacta al administrador." + +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "Inscripciones para la Luanti Game Jam de 2023 " + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Juego de Luanti mejorado" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "Bifurcaciones de Luanti Game" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "Inscripciones al Luanti Game Jam 2021" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "Inscripciones para el Luanti Game Jam 2022 " + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "Se muestra a los usuarios cuando solicita acceso a su cuenta" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" +#~ "Consejo: No incluya Luanti, mod" +#~ " o modpack en ninguna parte de" +#~ " la breve descripción. Es innecesario " +#~ "y desperdicia personajes." + +#~ msgid "Luanti-Mods org only" +#~ msgstr "Sólo Luanti-Mods org" + diff --git a/translations/fa/LC_MESSAGES/messages.po b/translations/fa/LC_MESSAGES/messages.po index c60948f2..4b0f0d0d 100644 --- a/translations/fa/LC_MESSAGES/messages.po +++ b/translations/fa/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2023-10-03 01:59+0000\n" "Last-Translator: Farooq Karimi Zadeh \n" "Language: fa\n" @@ -27,571 +27,157 @@ msgstr "قطع دسترسی شده:" msgid "You have been banned." msgstr "دسترسی شما قطع شده است." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." +msgid "For 128px or higher texture packs" msgstr "" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" +msgid "For 16px texture packs" msgstr "" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" +msgid "32px" msgstr "" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "For 32px texture packs" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " +msgid "For 64px texture packs" msgstr "" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -#, fuzzy -msgctxt "tags" -msgid "Crafting" -msgstr "رده‌بندی" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 -msgctxt "tags" -msgid "Chat / Commands" -msgstr "" - -#. NOTE: tags: description for chat -#: app/_translations.py:66 -msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 #, fuzzy msgctxt "tags" -msgid "Mini-game" -msgstr "نام" +msgid "Crafting" +msgstr "رده‌بندی" -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -#, fuzzy -msgctxt "tags" -msgid "Sports" -msgstr "گزارش" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "عمل" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -#, fuzzy -msgctxt "tags" -msgid "Custom mapgen" -msgstr "نظر" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -#, fuzzy -msgctxt "tags" -msgid "Transport" -msgstr "گزارش" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -#, fuzzy -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "تایید شده" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" +msgid "Big changes to crafting gameplay" msgstr "" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -599,205 +185,618 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +#, fuzzy +msgctxt "tags" +msgid "Custom mapgen" +msgstr "نظر" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "عمل" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" +msgid "Inventory" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "نام" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +#, fuzzy +msgctxt "tags" +msgid "Sports" +msgstr "گزارش" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 +#, fuzzy msgctxt "tags" -msgid "128px+" -msgstr "" +msgid "Transport" +msgstr "گزارش" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" msgstr "" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " +msgid "Tools to manage the world" msgstr "" -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -#, fuzzy -msgctxt "content_warnings" -msgid "Contains swearing" -msgstr "اخطار‌های محتوا" - #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +#, fuzzy +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "اخطار‌های محتوا" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -837,7 +836,7 @@ msgstr "نام" msgid "Limit to package" msgstr "به بسته محدود کن" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -853,7 +852,7 @@ msgstr "به بسته محدود کن" msgid "Save" msgstr "ذخیره" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -867,56 +866,56 @@ msgstr "ذخیره" msgid "Title" msgstr "عنوان" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "توضیح کوتاه" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "محتوای صفحه" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "خصوصی" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "یک مجموعه با عنوانی مشابه از قبل وجود دارد" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "به دلیل وجود یک بسته با همین نام، نمی‌توان مجموعه را ایجاد کرد" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "بسته به مجموعه اضافه شد" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "بسته از مجموعه حذف شد" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "بسته به مجموعه علاقه‌مندی‌ها اضافه شد" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(عمومی، از نمایه » مجموعه‌های من تغییر دهید)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "بسته از مجموعه علاقه‌مندی‌ها حذف شد" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -948,7 +947,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1093,7 +1096,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1345,13 +1348,13 @@ msgstr "مرجع گیت(مانند هش کامین یا برنچ یا برچسب #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" +msgid "Minimum Luanti Version" msgstr "حداقل نسخه ماین‌تست" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" +msgid "Maximum Luanti Version" msgstr "حداکثر نسخه ماین‌تست" #: app/blueprints/packages/releases.py:74 @@ -2748,7 +2751,7 @@ msgstr "" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" +msgid "Luanti Versions" msgstr "" #: app/templates/admin/versions/list.html:8 @@ -3294,7 +3297,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3307,8 +3310,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3527,8 +3530,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -4007,7 +4018,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4020,7 +4031,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4033,7 +4044,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4120,7 +4131,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4147,7 +4158,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4432,7 +4443,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4513,17 +4524,17 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5105,7 +5116,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5229,7 +5240,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5742,6 +5753,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -5773,7 +5788,7 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ msgid "Password suggestion" @@ -6061,7 +6076,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6284,7 +6299,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6337,7 +6352,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6405,7 +6420,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6435,7 +6450,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6509,3 +6524,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "تایید شده" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/fr/LC_MESSAGES/messages.po b/translations/fr/LC_MESSAGES/messages.po index 06d59e4f..ca412962 100644 --- a/translations/fr/LC_MESSAGES/messages.po +++ b/translations/fr/LC_MESSAGES/messages.po @@ -7,17 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-09-25 20:22+0000\n" "Last-Translator: 3raven \n" -"Language-Team: French \n" "Language: fr\n" +"Language-Team: French " +"\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 5.8-dev\n" "Generated-By: Babel 2.15.0\n" #: app/__init__.py:156 @@ -28,91 +27,68 @@ msgstr "Banni :" msgid "You have been banned." msgstr "Vous avez été banni." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" -msgstr "Effets de joueurs / Bonus" +msgid "128px+" +msgstr "128+ px" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" -"Pour les contenus qui changent les effets du joueur, dont la physique, " -"par exemple : la vitesse, la hauteur de saut ou la pesanteur." +msgid "For 128px or higher texture packs" +msgstr "Pour les packs de textures de 128 pixels ou plus" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" -msgstr "Joueur contre Joueur (JcJ)" +msgid "16px" +msgstr "16 px" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "Conçu pour être joué en compétition avec d'autres joueurs" +msgid "For 16px texture packs" +msgstr "Pour les packs de textures de 16 pixels" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Outils de serveur et modération" +msgid "32px" +msgstr "32 px" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" -msgstr "Aide à la maintenance serveur et à la modération" +msgid "For 32px texture packs" +msgstr "Pour les packs de textures de 32 pixels" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" -msgstr "Game Jam 2023" +msgid "64px" +msgstr "64 px" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "Entrées du Game Jam de Minetest 2023 " +msgid "For 64px texture packs" +msgstr "Pour les packs de textures de 64 pixels" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 -#, fuzzy msgctxt "tags" -msgid "Developer Tools" -msgstr "Outils de développement" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "Outils pour les développeurs de jeux et modules" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "Fabrication" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" -msgstr "Gros changements sur la mécanique de jeu de fabrication" +msgid "Adventure / RPG" +msgstr "Aventure / Jeu de rôle" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "Plaisanterie" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "For humorous content, meant as a novelty or joke, not to be taken " @@ -122,92 +98,66 @@ msgstr "" " peut pas prendre sérieusement, et qui ne sont pas prévues pour être " "utilisés sérieusement ou sur le long-terme." -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "Construction" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "Conçu pour la construction, comme l'ajout de nouveaux matériaux ou blocs" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "Mécaniques et outils de construction" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" -msgstr "Son / Musique" +msgid "Adds game mechanics or tools that change how players build." +msgstr "" +"Ajoute des mécaniques de jeu et outils qui changent la façon dont les " +"joueurs construisent." -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" -msgstr "Accentue ou ajoute de nouveaux sons et musiques" +msgid "Chat / Commands" +msgstr "Tchat / Commandes" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" -msgstr "Générateur de monde / Biomes / Décoration" +msgid "Focus on player chat/communication or console interaction." +msgstr "" +"Accentué sur le tchat ou la communication des joueurs, ou l'interaction " +"avec la console." -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" -msgstr "Nouveau générateur de monde ou changements" +msgid "Commerce / Economy" +msgstr "Commerce / Économie" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "Conçu pour le solo" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "Contenu qui peut être joué tout seul" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "Inventaire" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "Change l'interface de l'inventaire" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "Aventure / Jeu de rôle" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "Tir" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "Tir à la première personne et plus encore" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "Maintenance du monde et outils" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" -msgstr "Outils pour gérer le monde" +msgid "Related to economies, money, and trading" +msgstr "Apparenté à l'économie, l'argent et les échanges" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "Installation complexe" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " @@ -216,411 +166,26 @@ msgstr "" "Nécessite plusieurs étapes d'installation, comme installer LuaRocks ou " "éditer des paramètres du module" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" -msgstr "Tchat / Commandes" +msgid "Crafting" +msgstr "Fabrication" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" -"Accentué sur le tchat ou la communication des joueurs, ou l'interaction " -"avec la console." - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "Conçu pour le multijoueur" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "Peut ou doit être utilisé en multijoueur" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "Simulation" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" -"Modules et jeux qui simulent la vie réelle. Similaire à SimCity, The " -"Sims, OpenTTD, etc." - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "Plantes et Agriculture" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "Ajoute de nouvelles plantes ou de nouvelles cultures." - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "Outils / Armes / Armures" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "Ajoute ou change des outils, armes et armures" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "Environnement / Météo" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" -"Améliore le monde, ajoute la météo, des sons ambiants, ou d'autres " -"mécaniques d'environnement" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "Unique en son genre / Original" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" -"Pour les jeux uniques en leur genre, distincts et originaux par rapport " -"aux autres de la même catégorie." - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "Construction" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "Conçu pour la construction, comme l'ajout de nouveaux matériaux ou blocs" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "Puzzle" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "Conçu sur la résolution de puzzles plutôt que le combat" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "Décoration" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" -"Ajoute des blocs sans aucun autre but que d'être utilisés dans les " -"constructions" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "< 16 px" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "Inférieur à 16 pixels" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "Magie / Enchantement" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "Créatures / Animaux / PNJ" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "Ajoute des créatures, des animaux, ou des personnages non joueurs" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "Mécaniques et outils de construction" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" -"Ajoute des mécaniques de jeu et outils qui changent la façon dont les " -"joueurs construisent." - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "Joueur contre l'Environnement (JcE)" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" -"Pour les contenus conçus pour un ou plusieurs joueurs qui combattent le " -"monde, les créatures ou les PNJ." - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "Stockage" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "Ajoute ou améliore des mécaniques de stockage d'objets" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -msgctxt "tags" -msgid "Mini-game" -msgstr "Mini-jeu" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "Ajoute un mini-jeu pour être joué dans Minetest" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "Sports" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "Éducation" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "A des vertus éducatifs, ou est un outil pour enseignants. " - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "16 px" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "Pour les packs de textures de 16 pixels" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Génération de monde personnalisée" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" -"Contient un générateur de monde complètement personnalisé implémenté en " -"Lua, et requiert généralement des mondes qu'ils soient en génération de " -"monde de type 'singlenode'." - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "ATH" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" -"Pour les modules qui donnent des informations supplémentaires dans " -"l'Affichage Tête Haute" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "Survie" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" -"Conçu spécifiquement pour du mode survie avec un accent sur l'équilibre " -"du jeu, le niveau de difficulté, ou les ressources disponibles pour le " -"minage, la fabrication, ..." - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "API / Bibliothèques" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "Ajoute principalement une API pour que les autres modules l'utilisent" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "Jam / Défis hebdomadaires 2021" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" -"Pour les modules créés pour l'événement Discord de création de modules « " -"Défis hebdomadaires » en 2021" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "Commerce / Économie" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "Apparenté à l'économie, l'argent et les échanges" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "Transports" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" -"Ajoute ou change les méthodes de transport. Inclus la téléportation, les " -"véhicules, les créatures chevauchables, les infrastructures de transport " -"et le contenu thématique" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "Saisonnier" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "Pour le contenu thématisé autour d'une certaine saison ou fête" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "Nourriture / Boissons" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Amélioration de Minetest Game" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "Dérivés de Minetest Game" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "32 px" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "Pour les packs de textures de 32 pixels" +msgid "Big changes to crafting gameplay" +msgstr "Gros changements sur la mécanique de jeu de fabrication" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "Créatif" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -632,14 +197,92 @@ msgstr "" "outils qui facilite la création en jeu ou n'ajoute pas de difficulté ou " "de rareté" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +msgctxt "tags" +msgid "Custom mapgen" +msgstr "Génération de monde personnalisée" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" +"Contient un générateur de monde complètement personnalisé implémenté en " +"Lua, et requiert généralement des mondes qu'ils soient en génération de " +"monde de type 'singlenode'." + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "Décoration" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" +"Ajoute des blocs sans aucun autre but que d'être utilisés dans les " +"constructions" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +#, fuzzy +msgctxt "tags" +msgid "Developer Tools" +msgstr "Outils de développement" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "Outils pour les développeurs de jeux et modules" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "Éducation" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "A des vertus éducatifs, ou est un outil pour enseignants. " + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "Environnement / Météo" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" +"Améliore le monde, ajoute la météo, des sons ambiants, ou d'autres " +"mécaniques d'environnement" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "Nourriture / Boissons" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "Interface" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" @@ -648,70 +291,344 @@ msgstr "" "Pour les contenus dont l'utilité principale ou les fonctionnalités " "apportés le sont dans une interface, un menu graphique, ou similaire" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" -msgstr "64 px" +msgid "HUD" +msgstr "ATH" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" -msgstr "Pour les packs de textures de 64 pixels" - -#. NOTE: tags: title for technology -#: app/_translations.py:194 -msgctxt "tags" -msgid "Machines / Electronics" -msgstr "Machines / Électronique" - -#. NOTE: tags: description for technology -#: app/_translations.py:196 -msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "For mods that grant the player extra information in the HUD" msgstr "" -"Ajoute des machines utiles pour l'automatisation, des tubes ou de la " -"puissance." +"Pour les modules qui donnent des informations supplémentaires dans " +"l'Affichage Tête Haute" + +#. NOTE: tags: title for inventory +#: app/_translations.py:86 +msgctxt "tags" +msgid "Inventory" +msgstr "Inventaire" + +#. NOTE: tags: description for inventory +#: app/_translations.py:88 +msgctxt "tags" +msgid "Changes the inventory GUI" +msgstr "Change l'interface de l'inventaire" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "Jam / Combats 2020" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" "Pour les modules créés pour l'événement Discord de création de modules « " "Combats » en 2020" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" -msgstr "Stratégie / STR" +msgid "Jam / Game 2021" +msgstr "Jam / Jeux 2021" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr " . Jam / Jeux 2022" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "Game Jam 2023" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "Jam / Défis hebdomadaires 2021" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" msgstr "" -"Jeux et modules avec une forte implication de la stratégie, qu'il soit en" -" temps réel ou au tour par tour" +"Pour les modules créés pour l'événement Discord de création de modules « " +"Défis hebdomadaires » en 2021" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "< 16 px" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "Inférieur à 16 pixels" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "API / Bibliothèques" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "Ajoute principalement une API pour que les autres modules l'utilisent" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "Magie / Enchantement" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "Générateur de monde / Biomes / Décoration" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "Nouveau générateur de monde ou changements" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +msgctxt "tags" +msgid "Mini-game" +msgstr "Mini-jeu" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "Ajoute un mini-jeu pour être joué dans Luanti" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "Créatures / Animaux / PNJ" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "Ajoute des créatures, des animaux, ou des personnages non joueurs" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "Conçu pour le multijoueur" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "Peut ou doit être utilisé en multijoueur" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "Unique en son genre / Original" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" +"Pour les jeux uniques en leur genre, distincts et originaux par rapport " +"aux autres de la même catégorie." + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "Plantes et Agriculture" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "Ajoute de nouvelles plantes ou de nouvelles cultures." + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "Effets de joueurs / Bonus" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" +"Pour les contenus qui changent les effets du joueur, dont la physique, " +"par exemple : la vitesse, la hauteur de saut ou la pesanteur." + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "Puzzle" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "Conçu sur la résolution de puzzles plutôt que le combat" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "Joueur contre l'Environnement (JcE)" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" +"Pour les contenus conçus pour un ou plusieurs joueurs qui combattent le " +"monde, les créatures ou les PNJ." + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "Joueur contre Joueur (JcJ)" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "Conçu pour être joué en compétition avec d'autres joueurs" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "Saisonnier" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "Pour le contenu thématisé autour d'une certaine saison ou fête" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Outils de serveur et modération" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "Aide à la maintenance serveur et à la modération" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "Tir" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "Tir à la première personne et plus encore" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "Simulation" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" +"Modules et jeux qui simulent la vie réelle. Similaire à SimCity, The " +"Sims, OpenTTD, etc." + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "Conçu pour le solo" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" +msgstr "Contenu qui peut être joué tout seul" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "Personnalisation de joueurs / Habillages" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" @@ -720,128 +637,210 @@ msgstr "" "Permet au joueur de personnaliser son personnage en changeant l'habillage" " ou en ajoutant des accessoires." -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "Son / Musique" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "Accentue ou ajoute de nouveaux sons et musiques" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "Sports" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "Stockage" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "Ajoute ou améliore des mécaniques de stockage d'objets" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "Stratégie / STR" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" +"Jeux et modules avec une forte implication de la stratégie, qu'il soit en" +" temps réel ou au tour par tour" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "Survie" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" +"Conçu spécifiquement pour du mode survie avec un accent sur l'équilibre " +"du jeu, le niveau de difficulté, ou les ressources disponibles pour le " +"minage, la fabrication, ..." + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "Machines / Électronique" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" +"Ajoute des machines utiles pour l'automatisation, des tubes ou de la " +"puissance." + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" -msgstr "Jam / Jeux 2021" +msgid "Tools / Weapons / Armor" +msgstr "Outils / Armes / Armures" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" -msgstr "Entrées du Game Jam de Minetest 2021" +msgid "Adds or changes tools, weapons, and armor" +msgstr "Ajoute ou change des outils, armes et armures" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" -msgstr "128+ px" +msgid "Transport" +msgstr "Transports" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Pour les packs de textures de 128 pixels ou plus" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" +"Ajoute ou change les méthodes de transport. Inclus la téléportation, les " +"véhicules, les créatures chevauchables, les infrastructures de transport " +"et le contenu thématique" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" -msgstr " . Jam / Jeux 2022" +msgid "World Maintenance and Tools" +msgstr "Maintenance du monde et outils" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "Entrées pour le Game Jam de Minetest 2022. " - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "Glauque" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "Sang, etc" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Jeux d'argent" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "Jeux de hasard, jeux d'argent, etc" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "Violence" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" -"Violence non-aseptisée. Peut être fantastique ou .. des personnages " -"anthropomorphes" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "Peur / Horreur" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "Contenu choquant ou effrayant. Peut effrayer de jeunes enfants" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "Mauvais langage" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -msgctxt "content_warnings" -msgid "Contains swearing" -msgstr "Contient des jurons" +msgid "Tools to manage the world" +msgstr "Outils pour gérer le monde" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "Alcool / Tabac" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "Contient de l'alcool ou du tabac" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "Mauvais langage" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "Contient des jurons" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "Drogues" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "Contient des drogues récréatives autres que de l'alcool ou du tabac" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Jeux d'argent" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "Jeux de hasard, jeux d'argent, etc" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "Glauque" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "Sang, etc" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "Peur / Horreur" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "Contenu choquant ou effrayant. Peut effrayer de jeunes enfants" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "Violence" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" +"Violence non-aseptisée. Peut être fantastique ou .. des personnages " +"anthropomorphes" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -881,7 +880,7 @@ msgstr "Nom" msgid "Limit to package" msgstr "Limiter au paquet" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -897,7 +896,7 @@ msgstr "Limiter au paquet" msgid "Save" msgstr "Sauvegarder" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -911,59 +910,59 @@ msgstr "Sauvegarder" msgid "Title" msgstr "Titre" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Description courte" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Contenu de la page" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Privé" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "Épinglé à mon profil" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "Une collection avec un titre similaire existe déjà" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "Impossible ce créer la collection car un paquet avec ce nom existe déjà" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "Paquet ajouté à la collection" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Paquet retiré de la collection" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "Paquet ajouté à la collection favoris" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Public, se change depuis Profil > Mes Collections)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "Paquet retiré de la collection favoris" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" "Bienvenue dans le meilleur endroit où trouver des mods, des jeux et des " -"packs de textures pour Minetest" +"packs de textures pour Luanti" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 #: app/templates/base.html:36 @@ -994,7 +993,11 @@ msgstr "Rediriger l'URL" msgid "App Type" msgstr "Type d'application" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "Tous les jetons de l'utilisateur ont été révoqués" @@ -1139,8 +1142,8 @@ msgid "Hide Tags and Content Warnings" msgstr "Cache les étiquettes et les avertissements de contenu" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" -msgstr "Version de Minetest" +msgid "Luanti Version" +msgstr "Version de Luanti" #: app/blueprints/packages/advanced_search.py:81 msgid "Sort by" @@ -1403,14 +1406,14 @@ msgstr "Référence Git (c'est-à-dire : hash du commit, branche, ou étiquette) #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Version Minimum de Minetest" +msgid "Minimum Luanti Version" +msgstr "Version Minimum de Luanti" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Version maximale de Minetest" +msgid "Maximum Luanti Version" +msgstr "Version maximale de Luanti" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -1819,8 +1822,8 @@ msgid "" "Unable to get GitHub username for user. Make sure the forum account " "exists." msgstr "" -"Impossible d'utiliser le pseudonyme Github pour l'utilisateur. Vérifiez si " -"le compte du forum existe." +"Impossible d'utiliser le pseudonyme Github pour l'utilisateur. Vérifiez " +"si le compte du forum existe." #: app/blueprints/users/claim.py:66 msgid "" @@ -2196,8 +2199,9 @@ msgid "" "Unable to create an account as the username is already taken. If you " "meant to log in, you need to connect %(provider)s to your account first" msgstr "" -"Impossible de créer un compte car le pseudonyme est déjà utilisé. Si vous " -"voulez vous connecter, il faut d'abord connecter %(provider)s à votre compte" +"Impossible de créer un compte car le pseudonyme est déjà utilisé. Si vous" +" voulez vous connecter, il faut d'abord connecter %(provider)s à votre " +"compte" #: app/logic/users.py:33 msgid "That username/display name is already in use, please choose another." @@ -2208,8 +2212,8 @@ msgstr "" #: app/logic/users.py:40 msgid "Unable to create an account as the username was used in the past." msgstr "" -"Impossible de créer un compte car ce pseudonyme car il a déjà été utilisé " -"dans le passé." +"Impossible de créer un compte car ce pseudonyme car il a déjà été utilisé" +" dans le passé." #: app/models/packages.py:69 msgid "Mod" @@ -2871,8 +2875,8 @@ msgstr "Vues" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Versions de Minetest" +msgid "Luanti Versions" +msgstr "Versions de Luanti" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3087,8 +3091,8 @@ msgid "" "You can donate to rubenwardy to cover ContentDB's costs and support " "future development." msgstr "" -"Vous pouvez faire un don à rubenwardy pour couvrir les coûts de ContentDB et " -"supporter le développement à venir." +"Vous pouvez faire un don à rubenwardy pour couvrir les coûts de ContentDB" +" et supporter le développement à venir." #: app/templates/donate/index.html:67 msgid "" @@ -3459,10 +3463,10 @@ msgid "Downloads by Reason" msgstr "Téléchargements par Raison" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" "Nouvelle Installation : l'utilisateur a cliqué sur [Installer] " -"depuis Minetest." +"depuis Luanti." #: app/templates/macros/stats.html:107 msgid "Dependency: was installed automatically to fulfill a dependency." @@ -3476,11 +3480,11 @@ msgstr "Mise à Jour : le téléchargement visait à mettre à jour le #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" "Autre / Inconnu : téléchargement depuis un navigateur ou avec une " -"ancienne version de Minetest (avant 5.5)." +"ancienne version de Luanti (avant 5.5)." #: app/templates/macros/stats.html:121 msgid "Need more stats?" @@ -3707,9 +3711,17 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" -msgstr "Affiché aux utilisateurs lorsque vous demandez l'accès à leur compte" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" +msgstr "" #: app/templates/oauth/create_edit.html:70 msgid "Where will you store your client_secret?" @@ -3855,9 +3867,6 @@ msgid "" "anywhere in the short description. It is unnecessary and wastes " "characters." msgstr "" -"Conseil : N'incluez nulle part Minetest, mod, ou " -"modpack dans la description courte. Ce n'est pas nécessaire et " -"cela gâche des caractères." #: app/templates/packages/create_edit.html:88 msgid "" @@ -4250,8 +4259,8 @@ msgid "Approved" msgstr "Approuvé" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" -msgstr "Versions de Minetest compatibles" +msgid "Supported Luanti versions" +msgstr "Versions de Luanti compatibles" #: app/templates/packages/release_edit.html:68 #: app/templates/packages/release_new.html:76 @@ -4265,10 +4274,10 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" "Ne définissez la version maximale que si vous savez que cela ne " -"fonctionne pas avec les versions les plus récentes de Minetest." +"fonctionne pas avec les versions les plus récentes de Luanti." #: app/templates/packages/release_edit.html:71 #: app/templates/packages/release_new.html:79 @@ -4282,10 +4291,10 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" -"Définissez les versions minimale et maximale de Minetest supportées.\n" +"Définissez les versions minimale et maximale de Luanti supportées.\n" "Cette version sera cachée aux clients en dehors de cette plage. " #: app/templates/packages/release_edit.html:80 @@ -4386,8 +4395,8 @@ msgstr "" "\t\t\tpour des conseils sur la customisation de version." #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" -msgstr "3. Versions de Minetest compatibles" +msgid "3. Supported Luanti versions" +msgstr "3. Versions de Luanti compatibles" #: app/templates/packages/release_new.html:84 msgid "" @@ -4416,11 +4425,11 @@ msgstr "Une version est un des téléchargements de %(title)s." #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" "Vous devez créer des version même si vous utilisez un cycle de " -"développement en continue, car Minetest en a besoin pour vérifier les " -"mise à jour." +"développement en continue, car Luanti en a besoin pour vérifier les mise " +"à jour." #: app/templates/packages/release_wizard.html:20 #: app/templates/packages/update_config.html:12 @@ -4512,8 +4521,8 @@ msgid "" "As an alternative to removing your package, you may wish to change the " "maintenance state." msgstr "" -"Comme alternative au retrait de votre paquet, vous pouvez vouloir changer le " -"statut de maintenance." +"Comme alternative au retrait de votre paquet, vous pouvez vouloir changer" +" le statut de maintenance." #: app/templates/packages/remove.html:38 msgid "" @@ -4527,9 +4536,10 @@ msgid "" msgstr "" "Afin d'éviter les pertes de données, vous ne pouvez pas détruire " "définitivement un paquet.\n" -"\t\t\tVous pouvez le retirer de ContentDV, ce qui le rend non visible par " -"les utilisateurs.\n" -"\t\t\tLes paquets retirés peuvent êtres détruits définitivement plus tard.\n" +"\t\t\tVous pouvez le retirer de ContentDV, ce qui le rend non visible par" +" les utilisateurs.\n" +"\t\t\tLes paquets retirés peuvent êtres détruits définitivement plus " +"tard.\n" "\t\t\tLe personnel de ContentDB peut rétablir des paquets retirés si " "nécessaire." @@ -4726,8 +4736,8 @@ msgid "" "To provide translations for your package, you need to create .tr files " "and upload a new release." msgstr "" -"Pour fournir une traduction pour votre paquet, vous devez créer un fichier ." -"tr et mettre en ligne une nouvelle version." +"Pour fournir une traduction pour votre paquet, vous devez créer un " +"fichier .tr et mettre en ligne une nouvelle version." #: app/templates/packages/translation.html:19 msgid "" @@ -4737,8 +4747,8 @@ msgstr "" #: app/templates/packages/translation.html:23 #, fuzzy -msgid "Translation - Minetest Modding Book" -msgstr "Traduction - Manuel des Mods Minetest" +msgid "Translation - Luanti Modding Book" +msgstr "Traduction - Manuel des Mods Luanti" #: app/templates/packages/translation.html:26 msgid "Translating content meta - lua_api.md" @@ -4832,18 +4842,18 @@ msgstr "Télécharger" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" -msgstr "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" +msgstr "Luanti %(min)s - %(max)s" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" -msgstr "Pour Minetest %(min)s et au dessus" +msgid "For Luanti %(min)s and above" +msgstr "Pour Luanti %(min)s et au dessus" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" -msgstr "Minetest %(max)s et en dessous" +msgid "Luanti %(max)s and below" +msgstr "Luanti %(max)s et en dessous" #: app/templates/packages/view.html:70 msgid "How do I install this?" @@ -5172,8 +5182,7 @@ msgstr "Par exemple, se plaint-il de problèmes déjà résolus ?" #: app/templates/threads/view.html:138 #, python-format msgid "You can report outdated reviews by clicking %(flag)s on the review." -msgstr "" -"Vous pouvez signaler des avis obsolètes en cliquant %(flag)s sur l'avis." +msgstr "Vous pouvez signaler des avis obsolètes en cliquant %(flag)s sur l'avis." #: app/templates/todo/editor.html:4 app/templates/todo/todo_base.html:17 msgid "Editor Work Queue" @@ -5312,7 +5321,7 @@ msgstr "Paquets ne supportant pas %(rel)s" #: app/templates/todo/outdated.html:16 app/templates/todo/screenshots.html:12 #: app/templates/todo/screenshots.html:16 msgid "Minetest-Mods org only" -msgstr "Minetest-Mods org uniquement" +msgstr "" #: app/templates/todo/mtver_support.html:25 app/templates/todo/outdated.html:24 #: app/templates/todo/screenshots.html:24 @@ -5464,11 +5473,11 @@ msgstr "Rechercher des paquets à traduire" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" -"Participez à rendre Minetest plus accessible en traduisant des paquets " -"dans d'autres langues." +"Participez à rendre Luanti plus accessible en traduisant des paquets dans" +" d'autres langues." #: app/templates/translate/index.html:65 msgid "How to translate a mod / game" @@ -5555,8 +5564,7 @@ msgstr "" #: app/templates/users/account.html:88 msgid "Please raise a report to request account deletion." -msgstr "" -"Veuillez écrire un signalement pour réclamer la suppression d'un compte." +msgstr "Veuillez écrire un signalement pour réclamer la suppression d'un compte." #: app/templates/users/account.html:95 msgid "Recent Account Actions" @@ -5585,8 +5593,8 @@ msgid "" "Note: protonmail is unsupported by ContentDB. More info." msgstr "" -"Note : protonmail n'est pas supporté par ContentDB. Plus d'infos." +"Note : protonmail n'est pas supporté par ContentDB. Plus d'infos." #: app/templates/users/change_set_password.html:27 #: app/templates/users/register.html:30 @@ -5598,8 +5606,8 @@ msgid "Create Account" msgstr "Créer un compte" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" -msgstr "Avez-vous un compte sur le Forum Minetest ?" +msgid "Do you have an account on the Luanti Forums?" +msgstr "Avez-vous un compte sur le Forum Luanti ?" #: app/templates/users/claim.html:13 msgid "" @@ -5700,9 +5708,9 @@ msgid "" "href='https://forum.minetest.net/ucp.php?i=profile&mode=signature'>User " "Control Panel > Profile > Edit signature" msgstr "" -"Aller à Panneau de contrôle utilisateur > Profile > Modifier la " -"signature" +"Aller à Panneau" +" de contrôle utilisateur > Profile > Modifier la signature" #: app/templates/users/claim_forums.html:75 msgid "Paste this into your signature:" @@ -6153,6 +6161,10 @@ msgstr "Jeux non compatibles" msgid "Optional dependencies" msgstr "Dépendances optionnelles" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -6384,12 +6396,12 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ "Vous n'avez pas besoin d'un compte " #~ "sur le forum, cependant il est " #~ "recommandé pour profiter au maximum de" -#~ " la communauté Minetest." +#~ " la communauté Luanti." #~ msgid "Password suggestion" #~ msgstr "Suggestion de mot de passe" @@ -6710,7 +6722,7 @@ msgstr "" #~ " créer des fichiers .tr et " #~ "télécharger une nouvelle version." -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Designed to be played competitively against other players" @@ -6921,7 +6933,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6974,7 +6986,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -7042,7 +7054,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -7072,7 +7084,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -7143,3 +7155,42 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "Veuillez contacter l'admin." + +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "Entrées du Game Jam de Luanti 2023 " + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Amélioration de Luanti Game" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "Dérivés de Luanti Game" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "Entrées du Game Jam de Luanti 2021" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "Entrées pour le Game Jam de Luanti 2022. " + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "Affiché aux utilisateurs lorsque vous demandez l'accès à leur compte" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" +#~ "Conseil : N'incluez nulle part " +#~ "Luanti, mod, ou modpack " +#~ "dans la description courte. Ce n'est " +#~ "pas nécessaire et cela gâche des " +#~ "caractères." + +#~ msgid "Luanti-Mods org only" +#~ msgstr "Luanti-Mods org uniquement" + diff --git a/translations/gl/LC_MESSAGES/messages.po b/translations/gl/LC_MESSAGES/messages.po index ff6c2ac1..653d60c4 100644 --- a/translations/gl/LC_MESSAGES/messages.po +++ b/translations/gl/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-08-14 22:09+0000\n" "Last-Translator: ninjum \n" "Language: gl\n" @@ -27,90 +27,68 @@ msgstr "Prohibido:" msgid "You have been banned." msgstr "Fuches prohibido." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" -msgstr "Efectos de Xogador / Potenciadores" +msgid "128px+" +msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." +msgid "For 128px or higher texture packs" msgstr "" -"Para contidos que cambian os efectos do xogador, incluíndo a física, por " -"exemplo: a velocidade, a altura do salto ou a gravidade." -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" -msgstr "Xogador contra Xogador (PvP)" +msgid "16px" +msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "Deseñado para ser xogado de maneira competitiva contra outros xogadores" +msgid "For 16px texture packs" +msgstr "" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Moderación de Servidores e Ferramentas" +msgid "32px" +msgstr "" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" -msgstr "Axuda no mantemento e moderación do servidor" +msgid "For 32px texture packs" +msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" -msgstr "Jam / Xogo 2023" +msgid "64px" +msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "Participacións no Xam de Xogos de Minetest 2023 " +msgid "For 64px texture packs" +msgstr "" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "Ferramentas de Desenvolvemento" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "Ferramentas para desenvolvedores de xogos e modificacións" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "Fabricación" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" -msgstr "Grandes cambios na mecánica de fabricación do xogo" +msgid "Adventure / RPG" +msgstr "Aventura / RPG (xogo de rol)" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "Brincadeira" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "For humorous content, meant as a novelty or joke, not to be taken " @@ -120,477 +98,88 @@ msgstr "" "que non debe tomarse en serio e que non está pensado para usarse de forma" " seria ou a longo prazo." -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" -msgstr "Sons / Música" +msgid "Adds game mechanics or tools that change how players build." +msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" +msgid "Related to economies, money, and trading" msgstr "" -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "Inventario" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "Cambia a interface gráfica do inventario" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "Aventura / RPG (xogo de rol)" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "Xogo de Disparos" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "Disparos en primeira persoa (FPS) e máis" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "Mantemento do Mundo e Ferramentas" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" -msgstr "Ferramentas para xestionar o mundo" - #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" -msgstr "" +msgid "Crafting" +msgstr "Fabricación" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Nome" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "" +msgid "Big changes to crafting gameplay" +msgstr "Grandes cambios na mecánica de fabricación do xogo" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -598,205 +187,616 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +msgctxt "tags" +msgid "Custom mapgen" +msgstr "" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "Ferramentas de Desenvolvemento" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "Ferramentas para desenvolvedores de xogos e modificacións" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" -msgstr "" +msgid "Inventory" +msgstr "Inventario" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." -msgstr "" +msgid "Changes the inventory GUI" +msgstr "Cambia a interface gráfica do inventario" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "Jam / Xogo 2023" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Nome" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "Efectos de Xogador / Potenciadores" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" +"Para contidos que cambian os efectos do xogador, incluíndo a física, por " +"exemplo: a velocidade, a altura do salto ou a gravidade." + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "Xogador contra Xogador (PvP)" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "Deseñado para ser xogado de maneira competitiva contra outros xogadores" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Moderación de Servidores e Ferramentas" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "Axuda no mantemento e moderación do servidor" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "Xogo de Disparos" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "Disparos en primeira persoa (FPS) e máis" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "Sons / Música" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" +msgid "Transport" msgstr "" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" msgstr "" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" -msgstr "" +msgid "World Maintenance and Tools" +msgstr "Mantemento do Mundo e Ferramentas" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "" - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -#, fuzzy -msgctxt "content_warnings" -msgid "Contains swearing" -msgstr "Avisos de contido" +msgid "Tools to manage the world" +msgstr "Ferramentas para xestionar o mundo" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +#, fuzzy +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "Avisos de contido" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -836,7 +836,7 @@ msgstr "Nome" msgid "Limit to package" msgstr "Limitar ao paquete" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -852,7 +852,7 @@ msgstr "Limitar ao paquete" msgid "Save" msgstr "Gardar" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -866,56 +866,56 @@ msgstr "Gardar" msgid "Title" msgstr "" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -947,7 +947,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1092,7 +1096,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1340,13 +1344,13 @@ msgstr "" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" +msgid "Minimum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" +msgid "Maximum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:74 @@ -2739,7 +2743,7 @@ msgstr "" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" +msgid "Luanti Versions" msgstr "" #: app/templates/admin/versions/list.html:8 @@ -3285,7 +3289,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3298,8 +3302,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3518,8 +3522,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -3998,7 +4010,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4011,7 +4023,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4024,7 +4036,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4111,7 +4123,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4138,7 +4150,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4423,7 +4435,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4504,17 +4516,17 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5096,7 +5108,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5220,7 +5232,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5733,6 +5745,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -5811,7 +5827,7 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ msgid "Password suggestion" @@ -6099,7 +6115,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6322,7 +6338,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6375,7 +6391,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6443,7 +6459,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6473,7 +6489,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6547,3 +6563,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "Participacións no Xam de Xogos de Luanti 2023 " + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/he/LC_MESSAGES/messages.po b/translations/he/LC_MESSAGES/messages.po index b0aca879..7455d315 100644 --- a/translations/he/LC_MESSAGES/messages.po +++ b/translations/he/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-05-08 15:07+0000\n" "Last-Translator: jhon game \n" "Language: he\n" @@ -30,564 +30,156 @@ msgstr "נאסר:" msgid "You have been banned." msgstr "נאסרתם" -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." +msgid "For 128px or higher texture packs" msgstr "" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" +msgid "For 16px texture packs" msgstr "" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" +msgid "32px" msgstr "" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "For 32px texture packs" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " +msgid "For 64px texture packs" msgstr "" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" +msgid "Crafting" msgstr "" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -msgctxt "tags" -msgid "Mini-game" -msgstr "" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" +msgid "Big changes to crafting gameplay" msgstr "" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -595,204 +187,612 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +msgctxt "tags" +msgid "Custom mapgen" +msgstr "" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" +msgid "Inventory" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +msgctxt "tags" +msgid "Mini-game" +msgstr "" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" +msgid "Transport" msgstr "" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" msgstr "" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "" - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -msgctxt "content_warnings" -msgid "Contains swearing" +msgid "Tools to manage the world" msgstr "" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -832,7 +832,7 @@ msgstr "" msgid "Limit to package" msgstr "" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -848,7 +848,7 @@ msgstr "" msgid "Save" msgstr "" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -862,56 +862,56 @@ msgstr "" msgid "Title" msgstr "" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -943,7 +943,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1088,7 +1092,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1336,13 +1340,13 @@ msgstr "" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" +msgid "Minimum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" +msgid "Maximum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:74 @@ -2735,7 +2739,7 @@ msgstr "" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" +msgid "Luanti Versions" msgstr "" #: app/templates/admin/versions/list.html:8 @@ -3281,7 +3285,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3294,8 +3298,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3514,8 +3518,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -3994,7 +4006,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4007,7 +4019,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4020,7 +4032,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4107,7 +4119,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4134,7 +4146,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4419,7 +4431,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4500,17 +4512,17 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5092,7 +5104,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5216,7 +5228,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5729,6 +5741,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -5807,7 +5823,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6030,7 +6046,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6083,7 +6099,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6151,7 +6167,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6181,7 +6197,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6255,3 +6271,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/hi/LC_MESSAGES/messages.po b/translations/hi/LC_MESSAGES/messages.po index 02407214..4b0943c9 100644 --- a/translations/hi/LC_MESSAGES/messages.po +++ b/translations/hi/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language: hi\n" @@ -26,564 +26,156 @@ msgstr "" msgid "You have been banned." msgstr "" -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." +msgid "For 128px or higher texture packs" msgstr "" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" +msgid "For 16px texture packs" msgstr "" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" +msgid "32px" msgstr "" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "For 32px texture packs" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " +msgid "For 64px texture packs" msgstr "" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" +msgid "Crafting" msgstr "" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -msgctxt "tags" -msgid "Mini-game" -msgstr "" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" +msgid "Big changes to crafting gameplay" msgstr "" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -591,204 +183,612 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +msgctxt "tags" +msgid "Custom mapgen" +msgstr "" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" +msgid "Inventory" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +msgctxt "tags" +msgid "Mini-game" +msgstr "" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" +msgid "Transport" msgstr "" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" msgstr "" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "" - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -msgctxt "content_warnings" -msgid "Contains swearing" +msgid "Tools to manage the world" msgstr "" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -828,7 +828,7 @@ msgstr "" msgid "Limit to package" msgstr "" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -844,7 +844,7 @@ msgstr "" msgid "Save" msgstr "" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -858,56 +858,56 @@ msgstr "" msgid "Title" msgstr "" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -939,7 +939,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1084,7 +1088,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1332,13 +1336,13 @@ msgstr "" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" +msgid "Minimum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" +msgid "Maximum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:74 @@ -2731,7 +2735,7 @@ msgstr "" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" +msgid "Luanti Versions" msgstr "" #: app/templates/admin/versions/list.html:8 @@ -3277,7 +3281,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3290,8 +3294,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3510,8 +3514,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -3990,7 +4002,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4003,7 +4015,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4016,7 +4028,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4103,7 +4115,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4130,7 +4142,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4415,7 +4427,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4496,17 +4508,17 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5088,7 +5100,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5212,7 +5224,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5725,6 +5737,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -5881,7 +5897,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6104,7 +6120,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6157,7 +6173,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6225,7 +6241,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6255,7 +6271,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6329,3 +6345,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/hu/LC_MESSAGES/messages.po b/translations/hu/LC_MESSAGES/messages.po index d75b2eb7..5f370be2 100644 --- a/translations/hu/LC_MESSAGES/messages.po +++ b/translations/hu/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-06-28 05:09+0000\n" "Last-Translator: Kisbenedek Márton \n" "Language: hu\n" @@ -27,14 +27,468 @@ msgstr "Kitiltva:" msgid "You have been banned." msgstr "Kitiltottak." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" +msgid "128px+" +msgstr "" + +#. NOTE: tags: description for 128px +#: app/_translations.py:8 +#, fuzzy +msgctxt "tags" +msgid "For 128px or higher texture packs" +msgstr "Legjobb megjelenés(textúra)csomagok" + +#. NOTE: tags: title for 16px +#: app/_translations.py:10 +msgctxt "tags" +msgid "16px" +msgstr "" + +#. NOTE: tags: description for 16px +#: app/_translations.py:12 +#, fuzzy +msgctxt "tags" +msgid "For 16px texture packs" +msgstr "Legjobb megjelenés(textúra)csomagok" + +#. NOTE: tags: title for 32px +#: app/_translations.py:14 +msgctxt "tags" +msgid "32px" +msgstr "" + +#. NOTE: tags: description for 32px +#: app/_translations.py:16 +#, fuzzy +msgctxt "tags" +msgid "For 32px texture packs" +msgstr "Legjobb megjelenés(textúra)csomagok" + +#. NOTE: tags: title for 64px +#: app/_translations.py:18 +msgctxt "tags" +msgid "64px" +msgstr "" + +#. NOTE: tags: description for 64px +#: app/_translations.py:20 +#, fuzzy +msgctxt "tags" +msgid "For 64px texture packs" +msgstr "Legjobb megjelenés(textúra)csomagok" + +#. NOTE: tags: title for adventure__rpg +#: app/_translations.py:22 +msgctxt "tags" +msgid "Adventure / RPG" +msgstr "" + +#. NOTE: tags: title for april_fools +#: app/_translations.py:24 +msgctxt "tags" +msgid "Joke" +msgstr "" + +#. NOTE: tags: description for april_fools +#: app/_translations.py:26 +msgctxt "tags" +msgid "" +"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." +msgstr "" + +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics +#: app/_translations.py:34 +msgctxt "tags" +msgid "Adds game mechanics or tools that change how players build." +msgstr "" + +#. NOTE: tags: title for chat +#: app/_translations.py:36 +msgctxt "tags" +msgid "Chat / Commands" +msgstr "" + +#. NOTE: tags: description for chat +#: app/_translations.py:38 +msgctxt "tags" +msgid "Focus on player chat/communication or console interaction." +msgstr "" + +#. NOTE: tags: title for commerce +#: app/_translations.py:40 +msgctxt "tags" +msgid "Commerce / Economy" +msgstr "" + +#. NOTE: tags: description for commerce +#: app/_translations.py:42 +msgctxt "tags" +msgid "Related to economies, money, and trading" +msgstr "" + +#. NOTE: tags: title for complex_installation +#: app/_translations.py:44 +msgctxt "tags" +msgid "Complex installation" +msgstr "" + +#. NOTE: tags: description for complex_installation +#: app/_translations.py:46 +msgctxt "tags" +msgid "" +"Requires futher installation steps, such as installing LuaRocks or " +"editing the trusted mod setting" +msgstr "" + +#. NOTE: tags: title for crafting +#: app/_translations.py:48 +#, fuzzy +msgctxt "tags" +msgid "Crafting" +msgstr "Értékelés" + +#. NOTE: tags: description for crafting +#: app/_translations.py:50 +msgctxt "tags" +msgid "Big changes to crafting gameplay" +msgstr "" + +#. NOTE: tags: title for creative +#: app/_translations.py:52 +#, fuzzy +msgctxt "tags" +msgid "Creative" +msgstr "Létrehozás" + +#. NOTE: tags: description for creative +#: app/_translations.py:54 +msgctxt "tags" +msgid "" +"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" +msgstr "" + +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +#, fuzzy +msgctxt "tags" +msgid "Custom mapgen" +msgstr "Megjegyzés" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +#, fuzzy +msgctxt "tags" +msgid "Decorative" +msgstr "Adományozás" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +#, fuzzy +msgctxt "tags" +msgid "Developer Tools" +msgstr "Moderátor Eszközök" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "Akció" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + +#. NOTE: tags: title for gui +#: app/_translations.py:78 +msgctxt "tags" +msgid "GUI" +msgstr "" + +#. NOTE: tags: description for gui +#: app/_translations.py:80 +msgctxt "tags" +msgid "" +"For content whose main utility or features are provided within a GUI, on-" +"screen menu, or similar" +msgstr "" + +#. NOTE: tags: title for hud +#: app/_translations.py:82 +msgctxt "tags" +msgid "HUD" +msgstr "" + +#. NOTE: tags: description for hud +#: app/_translations.py:84 +msgctxt "tags" +msgid "For mods that grant the player extra information in the HUD" +msgstr "" + +#. NOTE: tags: title for inventory +#: app/_translations.py:86 +msgctxt "tags" +msgid "Inventory" +msgstr "" + +#. NOTE: tags: description for inventory +#: app/_translations.py:88 +msgctxt "tags" +msgid "Changes the inventory GUI" +msgstr "" + +#. NOTE: tags: title for jam_combat_mod +#: app/_translations.py:90 +msgctxt "tags" +msgid "Jam / Combat 2020" +msgstr "" + +#. NOTE: tags: description for jam_combat_mod +#: app/_translations.py:92 +msgctxt "tags" +msgid "For mods created for the Discord \"Combat\" modding event in 2020" +msgstr "" + +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 +msgctxt "tags" +msgid "Jam / Game 2021" +msgstr "" + +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 +msgctxt "tags" +msgid "" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "Térképgenerátor / Biomok / Dekoráció" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "Új térképgenerátor, vagy meglévő változtatása" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Név" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" msgid "Player Effects / Power Ups" msgstr "" #. NOTE: tags: description for player_effects -#: app/_translations.py:8 +#: app/_translations.py:150 msgctxt "tags" msgid "" "For content that changes player effects, including physics, for example: " @@ -43,774 +497,319 @@ msgstr "" "Olyan tartalmak számára, melyek megváltoztatják a játékos hatásokat, " "beleértve a fizikát, például: sebesség, ugrás magasság vagy gravitáció." -#. NOTE: tags: title for pvp -#: app/_translations.py:10 -msgctxt "tags" -msgid "Player vs Player (PvP)" -msgstr "Játékos vs játékos (PvP)" - -#. NOTE: tags: description for pvp -#: app/_translations.py:12 -msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "Arra tervezték, hogy más játékosok ellen versengő módban játsszák" - -#. NOTE: tags: title for server_tools -#: app/_translations.py:14 -msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Szerver moderálás és eszközök" - -#. NOTE: tags: description for server_tools -#: app/_translations.py:16 -msgctxt "tags" -msgid "Helps with server maintenance and moderation" -msgstr "Segít a szerver karbantartásban és moderálásban" - -#. NOTE: tags: title for jam_game_2023 -#: app/_translations.py:18 -msgctxt "tags" -msgid "Jam / Game 2023" -msgstr "" - -#. NOTE: tags: description for jam_game_2023 -#: app/_translations.py:20 -msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "Nevezések a 2023-mas Minetest Game Jam-re " - -#. NOTE: tags: title for developer_tools -#: app/_translations.py:22 -#, fuzzy -msgctxt "tags" -msgid "Developer Tools" -msgstr "Moderátor Eszközök" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -#, fuzzy -msgctxt "tags" -msgid "Crafting" -msgstr "Értékelés" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" -msgstr "" - -#. NOTE: tags: title for april_fools -#: app/_translations.py:30 -msgctxt "tags" -msgid "Joke" -msgstr "" - -#. NOTE: tags: description for april_fools -#: app/_translations.py:32 -msgctxt "tags" -msgid "" -"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." -msgstr "" - -#. NOTE: tags: title for sound_music -#: app/_translations.py:34 -msgctxt "tags" -msgid "Sounds / Music" -msgstr "" - -#. NOTE: tags: description for sound_music -#: app/_translations.py:36 -msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" -msgstr "" - -#. NOTE: tags: title for mapgen -#: app/_translations.py:38 -msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" -msgstr "Térképgenerátor / Biomok / Dekoráció" - -#. NOTE: tags: description for mapgen -#: app/_translations.py:40 -msgctxt "tags" -msgid "New mapgen or changes mapgen" -msgstr "Új térképgenerátor, vagy meglévő változtatása" - -#. NOTE: tags: title for singleplayer -#: app/_translations.py:42 -msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "Világ karbantartás és eszközök" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" -msgstr "Eszközök a világ karbantartására" - -#. NOTE: tags: title for complex_installation -#: app/_translations.py:60 -msgctxt "tags" -msgid "Complex installation" -msgstr "" - -#. NOTE: tags: description for complex_installation -#: app/_translations.py:62 -msgctxt "tags" -msgid "" -"Requires futher installation steps, such as installing LuaRocks or " -"editing the trusted mod setting" -msgstr "" - -#. NOTE: tags: title for chat -#: app/_translations.py:64 -msgctxt "tags" -msgid "Chat / Commands" -msgstr "" - -#. NOTE: tags: description for chat -#: app/_translations.py:66 -msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - #. NOTE: tags: title for puzzle -#: app/_translations.py:96 +#: app/_translations.py:152 msgctxt "tags" msgid "Puzzle" msgstr "" #. NOTE: tags: description for puzzle -#: app/_translations.py:98 +#: app/_translations.py:154 msgctxt "tags" msgid "Focus on puzzle solving instead of combat" msgstr "" -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -#, fuzzy -msgctxt "tags" -msgid "Decorative" -msgstr "Adományozás" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - #. NOTE: tags: title for pve -#: app/_translations.py:118 +#: app/_translations.py:156 msgctxt "tags" msgid "Player vs Environment (PvE)" msgstr "" #. NOTE: tags: description for pve -#: app/_translations.py:120 +#: app/_translations.py:158 msgctxt "tags" msgid "" "For content designed for one or more players that focus on combat against" " the world, mobs, or NPCs." msgstr "" -#. NOTE: tags: title for storage -#: app/_translations.py:122 -#, fuzzy -msgctxt "tags" -msgid "Storage" -msgstr "Állapot" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Név" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -#, fuzzy -msgctxt "tags" -msgid "Sports" -msgstr "Jelentés" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "Akció" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -#, fuzzy -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "Legjobb megjelenés(textúra)csomagok" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -#, fuzzy -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Megjegyzés" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce +#. NOTE: tags: title for pvp #: app/_translations.py:160 msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" +msgid "Player vs Player (PvP)" +msgstr "Játékos vs játékos (PvP)" -#. NOTE: tags: description for commerce +#. NOTE: tags: description for pvp #: app/_translations.py:162 msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -#, fuzzy -msgctxt "tags" -msgid "Transport" -msgstr "Jelentés" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" +msgid "Designed to be played competitively against other players" +msgstr "Arra tervezték, hogy más játékosok ellen versengő módban játsszák" #. NOTE: tags: title for seasonal -#: app/_translations.py:168 +#: app/_translations.py:164 msgctxt "tags" msgid "Seasonal" msgstr "" #. NOTE: tags: description for seasonal -#: app/_translations.py:170 +#: app/_translations.py:166 msgctxt "tags" msgid "For content generally themed around a certain season or holiday" msgstr "" -#. NOTE: tags: title for food +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Szerver moderálás és eszközök" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "Segít a szerver karbantartásban és moderálásban" + +#. NOTE: tags: title for shooter #: app/_translations.py:172 msgctxt "tags" -msgid "Food / Drinks" +msgid "Shooter" msgstr "" -#. NOTE: tags: title for mtg +#. NOTE: tags: description for shooter #: app/_translations.py:174 -#, fuzzy msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Jóváhagyva" +msgid "First person shooters (FPS) and more" +msgstr "" -#. NOTE: tags: description for mtg +#. NOTE: tags: title for simulation #: app/_translations.py:176 msgctxt "tags" -msgid "Forks of Minetest Game" +msgid "Sims" msgstr "" -#. NOTE: tags: title for 32px +#. NOTE: tags: description for simulation #: app/_translations.py:178 msgctxt "tags" -msgid "32px" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." msgstr "" -#. NOTE: tags: description for 32px +#. NOTE: tags: title for singleplayer #: app/_translations.py:180 -#, fuzzy msgctxt "tags" -msgid "For 32px texture packs" -msgstr "Legjobb megjelenés(textúra)csomagok" +msgid "Singleplayer-focused" +msgstr "" -#. NOTE: tags: title for creative +#. NOTE: tags: description for singleplayer #: app/_translations.py:182 -#, fuzzy msgctxt "tags" -msgid "Creative" -msgstr "Létrehozás" - -#. NOTE: tags: description for creative -#: app/_translations.py:184 -msgctxt "tags" -msgid "" -"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" -msgstr "" - -#. NOTE: tags: title for gui -#: app/_translations.py:186 -msgctxt "tags" -msgid "GUI" -msgstr "" - -#. NOTE: tags: description for gui -#: app/_translations.py:188 -msgctxt "tags" -msgid "" -"For content whose main utility or features are provided within a GUI, on-" -"screen menu, or similar" -msgstr "" - -#. NOTE: tags: title for 64px -#: app/_translations.py:190 -msgctxt "tags" -msgid "64px" -msgstr "" - -#. NOTE: tags: description for 64px -#: app/_translations.py:192 -#, fuzzy -msgctxt "tags" -msgid "For 64px texture packs" -msgstr "Legjobb megjelenés(textúra)csomagok" - -#. NOTE: tags: title for technology -#: app/_translations.py:194 -msgctxt "tags" -msgid "Machines / Electronics" -msgstr "" - -#. NOTE: tags: description for technology -#: app/_translations.py:196 -msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." -msgstr "" - -#. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 -msgctxt "tags" -msgid "Jam / Combat 2020" -msgstr "" - -#. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 -msgctxt "tags" -msgid "For mods created for the Discord \"Combat\" modding event in 2020" -msgstr "" - -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 -msgctxt "tags" -msgid "Strategy / RTS" -msgstr "" - -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 -msgctxt "tags" -msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +#, fuzzy +msgctxt "tags" +msgid "Sports" +msgstr "Jelentés" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +#, fuzzy +msgctxt "tags" +msgid "Storage" +msgstr "Állapot" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 -msgctxt "tags" -msgid "128px+" -msgstr "" - -#. NOTE: tags: description for 128px -#: app/_translations.py:216 #, fuzzy msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Legjobb megjelenés(textúra)csomagok" +msgid "Transport" +msgstr "Jelentés" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: description for transport +#: app/_translations.py:216 +msgctxt "tags" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" + +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" -msgstr "" +msgid "World Maintenance and Tools" +msgstr "Világ karbantartás és eszközök" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "" +msgid "Tools to manage the world" +msgstr "Eszközök a világ karbantartására" -#. NOTE: content_warnings: title for gore +#. NOTE: content_warnings: title for alcohol_tobacco #: app/_translations.py:222 msgctxt "content_warnings" -msgid "Gore" +msgid "Alcohol / Tobacco" msgstr "" -#. NOTE: content_warnings: description for gore +#. NOTE: content_warnings: description for alcohol_tobacco #: app/_translations.py:224 msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -#, fuzzy -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Admin" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" +msgid "Contains alcohol and/or tobacco" msgstr "" #. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 +#: app/_translations.py:226 #, fuzzy msgctxt "content_warnings" msgid "Bad Language" msgstr "Nyelvek" #. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 +#: app/_translations.py:228 #, fuzzy msgctxt "content_warnings" msgid "Contains swearing" msgstr "Tartalomra vonatkozó figyelmeztetések" -#. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 -msgctxt "content_warnings" -msgid "Alcohol / Tobacco" -msgstr "" - -#. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 -msgctxt "content_warnings" -msgid "Contains alcohol and/or tobacco" -msgstr "" - #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 #, fuzzy msgctxt "content_warnings" msgid "Drugs" msgstr "Szabályok" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +#, fuzzy +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Admin" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -850,7 +849,7 @@ msgstr "Név" msgid "Limit to package" msgstr "Csomagkorlát" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -866,7 +865,7 @@ msgstr "Csomagkorlát" msgid "Save" msgstr "Mentés" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -880,56 +879,56 @@ msgstr "Mentés" msgid "Title" msgstr "Cím" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Rövid leírás" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Oldal tartalma" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Privát" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "Rögzítve a profilomhoz" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "Egy kollekció már létezik ezen a néven" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "Nem lehet kollekciót létrehozni, mivel már létezik ilyen nevű csomag" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "csomag hozzáadva a kollekcióhoz" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Csomag eltávolítása a kollekciótól" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "Csomag hozzáadva a kedvenc kollekcióhoz" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Nyilvános, módosítás a Profil > Saját gyűjteményeim)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "Csomag törölve a kedvenc kollekcióból" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" "Üdv a legjobb helyen a minetest kiegészítők játékok és textúra csomagok " "megtalálásához" @@ -963,7 +962,11 @@ msgstr "URL átirányítás" msgid "App Type" msgstr "App Típusa" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 #, fuzzy msgid "Revoked all user tokens" msgstr "Elvette a felhasználó összes zsetonját" @@ -1109,7 +1112,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1370,14 +1373,14 @@ msgstr "Git hivatkozás (azaz: commit hash, branch vagy tag)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Minimális Minetest Verzió" +msgid "Minimum Luanti Version" +msgstr "Minimális Luanti Verzió" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Maximális Minetest Verzió" +msgid "Maximum Luanti Version" +msgstr "Maximális Luanti Verzió" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2809,8 +2812,8 @@ msgstr "Megtekintések" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Minetest változatok" +msgid "Luanti Versions" +msgstr "Luanti változatok" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3380,7 +3383,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3393,8 +3396,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3616,8 +3619,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -4096,7 +4107,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4109,7 +4120,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4122,7 +4133,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4209,7 +4220,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4236,7 +4247,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4521,7 +4532,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4602,17 +4613,17 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5195,7 +5206,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5319,7 +5330,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5837,6 +5848,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "Sok értesítése van. Olvassa el, vagy törölje őket" @@ -6026,7 +6041,7 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ msgid "Password suggestion" @@ -6314,7 +6329,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6537,7 +6552,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6590,7 +6605,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6658,7 +6673,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6688,7 +6703,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6767,3 +6782,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "Nevezések a 2023-mas Luanti Game Jam-re " + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Jóváhagyva" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/ia/LC_MESSAGES/messages.po b/translations/ia/LC_MESSAGES/messages.po index 9c43345f..7965bcb8 100644 --- a/translations/ia/LC_MESSAGES/messages.po +++ b/translations/ia/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language: ia\n" @@ -26,564 +26,156 @@ msgstr "" msgid "You have been banned." msgstr "" -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." +msgid "For 128px or higher texture packs" msgstr "" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" +msgid "For 16px texture packs" msgstr "" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" +msgid "32px" msgstr "" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "For 32px texture packs" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " +msgid "For 64px texture packs" msgstr "" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" +msgid "Crafting" msgstr "" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -msgctxt "tags" -msgid "Mini-game" -msgstr "" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" +msgid "Big changes to crafting gameplay" msgstr "" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -591,204 +183,612 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +msgctxt "tags" +msgid "Custom mapgen" +msgstr "" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" +msgid "Inventory" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +msgctxt "tags" +msgid "Mini-game" +msgstr "" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" +msgid "Transport" msgstr "" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" msgstr "" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "" - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -msgctxt "content_warnings" -msgid "Contains swearing" +msgid "Tools to manage the world" msgstr "" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -828,7 +828,7 @@ msgstr "" msgid "Limit to package" msgstr "" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -844,7 +844,7 @@ msgstr "" msgid "Save" msgstr "" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -858,56 +858,56 @@ msgstr "" msgid "Title" msgstr "" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -939,7 +939,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1084,7 +1088,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1332,13 +1336,13 @@ msgstr "" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" +msgid "Minimum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" +msgid "Maximum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:74 @@ -2731,7 +2735,7 @@ msgstr "" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" +msgid "Luanti Versions" msgstr "" #: app/templates/admin/versions/list.html:8 @@ -3277,7 +3281,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3290,8 +3294,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3510,8 +3514,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -3990,7 +4002,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4003,7 +4015,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4016,7 +4028,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4103,7 +4115,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4130,7 +4142,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4415,7 +4427,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4496,17 +4508,17 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5088,7 +5100,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5212,7 +5224,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5725,6 +5737,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -5803,7 +5819,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6026,7 +6042,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6079,7 +6095,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6147,7 +6163,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6177,7 +6193,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6251,3 +6267,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/id/LC_MESSAGES/messages.po b/translations/id/LC_MESSAGES/messages.po index 6fb5d83d..e524127a 100644 --- a/translations/id/LC_MESSAGES/messages.po +++ b/translations/id/LC_MESSAGES/messages.po @@ -7,18 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-09-10 11:09+0000\n" "Last-Translator: Muhammad Rifqi Priyo Susanto " "\n" -"Language-Team: Indonesian \n" "Language: id\n" +"Language-Team: Indonesian " +"\n" +"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.8-dev\n" "Generated-By: Babel 2.15.0\n" #: app/__init__.py:156 @@ -29,90 +28,68 @@ msgstr "Diblokir:" msgid "You have been banned." msgstr "Anda telah diblokir." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" -msgstr "Efek Pemain / Kekuatan" +msgid "128px+" +msgstr "≥128 px" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" -"Untuk konten yang mengubah efek pemain, termasuk fisika, misalnya " -"kecepatan, tinggi lompatan, atau gravitasi." +msgid "For 128px or higher texture packs" +msgstr "Untuk paket tekstur 128 piksel atau lebih tinggi" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" -msgstr "Pemain vs. Pemain (PvP)" +msgid "16px" +msgstr "16 px" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "Dirancang untuk dimainkan secara kompetitif melawan pemain lain" +msgid "For 16px texture packs" +msgstr "Untuk paket tekstur 16 piksel" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Moderasi dan Peralatan Server" +msgid "32px" +msgstr "32 px" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" -msgstr "Membantu pemeliharaan dan moderasi server" +msgid "For 32px texture packs" +msgstr "Untuk paket tekstur 32 piksel" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" -msgstr "Jam / Permainan 2023" +msgid "64px" +msgstr "64 px" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "Entri ke Game Jam Minetest 2023 " +msgid "For 64px texture packs" +msgstr "Untuk paket tekstur 64 piksel" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "Alat Pengembang" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "Peralatan untuk pengembang permainan dan mod" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "Kerajinan" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" -msgstr "Perubahan besar terhadap alur kerajinan" +msgid "Adventure / RPG" +msgstr "Petualangan / RPG" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "Lelucon" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "For humorous content, meant as a novelty or joke, not to be taken " @@ -122,92 +99,64 @@ msgstr "" "lelucon, tidak boleh dianggap serius, dan tidak dimaksudkan untuk " "digunakan secara serius atau jangka panjang." -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "Bangunan" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "Fokus pada bangunan, seperti menambahkan bahan dan nodus baru" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "Mekanika dan Alat Membangun" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" -msgstr "Suara / Musik" +msgid "Adds game mechanics or tools that change how players build." +msgstr "" +"Menambahkan mekanika permainan atau alat yang mengubah cara pemain " +"membangun." -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" -msgstr "Berfokus pada menambahkan suara atau hal musik baru" +msgid "Chat / Commands" +msgstr "Obrolan / Perintah" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" -msgstr "Generator Peta / Bioma / Dekorasi" +msgid "Focus on player chat/communication or console interaction." +msgstr "Fokus pada obrolan/komunikasi pemain atau interaksi konsol." -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" -msgstr "Generator peta baru atau perubahan generator peta" +msgid "Commerce / Economy" +msgstr "Perdagangan / Ekonomi" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "Pemain Tunggal" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "Konten yang dapat dimainkan sendiri" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "Inventaris" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "Mengubah GUI Inventaris" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "Petualangan / RPG" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "Penembak" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "Penembak orang pertama (FPS) dan lebih banyak lagi" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "Alat Pemeliharaan Dunia" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" -msgstr "Alat untuk mengelola dunia" +msgid "Related to economies, money, and trading" +msgstr "Terkait dengan ekonomi, uang, dan perdagangan" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "Pemasangan Kompleks" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " @@ -216,404 +165,26 @@ msgstr "" "Memerlukan langkah pemasangan lebih lanjut, seperti memasang LuaRocks " "atau mengedit pengaturan mod tepercaya" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" -msgstr "Obrolan / Perintah" +msgid "Crafting" +msgstr "Kerajinan" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "Fokus pada obrolan/komunikasi pemain atau interaksi konsol." - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "Multi-Pemain" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "Dapat/seharusnya hanya digunakan dalam mode multipemain" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "Simulasi" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" -"Mod dan permainan yang bertujuan untuk menyimulasikan aktivitas kehidupan" -" nyata. Mirip dengan SimCity/The Sims/OpenTTD/lainnya." - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "Tanaman dan Pertanian" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "Menambahkan tanaman baru atau sumber daya baru yang dapat ditanam." - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "Alat / Senjata / Zirah" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "Menambahkan atau mengubah alat, senjata, dan zirah" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "Lingkungan / Cuaca" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" -"Meningkatkan kualitas dunia, menambahkan cuaca, suara sekitar, atau " -"mekanisme lingkungan lainnya" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "Unik / Asli" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" -"Untuk permainan dan sejenisnya yang memiliki keunikannya tersendiri, " -"berbeda dan orisinal dibandingkan permainan lain yang sejenis." - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "Bangunan" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "Fokus pada bangunan, seperti menambahkan bahan dan nodus baru" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "Teka-Teki" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "Fokus pada penyelesaian teka-teki daripada pertarungan" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "Dekoratif" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "Menambahkan nodus tanpa tujuan lain selain untuk digunakan dalam bangunan" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "<16 px" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "Kurang dari 16 piksel" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "Sihir / Mantra" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "Massa / Hewan / NPC" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "Menambahkan massa, hewan, dan karakter non-pemain" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "Mekanika dan Alat Membangun" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" -"Menambahkan mekanika permainan atau alat yang mengubah cara pemain " -"membangun." - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "Pemain vs. Lingkungan (PvE)" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" -"Untuk konten yang dirancang untuk satu atau lebih pemain yang fokus pada " -"pertarungan melawan dunia, massa, atau NPC." - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "Penyimpanan" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "Menambahkan atau meningkatkan mekanika penyimpanan barang" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -msgctxt "tags" -msgid "Mini-game" -msgstr "Permainan Mini" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "Menambahkan permainan mini untuk dimainkan dalam Minetest" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "Olahraga" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "Pendidikan" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "Memiliki nilai pendidikan atau merupakan alat untuk membantu guru " - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "16 px" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "Untuk paket tekstur 16 piksel" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Generator Peta Custom" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" -"Berisi generator peta khusus yang diimplementasikan dalam Lua, biasanya " -"memerlukan dunia untuk disetel ke generator peta 'singlenode'." - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "HUD" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "Untuk mod yang memberikan informasi tambahan kepada pemain di HUD" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "Bertahan Hidup" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" -"Ditulis khusus untuk alur permainan kesintasan dengan fokus pada " -"keseimbangan permainan, tingkat kesulitan, atau sumber daya yang tersedia" -" melalui kerajinan, penambangan, ..." - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "API / Pustaka" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "Utamanya menambahkan API untuk digunakan mod lain" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "Jam / Tantangan Mingguan 2021" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" -"Untuk mod yang dibuat dalam acara modding \"Weekly Challenges\" Discord " -"tahun 2021" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "Perdagangan / Ekonomi" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "Terkait dengan ekonomi, uang, dan perdagangan" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "Transportasi" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" -"Menambah atau mengubah metode transportasi. Termasuk teleportasi, " -"kendaraan, massa yang dapat dikendarai, infrastruktur transportasi, dan " -"konten tematik" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "Musim" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "Untuk konten yang umumnya bertema musim atau hari libur tertentu" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "Makanan / Minuman" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Minetest Game yang ditingkatkan" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "Fork dari Minetest Game" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "32 px" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "Untuk paket tekstur 32 piksel" +msgid "Big changes to crafting gameplay" +msgstr "Perubahan besar terhadap alur kerajinan" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "Kreatif" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -625,14 +196,88 @@ msgstr "" "menyediakan alat yang memfasilitasi kreasi dalam permainan dan tidak " "menambah kesulitan atau kelangkaan" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +msgctxt "tags" +msgid "Custom mapgen" +msgstr "Generator Peta Custom" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" +"Berisi generator peta khusus yang diimplementasikan dalam Lua, biasanya " +"memerlukan dunia untuk disetel ke generator peta 'singlenode'." + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "Dekoratif" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "Menambahkan nodus tanpa tujuan lain selain untuk digunakan dalam bangunan" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "Alat Pengembang" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "Peralatan untuk pengembang permainan dan mod" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "Pendidikan" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "Memiliki nilai pendidikan atau merupakan alat untuk membantu guru " + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "Lingkungan / Cuaca" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" +"Meningkatkan kualitas dunia, menambahkan cuaca, suara sekitar, atau " +"mekanisme lingkungan lainnya" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "Makanan / Minuman" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "GUI" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" @@ -641,66 +286,340 @@ msgstr "" "Untuk konten yang utilitas atau fitur utamanya disediakan dalam GUI, menu" " di layar, atau sejenisnya" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" -msgstr "64 px" +msgid "HUD" +msgstr "HUD" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" -msgstr "Untuk paket tekstur 64 piksel" +msgid "For mods that grant the player extra information in the HUD" +msgstr "Untuk mod yang memberikan informasi tambahan kepada pemain di HUD" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" -msgstr "Mesin / Elektronik" +msgid "Inventory" +msgstr "Inventaris" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." -msgstr "Menambahkan mesin yang berguna dalam otomatisasi, tabung, atau daya." +msgid "Changes the inventory GUI" +msgstr "Mengubah GUI Inventaris" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "Jam / Tempur 2020" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "Untuk mod yang dibuat dalam acara modding \"Combat\" Discord tahun 2020" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" -msgstr "Strategi / RTS" +msgid "Jam / Game 2021" +msgstr "Jam / Permainan 2021" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr " Jam / Permainan 2022" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "Jam / Permainan 2023" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "Jam / Tantangan Mingguan 2021" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" msgstr "" -"Permainan dan mod dengan komponen strategi yang berat, baik waktu-nyata " -"maupun bergilir" +"Untuk mod yang dibuat dalam acara modding \"Weekly Challenges\" Discord " +"tahun 2021" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "<16 px" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "Kurang dari 16 piksel" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "API / Pustaka" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "Utamanya menambahkan API untuk digunakan mod lain" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "Sihir / Mantra" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "Generator Peta / Bioma / Dekorasi" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "Generator peta baru atau perubahan generator peta" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +msgctxt "tags" +msgid "Mini-game" +msgstr "Permainan Mini" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "Menambahkan permainan mini untuk dimainkan dalam Luanti" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "Massa / Hewan / NPC" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "Menambahkan massa, hewan, dan karakter non-pemain" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "Multi-Pemain" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "Dapat/seharusnya hanya digunakan dalam mode multipemain" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "Unik / Asli" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" +"Untuk permainan dan sejenisnya yang memiliki keunikannya tersendiri, " +"berbeda dan orisinal dibandingkan permainan lain yang sejenis." + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "Tanaman dan Pertanian" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "Menambahkan tanaman baru atau sumber daya baru yang dapat ditanam." + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "Efek Pemain / Kekuatan" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" +"Untuk konten yang mengubah efek pemain, termasuk fisika, misalnya " +"kecepatan, tinggi lompatan, atau gravitasi." + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "Teka-Teki" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "Fokus pada penyelesaian teka-teki daripada pertarungan" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "Pemain vs. Lingkungan (PvE)" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" +"Untuk konten yang dirancang untuk satu atau lebih pemain yang fokus pada " +"pertarungan melawan dunia, massa, atau NPC." + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "Pemain vs. Pemain (PvP)" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "Dirancang untuk dimainkan secara kompetitif melawan pemain lain" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "Musim" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "Untuk konten yang umumnya bertema musim atau hari libur tertentu" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Moderasi dan Peralatan Server" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "Membantu pemeliharaan dan moderasi server" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "Penembak" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "Penembak orang pertama (FPS) dan lebih banyak lagi" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "Simulasi" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" +"Mod dan permainan yang bertujuan untuk menyimulasikan aktivitas kehidupan" +" nyata. Mirip dengan SimCity/The Sims/OpenTTD/lainnya." + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "Pemain Tunggal" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" +msgstr "Konten yang dapat dimainkan sendiri" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "Kustomisasi / Skin Pemain" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" @@ -709,128 +628,208 @@ msgstr "" "Memperbolehkan pemain untuk menyesuaikan karakternya dengan mengubah " "tekstur atau menambahkan aksesori." -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "Suara / Musik" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "Berfokus pada menambahkan suara atau hal musik baru" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "Olahraga" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "Penyimpanan" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "Menambahkan atau meningkatkan mekanika penyimpanan barang" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "Strategi / RTS" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" +"Permainan dan mod dengan komponen strategi yang berat, baik waktu-nyata " +"maupun bergilir" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "Bertahan Hidup" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" +"Ditulis khusus untuk alur permainan kesintasan dengan fokus pada " +"keseimbangan permainan, tingkat kesulitan, atau sumber daya yang tersedia" +" melalui kerajinan, penambangan, ..." + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "Mesin / Elektronik" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "Menambahkan mesin yang berguna dalam otomatisasi, tabung, atau daya." + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" -msgstr "Jam / Permainan 2021" +msgid "Tools / Weapons / Armor" +msgstr "Alat / Senjata / Zirah" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" -msgstr "Entri untuk Minetest Game Jam 2021" +msgid "Adds or changes tools, weapons, and armor" +msgstr "Menambahkan atau mengubah alat, senjata, dan zirah" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" -msgstr "≥128 px" +msgid "Transport" +msgstr "Transportasi" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Untuk paket tekstur 128 piksel atau lebih tinggi" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" +"Menambah atau mengubah metode transportasi. Termasuk teleportasi, " +"kendaraan, massa yang dapat dikendarai, infrastruktur transportasi, dan " +"konten tematik" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" -msgstr " Jam / Permainan 2022" +msgid "World Maintenance and Tools" +msgstr "Alat Pemeliharaan Dunia" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "Entri untuk Minetest Game Jam 2022 " - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "Kekejaman" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "Darah, dll" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Judi" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "Permainan untung-untungan, permainan judi, dll" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "Kekerasan" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" -"Kekerasan non-kartun. Mungkin mengarah pada fantasi atau karakter mirip " -"manusia" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "Seram / Horor" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "Konten yang mengejutkan dan menakutkan. Bisa menakuti anak kecil" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "Bahasa Kotor" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -msgctxt "content_warnings" -msgid "Contains swearing" -msgstr "Berisi umpatan" +msgid "Tools to manage the world" +msgstr "Alat untuk mengelola dunia" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "Alkohol / Tembakau" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "Berisi alkohol dan/atau tembakau" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "Bahasa Kotor" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "Berisi umpatan" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "Narkoba" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "Berisi obat-obatan rekreasi selain alkohol atau tembakau" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Judi" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "Permainan untung-untungan, permainan judi, dll" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "Kekejaman" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "Darah, dll" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "Seram / Horor" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "Konten yang mengejutkan dan menakutkan. Bisa menakuti anak kecil" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "Kekerasan" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" +"Kekerasan non-kartun. Mungkin mengarah pada fantasi atau karakter mirip " +"manusia" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -870,7 +869,7 @@ msgstr "Nama" msgid "Limit to package" msgstr "Batasi ke paket" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -886,7 +885,7 @@ msgstr "Batasi ke paket" msgid "Save" msgstr "Simpan" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -900,59 +899,59 @@ msgstr "Simpan" msgid "Title" msgstr "Judul" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Deskripsi Singkat" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Konten Halaman" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Pribadi" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "Disematkan ke profil saya" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "Sebuah koleksi dengan judul yang mirip sudah ada" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "Tidak dapat membuat koleksi karena paket dengan nama tersebut sudah ada" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "Paket ditambahkan ke koleksi" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Paket dihapus dari koleksi" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "Paket ditambahkan ke koleksi favorit" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Publik, ubah di Profil > Koleksi Saya)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "Paket dihapus dari koleksi favorit" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" "Selamat datang di tempat terbaik untuk mencari mod, permainan, dan paket " -"tekstur Minetest" +"tekstur Luanti" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 #: app/templates/base.html:36 @@ -983,7 +982,11 @@ msgstr "URL Pengalihan" msgid "App Type" msgstr "Jenis Aplikasi" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "Mencabut semua token pengguna" @@ -1128,8 +1131,8 @@ msgid "Hide Tags and Content Warnings" msgstr "Sembunyikan Tag dan Peringatan Konten" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" -msgstr "Versi Minetest" +msgid "Luanti Version" +msgstr "Versi Luanti" #: app/blueprints/packages/advanced_search.py:81 msgid "Sort by" @@ -1386,14 +1389,14 @@ msgstr "Referensi Git (misal hash commit, branch, atau label)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Versi Minetest Minimum" +msgid "Minimum Luanti Version" +msgstr "Versi Luanti Minimum" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Versi Minetest Maksimum" +msgid "Maximum Luanti Version" +msgstr "Versi Luanti Maksimum" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2834,8 +2837,8 @@ msgstr "Penayangan" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Versi Minetest" +msgid "Luanti Versions" +msgstr "Versi Luanti" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3416,8 +3419,8 @@ msgid "Downloads by Reason" msgstr "Unduhan menurut Alasan" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." -msgstr "Pemasangan Baru: pengguna mengeklik [Pasang] dari dalam Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." +msgstr "Pemasangan Baru: pengguna mengeklik [Pasang] dari dalam Luanti." #: app/templates/macros/stats.html:107 msgid "Dependency: was installed automatically to fulfill a dependency." @@ -3429,11 +3432,11 @@ msgstr "Pembaruan: unduhan digunakan untuk memperbarui paket." #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" "Lain-Lain/Tak Diketahui: diunduh dengan peramban web atau versi " -"usang Minetest (sebelum 5.5)." +"usang Luanti (sebelum 5.5)." #: app/templates/macros/stats.html:121 msgid "Need more stats?" @@ -3657,9 +3660,17 @@ msgstr "" msgid "Example Authorize URL" msgstr "Contoh Otorisasi URL" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" -msgstr "Ditampilkan kepada pengguna saat Anda meminta akses ke akun mereka" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" +msgstr "" #: app/templates/oauth/create_edit.html:70 msgid "Where will you store your client_secret?" @@ -3804,9 +3815,6 @@ msgid "" "anywhere in the short description. It is unnecessary and wastes " "characters." msgstr "" -"Kiat: Jangan masukkan Minetest, mod, atau modpack di" -" mana pun dalam deskripsi pendek. Ini tidak diperlukan dan menghabiskan " -"karakter." #: app/templates/packages/create_edit.html:88 msgid "" @@ -4192,8 +4200,8 @@ msgid "Approved" msgstr "Disetujui" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" -msgstr "Versi Minetest yang didukung" +msgid "Supported Luanti versions" +msgstr "Versi Luanti yang didukung" #: app/templates/packages/release_edit.html:68 #: app/templates/packages/release_new.html:76 @@ -4207,10 +4215,10 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" "Hanya tetapkan versi maksimum jika Anda tahu bahwa ia tidak berfungsi " -"pada versi Minetest yang lebih baru." +"pada versi Luanti yang lebih baru." #: app/templates/packages/release_edit.html:71 #: app/templates/packages/release_new.html:79 @@ -4224,10 +4232,10 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" -"Atur versi Minetest minimum dan maksimum yang didukung.\n" +"Atur versi Luanti minimum dan maksimum yang didukung.\n" "\t\t\tRilisan ini akan disembunyikan dari klien yang tidak didukung. " #: app/templates/packages/release_edit.html:80 @@ -4326,8 +4334,8 @@ msgstr "" "\t\t\tmenyesuaikan rilisan." #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" -msgstr "3. Versi Minetest yang didukung" +msgid "3. Supported Luanti versions" +msgstr "3. Versi Luanti yang didukung" #: app/templates/packages/release_new.html:84 msgid "" @@ -4356,10 +4364,10 @@ msgstr "Sebuah rilisan adalah versi tunggal %(title)s Anda yang dapat diunduh." #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" "Anda perlu membuat rilisan meski Anda menggunakan daur pengembangan " -"rilisan bergulir karena Minetest memerlukannya untuk memeriksa pembaruan." +"rilisan bergulir karena Luanti memerlukannya untuk memeriksa pembaruan." #: app/templates/packages/release_wizard.html:20 #: app/templates/packages/update_config.html:12 @@ -4670,8 +4678,8 @@ msgid "" msgstr "Untuk informasi cara melakukan ini, lihat bab modding book dan lua_api.md" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" -msgstr "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" +msgstr "Translation - Luanti Modding Book" #: app/templates/packages/translation.html:26 msgid "Translating content meta - lua_api.md" @@ -4759,18 +4767,18 @@ msgstr "Unduh" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" -msgstr "Minetest %(min)s-%(max)s" +msgid "Luanti %(min)s - %(max)s" +msgstr "Luanti %(min)s-%(max)s" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" -msgstr "Untuk Minetest %(min)s ke atas" +msgid "For Luanti %(min)s and above" +msgstr "Untuk Luanti %(min)s ke atas" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" -msgstr "Minetest %(max)s ke bawah" +msgid "Luanti %(max)s and below" +msgstr "Luanti %(max)s ke bawah" #: app/templates/packages/view.html:70 msgid "How do I install this?" @@ -5234,7 +5242,7 @@ msgstr "Paket yang tidak mendukung %(rel)s" #: app/templates/todo/outdated.html:16 app/templates/todo/screenshots.html:12 #: app/templates/todo/screenshots.html:16 msgid "Minetest-Mods org only" -msgstr "Organisasi Minetest-Mods saja" +msgstr "" #: app/templates/todo/mtver_support.html:25 app/templates/todo/outdated.html:24 #: app/templates/todo/screenshots.html:24 @@ -5385,11 +5393,11 @@ msgstr "Cari paket untuk diterjemahkan" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" -"Bantu membuat Minetest lebih mudah diakses dengan menerjemahkan paket-" -"paket ke dalam bahasa lain." +"Bantu membuat Luanti lebih mudah diakses dengan menerjemahkan paket-paket" +" ke dalam bahasa lain." #: app/templates/translate/index.html:65 msgid "How to translate a mod / game" @@ -5502,8 +5510,9 @@ msgid "" "Note: protonmail is unsupported by ContentDB. More info." msgstr "" -"Catatan: protonmail tidak didukung oleh ContentDB. Informasi lebih lanjut." +"Catatan: protonmail tidak didukung oleh ContentDB. Informasi lebih" +" lanjut." #: app/templates/users/change_set_password.html:27 #: app/templates/users/register.html:30 @@ -5515,8 +5524,8 @@ msgid "Create Account" msgstr "Buat Akun" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" -msgstr "Apakah Anda memiliki akun di Forum Minetest?" +msgid "Do you have an account on the Luanti Forums?" +msgstr "Apakah Anda memiliki akun di Forum Luanti?" #: app/templates/users/claim.html:13 msgid "" @@ -6062,6 +6071,10 @@ msgstr "Permainan yang Tidak Didukung" msgid "Optional dependencies" msgstr "Dependensi Opsional" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -6243,11 +6256,11 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ "Anda tidak butuh akun forum. Namun, " #~ "disarankan membuatnya agar lebih bisa " -#~ "merasakan komunitas Minetest." +#~ "merasakan komunitas Luanti." #~ msgid "Password suggestion" #~ msgstr "Saran kata sandi" @@ -6583,7 +6596,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6806,7 +6819,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6859,7 +6872,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6927,7 +6940,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6957,7 +6970,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -7027,3 +7040,41 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "Harap hubungi admin." + +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "Entri ke Game Jam Luanti 2023 " + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Luanti Game yang ditingkatkan" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "Fork dari Luanti Game" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "Entri untuk Luanti Game Jam 2021" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "Entri untuk Luanti Game Jam 2022 " + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "Ditampilkan kepada pengguna saat Anda meminta akses ke akun mereka" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" +#~ "Kiat: Jangan masukkan Luanti, " +#~ "mod, atau modpack di mana " +#~ "pun dalam deskripsi pendek. Ini tidak" +#~ " diperlukan dan menghabiskan karakter." + +#~ msgid "Luanti-Mods org only" +#~ msgstr "Organisasi Luanti-Mods saja" + diff --git a/translations/it/LC_MESSAGES/messages.po b/translations/it/LC_MESSAGES/messages.po index a934c1ed..ca126952 100644 --- a/translations/it/LC_MESSAGES/messages.po +++ b/translations/it/LC_MESSAGES/messages.po @@ -7,17 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-09-21 12:33+0000\n" "Last-Translator: Francesco Rossi \n" -"Language-Team: Italian \n" "Language: it\n" +"Language-Team: Italian " +"\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.8-dev\n" "Generated-By: Babel 2.15.0\n" #: app/__init__.py:156 @@ -28,447 +27,180 @@ msgstr "Espulsə:" msgid "You have been banned." msgstr "Sei statə espulsə." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" -msgstr "Effetti giocanti / Potenziamenti" +msgid "128px+" +msgstr "128px+" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" -"Per contenuti che applicano degli effetti allз giocanti, fisica inclusa; per " -"esempio velocità, altezza dei salti o gravità." - -#. NOTE: tags: title for pvp -#: app/_translations.py:10 -msgctxt "tags" -msgid "Player vs Player (PvP)" -msgstr "Giocante contro Giocante (PvP)" - -#. NOTE: tags: description for pvp -#: app/_translations.py:12 -msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "Progettato per esser giocato in competizione con altrз giocanti" - -#. NOTE: tags: title for server_tools -#: app/_translations.py:14 -msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Strumenti per Moderare" - -#. NOTE: tags: description for server_tools -#: app/_translations.py:16 -msgctxt "tags" -msgid "Helps with server maintenance and moderation" -msgstr "Progettato per la manutenzione e moderazione del server" - -#. NOTE: tags: title for jam_game_2023 -#: app/_translations.py:18 -msgctxt "tags" -msgid "Jam / Game 2023" -msgstr "Jam / Giochi 2023" - -#. NOTE: tags: description for jam_game_2023 -#: app/_translations.py:20 -msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "Giochi in gara per la Jam 2023 " - -#. NOTE: tags: title for developer_tools -#: app/_translations.py:22 -msgctxt "tags" -msgid "Developer Tools" -msgstr "Strumenti per Sviluppanti" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "Strumenti per lo sviluppo di giochi e mod" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "Fabbricazione" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" -msgstr "Modifiche sostanziose alla fabbricazione di oggetti" - -#. NOTE: tags: title for april_fools -#: app/_translations.py:30 -msgctxt "tags" -msgid "Joke" -msgstr "Due risate" - -#. NOTE: tags: description for april_fools -#: app/_translations.py:32 -msgctxt "tags" -msgid "" -"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." -msgstr "" -"Per contenuti umoristici, scherzosi, da non prendere seriamente né da usare " -"davvero sul lungo periodo." - -#. NOTE: tags: title for sound_music -#: app/_translations.py:34 -msgctxt "tags" -msgid "Sounds / Music" -msgstr "Suoni / Musica" - -#. NOTE: tags: description for sound_music -#: app/_translations.py:36 -msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" -msgstr "Aggiunge o amplia il reparto sonoro" - -#. NOTE: tags: title for mapgen -#: app/_translations.py:38 -msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" -msgstr "Gene mappa / Biomi / Decorazioni" - -#. NOTE: tags: description for mapgen -#: app/_translations.py:40 -msgctxt "tags" -msgid "New mapgen or changes mapgen" -msgstr "Nuovi geni mappa o modifiche a quelli esistenti" - -#. NOTE: tags: title for singleplayer -#: app/_translations.py:42 -msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "Giocante singolə" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "Contenuti che possono essere giocati per conto proprio" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "Inventario" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "Cambia l'aspetto dell'inventario" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "Avventura / GDR" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "Sparatutto" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "Sparatutto di vario tipo" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "Gestione del Mondo" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" -msgstr "Strumenti per la gestione e manutenzione del mondo" - -#. NOTE: tags: title for complex_installation -#: app/_translations.py:60 -msgctxt "tags" -msgid "Complex installation" -msgstr "Installazione Complessa" - -#. NOTE: tags: description for complex_installation -#: app/_translations.py:62 -msgctxt "tags" -msgid "" -"Requires futher installation steps, such as installing LuaRocks or " -"editing the trusted mod setting" -msgstr "" -"Richiede ulteriori passaggi per l'installazione, come installare LuaRocks o " -"modificare l'impostazione delle mod fidate" - -#. NOTE: tags: title for chat -#: app/_translations.py:64 -msgctxt "tags" -msgid "Chat / Commands" -msgstr "Chat / Comandi" - -#. NOTE: tags: description for chat -#: app/_translations.py:66 -msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "Per la comunicazione tra giocanti o l'interazione con la console." - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "Multigiocante" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "Orientato verso il multigiocante" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "Simulatori" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" -"Mod e giochi che puntano a simulare aspetti della vita reale. Tipo SimCity/" -"The Sims/OpenTTD/ecc." - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "Piante e Agricoltura" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "Aggiunge nuove piante o risorse coltivabili." - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "Strumenti / Armi / Armature" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "Aggiunge o cambia strumenti, armi e armature" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "Ambiente / Meteo" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" -"Migliora il mondo con l'aggiunta di effetti meteo, suoni d'ambiente o altre " -"meccaniche ambientali" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "Unico nel suo genere / Originale" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" -"Per contenuti che sono unici nel suo genere, distinti e originali rispetto a " -"quelli della loro stessa categoria." - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "Costruzione" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "Ciò che concerne il costruire, come l'aggiunta di nuovi materali o nodi" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "Logica" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "Risoluzione di giochi di logica" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "Decorativo" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "Aggiunge nodi che non hanno altro scopo se non decorativo" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "<16px" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "Minore di 16px" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "Magia / Incantamento" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "Nemici / Animali / PNG" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "Aggiunge nemici, animali e personaggi non giocanti" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "Strumenti e Meccaniche per Costruire" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" -"Aggiunge strumenti o meccaniche di gioco che cambiano l'approccio al modo di " -"costruire." - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "Giocante vs Ambiente (PvE)" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" -"Per contenuti progettati per unə o più giocanti focalizzati sul " -"combattimento contro gli elementi del mondo (es. nemici)." - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "Archiviazione" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "Aggiunge o migliora le meccaniche di immagazzinamento oggetti" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -msgctxt "tags" -msgid "Mini-game" -msgstr "Minigioco" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "Aggiunge un minigioco da giocare da dentro Minetest" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "Sport" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "Didattica" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" -"Contenuto con valore didattico, o uno strumento per aiutare lɜ insegnanti " +msgid "For 128px or higher texture packs" +msgstr "Pacchetti texture da 128px o più" #. NOTE: tags: title for 16px -#: app/_translations.py:136 +#: app/_translations.py:10 msgctxt "tags" msgid "16px" msgstr "16px" #. NOTE: tags: description for 16px -#: app/_translations.py:138 +#: app/_translations.py:12 msgctxt "tags" msgid "For 16px texture packs" msgstr "Per pacchetti texture da 16px" +#. NOTE: tags: title for 32px +#: app/_translations.py:14 +msgctxt "tags" +msgid "32px" +msgstr "32px" + +#. NOTE: tags: description for 32px +#: app/_translations.py:16 +msgctxt "tags" +msgid "For 32px texture packs" +msgstr "Pacchetti texture da 32px" + +#. NOTE: tags: title for 64px +#: app/_translations.py:18 +msgctxt "tags" +msgid "64px" +msgstr "64px" + +#. NOTE: tags: description for 64px +#: app/_translations.py:20 +msgctxt "tags" +msgid "For 64px texture packs" +msgstr "Pacchetti texture da 64px" + +#. NOTE: tags: title for adventure__rpg +#: app/_translations.py:22 +msgctxt "tags" +msgid "Adventure / RPG" +msgstr "Avventura / GDR" + +#. NOTE: tags: title for april_fools +#: app/_translations.py:24 +msgctxt "tags" +msgid "Joke" +msgstr "Due risate" + +#. NOTE: tags: description for april_fools +#: app/_translations.py:26 +msgctxt "tags" +msgid "" +"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." +msgstr "" +"Per contenuti umoristici, scherzosi, da non prendere seriamente né da " +"usare davvero sul lungo periodo." + +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "Costruzione" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "Ciò che concerne il costruire, come l'aggiunta di nuovi materali o nodi" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "Strumenti e Meccaniche per Costruire" + +#. NOTE: tags: description for building_mechanics +#: app/_translations.py:34 +msgctxt "tags" +msgid "Adds game mechanics or tools that change how players build." +msgstr "" +"Aggiunge strumenti o meccaniche di gioco che cambiano l'approccio al modo" +" di costruire." + +#. NOTE: tags: title for chat +#: app/_translations.py:36 +msgctxt "tags" +msgid "Chat / Commands" +msgstr "Chat / Comandi" + +#. NOTE: tags: description for chat +#: app/_translations.py:38 +msgctxt "tags" +msgid "Focus on player chat/communication or console interaction." +msgstr "Per la comunicazione tra giocanti o l'interazione con la console." + +#. NOTE: tags: title for commerce +#: app/_translations.py:40 +msgctxt "tags" +msgid "Commerce / Economy" +msgstr "Commercio / Economia" + +#. NOTE: tags: description for commerce +#: app/_translations.py:42 +msgctxt "tags" +msgid "Related to economies, money, and trading" +msgstr "Relativo a economia, denaro e commercio" + +#. NOTE: tags: title for complex_installation +#: app/_translations.py:44 +msgctxt "tags" +msgid "Complex installation" +msgstr "Installazione Complessa" + +#. NOTE: tags: description for complex_installation +#: app/_translations.py:46 +msgctxt "tags" +msgid "" +"Requires futher installation steps, such as installing LuaRocks or " +"editing the trusted mod setting" +msgstr "" +"Richiede ulteriori passaggi per l'installazione, come installare LuaRocks" +" o modificare l'impostazione delle mod fidate" + +#. NOTE: tags: title for crafting +#: app/_translations.py:48 +msgctxt "tags" +msgid "Crafting" +msgstr "Fabbricazione" + +#. NOTE: tags: description for crafting +#: app/_translations.py:50 +msgctxt "tags" +msgid "Big changes to crafting gameplay" +msgstr "Modifiche sostanziose alla fabbricazione di oggetti" + +#. NOTE: tags: title for creative +#: app/_translations.py:52 +msgctxt "tags" +msgid "Creative" +msgstr "Creativa" + +#. NOTE: tags: description for creative +#: app/_translations.py:54 +msgctxt "tags" +msgid "" +"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" +msgstr "" +"Specifico per la modalità creativa. Aggiunge funzionalità accessibili " +"solo tramite l'inventario della creativa, o fornisce strumenti che " +"facilitano la creazione, senza introdurre particolari difficoltà" + #. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 +#: app/_translations.py:56 msgctxt "tags" msgid "Custom mapgen" msgstr "Gene mappa personalizzato" #. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 +#: app/_translations.py:58 msgctxt "tags" msgid "" "Contains a completely custom mapgen implemented in Lua, usually requires " @@ -477,26 +209,478 @@ msgstr "" "Contiene un gene mappa implementato in Lua completamente personalizzato. " "Solitamente richiede che il gene mappa dei mondi sia 'singlenode'." +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "Decorativo" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "Aggiunge nodi che non hanno altro scopo se non decorativo" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "Strumenti per Sviluppanti" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "Strumenti per lo sviluppo di giochi e mod" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "Didattica" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "Contenuto con valore didattico, o uno strumento per aiutare lɜ insegnanti " + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "Ambiente / Meteo" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" +"Migliora il mondo con l'aggiunta di effetti meteo, suoni d'ambiente o " +"altre meccaniche ambientali" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "Cibo / Bevande" + +#. NOTE: tags: title for gui +#: app/_translations.py:78 +msgctxt "tags" +msgid "GUI" +msgstr "Menù" + +#. NOTE: tags: description for gui +#: app/_translations.py:80 +msgctxt "tags" +msgid "" +"For content whose main utility or features are provided within a GUI, on-" +"screen menu, or similar" +msgstr "" +"Per contenuti il quale principale utilizzo o funzionalità sono forniti " +"attraverso un menù o simile" + #. NOTE: tags: title for hud -#: app/_translations.py:144 +#: app/_translations.py:82 msgctxt "tags" msgid "HUD" msgstr "Interfaccia" #. NOTE: tags: description for hud -#: app/_translations.py:146 +#: app/_translations.py:84 msgctxt "tags" msgid "For mods that grant the player extra information in the HUD" msgstr "Per mod che aggiungono informazioni aggiuntive tramite delle interfacce" -#. NOTE: tags: title for survival +#. NOTE: tags: title for inventory +#: app/_translations.py:86 +msgctxt "tags" +msgid "Inventory" +msgstr "Inventario" + +#. NOTE: tags: description for inventory +#: app/_translations.py:88 +msgctxt "tags" +msgid "Changes the inventory GUI" +msgstr "Cambia l'aspetto dell'inventario" + +#. NOTE: tags: title for jam_combat_mod +#: app/_translations.py:90 +msgctxt "tags" +msgid "Jam / Combat 2020" +msgstr "Jam / Combattimento 2020" + +#. NOTE: tags: description for jam_combat_mod +#: app/_translations.py:92 +msgctxt "tags" +msgid "For mods created for the Discord \"Combat\" modding event in 2020" +msgstr "" +"Per mod create per l'evento di moddaggio \"Combattimento\" tenutosi su " +"Discord nel 2020" + +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 +msgctxt "tags" +msgid "Jam / Game 2021" +msgstr "Jam / Giochi 2021" + +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr " Jam / Giochi 2022" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "Jam / Giochi 2023" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "Jam / Sfide settimanali 2021" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 +msgctxt "tags" +msgid "" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" +"Per mod create per l'evento di moddaggio \"Sfide Settimanali\" tenutosi " +"su Discord nel 2021" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "<16px" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "Minore di 16px" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "API / Libreria" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "Aggiunge principalmente una libreria alla quale si allacceranno altre mod" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "Magia / Incantamento" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "Gene mappa / Biomi / Decorazioni" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "Nuovi geni mappa o modifiche a quelli esistenti" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +msgctxt "tags" +msgid "Mini-game" +msgstr "Minigioco" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "Aggiunge un minigioco da giocare da dentro Luanti" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "Nemici / Animali / PNG" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "Aggiunge nemici, animali e personaggi non giocanti" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "Multigiocante" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "Orientato verso il multigiocante" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "Unico nel suo genere / Originale" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" +"Per contenuti che sono unici nel suo genere, distinti e originali " +"rispetto a quelli della loro stessa categoria." + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "Piante e Agricoltura" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "Aggiunge nuove piante o risorse coltivabili." + +#. NOTE: tags: title for player_effects #: app/_translations.py:148 msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "Effetti giocanti / Potenziamenti" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" +"Per contenuti che applicano degli effetti allз giocanti, fisica inclusa; " +"per esempio velocità, altezza dei salti o gravità." + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "Logica" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "Risoluzione di giochi di logica" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "Giocante vs Ambiente (PvE)" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" +"Per contenuti progettati per unə o più giocanti focalizzati sul " +"combattimento contro gli elementi del mondo (es. nemici)." + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "Giocante contro Giocante (PvP)" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "Progettato per esser giocato in competizione con altrз giocanti" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "Stagionale" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "Per contenuti che si basano su una determinata stagione o festa" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Strumenti per Moderare" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "Progettato per la manutenzione e moderazione del server" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "Sparatutto" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "Sparatutto di vario tipo" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "Simulatori" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" +"Mod e giochi che puntano a simulare aspetti della vita reale. Tipo " +"SimCity/The Sims/OpenTTD/ecc." + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "Giocante singolə" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" +msgstr "Contenuti che possono essere giocati per conto proprio" + +#. NOTE: tags: title for skins +#: app/_translations.py:184 +msgctxt "tags" +msgid "Player customization / Skins" +msgstr "Personalizzazione giocante / Aspetti" + +#. NOTE: tags: description for skins +#: app/_translations.py:186 +msgctxt "tags" +msgid "" +"Allows the player to customize their character by changing the texture or" +" adding accessories." +msgstr "" +"Permette allɜ giocanti di personalizzare il loro personaggio cambiandone " +"l'aspetto." + +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "Suoni / Musica" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "Aggiunge o amplia il reparto sonoro" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "Sport" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "Archiviazione" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "Aggiunge o migliora le meccaniche di immagazzinamento oggetti" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "Strategia / RTS" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" +"Giochi e mod con un alto componente strategico, che sia in tempo reale o " +"a turni" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" msgid "Survival" msgstr "Sopravvivenza" #. NOTE: tags: description for survival -#: app/_translations.py:150 +#: app/_translations.py:204 msgctxt "tags" msgid "" "Written specifically for survival gameplay with a focus on game-balance, " @@ -506,55 +690,38 @@ msgstr "" "incentrandosi sul bilanciamento, livello di difficoltà ,o risorse " "disponibili tramite fabbricazione o estrazione mineraria." -#. NOTE: tags: title for library -#: app/_translations.py:152 +#. NOTE: tags: title for technology +#: app/_translations.py:206 msgctxt "tags" -msgid "API / Library" -msgstr "API / Libreria" +msgid "Machines / Electronics" +msgstr "Macchinari / Elettronica" -#. NOTE: tags: description for library -#: app/_translations.py:154 +#. NOTE: tags: description for technology +#: app/_translations.py:208 msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" -"Aggiunge principalmente una libreria alla quale si allacceranno altre mod" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "Aggiunge macchinari utili per l'automazione, tubi o energia." -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 +#. NOTE: tags: title for tools +#: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "Jam / Sfide settimanali 2021" +msgid "Tools / Weapons / Armor" +msgstr "Strumenti / Armi / Armature" -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 +#. NOTE: tags: description for tools +#: app/_translations.py:212 msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" -"Per mod create per l'evento di moddaggio \"Sfide Settimanali\" tenutosi su " -"Discord nel 2021" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "Commercio / Economia" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "Relativo a economia, denaro e commercio" +msgid "Adds or changes tools, weapons, and armor" +msgstr "Aggiunge o cambia strumenti, armi e armature" #. NOTE: tags: title for transport -#: app/_translations.py:164 +#: app/_translations.py:214 msgctxt "tags" msgid "Transport" msgstr "Trasporto" #. NOTE: tags: description for transport -#: app/_translations.py:166 +#: app/_translations.py:216 msgctxt "tags" msgid "" "Adds or changes transportation methods. Includes teleportation, vehicles," @@ -563,273 +730,102 @@ msgstr "" "Aggiunge o cambia le modalità per il trasporto. Rientrano teletrasporti, " "veicoli, cavalcature, infrastrutture di trasporto e contenuti a tema" -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "Stagionale" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "Per contenuti che si basano su una determinata stagione o festa" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "Cibo / Bevande" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Minetest Game migliorato" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "Derivazioni di Minetest Game" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "32px" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "Pacchetti texture da 32px" - -#. NOTE: tags: title for creative -#: app/_translations.py:182 -msgctxt "tags" -msgid "Creative" -msgstr "Creativa" - -#. NOTE: tags: description for creative -#: app/_translations.py:184 -msgctxt "tags" -msgid "" -"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" -msgstr "" -"Specifico per la modalità creativa. Aggiunge funzionalità accessibili solo " -"tramite l'inventario della creativa, o fornisce strumenti che facilitano la " -"creazione, senza introdurre particolari difficoltà" - -#. NOTE: tags: title for gui -#: app/_translations.py:186 -msgctxt "tags" -msgid "GUI" -msgstr "Menù" - -#. NOTE: tags: description for gui -#: app/_translations.py:188 -msgctxt "tags" -msgid "" -"For content whose main utility or features are provided within a GUI, on-" -"screen menu, or similar" -msgstr "" -"Per contenuti il quale principale utilizzo o funzionalità sono forniti " -"attraverso un menù o simile" - -#. NOTE: tags: title for 64px -#: app/_translations.py:190 -msgctxt "tags" -msgid "64px" -msgstr "64px" - -#. NOTE: tags: description for 64px -#: app/_translations.py:192 -msgctxt "tags" -msgid "For 64px texture packs" -msgstr "Pacchetti texture da 64px" - -#. NOTE: tags: title for technology -#: app/_translations.py:194 -msgctxt "tags" -msgid "Machines / Electronics" -msgstr "Macchinari / Elettronica" - -#. NOTE: tags: description for technology -#: app/_translations.py:196 -msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." -msgstr "Aggiunge macchinari utili per l'automazione, tubi o energia." - -#. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 -msgctxt "tags" -msgid "Jam / Combat 2020" -msgstr "Jam / Combattimento 2020" - -#. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 -msgctxt "tags" -msgid "For mods created for the Discord \"Combat\" modding event in 2020" -msgstr "" -"Per mod create per l'evento di moddaggio \"Combattimento\" tenutosi su " -"Discord nel 2020" - -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 -msgctxt "tags" -msgid "Strategy / RTS" -msgstr "Strategia / RTS" - -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 -msgctxt "tags" -msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" -msgstr "" -"Giochi e mod con un alto componente strategico, che sia in tempo reale o a " -"turni" - -#. NOTE: tags: title for skins -#: app/_translations.py:206 -msgctxt "tags" -msgid "Player customization / Skins" -msgstr "Personalizzazione giocante / Aspetti" - -#. NOTE: tags: description for skins -#: app/_translations.py:208 -msgctxt "tags" -msgid "" -"Allows the player to customize their character by changing the texture or" -" adding accessories." -msgstr "" -"Permette allɜ giocanti di personalizzare il loro personaggio cambiandone " -"l'aspetto." - -#. NOTE: tags: title for jam_game_2021 -#: app/_translations.py:210 -msgctxt "tags" -msgid "Jam / Game 2021" -msgstr "Jam / Giochi 2021" - -#. NOTE: tags: description for jam_game_2021 -#: app/_translations.py:212 -msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" -msgstr "Giochi in gara per la Jam 2021" - -#. NOTE: tags: title for 128px -#: app/_translations.py:214 -msgctxt "tags" -msgid "128px+" -msgstr "128px+" - -#. NOTE: tags: description for 128px -#: app/_translations.py:216 -msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Pacchetti texture da 128px o più" - -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" -msgstr " Jam / Giochi 2022" +msgid "World Maintenance and Tools" +msgstr "Gestione del Mondo" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "Giochi in gara per la Jam 2022 " - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "Fiumi di Sangue" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "Sangue ecc." - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Azzardo" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "Giochi di probabilità, d'azzardo ecc." - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "Violenza" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" -"Violenza non cartoonesca, che sia verso creature realistiche o fantastiche" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "Paura / Orrore" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "Contenuti scioccanti e spaventosi. Potrebbero spaventare lɜ più piccolɜ" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "Linguaggio forte" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -msgctxt "content_warnings" -msgid "Contains swearing" -msgstr "Contiene parolacce" +msgid "Tools to manage the world" +msgstr "Strumenti per la gestione e manutenzione del mondo" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "Alcolici / Tabacco" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "Contiene alcolici e/o tabacco" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "Linguaggio forte" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "Contiene parolacce" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "Droghe" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "Contiene droghe ricreative al di fuori di alcolici e tabacco" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Azzardo" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "Giochi di probabilità, d'azzardo ecc." + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "Fiumi di Sangue" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "Sangue ecc." + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "Paura / Orrore" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "Contenuti scioccanti e spaventosi. Potrebbero spaventare lɜ più piccolɜ" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "Violenza" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "Violenza non cartoonesca, che sia verso creature realistiche o fantastiche" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -869,7 +865,7 @@ msgstr "Nome" msgid "Limit to package" msgstr "Limita al contenuto" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -885,7 +881,7 @@ msgstr "Limita al contenuto" msgid "Save" msgstr "Salva" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -899,61 +895,61 @@ msgstr "Salva" msgid "Title" msgstr "Titolo" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Breve Descrizione" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Contenuto Pagina" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Privato" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "Fissato nel mio profilo" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "Esiste già una raccolta con un titolo simile" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" "Impossibile creare la raccolta perché esiste già un contenuto con quel " "nome" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "Contenuto aggiunto alla raccolta" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Contenuto rimosso dalla raccolta" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "Contenuto aggiunto alla raccolta dei preferiti" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Pubblico, cambia da Profilo > Le mie collezioni)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "Contenuto rimosso dalla raccolta dei preferiti" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" "Benvenutə nel posto migliore per trovare moduli, giochi e pacchetti " -"texture per Minetest" +"texture per Luanti" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 #: app/templates/base.html:36 @@ -984,7 +980,11 @@ msgstr "URL di reindirizzamento" msgid "App Type" msgstr "Aggiungi Tipo" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "Revocati tutti i gettoni utente" @@ -1129,8 +1129,8 @@ msgid "Hide Tags and Content Warnings" msgstr "Nascondi Etichette e Avvertenze sul Contenuto" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" -msgstr "Versione Minetest" +msgid "Luanti Version" +msgstr "Versione Luanti" #: app/blueprints/packages/advanced_search.py:81 msgid "Sort by" @@ -1270,8 +1270,8 @@ msgid "" "You must add an email address to your account and confirm it before you " "can manage packages" msgstr "" -"Devi aggiungere un indirizzo e-mail alla tua utenza e confermarlo, prima di " -"poter gestire i contenuti" +"Devi aggiungere un indirizzo e-mail alla tua utenza e confermarlo, prima " +"di poter gestire i contenuti" #: app/blueprints/packages/packages.py:338 msgid "Save draft" @@ -1303,8 +1303,8 @@ msgid "" "Please comment in the approval thread so editors know what you have " "changed" msgstr "" -"Commenta nella discussione di approvazione in modo che lɜ curanti sappiano " -"cos'hai cambiato" +"Commenta nella discussione di approvazione in modo che lɜ curanti " +"sappiano cos'hai cambiato" #: app/blueprints/packages/packages.py:490 #, python-format @@ -1334,7 +1334,8 @@ msgstr "Non sei unə mantenente" #: app/blueprints/packages/packages.py:613 msgid "Package owners cannot remove themselves as maintainers" msgstr "" -"Lз proprietariз del contenuto non possono rimuoversi il ruolo di mantenente" +"Lз proprietariз del contenuto non possono rimuoversi il ruolo di " +"mantenente" #: app/blueprints/packages/packages.py:645 msgid "Author Name" @@ -1392,14 +1393,14 @@ msgstr "Riferimenti Git (es: hash del contributo, branch o etichetta)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Versione Minima di Minetest" +msgid "Minimum Luanti Version" +msgstr "Versione Minima di Luanti" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Versione Massima di Minetest" +msgid "Maximum Luanti Version" +msgstr "Versione Massima di Luanti" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -1819,8 +1820,8 @@ msgid "" "A ContentDB user with that name already exists. Please contact an admin " "to link to your forum account" msgstr "" -"Esiste già un'utenza ContentDB con quel nome. Contatta unə amministrante per " -"collegarla con la tua utenza del forum" +"Esiste già un'utenza ContentDB con quel nome. Contatta unə amministrante " +"per collegarla con la tua utenza del forum" #: app/blueprints/users/claim.py:75 msgid "That user has already been claimed!" @@ -1962,8 +1963,8 @@ msgid "" "You need to add an email address and password before you can remove your " "GitHub account" msgstr "" -"Va aggiunto un indirizzo e-mail e una password prima di poter rimuovere la " -"tua utenza GitHub" +"Va aggiunto un indirizzo e-mail e una password prima di poter rimuovere " +"la tua utenza GitHub" #: app/blueprints/users/settings.py:279 msgid "Users with moderator rank or above cannot be deleted" @@ -2056,8 +2057,8 @@ msgid "" "What games does your package support? Please specify on the supported " "games page" msgstr "" -"Quali giochi supporta il tuo contenuto? Specificali nella pagina dei giochi " -"supportati" +"Quali giochi supporta il tuo contenuto? Specificali nella pagina dei " +"giochi supportati" #: app/logic/package_approval.py:126 msgid "Please wait for the license to be added to CDB." @@ -2102,8 +2103,8 @@ msgid "" "Warning: Forum topic not found. The topic may have been created since the" " last forum crawl." msgstr "" -"Attenzione: discussione del forum non trovata. Potrebbe essere stata creata " -"dopo l'ultima passata del crawler." +"Attenzione: discussione del forum non trovata. Potrebbe essere stata " +"creata dopo l'ultima passata del crawler." #: app/logic/packages.py:99 msgid "" @@ -2185,8 +2186,8 @@ msgid "" "Unable to create an account as the username is already taken. If you " "meant to log in, you need to connect %(provider)s to your account first" msgstr "" -"Impossibile create un'utenza in quanto il nome è già stato preso. Se volevi " -"accedere, devi prima connettere %(provider)s alla tua utenza" +"Impossibile create un'utenza in quanto il nome è già stato preso. Se " +"volevi accedere, devi prima connettere %(provider)s alla tua utenza" #: app/logic/users.py:33 msgid "That username/display name is already in use, please choose another." @@ -2330,8 +2331,8 @@ msgid "" "The maintainer doesn't recommend this package. See the description for " "more info" msgstr "" -"Lə mantenente non consiglia questo contenuto. Vedi la descrizione per più " -"informazioni" +"Lə mantenente non consiglia questo contenuto. Vedi la descrizione per più" +" informazioni" #: app/models/packages.py:231 msgid "Submit for Approval" @@ -2502,7 +2503,8 @@ msgstr "Quando un*altrə utente modifica i tuoi contenuti, rilasci ecc." #: app/models/users.py:504 msgid "Notifications from editors related to the package approval process." msgstr "" -"Notifiche dallɜ curanti relative al processo di approvazione del contenuto." +"Notifiche dallɜ curanti relative al processo di approvazione del " +"contenuto." #: app/models/users.py:506 msgid "When a thread is created on your package." @@ -2530,13 +2532,11 @@ msgstr "Per lɜ curanti: avvertimenti importanti." #: app/models/users.py:518 msgid "For editors: Minor notifications, including new threads." -msgstr "" -"Per lɜ curanti: notifiche minori, come la creazione di nuove discussioni." +msgstr "Per lɜ curanti: notifiche minori, come la creazione di nuove discussioni." #: app/models/users.py:520 msgid "Minor notifications not important enough for a dedicated category." -msgstr "" -"Notifiche minori, non abbastanza importanti per avere una categoria a sé." +msgstr "Notifiche minori, non abbastanza importanti per avere una categoria a sé." #: app/tasks/emails.py:122 msgid "" @@ -2856,8 +2856,8 @@ msgstr "Visualizzazioni" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Versioni di Minetest" +msgid "Luanti Versions" +msgstr "Versioni di Luanti" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3074,16 +3074,16 @@ msgid "" "You can donate to rubenwardy to cover ContentDB's costs and support " "future development." msgstr "" -"Puoi donare a rubenwardy per coprire le spese di ContentDB e sostenere gli " -"sviluppi futuri." +"Puoi donare a rubenwardy per coprire le spese di ContentDB e sostenere " +"gli sviluppi futuri." #: app/templates/donate/index.html:67 msgid "" "For more information about the cost of ContentDB and what rubenwardy " "does, see his donation page:" msgstr "" -"Per più informazioni sui costi di ContentDB e su cosa fa rubenwardy, vedi la " -"sua pagina donazioni:" +"Per più informazioni sui costi di ContentDB e su cosa fa rubenwardy, vedi" +" la sua pagina donazioni:" #: app/templates/donate/index.html:73 msgid "Based on your reviews / favorites" @@ -3284,7 +3284,8 @@ msgstr "Questo contenuto può essere inviato per l'approvazione quando è pronto #: app/templates/macros/package_approval.html:49 msgid "You need to fix the above errors before you can submit for review" msgstr "" -"Devi risolvere gli errori qui in alto prima di poter richiedere una revisione" +"Devi risolvere gli errori qui in alto prima di poter richiedere una " +"revisione" #: app/templates/macros/package_approval.html:59 msgid "Package approval thread" @@ -3441,10 +3442,10 @@ msgid "Downloads by Reason" msgstr "Scaricamenti per Motivo" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" "Nuova installazione: l'utente ha fatto clic su [Installa] " -"all'interno di Minetest." +"all'interno di Luanti." #: app/templates/macros/stats.html:107 msgid "Dependency: was installed automatically to fulfill a dependency." @@ -3458,11 +3459,11 @@ msgstr "Aggiornamento: lo scaricamento serviva per aggiornare il contenut #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" "Altro / Sconosciuto: scaricato da un browser Web o da una versione" -" obsoleta di Minetest (precedente alla 5.5)." +" obsoleta di Luanti (precedente alla 5.5)." #: app/templates/macros/stats.html:121 msgid "Need more stats?" @@ -3688,9 +3689,17 @@ msgstr "" msgid "Example Authorize URL" msgstr "Esempio di URL di autorizzazione" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" -msgstr "Mostrato agli utenti quando richiedi l'accesso ai loro account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" +msgstr "" #: app/templates/oauth/create_edit.html:70 msgid "Where will you store your client_secret?" @@ -3716,8 +3725,8 @@ msgstr "Nessuna applicazione creata" #: app/templates/packages/advanced_search.html:13 msgid "Use shift to select multiple. Leave selection empty to match any type." msgstr "" -"Usa shift per selezionarne di più. Lascia la selezione in bianco per cercare " -"fra tutti i tipi." +"Usa shift per selezionarne di più. Lascia la selezione in bianco per " +"cercare fra tutti i tipi." #: app/templates/packages/advanced_search.html:14 #: app/templates/packages/advanced_search.html:19 @@ -3839,8 +3848,6 @@ msgid "" "anywhere in the short description. It is unnecessary and wastes " "characters." msgstr "" -"Suggerimento: non scrivere Minetest, mod, o modpack " -"nella descrizione breve. Non è necessario e spreca caratteri." #: app/templates/packages/create_edit.html:88 msgid "" @@ -3861,24 +3868,24 @@ msgid "" "There's no need to link to the package on ContentDB in the long " "description, the user is already here!" msgstr "" -"Non c'è bisogno di puntare al contenuto su ContentDB nella descrizione lunga:" -" l'utente è già lì!" +"Non c'è bisogno di puntare al contenuto su ContentDB nella descrizione " +"lunga: l'utente è già lì!" #: app/templates/packages/create_edit.html:100 msgid "" "There's no need to include the forum topic in the long description, it's " "already shown on the page." msgstr "" -"Non c'è bisogno di inserire la discussione sul forum nella descrizione lunga:" -" è già mostrata nella pagina." +"Non c'è bisogno di inserire la discussione sul forum nella descrizione " +"lunga: è già mostrata nella pagina." #: app/templates/packages/create_edit.html:103 msgid "" "There's no need to include the repository URL in the long description, " "it's already shown on the page." msgstr "" -"Non c'è bisogno di inserire l'URL del repositorio nella descrizione lunga: è " -"già presente nella pagina." +"Non c'è bisogno di inserire l'URL del repositorio nella descrizione " +"lunga: è già presente nella pagina." #: app/templates/packages/create_edit.html:107 msgid "What to write in the long description" @@ -3939,17 +3946,17 @@ msgstr "Se vuoto, verrà utilizzato l'URL per le donazioni dell'autorə." #: app/templates/packages/create_edit.html:145 msgid "How can users translate your package? ie: weblate URL or a help page" msgstr "" -"Come possono tradurre il tuo contenuto le persone? URL Weblate o una pagina " -"d'aiuto" +"Come possono tradurre il tuo contenuto le persone? URL Weblate o una " +"pagina d'aiuto" #: app/templates/packages/create_edit.html:150 msgid "" "You need to save a draft before you can add releases and screenshots. " "You'll be able to edit the package again before submitting for approval." msgstr "" -"Devi salvare la bozza prima che tu possa aggiungere rilasci e catture. Sarai " -"in grado di modificare nuovamente il contenuto una volta che sarà inviato " -"per l'approvazione." +"Devi salvare la bozza prima che tu possa aggiungere rilasci e catture. " +"Sarai in grado di modificare nuovamente il contenuto una volta che sarà " +"inviato per l'approvazione." #: app/templates/packages/edit_maintainers.html:4 msgid "Edit Maintainers" @@ -4230,8 +4237,8 @@ msgid "Approved" msgstr "Approvato" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" -msgstr "Versioni di Minetest supportate" +msgid "Supported Luanti versions" +msgstr "Versioni di Luanti supportate" #: app/templates/packages/release_edit.html:68 #: app/templates/packages/release_new.html:76 @@ -4245,10 +4252,10 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" "Inserisci la versione massima solo se sai che non funziona su versioni di" -" Minetest più recenti." +" Luanti più recenti." #: app/templates/packages/release_edit.html:71 #: app/templates/packages/release_new.html:79 @@ -4257,15 +4264,15 @@ msgid "" " versions." msgstr "" "Non inserire una versione massima solo perché non lo hai testato su " -"versioni di Minetest più recenti." +"versioni di Luanti più recenti." #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" -"Imposta la versione minima e massima di Minetest supportata.\n" +"Imposta la versione minima e massima di Luanti supportata.\n" "\t\t\tQuesto rilascio sarà nascosto ai client al di fuori di tale " "intervallo. " @@ -4367,8 +4374,8 @@ msgstr "" "\t\t\tper dei consigli sulla personalizzazione dei rilasci." #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" -msgstr "3. Versioni di Minetest supportate" +msgid "3. Supported Luanti versions" +msgstr "3. Versioni di Luanti supportate" #: app/templates/packages/release_new.html:84 msgid "" @@ -4397,10 +4404,10 @@ msgstr "Un rilascio è una singola versione scaricabile del tuo %(title)s." #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" "È necessario creare dei rilasci anche se si utilizza un ciclo di sviluppo" -" a rilascio continuo, perché Minetest ne ha bisogno per controllare gli " +" a rilascio continuo, perché Luanti ne ha bisogno per controllare gli " "aggiornamenti." #: app/templates/packages/release_wizard.html:20 @@ -4495,8 +4502,8 @@ msgid "" "As an alternative to removing your package, you may wish to change the " "maintenance state." msgstr "" -"In alternativa alla rimozione del tuo contenuto, potresti cambiare lo stato " -"di manutenzione." +"In alternativa alla rimozione del tuo contenuto, potresti cambiare lo " +"stato di manutenzione." #: app/templates/packages/remove.html:38 msgid "" @@ -4508,12 +4515,12 @@ msgid "" "\t\t\tlater point. ContentDB staff can restore removed packages, if " "needed." msgstr "" -"Per evitare perdite di dati, non è possibile cancellare in modo permanente i " -"contenuti.\n" -"\t\t\tPuoi rimuoverli da ContentDB, il che non li renderà più accessibili " -"all'utenza.\n" -"\t\t\tI contenuti rimossi potrebbero venire cancellati permanentemente col " -"tempo.\n" +"Per evitare perdite di dati, non è possibile cancellare in modo " +"permanente i contenuti.\n" +"\t\t\tPuoi rimuoverli da ContentDB, il che non li renderà più accessibili" +" all'utenza.\n" +"\t\t\tI contenuti rimossi potrebbero venire cancellati permanentemente " +"col tempo.\n" "\t\t\tAl bisogno, lo staff di ContentDB può ripristinare tali contenuti." #: app/templates/packages/remove.html:46 @@ -4527,13 +4534,12 @@ msgstr "" #: app/templates/packages/remove.html:51 msgid "You don't need to delete a package just to change something." msgstr "" -"Non c'è bisogno di rimuovere un contenuto se ne si vuole solo cambiare un " -"aspetto." +"Non c'è bisogno di rimuovere un contenuto se ne si vuole solo cambiare un" +" aspetto." #: app/templates/packages/remove.html:52 msgid "Click 'Edit' at the top right of the package page." -msgstr "" -"Premi 'Modifica' nell'angolo in alto a destra della pagina del contenuto." +msgstr "Premi 'Modifica' nell'angolo in alto a destra della pagina del contenuto." #: app/templates/packages/remove.html:60 msgid "and" @@ -4564,7 +4570,8 @@ msgstr "Pubblica una recensione per %(title)s di %(author)s" #: app/templates/packages/review_create_edit.html:20 msgid "Please make sure you read ContentDB's rules" msgstr "" -"Assicurati di aver letto il regolamento di ContentDB" +"Assicurati di aver letto il regolamento di " +"ContentDB" #: app/templates/packages/review_create_edit.html:25 #: app/templates/threads/new.html:16 @@ -4706,20 +4713,20 @@ msgid "" "To provide translations for your package, you need to create .tr files " "and upload a new release." msgstr "" -"Per fornire delle traduzioni per il tuo contenuto van creati dei file .tr e " -"caricato un nuovo rilascio." +"Per fornire delle traduzioni per il tuo contenuto van creati dei file .tr" +" e caricato un nuovo rilascio." #: app/templates/packages/translation.html:19 msgid "" "For information on how to do this, see the modding book chapter and " "lua_api.md" msgstr "" -"Per sapere come fare, vedi il rispettivo capitolo del libro del moddaggio e " -"il file lua_api.md" +"Per sapere come fare, vedi il rispettivo capitolo del libro del moddaggio" +" e il file lua_api.md" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" -msgstr "Traduzione - Libro del Moddaggio di Minetest" +msgid "Translation - Luanti Modding Book" +msgstr "Traduzione - Libro del Moddaggio di Luanti" #: app/templates/packages/translation.html:26 msgid "Translating content meta - lua_api.md" @@ -4733,8 +4740,8 @@ msgstr "%(title)s è disponibile in %(num)d lingue." #: app/templates/packages/translation.html:32 msgid "ContentDB reads translations from locale files (.tr) in your package." msgstr "" -"ContentDB legge le traduzioni dai file di localizzazione (.tr) dentro al tuo " -"contenuto." +"ContentDB legge le traduzioni dai file di localizzazione (.tr) dentro al " +"tuo contenuto." #: app/templates/packages/translation.html:89 msgid "Translation template" @@ -4746,8 +4753,8 @@ msgid "" "To quickly add support for ContentDB package translation, create a file " "at %(location)s with the following content:" msgstr "" -"Per supportare rapidamente le traduzioni per i contenuti su ContentDB, crea " -"un file presso %(location)s con i seguenti elementi:" +"Per supportare rapidamente le traduzioni per i contenuti su ContentDB, " +"crea un file presso %(location)s con i seguenti elementi:" #: app/templates/packages/translation.html:102 msgid "With games, you also need to name the textdomain in game.conf:" @@ -4812,18 +4819,18 @@ msgstr "Scarica" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" -msgstr "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" +msgstr "Luanti %(min)s - %(max)s" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" -msgstr "Per Minetest %(min)s e ulteriori" +msgid "For Luanti %(min)s and above" +msgstr "Per Luanti %(min)s e ulteriori" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" -msgstr "Minetest %(max)s e precedenti" +msgid "Luanti %(max)s and below" +msgstr "Luanti %(max)s e precedenti" #: app/templates/packages/view.html:70 msgid "How do I install this?" @@ -5153,8 +5160,7 @@ msgstr "Per esempio, lamenta un problema che è già stato risolto?" #: app/templates/threads/view.html:138 #, python-format msgid "You can report outdated reviews by clicking %(flag)s on the review." -msgstr "" -"Puoi segnalare le recensioni obsolete cliccando %(flag)s nella recensione." +msgstr "Puoi segnalare le recensioni obsolete cliccando %(flag)s nella recensione." #: app/templates/todo/editor.html:4 app/templates/todo/todo_base.html:17 msgid "Editor Work Queue" @@ -5239,8 +5245,8 @@ msgstr "" #: app/templates/todo/game_support.html:12 app/templates/todo/user.html:78 msgid "Specifying game support makes it easier for players to find your content." msgstr "" -"Specificare i giochi supportati rende più facile trovare i tuoi contenuti " -"allɜ giocanti." +"Specificare i giochi supportati rende più facile trovare i tuoi contenuti" +" allɜ giocanti." #: app/templates/todo/game_support.html:13 msgid "" @@ -5295,7 +5301,7 @@ msgstr "Pacchetti che non supportano %(rel)s" #: app/templates/todo/outdated.html:16 app/templates/todo/screenshots.html:12 #: app/templates/todo/screenshots.html:16 msgid "Minetest-Mods org only" -msgstr "Solamente Minetest-Mods org" +msgstr "" #: app/templates/todo/mtver_support.html:25 app/templates/todo/outdated.html:24 #: app/templates/todo/screenshots.html:24 @@ -5449,10 +5455,10 @@ msgstr "Trova contenuti da tradurre" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" -"Aiuta a rendere Minetest più accessibile traducendo contenuti in altre " +"Aiuta a rendere Luanti più accessibile traducendo contenuti in altre " "lingue." #: app/templates/translate/index.html:65 @@ -5535,8 +5541,8 @@ msgstr "Cancella o Disattiva" #: app/templates/users/account.html:87 msgid "Account Deletion and Deactivation isn't available to users yet." msgstr "" -"La Cancellazione e la Disattivazione dell'Utenza non sono ancora disponibili " -"per lɜ utenti." +"La Cancellazione e la Disattivazione dell'Utenza non sono ancora " +"disponibili per lɜ utenti." #: app/templates/users/account.html:88 msgid "Please raise a report to request account deletion." @@ -5568,8 +5574,8 @@ msgid "" "Note: protonmail is unsupported by ContentDB. More info." msgstr "" -"Attenzione: protonmail non è supportato da ContentDB. Più info." +"Attenzione: protonmail non è supportato da ContentDB. Più info." #: app/templates/users/change_set_password.html:27 #: app/templates/users/register.html:30 @@ -5581,7 +5587,7 @@ msgid "Create Account" msgstr "Crea un Account" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "Sei già in possesso di un account sul Forum?" #: app/templates/users/claim.html:13 @@ -5662,8 +5668,8 @@ msgid "" "Log into the forum and do that here." msgstr "" -"Fai l'accesso nel forum e fallo qui." +"Fai l'accesso nel forum e fallo qui." #: app/templates/users/claim_forums.html:47 msgid "Next: log in with GitHub" @@ -5683,9 +5689,9 @@ msgid "" "href='https://forum.minetest.net/ucp.php?i=profile&mode=signature'>User " "Control Panel > Profile > Edit signature" msgstr "" -"Prosegui su Pannello di Controllo dell'Utente > Profilo > Modifica la " -"firma" +"Prosegui su Pannello" +" di Controllo dell'Utente > Profilo > Modifica la firma" #: app/templates/users/claim_forums.html:75 msgid "Paste this into your signature:" @@ -5934,8 +5940,8 @@ msgid "" "Profile pictures should be square, at least 64x64px, and one of the " "following formats: jpeg, png, or webp." msgstr "" -"Le immagini profilo dovrebbero essere quadrate, almeno 64x64px e in uno dei " -"seguenti formati: jpeg, png o webp." +"Le immagini profilo dovrebbero essere quadrate, almeno 64x64px e in uno " +"dei seguenti formati: jpeg, png o webp." #: app/templates/users/profile_edit.html:55 msgid "Profile Information" @@ -6130,6 +6136,10 @@ msgstr "Giochi non supportati" msgid "Optional dependencies" msgstr "Dipendenze opzionali" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "Hai ricevuto molte notifiche, dovresti leggerle o cancellarle" @@ -6163,12 +6173,12 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ "Non è necessario possedere un account" #~ " del forum, tuttavia è consigliato " #~ "per la massima partecipazione alla " -#~ "comunità di Minetest." +#~ "comunità di Luanti." #~ msgid "Password suggestion" #~ msgstr "Suggerisci password" @@ -6488,7 +6498,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6711,7 +6721,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6764,7 +6774,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6832,7 +6842,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6862,7 +6872,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6933,3 +6943,41 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "Contatta l'amministratorə per favore." + +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "Giochi in gara per la Jam 2023 " + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Luanti Game migliorato" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "Derivazioni di Luanti Game" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "Giochi in gara per la Jam 2021" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "Giochi in gara per la Jam 2022 " + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "Mostrato agli utenti quando richiedi l'accesso ai loro account" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" +#~ "Suggerimento: non scrivere Luanti, " +#~ "mod, o modpack nella descrizione" +#~ " breve. Non è necessario e spreca " +#~ "caratteri." + +#~ msgid "Luanti-Mods org only" +#~ msgstr "Solamente Luanti-Mods org" + diff --git a/translations/ja/LC_MESSAGES/messages.po b/translations/ja/LC_MESSAGES/messages.po index 40c2e561..3c43c01a 100644 --- a/translations/ja/LC_MESSAGES/messages.po +++ b/translations/ja/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2023-12-16 10:05+0000\n" "Last-Translator: Jun Nogata \n" "Language: ja\n" @@ -27,577 +27,162 @@ msgstr "BANされた:" msgid "You have been banned." msgstr "BANされました。" -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 +#, fuzzy msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" +msgid "For 128px or higher texture packs" +msgstr "人気のテクスチャパック" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 -msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "" - -#. NOTE: tags: title for server_tools -#: app/_translations.py:14 #, fuzzy msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "モデレーターツール" +msgid "For 16px texture packs" +msgstr "人気のテクスチャパック" -#. NOTE: tags: description for server_tools -#: app/_translations.py:16 +#. NOTE: tags: title for 32px +#: app/_translations.py:14 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "32px" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: description for 32px +#: app/_translations.py:16 +#, fuzzy +msgctxt "tags" +msgid "For 32px texture packs" +msgstr "人気のテクスチャパック" + +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 +#, fuzzy msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "" +msgid "For 64px texture packs" +msgstr "人気のテクスチャパック" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 -#, fuzzy msgctxt "tags" -msgid "Developer Tools" -msgstr "モデレーターツール" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -#, fuzzy -msgctxt "tags" -msgid "Crafting" -msgstr "レーティング" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 -msgctxt "tags" -msgid "Chat / Commands" -msgstr "" - -#. NOTE: tags: description for chat -#: app/_translations.py:66 -msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 #, fuzzy msgctxt "tags" -msgid "Decorative" -msgstr "寄付" +msgid "Crafting" +msgstr "レーティング" -#. NOTE: tags: description for decorative -#: app/_translations.py:102 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" +msgid "Big changes to crafting gameplay" msgstr "" -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "名前" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -#, fuzzy -msgctxt "tags" -msgid "Sports" -msgstr "報告" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "説明" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -#, fuzzy -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "人気のテクスチャパック" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -#, fuzzy -msgctxt "tags" -msgid "Custom mapgen" -msgstr "コメント" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -#, fuzzy -msgctxt "tags" -msgid "Transport" -msgstr "報告" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -#, fuzzy -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "承認済み" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -#, fuzzy -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "人気のテクスチャパック" - #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 #, fuzzy msgctxt "tags" msgid "Creative" msgstr "作成" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -605,210 +190,624 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +#, fuzzy +msgctxt "tags" +msgid "Custom mapgen" +msgstr "コメント" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +#, fuzzy +msgctxt "tags" +msgid "Decorative" +msgstr "寄付" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +#, fuzzy +msgctxt "tags" +msgid "Developer Tools" +msgstr "モデレーターツール" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "説明" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 -#, fuzzy +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" -msgstr "人気のテクスチャパック" - -#. NOTE: tags: title for technology -#: app/_translations.py:194 -msgctxt "tags" -msgid "Machines / Electronics" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Inventory" +msgstr "" + +#. NOTE: tags: description for inventory +#: app/_translations.py:88 +msgctxt "tags" +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "名前" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +#, fuzzy +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "モデレーターツール" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +#, fuzzy +msgctxt "tags" +msgid "Sports" +msgstr "報告" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 -msgctxt "tags" -msgid "128px+" -msgstr "" - -#. NOTE: tags: description for 128px -#: app/_translations.py:216 #, fuzzy msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "人気のテクスチャパック" +msgid "Transport" +msgstr "報告" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: description for transport +#: app/_translations.py:216 +msgctxt "tags" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" + +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " +msgid "Tools to manage the world" msgstr "" -#. NOTE: content_warnings: title for gore +#. NOTE: content_warnings: title for alcohol_tobacco #: app/_translations.py:222 msgctxt "content_warnings" -msgid "Gore" +msgid "Alcohol / Tobacco" msgstr "" -#. NOTE: content_warnings: description for gore +#. NOTE: content_warnings: description for alcohol_tobacco #: app/_translations.py:224 msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -#, fuzzy -msgctxt "content_warnings" -msgid "Gambling" -msgstr "管理者" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" +msgid "Contains alcohol and/or tobacco" msgstr "" #. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 +#: app/_translations.py:226 #, fuzzy msgctxt "content_warnings" msgid "Bad Language" msgstr "パッケージを追加" #. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 +#: app/_translations.py:228 #, fuzzy msgctxt "content_warnings" msgid "Contains swearing" msgstr "内容の警告" -#. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 -msgctxt "content_warnings" -msgid "Alcohol / Tobacco" -msgstr "" - -#. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 -msgctxt "content_warnings" -msgid "Contains alcohol and/or tobacco" -msgstr "" - #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 #, fuzzy msgctxt "content_warnings" msgid "Drugs" msgstr "規範" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +#, fuzzy +msgctxt "content_warnings" +msgid "Gambling" +msgstr "管理者" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -848,7 +847,7 @@ msgstr "名前" msgid "Limit to package" msgstr "パッケージへの制限" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -864,7 +863,7 @@ msgstr "パッケージへの制限" msgid "Save" msgstr "保存" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -878,56 +877,56 @@ msgstr "保存" msgid "Title" msgstr "タイトル" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "プライベート" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -959,7 +958,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1104,7 +1107,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1352,14 +1355,14 @@ msgstr "" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "最低Minetestバージョン" +msgid "Minimum Luanti Version" +msgstr "最低Luantiバージョン" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "最高Minetestバージョン" +msgid "Maximum Luanti Version" +msgstr "最高Luantiバージョン" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2751,8 +2754,8 @@ msgstr "" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Minetestバージョン" +msgid "Luanti Versions" +msgstr "Luantiバージョン" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3297,7 +3300,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3310,8 +3313,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3530,8 +3533,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -4010,7 +4021,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4023,7 +4034,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4036,7 +4047,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4123,7 +4134,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4150,7 +4161,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4435,7 +4446,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4516,17 +4527,17 @@ msgstr "ダウンロード" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" -msgstr "Minetest %(min)s 以上向け" +msgid "For Luanti %(min)s and above" +msgstr "Luanti %(min)s 以上向け" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5108,7 +5119,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5232,7 +5243,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5745,6 +5756,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -5836,7 +5851,7 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ msgid "Password suggestion" @@ -6123,7 +6138,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6346,7 +6361,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6399,7 +6414,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6467,7 +6482,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6497,7 +6512,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6571,3 +6586,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "承認済み" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/jv/LC_MESSAGES/messages.po b/translations/jv/LC_MESSAGES/messages.po index 00d3b881..5507a389 100644 --- a/translations/jv/LC_MESSAGES/messages.po +++ b/translations/jv/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2023-11-01 00:32+0000\n" "Last-Translator: Muhammad Rifqi Priyo Susanto " "\n" @@ -28,572 +28,161 @@ msgstr "Diblokir:" msgid "You have been banned." msgstr "Panjenengan sampun diblokir." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 +#, fuzzy msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" +msgid "For 128px or higher texture packs" +msgstr "Paket Tekstur Inggil Piyambak" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 +#, fuzzy msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "" +msgid "For 16px texture packs" +msgstr "Paket Tekstur Inggil Piyambak" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" +msgid "32px" msgstr "" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 +#, fuzzy msgctxt "tags" -msgid "Helps with server maintenance and moderation" -msgstr "" +msgid "For 32px texture packs" +msgstr "Paket Tekstur Inggil Piyambak" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 +#, fuzzy msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "" +msgid "For 64px texture packs" +msgstr "Paket Tekstur Inggil Piyambak" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" +msgid "Crafting" msgstr "" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." +msgid "Big changes to crafting gameplay" msgstr "" -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -#, fuzzy -msgctxt "tags" -msgid "Decorative" -msgstr "Damel" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Asma" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -#, fuzzy -msgctxt "tags" -msgid "Sports" -msgstr "Lapuraken" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "Irah-Irahan/Katerangan" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -#, fuzzy -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "Paket Tekstur Inggil Piyambak" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -#, fuzzy -msgctxt "tags" -msgid "Transport" -msgstr "Lapuraken" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -#, fuzzy -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "Paket Tekstur Inggil Piyambak" - #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 #, fuzzy msgctxt "tags" msgid "Creative" msgstr "Damel" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -601,206 +190,617 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +msgctxt "tags" +msgid "Custom mapgen" +msgstr "" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +#, fuzzy +msgctxt "tags" +msgid "Decorative" +msgstr "Damel" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "Irah-Irahan/Katerangan" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 -#, fuzzy +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" -msgstr "Paket Tekstur Inggil Piyambak" - -#. NOTE: tags: title for technology -#: app/_translations.py:194 -msgctxt "tags" -msgid "Machines / Electronics" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Inventory" +msgstr "" + +#. NOTE: tags: description for inventory +#: app/_translations.py:88 +msgctxt "tags" +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Asma" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 -#: app/_translations.py:210 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Sounds / Music" msgstr "" -#. NOTE: tags: description for jam_game_2021 -#: app/_translations.py:212 +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Focuses on or adds new sounds or musical things" msgstr "" -#. NOTE: tags: title for 128px -#: app/_translations.py:214 -msgctxt "tags" -msgid "128px+" -msgstr "" - -#. NOTE: tags: description for 128px -#: app/_translations.py:216 +#. NOTE: tags: title for sports +#: app/_translations.py:192 #, fuzzy msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Paket Tekstur Inggil Piyambak" +msgid "Sports" +msgstr "Lapuraken" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools +#: app/_translations.py:210 +msgctxt "tags" +msgid "Tools / Weapons / Armor" +msgstr "" + +#. NOTE: tags: description for tools +#: app/_translations.py:212 +msgctxt "tags" +msgid "Adds or changes tools, weapons, and armor" +msgstr "" + +#. NOTE: tags: title for transport +#: app/_translations.py:214 +#, fuzzy +msgctxt "tags" +msgid "Transport" +msgstr "Lapuraken" + +#. NOTE: tags: description for transport +#: app/_translations.py:216 +msgctxt "tags" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" + +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " +msgid "Tools to manage the world" msgstr "" -#. NOTE: content_warnings: title for gore +#. NOTE: content_warnings: title for alcohol_tobacco #: app/_translations.py:222 msgctxt "content_warnings" -msgid "Gore" +msgid "Alcohol / Tobacco" msgstr "" -#. NOTE: content_warnings: description for gore +#. NOTE: content_warnings: description for alcohol_tobacco #: app/_translations.py:224 msgctxt "content_warnings" -msgid "Blood, etc" +msgid "Contains alcohol and/or tobacco" +msgstr "" + +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +#, fuzzy +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "Pangenget Isi" + +#. NOTE: content_warnings: title for drugs +#: app/_translations.py:230 +msgctxt "content_warnings" +msgid "Drugs" +msgstr "" + +#. NOTE: content_warnings: description for drugs +#: app/_translations.py:232 +msgctxt "content_warnings" +msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" #. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 +#: app/_translations.py:234 #, fuzzy msgctxt "content_warnings" msgid "Gambling" msgstr "Admin" #. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 +#: app/_translations.py:236 msgctxt "content_warnings" msgid "Games of chance, gambling games, etc" msgstr "" -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 msgctxt "content_warnings" -msgid "Violence" +msgid "Gore" msgstr "" -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgid "Blood, etc" msgstr "" #. NOTE: content_warnings: title for horror -#: app/_translations.py:234 +#: app/_translations.py:242 msgctxt "content_warnings" msgid "Fear / Horror" msgstr "" #. NOTE: content_warnings: description for horror -#: app/_translations.py:236 +#: app/_translations.py:244 msgctxt "content_warnings" msgid "Shocking and scary content. May scare young children" msgstr "" -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -#, fuzzy -msgctxt "content_warnings" -msgid "Contains swearing" -msgstr "Pangenget Isi" - -#. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 -msgctxt "content_warnings" -msgid "Alcohol / Tobacco" -msgstr "" - -#. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 -msgctxt "content_warnings" -msgid "Contains alcohol and/or tobacco" -msgstr "" - -#. NOTE: content_warnings: title for drugs +#. NOTE: content_warnings: title for violence #: app/_translations.py:246 msgctxt "content_warnings" -msgid "Drugs" +msgid "Violence" msgstr "" -#. NOTE: content_warnings: description for drugs +#. NOTE: content_warnings: description for violence #: app/_translations.py:248 msgctxt "content_warnings" -msgid "Contains recreational drugs other than alcohol or tobacco" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" msgstr "" #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 @@ -842,7 +842,7 @@ msgstr "Asma" msgid "Limit to package" msgstr "Watesi marang paket" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -858,7 +858,7 @@ msgstr "Watesi marang paket" msgid "Save" msgstr "Simpen" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -872,56 +872,56 @@ msgstr "Simpen" msgid "Title" msgstr "Irah-Irahan" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Katerangan Cekak" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Isinipun Kaca" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Pribadi" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -953,7 +953,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1098,7 +1102,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1346,13 +1350,13 @@ msgstr "" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" +msgid "Minimum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" +msgid "Maximum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:74 @@ -2745,8 +2749,8 @@ msgstr "" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Versi Minetest" +msgid "Luanti Versions" +msgstr "Versi Luanti" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3291,7 +3295,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3304,8 +3308,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3524,8 +3528,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -4004,7 +4016,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4017,7 +4029,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4030,7 +4042,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4117,7 +4129,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4144,7 +4156,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4431,7 +4443,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4512,18 +4524,18 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" -msgstr "Minetest %(min)s-%(max)s" +msgid "Luanti %(min)s - %(max)s" +msgstr "Luanti %(min)s-%(max)s" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" -msgstr "Kagem Minetest %(min)s kaliyan inggilipun" +msgid "For Luanti %(min)s and above" +msgstr "Kagem Luanti %(min)s kaliyan inggilipun" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" -msgstr "Minetest %(max)s kaliyan andhapipun" +msgid "Luanti %(max)s and below" +msgstr "Luanti %(max)s kaliyan andhapipun" #: app/templates/packages/view.html:70 msgid "How do I install this?" @@ -5104,7 +5116,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5228,7 +5240,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5741,6 +5753,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -5897,7 +5913,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6120,7 +6136,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6173,7 +6189,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6241,7 +6257,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6271,7 +6287,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6345,3 +6361,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/kv/LC_MESSAGES/messages.po b/translations/kv/LC_MESSAGES/messages.po index 7515a507..3824929c 100644 --- a/translations/kv/LC_MESSAGES/messages.po +++ b/translations/kv/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-05-15 17:01+0000\n" "Last-Translator: Mićadźoridź \n" "Language: kv\n" @@ -26,565 +26,156 @@ msgstr "" msgid "You have been banned." msgstr "" -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." +msgid "For 128px or higher texture packs" msgstr "" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" +msgid "For 16px texture packs" msgstr "" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" +msgid "32px" msgstr "" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "For 32px texture packs" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " +msgid "For 64px texture packs" msgstr "" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" +msgid "Crafting" msgstr "" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Ним" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" +msgid "Big changes to crafting gameplay" msgstr "" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -592,204 +183,613 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +msgctxt "tags" +msgid "Custom mapgen" +msgstr "" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" +msgid "Inventory" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Ним" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" +msgid "Transport" msgstr "" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" msgstr "" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "" - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -msgctxt "content_warnings" -msgid "Contains swearing" +msgid "Tools to manage the world" msgstr "" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -829,7 +829,7 @@ msgstr "Ним" msgid "Limit to package" msgstr "" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -845,7 +845,7 @@ msgstr "" msgid "Save" msgstr "" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -859,56 +859,56 @@ msgstr "" msgid "Title" msgstr "" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -940,7 +940,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1085,7 +1089,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1333,13 +1337,13 @@ msgstr "" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" +msgid "Minimum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" +msgid "Maximum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:74 @@ -2732,7 +2736,7 @@ msgstr "" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" +msgid "Luanti Versions" msgstr "" #: app/templates/admin/versions/list.html:8 @@ -3278,7 +3282,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3291,8 +3295,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3511,8 +3515,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -3991,7 +4003,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4004,7 +4016,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4017,7 +4029,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4104,7 +4116,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4131,7 +4143,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4416,7 +4428,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4497,17 +4509,17 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5089,7 +5101,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5213,7 +5225,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5726,6 +5738,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -5804,7 +5820,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6027,7 +6043,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6080,7 +6096,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6148,7 +6164,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6178,7 +6194,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6252,3 +6268,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/lv/LC_MESSAGES/messages.po b/translations/lv/LC_MESSAGES/messages.po index 7e66e889..37bca8a8 100644 --- a/translations/lv/LC_MESSAGES/messages.po +++ b/translations/lv/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2022-07-14 14:22+0000\n" "Last-Translator: Cow Boy \n" "Language: lv\n" @@ -28,577 +28,161 @@ msgstr "Izraidīts:" msgid "You have been banned." msgstr "Jūs esat ticis izraidīts." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 +#, fuzzy msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" +msgid "For 128px or higher texture packs" +msgstr "Populārākas Tekstūru Pakotnes" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 -msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "" - -#. NOTE: tags: title for server_tools -#: app/_translations.py:14 #, fuzzy msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Uzrauga Rīki" +msgid "For 16px texture packs" +msgstr "Populārākas Tekstūru Pakotnes" -#. NOTE: tags: description for server_tools -#: app/_translations.py:16 +#. NOTE: tags: title for 32px +#: app/_translations.py:14 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "32px" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: description for 32px +#: app/_translations.py:16 +#, fuzzy +msgctxt "tags" +msgid "For 32px texture packs" +msgstr "Populārākas Tekstūru Pakotnes" + +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 -msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "" - -#. NOTE: tags: title for developer_tools -#: app/_translations.py:22 #, fuzzy msgctxt "tags" -msgid "Developer Tools" -msgstr "Uzrauga Rīki" +msgid "For 64px texture packs" +msgstr "Populārākas Tekstūru Pakotnes" -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 +#. NOTE: tags: title for adventure__rpg +#: app/_translations.py:22 msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" +msgid "Crafting" msgstr "" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." +msgid "Big changes to crafting gameplay" msgstr "" -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -#, fuzzy -msgctxt "tags" -msgid "Decorative" -msgstr "Izveidot" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -#, fuzzy -msgctxt "tags" -msgid "Storage" -msgstr "Stāvoklis" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Vārds" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -#, fuzzy -msgctxt "tags" -msgid "Sports" -msgstr "Ziņojums" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "Darbība" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -#, fuzzy -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "Populārākas Tekstūru Pakotnes" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -#, fuzzy -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Komentārs" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -#, fuzzy -msgctxt "tags" -msgid "Transport" -msgstr "Ziņojums" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -#, fuzzy -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Ir Pieņemts" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -#, fuzzy -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "Populārākas Tekstūru Pakotnes" - #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 #, fuzzy msgctxt "tags" msgid "Creative" msgstr "Izveidot" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -606,209 +190,624 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +#, fuzzy +msgctxt "tags" +msgid "Custom mapgen" +msgstr "Komentārs" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +#, fuzzy +msgctxt "tags" +msgid "Decorative" +msgstr "Izveidot" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +#, fuzzy +msgctxt "tags" +msgid "Developer Tools" +msgstr "Uzrauga Rīki" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "Darbība" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 -#, fuzzy +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" -msgstr "Populārākas Tekstūru Pakotnes" - -#. NOTE: tags: title for technology -#: app/_translations.py:194 -msgctxt "tags" -msgid "Machines / Electronics" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Inventory" +msgstr "" + +#. NOTE: tags: description for inventory +#: app/_translations.py:88 +msgctxt "tags" +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Vārds" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +#, fuzzy +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Uzrauga Rīki" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +#, fuzzy +msgctxt "tags" +msgid "Sports" +msgstr "Ziņojums" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +#, fuzzy +msgctxt "tags" +msgid "Storage" +msgstr "Stāvoklis" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 -msgctxt "tags" -msgid "128px+" -msgstr "" - -#. NOTE: tags: description for 128px -#: app/_translations.py:216 #, fuzzy msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Populārākas Tekstūru Pakotnes" +msgid "Transport" +msgstr "Ziņojums" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: description for transport +#: app/_translations.py:216 +msgctxt "tags" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" + +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " +msgid "Tools to manage the world" msgstr "" -#. NOTE: content_warnings: title for gore +#. NOTE: content_warnings: title for alcohol_tobacco #: app/_translations.py:222 msgctxt "content_warnings" -msgid "Gore" +msgid "Alcohol / Tobacco" msgstr "" -#. NOTE: content_warnings: description for gore +#. NOTE: content_warnings: description for alcohol_tobacco #: app/_translations.py:224 msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -#, fuzzy -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Administrators" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" +msgid "Contains alcohol and/or tobacco" msgstr "" #. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 +#: app/_translations.py:226 #, fuzzy msgctxt "content_warnings" msgid "Bad Language" msgstr "Pievienot papildinājumu" #. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 +#: app/_translations.py:228 #, fuzzy msgctxt "content_warnings" msgid "Contains swearing" msgstr "Satura Brīdinājumi" -#. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 -msgctxt "content_warnings" -msgid "Alcohol / Tobacco" -msgstr "" - -#. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 -msgctxt "content_warnings" -msgid "Contains alcohol and/or tobacco" -msgstr "" - #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +#, fuzzy +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Administrators" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -848,7 +847,7 @@ msgstr "Vārds" msgid "Limit to package" msgstr "Limitēt uz papildinājumu" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -864,7 +863,7 @@ msgstr "Limitēt uz papildinājumu" msgid "Save" msgstr "Saglabāt" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -879,56 +878,56 @@ msgstr "Saglabāt" msgid "Title" msgstr "Virsraksts" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Privāts" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -960,7 +959,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1107,7 +1110,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1359,14 +1362,14 @@ msgstr "Git saite (ti: pievienojuma hash, atzars, vai nozīmīte)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Minimālā Minetest Versija" +msgid "Minimum Luanti Version" +msgstr "Minimālā Luanti Versija" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Maksimālā Minetest Versija" +msgid "Maximum Luanti Version" +msgstr "Maksimālā Luanti Versija" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2814,8 +2817,8 @@ msgstr "Skatījumi" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Minetest Versijas" +msgid "Luanti Versions" +msgstr "Luanti Versijas" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3389,7 +3392,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3402,8 +3405,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3622,8 +3625,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -4102,7 +4113,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4115,7 +4126,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4128,7 +4139,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4215,7 +4226,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4242,7 +4253,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4527,7 +4538,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4608,17 +4619,17 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5200,7 +5211,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5324,7 +5335,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5837,6 +5848,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -5868,7 +5883,7 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ msgid "Password suggestion" @@ -6156,7 +6171,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6379,7 +6394,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6432,7 +6447,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6500,7 +6515,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6530,7 +6545,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6608,3 +6623,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Ir Pieņemts" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/lzh/LC_MESSAGES/messages.po b/translations/lzh/LC_MESSAGES/messages.po index 454a84fc..19b7cc54 100644 --- a/translations/lzh/LC_MESSAGES/messages.po +++ b/translations/lzh/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language: lzh\n" @@ -25,564 +25,156 @@ msgstr "" msgid "You have been banned." msgstr "" -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." +msgid "For 128px or higher texture packs" msgstr "" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" +msgid "For 16px texture packs" msgstr "" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" +msgid "32px" msgstr "" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "For 32px texture packs" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " +msgid "For 64px texture packs" msgstr "" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" +msgid "Crafting" msgstr "" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -msgctxt "tags" -msgid "Mini-game" -msgstr "" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" +msgid "Big changes to crafting gameplay" msgstr "" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -590,204 +182,612 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +msgctxt "tags" +msgid "Custom mapgen" +msgstr "" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" +msgid "Inventory" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +msgctxt "tags" +msgid "Mini-game" +msgstr "" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" +msgid "Transport" msgstr "" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" msgstr "" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "" - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -msgctxt "content_warnings" -msgid "Contains swearing" +msgid "Tools to manage the world" msgstr "" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -827,7 +827,7 @@ msgstr "" msgid "Limit to package" msgstr "" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -843,7 +843,7 @@ msgstr "" msgid "Save" msgstr "" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -857,56 +857,56 @@ msgstr "" msgid "Title" msgstr "" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -938,7 +938,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1083,7 +1087,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1331,13 +1335,13 @@ msgstr "" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" +msgid "Minimum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" +msgid "Maximum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:74 @@ -2730,7 +2734,7 @@ msgstr "" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" +msgid "Luanti Versions" msgstr "" #: app/templates/admin/versions/list.html:8 @@ -3276,7 +3280,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3289,8 +3293,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3509,8 +3513,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -3989,7 +4001,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4002,7 +4014,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4015,7 +4027,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4102,7 +4114,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4129,7 +4141,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4414,7 +4426,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4495,17 +4507,17 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5087,7 +5099,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5211,7 +5223,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5724,6 +5736,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -5859,7 +5875,7 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ msgid "Password suggestion" @@ -6144,7 +6160,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6367,7 +6383,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6420,7 +6436,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6488,7 +6504,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6518,7 +6534,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6592,3 +6608,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/messages.pot b/translations/messages.pot index afbae483..f8949a35 100644 --- a/translations/messages.pot +++ b/translations/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,564 +25,156 @@ msgstr "" msgid "You have been banned." msgstr "" -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." +msgid "For 128px or higher texture packs" msgstr "" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" +msgid "For 16px texture packs" msgstr "" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" +msgid "32px" msgstr "" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "For 32px texture packs" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " +msgid "For 64px texture packs" msgstr "" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" +msgid "Crafting" msgstr "" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -msgctxt "tags" -msgid "Mini-game" -msgstr "" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" +msgid "Big changes to crafting gameplay" msgstr "" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -590,204 +182,612 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +msgctxt "tags" +msgid "Custom mapgen" +msgstr "" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" +msgid "Inventory" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +msgctxt "tags" +msgid "Mini-game" +msgstr "" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" +msgid "Transport" msgstr "" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" msgstr "" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "" - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -msgctxt "content_warnings" -msgid "Contains swearing" +msgid "Tools to manage the world" msgstr "" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -827,7 +827,7 @@ msgstr "" msgid "Limit to package" msgstr "" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -843,7 +843,7 @@ msgstr "" msgid "Save" msgstr "" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -857,56 +857,56 @@ msgstr "" msgid "Title" msgstr "" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -938,7 +938,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1083,7 +1087,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1331,13 +1335,13 @@ msgstr "" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" +msgid "Minimum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" +msgid "Maximum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:74 @@ -2730,7 +2734,7 @@ msgstr "" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" +msgid "Luanti Versions" msgstr "" #: app/templates/admin/versions/list.html:8 @@ -3276,7 +3280,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3289,8 +3293,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3509,8 +3513,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -3989,7 +4001,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4002,7 +4014,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4015,7 +4027,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4102,7 +4114,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4129,7 +4141,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4414,7 +4426,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4495,17 +4507,17 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5087,7 +5099,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5211,7 +5223,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5724,6 +5736,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" diff --git a/translations/ms/LC_MESSAGES/messages.po b/translations/ms/LC_MESSAGES/messages.po index 014c9332..f6e8f55b 100644 --- a/translations/ms/LC_MESSAGES/messages.po +++ b/translations/ms/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-03-03 17:21+0000\n" "Last-Translator: \"Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat " "Yasuyoshi\" \n" @@ -28,580 +28,163 @@ msgstr "Diharamkan:" msgid "You have been banned." msgstr "Anda telah diharamkan." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 +#, fuzzy msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" +msgid "For 128px or higher texture packs" +msgstr "Pek Tekstur Teratas" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 -msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "" - -#. NOTE: tags: title for server_tools -#: app/_translations.py:14 #, fuzzy msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Alatan Moderator" +msgid "For 16px texture packs" +msgstr "Pek Tekstur Teratas" -#. NOTE: tags: description for server_tools -#: app/_translations.py:16 +#. NOTE: tags: title for 32px +#: app/_translations.py:14 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "32px" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: description for 32px +#: app/_translations.py:16 +#, fuzzy +msgctxt "tags" +msgid "For 32px texture packs" +msgstr "Pek Tekstur Teratas" + +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 +#, fuzzy msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "" +msgid "For 64px texture packs" +msgstr "Pek Tekstur Teratas" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 -#, fuzzy msgctxt "tags" -msgid "Developer Tools" -msgstr "Alatan Moderator" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -#, fuzzy -msgctxt "tags" -msgid "Crafting" -msgstr "Penarafan" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 #, fuzzy msgctxt "tags" msgid "Complex installation" msgstr "Pendokumenan" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 -msgctxt "tags" -msgid "Chat / Commands" -msgstr "" - -#. NOTE: tags: description for chat -#: app/_translations.py:66 -msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 #, fuzzy msgctxt "tags" -msgid "Decorative" -msgstr "Nyahaktif" +msgid "Crafting" +msgstr "Penarafan" -#. NOTE: tags: description for decorative -#: app/_translations.py:102 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" +msgid "Big changes to crafting gameplay" msgstr "" -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -#, fuzzy -msgctxt "tags" -msgid "Storage" -msgstr "Simpanan" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Nama" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -#, fuzzy -msgctxt "tags" -msgid "Sports" -msgstr "Lapor" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "Perbuatan" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -#, fuzzy -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "Pek Tekstur Teratas" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -#, fuzzy -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Simpanan" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -#, fuzzy -msgctxt "tags" -msgid "Transport" -msgstr "Terjemah" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -#, fuzzy -msgctxt "tags" -msgid "Seasonal" -msgstr "Sebab" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -#, fuzzy -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Telah Diluluskan" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -#, fuzzy -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "Pek Tekstur Teratas" - #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 #, fuzzy msgctxt "tags" msgid "Creative" msgstr "Cipta" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -609,211 +192,627 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +#, fuzzy +msgctxt "tags" +msgid "Custom mapgen" +msgstr "Simpanan" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +#, fuzzy +msgctxt "tags" +msgid "Decorative" +msgstr "Nyahaktif" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +#, fuzzy +msgctxt "tags" +msgid "Developer Tools" +msgstr "Alatan Moderator" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "Perbuatan" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 -#, fuzzy +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" -msgstr "Pek Tekstur Teratas" - -#. NOTE: tags: title for technology -#: app/_translations.py:194 -msgctxt "tags" -msgid "Machines / Electronics" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Inventory" +msgstr "" + +#. NOTE: tags: description for inventory +#: app/_translations.py:88 +msgctxt "tags" +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Nama" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +#, fuzzy +msgctxt "tags" +msgid "Seasonal" +msgstr "Sebab" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +#, fuzzy +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Alatan Moderator" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +#, fuzzy +msgctxt "tags" +msgid "Sports" +msgstr "Lapor" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +#, fuzzy +msgctxt "tags" +msgid "Storage" +msgstr "Simpanan" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 -msgctxt "tags" -msgid "128px+" -msgstr "" - -#. NOTE: tags: description for 128px -#: app/_translations.py:216 #, fuzzy msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Pek Tekstur Teratas" +msgid "Transport" +msgstr "Terjemah" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: description for transport +#: app/_translations.py:216 +msgctxt "tags" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" + +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " +msgid "Tools to manage the world" msgstr "" -#. NOTE: content_warnings: title for gore +#. NOTE: content_warnings: title for alcohol_tobacco #: app/_translations.py:222 -#, fuzzy msgctxt "content_warnings" -msgid "Gore" -msgstr "Lebih lagi" +msgid "Alcohol / Tobacco" +msgstr "" -#. NOTE: content_warnings: description for gore +#. NOTE: content_warnings: description for alcohol_tobacco #: app/_translations.py:224 msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -#, fuzzy -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Pentadbir" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" +msgid "Contains alcohol and/or tobacco" msgstr "" #. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 +#: app/_translations.py:226 #, fuzzy msgctxt "content_warnings" msgid "Bad Language" msgstr "Bahasa" #. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 +#: app/_translations.py:228 #, fuzzy msgctxt "content_warnings" msgid "Contains swearing" msgstr "Amaran Kandungan" -#. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 -msgctxt "content_warnings" -msgid "Alcohol / Tobacco" -msgstr "" - -#. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 -msgctxt "content_warnings" -msgid "Contains alcohol and/or tobacco" -msgstr "" - #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 #, fuzzy msgctxt "content_warnings" msgid "Drugs" msgstr "Peraturan" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +#, fuzzy +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Pentadbir" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +#, fuzzy +msgctxt "content_warnings" +msgid "Gore" +msgstr "Lebih lagi" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -853,7 +852,7 @@ msgstr "Nama" msgid "Limit to package" msgstr "Hadkan ke pakej" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -869,7 +868,7 @@ msgstr "Hadkan ke pakej" msgid "Save" msgstr "Simpan" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -883,61 +882,61 @@ msgstr "Simpan" msgid "Title" msgstr "Tajuk" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Perihal Pendek" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Kandungan Halaman" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Peribadi" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "Disematkan ke profil saya" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "Himpunan dengan tajuk serupa sudah wujud" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" "Tidak mampu mencipta himpunan kerana pakej dengan nama tersebut sudah " "wujud" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "Pakej ditambah ke himpunan" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Pakej dibuang dari himpunan" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "Pakej ditambah ke himpunan kegemaran" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Awam, tukar dari Profil > Himpunan Saya)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "Pakej dibuang dari himpunan kegemaran" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" "Selamat datang ke tempat terbaik untuk mencari mods, permainan, dan pek " -"tekstur Minetest" +"tekstur Luanti" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 #: app/templates/base.html:36 @@ -968,7 +967,11 @@ msgstr "URL Lencongan" msgid "App Type" msgstr "Jenis Aplikasi" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "Mansuhkan semua token pengguna" @@ -1113,7 +1116,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1371,14 +1374,14 @@ msgstr "Rujukan git (cth: cincang serahan, cabang, atau tag)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Versi Minetest Minimum" +msgid "Minimum Luanti Version" +msgstr "Versi Luanti Minimum" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Versi Minetest Maksimum" +msgid "Maximum Luanti Version" +msgstr "Versi Luanti Maksimum" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2812,8 +2815,8 @@ msgstr "Dilihat" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Versi Minetest" +msgid "Luanti Versions" +msgstr "Versi Luanti" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3388,8 +3391,8 @@ msgid "Downloads by Reason" msgstr "Muat Turun mengikut Sebab" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." -msgstr "Pemasangan Baharu: pengguna klik [Pasang] di dalam Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." +msgstr "Pemasangan Baharu: pengguna klik [Pasang] di dalam Luanti." #: app/templates/macros/stats.html:107 msgid "Dependency: was installed automatically to fulfill a dependency." @@ -3403,11 +3406,11 @@ msgstr "Kemas Kini: muat turun adalah untuk mengemas kini pakej." #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" "Lain-lain / Tidak diketahui: dimuat turun oleh pelayar sesawang " -"atau versi Minetest yang lapuk (sebelum 5.5)." +"atau versi Luanti yang lapuk (sebelum 5.5)." #: app/templates/macros/stats.html:121 msgid "Need more stats?" @@ -3631,9 +3634,17 @@ msgstr "" msgid "Example Authorize URL" msgstr "Contoh URL Pengizinan" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" -msgstr "Dipaparkan kepada pengguna apabila anda meminta capaian ke akaun mereka" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" +msgstr "" #: app/templates/oauth/create_edit.html:70 msgid "Where will you store your client_secret?" @@ -4156,8 +4167,8 @@ msgid "Approved" msgstr "Diluluskan" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" -msgstr "Versi Minetest yang disokong" +msgid "Supported Luanti versions" +msgstr "Versi Luanti yang disokong" #: app/templates/packages/release_edit.html:68 #: app/templates/packages/release_new.html:76 @@ -4171,10 +4182,10 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" "Hanya tetapkan versi maksimum jika anda tahu yang ia tidak berfungsi pada" -" versi Minetest yang lebih baru." +" versi Luanti yang lebih baru." #: app/templates/packages/release_edit.html:71 #: app/templates/packages/release_new.html:79 @@ -4188,10 +4199,10 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" -"Tetapkan versi minimum dan maksimum Minetest yang disokong.\n" +"Tetapkan versi minimum dan maksimum Luanti yang disokong.\n" "\t\t\tTerbitan ini akan disembunyikan daripada klien di luar julat " "tersebut. " @@ -4291,8 +4302,8 @@ msgstr "" "\t\t\tpetua dalam menyesuaikan terbitan." #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" -msgstr "3. Versi Minetest disokong" +msgid "3. Supported Luanti versions" +msgstr "3. Versi Luanti disokong" #: app/templates/packages/release_new.html:84 msgid "" @@ -4322,11 +4333,11 @@ msgstr "Terbitan itu suatu versi boleh muat turun bagi %(title)s anda." #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" "Anda perlu mencipta terbitan walaupun jika anda gunakan kitaran " -"pembangunan terbitan berterusan, kerana Minetest perlukannya untuk " -"periksa kemas kini." +"pembangunan terbitan berterusan, kerana Luanti perlukannya untuk periksa " +"kemas kini." #: app/templates/packages/release_wizard.html:20 #: app/templates/packages/update_config.html:12 @@ -4629,8 +4640,8 @@ msgstr "" " mods dan fail lua_api.md" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" -msgstr "Terjemahan - Buku Pembuatan Mods Minetest" +msgid "Translation - Luanti Modding Book" +msgstr "Terjemahan - Buku Pembuatan Mods Luanti" #: app/templates/packages/translation.html:26 msgid "Translating content meta - lua_api.md" @@ -4721,18 +4732,18 @@ msgstr "Muat Turun" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" -msgstr "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" +msgstr "Luanti %(min)s - %(max)s" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" -msgstr "Untuk Minetest %(min)s dan ke atas" +msgid "For Luanti %(min)s and above" +msgstr "Untuk Luanti %(min)s dan ke atas" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" -msgstr "Untuk Minetest %(max)s dan ke bawah" +msgid "Luanti %(max)s and below" +msgstr "Untuk Luanti %(max)s dan ke bawah" #: app/templates/packages/view.html:70 msgid "How do I install this?" @@ -5196,7 +5207,7 @@ msgstr "Pakej yang tidak menyokong %(rel)s" #: app/templates/todo/outdated.html:16 app/templates/todo/screenshots.html:12 #: app/templates/todo/screenshots.html:16 msgid "Minetest-Mods org only" -msgstr "Minetest-Mods org sahaja" +msgstr "" #: app/templates/todo/mtver_support.html:25 app/templates/todo/outdated.html:24 #: app/templates/todo/screenshots.html:24 @@ -5347,11 +5358,11 @@ msgstr "Cari pakej untuk diterjemah" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" -"Bantu buatkan Minetest lebih mudah dicapai dengan menterjemah pakej-pakej" -" ke dalam bahasa yang lain." +"Bantu buatkan Luanti lebih mudah dicapai dengan menterjemah pakej-pakej " +"ke dalam bahasa yang lain." #: app/templates/translate/index.html:65 msgid "How to translate a mod / game" @@ -5477,8 +5488,8 @@ msgid "Create Account" msgstr "Cipta Akaun" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" -msgstr "Adakah anda mempunyai akaun di Forum Minetest?" +msgid "Do you have an account on the Luanti Forums?" +msgstr "Adakah anda mempunyai akaun di Forum Luanti?" #: app/templates/users/claim.html:13 msgid "" @@ -6027,6 +6038,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "Anda mempunyai banyak pemberitahuan, anda patut membacanya atau memadamnya" @@ -6246,11 +6261,11 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ "Anda tidak perlukan akaun forum, tetapi," #~ " anda disyorkan menciptanya untuk " -#~ "memanfaatkan komuniti Minetest." +#~ "memanfaatkan komuniti Luanti." #~ msgid "Password suggestion" #~ msgstr "Saranan kata laluan" @@ -6593,7 +6608,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6816,7 +6831,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6869,7 +6884,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6937,7 +6952,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6967,7 +6982,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -7039,3 +7054,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "Sila hubungi pentadbir." +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Telah Diluluskan" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "Dipaparkan kepada pengguna apabila anda meminta capaian ke akaun mereka" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "Luanti-Mods org sahaja" + diff --git a/translations/nb_NO/LC_MESSAGES/messages.po b/translations/nb_NO/LC_MESSAGES/messages.po index ccd79547..b956bbcf 100644 --- a/translations/nb_NO/LC_MESSAGES/messages.po +++ b/translations/nb_NO/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-02-19 07:01+0000\n" "Last-Translator: Petter Reinholdtsen \n" "Language: nb_NO\n" @@ -27,565 +27,156 @@ msgstr "" msgid "You have been banned." msgstr "Du har blitt bannlyst." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." +msgid "For 128px or higher texture packs" msgstr "" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" +msgid "For 16px texture packs" msgstr "" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" +msgid "32px" msgstr "" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "For 32px texture packs" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " +msgid "For 64px texture packs" msgstr "" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" +msgid "Crafting" msgstr "" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Navn" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" +msgid "Big changes to crafting gameplay" msgstr "" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -593,206 +184,615 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +msgctxt "tags" +msgid "Custom mapgen" +msgstr "" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" +msgid "Inventory" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Navn" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" +msgid "Transport" msgstr "" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" msgstr "" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "" - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -#, fuzzy -msgctxt "content_warnings" -msgid "Gore" -msgstr "Vis mer" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -msgctxt "content_warnings" -msgid "Contains swearing" +msgid "Tools to manage the world" msgstr "" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 #, fuzzy msgctxt "content_warnings" msgid "Drugs" msgstr "Regler" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +#, fuzzy +msgctxt "content_warnings" +msgid "Gore" +msgstr "Vis mer" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -832,7 +832,7 @@ msgstr "Navn" msgid "Limit to package" msgstr "Pakkegrense" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -848,7 +848,7 @@ msgstr "Pakkegrense" msgid "Save" msgstr "Lagre" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -862,58 +862,58 @@ msgstr "Lagre" msgid "Title" msgstr "Tittel" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Kort beskrivelse" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Sideinnhold" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Privat" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "Festet til min profil" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "En samling med en lignende tittel finnes allerede" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" "Kunne ikke opprette samlingen siden en pakke med samme navn eksisterer " "allerede" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "La til pakken til samlingen" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Fjernet pakken fra samlingen" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "La til pakken til favorittsamlingen" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Offentlig, endre fra Profil > Mine samlinger)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "Fjernet pakken fra favorittsamlingen" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -945,7 +945,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1090,7 +1094,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1338,13 +1342,13 @@ msgstr "" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" +msgid "Minimum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" +msgid "Maximum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:74 @@ -2738,7 +2742,7 @@ msgstr "" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" +msgid "Luanti Versions" msgstr "" #: app/templates/admin/versions/list.html:8 @@ -3284,7 +3288,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3297,8 +3301,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3517,8 +3521,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -3997,7 +4009,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4010,7 +4022,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4023,7 +4035,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4110,7 +4122,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4137,7 +4149,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4422,7 +4434,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4503,17 +4515,17 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5096,7 +5108,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5220,7 +5232,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5733,6 +5745,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -5960,7 +5976,7 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ msgid "Password suggestion" @@ -6245,7 +6261,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6468,7 +6484,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6521,7 +6537,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6589,7 +6605,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6619,7 +6635,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6693,3 +6709,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/nl/LC_MESSAGES/messages.po b/translations/nl/LC_MESSAGES/messages.po index 0d6d3c52..a6a478fd 100644 --- a/translations/nl/LC_MESSAGES/messages.po +++ b/translations/nl/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2023-10-23 21:06+0000\n" "Last-Translator: Bas Huis \n" "Language: nl\n" @@ -27,579 +27,163 @@ msgstr "Verbannen:" msgid "You have been banned." msgstr "Je bent verbannen." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 +#, fuzzy msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" +msgid "For 128px or higher texture packs" +msgstr "Top textuurpakketten" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 -msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "" - -#. NOTE: tags: title for server_tools -#: app/_translations.py:14 #, fuzzy msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Hulpmiddelen voor Moderators" +msgid "For 16px texture packs" +msgstr "Top textuurpakketten" -#. NOTE: tags: description for server_tools -#: app/_translations.py:16 +#. NOTE: tags: title for 32px +#: app/_translations.py:14 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "32px" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: description for 32px +#: app/_translations.py:16 +#, fuzzy +msgctxt "tags" +msgid "For 32px texture packs" +msgstr "Top textuurpakketten" + +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 +#, fuzzy msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "" +msgid "For 64px texture packs" +msgstr "Top textuurpakketten" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 -#, fuzzy msgctxt "tags" -msgid "Developer Tools" -msgstr "Hulpmiddelen voor Moderators" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -#, fuzzy -msgctxt "tags" -msgid "Crafting" -msgstr "Waardering" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 #, fuzzy msgctxt "tags" msgid "Complex installation" msgstr "Documentatie" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 -msgctxt "tags" -msgid "Chat / Commands" -msgstr "" - -#. NOTE: tags: description for chat -#: app/_translations.py:66 -msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 #, fuzzy msgctxt "tags" -msgid "Decorative" -msgstr "Doneer" +msgid "Crafting" +msgstr "Waardering" -#. NOTE: tags: description for decorative -#: app/_translations.py:102 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" +msgid "Big changes to crafting gameplay" msgstr "" -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -#, fuzzy -msgctxt "tags" -msgid "Storage" -msgstr "Status" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Naam" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -#, fuzzy -msgctxt "tags" -msgid "Sports" -msgstr "Rapporteren" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "Actie" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -#, fuzzy -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "Top textuurpakketten" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -#, fuzzy -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Opmerking" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -#, fuzzy -msgctxt "tags" -msgid "Transport" -msgstr "Rapporteren" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -#, fuzzy -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Is goedgekeurd" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -#, fuzzy -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "Top textuurpakketten" - #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 #, fuzzy msgctxt "tags" msgid "Creative" msgstr "Maken" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -607,211 +191,626 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +#, fuzzy +msgctxt "tags" +msgid "Custom mapgen" +msgstr "Opmerking" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +#, fuzzy +msgctxt "tags" +msgid "Decorative" +msgstr "Doneer" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +#, fuzzy +msgctxt "tags" +msgid "Developer Tools" +msgstr "Hulpmiddelen voor Moderators" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "Actie" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 -#, fuzzy +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" -msgstr "Top textuurpakketten" - -#. NOTE: tags: title for technology -#: app/_translations.py:194 -msgctxt "tags" -msgid "Machines / Electronics" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Inventory" +msgstr "" + +#. NOTE: tags: description for inventory +#: app/_translations.py:88 +msgctxt "tags" +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Naam" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +#, fuzzy +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Hulpmiddelen voor Moderators" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +#, fuzzy +msgctxt "tags" +msgid "Sports" +msgstr "Rapporteren" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +#, fuzzy +msgctxt "tags" +msgid "Storage" +msgstr "Status" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 -msgctxt "tags" -msgid "128px+" -msgstr "" - -#. NOTE: tags: description for 128px -#: app/_translations.py:216 #, fuzzy msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Top textuurpakketten" +msgid "Transport" +msgstr "Rapporteren" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: description for transport +#: app/_translations.py:216 +msgctxt "tags" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" + +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " +msgid "Tools to manage the world" msgstr "" -#. NOTE: content_warnings: title for gore +#. NOTE: content_warnings: title for alcohol_tobacco #: app/_translations.py:222 -#, fuzzy msgctxt "content_warnings" -msgid "Gore" -msgstr "Bron" +msgid "Alcohol / Tobacco" +msgstr "" -#. NOTE: content_warnings: description for gore +#. NOTE: content_warnings: description for alcohol_tobacco #: app/_translations.py:224 msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -#, fuzzy -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Administrator" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" +msgid "Contains alcohol and/or tobacco" msgstr "" #. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 +#: app/_translations.py:226 #, fuzzy msgctxt "content_warnings" msgid "Bad Language" msgstr "Pakket Toevoegen" #. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 +#: app/_translations.py:228 #, fuzzy msgctxt "content_warnings" msgid "Contains swearing" msgstr "Inhoudswaarschuwingen" -#. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 -msgctxt "content_warnings" -msgid "Alcohol / Tobacco" -msgstr "" - -#. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 -msgctxt "content_warnings" -msgid "Contains alcohol and/or tobacco" -msgstr "" - #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 #, fuzzy msgctxt "content_warnings" msgid "Drugs" msgstr "Regels" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +#, fuzzy +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Administrator" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +#, fuzzy +msgctxt "content_warnings" +msgid "Gore" +msgstr "Bron" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -851,7 +850,7 @@ msgstr "Naam" msgid "Limit to package" msgstr "Beperken tot pakket" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -867,7 +866,7 @@ msgstr "Beperken tot pakket" msgid "Save" msgstr "Opslaan" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -881,58 +880,58 @@ msgstr "Opslaan" msgid "Title" msgstr "Titel" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Korte beschrijving" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Pagina inhoud" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Privé" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "Er bestaat al een verzameling met dezelfde naam" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "Aanmaken is mislukt omdat er al een pakket met dezelfde naam bestaat" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "Pakket is aan de verzameling toegevoegd" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Pakket is verwijderd uit de verzameling" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "Pakket is toegevoegd aan je favorieten" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Openbaar, verander via Profiel > Mijn Verzamelingen)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "Pakket verwijderd uit je favorieten" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" -"Welkom op de beste plek om Minetest mods, games, and texture packs te " +"Welkom op de beste plek om Luanti mods, games, and texture packs te " "vinden." #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -964,7 +963,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1109,7 +1112,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1361,14 +1364,14 @@ msgstr "Git-referentie (o.a.: commit hash, branch of tag)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Minimale Minetest-versie" +msgid "Minimum Luanti Version" +msgstr "Minimale Luanti-versie" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Maximale Minetest-versie" +msgid "Maximum Luanti Version" +msgstr "Maximale Luanti-versie" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2802,8 +2805,8 @@ msgstr "Keer bekeken" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Minetest Versies" +msgid "Luanti Versions" +msgstr "Luanti Versies" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3378,10 +3381,8 @@ msgid "Downloads by Reason" msgstr "Keer gedownload per Reden" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." -msgstr "" -"Nieuwe installatie: de gebruiker klikte op [Installeren] in " -"Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." +msgstr "Nieuwe installatie: de gebruiker klikte op [Installeren] in Luanti." #: app/templates/macros/stats.html:107 msgid "Dependency: was installed automatically to fulfill a dependency." @@ -3395,11 +3396,11 @@ msgstr "Update: de download was een update voor het pakket." #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" "Andere/onbekend: gedownload via een webbrowser of een verouderde " -"versie van Minetest (voor 5.5)." +"versie van Luanti (voor 5.5)." #: app/templates/macros/stats.html:121 msgid "Need more stats?" @@ -3621,8 +3622,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -4123,8 +4132,8 @@ msgid "Approved" msgstr "Goedgekeurd" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" -msgstr "Ondersteunde Minetest-versies" +msgid "Supported Luanti versions" +msgstr "Ondersteunde Luanti-versies" #: app/templates/packages/release_edit.html:68 #: app/templates/packages/release_new.html:76 @@ -4136,7 +4145,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4149,10 +4158,10 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" -"Stel de minimaal en maximaal ondersteunde Minetest-versies in.\n" +"Stel de minimaal en maximaal ondersteunde Luanti-versies in.\n" "\t\t\tDeze release wordt verborgen voor clients buiten dat bereik. " #: app/templates/packages/release_edit.html:80 @@ -4251,8 +4260,8 @@ msgstr "" "\t\t\thints over releases aan te passen." #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" -msgstr "3. Ondersteunde Minetest-versies" +msgid "3. Supported Luanti versions" +msgstr "3. Ondersteunde Luanti-versies" #: app/templates/packages/release_new.html:84 msgid "" @@ -4278,7 +4287,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4563,7 +4572,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4644,17 +4653,17 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5236,7 +5245,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5360,7 +5369,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5873,6 +5882,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -5954,7 +5967,7 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ msgid "Password suggestion" @@ -6255,7 +6268,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6478,7 +6491,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6531,7 +6544,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6599,7 +6612,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6629,7 +6642,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6708,3 +6721,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Is goedgekeurd" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/nn/LC_MESSAGES/messages.po b/translations/nn/LC_MESSAGES/messages.po index 0ebbed8b..57479822 100644 --- a/translations/nn/LC_MESSAGES/messages.po +++ b/translations/nn/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-02-27 13:02+0000\n" "Last-Translator: jhh \n" "Language: nn\n" @@ -27,580 +27,163 @@ msgstr "Utestengd:" msgid "You have been banned." msgstr "Du er blitt utestengd." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 +#, fuzzy msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" +msgid "For 128px or higher texture packs" +msgstr "Topp Teksturpakkar" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 -msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "" - -#. NOTE: tags: title for server_tools -#: app/_translations.py:14 #, fuzzy msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Moderatorverktøy" +msgid "For 16px texture packs" +msgstr "Topp Teksturpakkar" -#. NOTE: tags: description for server_tools -#: app/_translations.py:16 +#. NOTE: tags: title for 32px +#: app/_translations.py:14 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "32px" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: description for 32px +#: app/_translations.py:16 +#, fuzzy +msgctxt "tags" +msgid "For 32px texture packs" +msgstr "Topp Teksturpakkar" + +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 +#, fuzzy msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "" +msgid "For 64px texture packs" +msgstr "Topp Teksturpakkar" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 -#, fuzzy msgctxt "tags" -msgid "Developer Tools" -msgstr "Moderatorverktøy" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -#, fuzzy -msgctxt "tags" -msgid "Crafting" -msgstr "Vurdering" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 #, fuzzy msgctxt "tags" msgid "Complex installation" msgstr "Dokumentasjon" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 -msgctxt "tags" -msgid "Chat / Commands" -msgstr "" - -#. NOTE: tags: description for chat -#: app/_translations.py:66 -msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 #, fuzzy msgctxt "tags" -msgid "Decorative" -msgstr "Deaktiver" +msgid "Crafting" +msgstr "Vurdering" -#. NOTE: tags: description for decorative -#: app/_translations.py:102 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" +msgid "Big changes to crafting gameplay" msgstr "" -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -#, fuzzy -msgctxt "tags" -msgid "Storage" -msgstr "Kjelde" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Namn" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -#, fuzzy -msgctxt "tags" -msgid "Sports" -msgstr "Rapportera" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "Handling" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -#, fuzzy -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "Topp Teksturpakkar" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -#, fuzzy -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Kommentar" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -#, fuzzy -msgctxt "tags" -msgid "Transport" -msgstr "Rapportera" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -#, fuzzy -msgctxt "tags" -msgid "Seasonal" -msgstr "Årsak" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -#, fuzzy -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Er godkjend" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -#, fuzzy -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "Topp Teksturpakkar" - #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 #, fuzzy msgctxt "tags" msgid "Creative" msgstr "Opprett" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -608,211 +191,627 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +#, fuzzy +msgctxt "tags" +msgid "Custom mapgen" +msgstr "Kommentar" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +#, fuzzy +msgctxt "tags" +msgid "Decorative" +msgstr "Deaktiver" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +#, fuzzy +msgctxt "tags" +msgid "Developer Tools" +msgstr "Moderatorverktøy" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "Handling" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 -#, fuzzy +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" -msgstr "Topp Teksturpakkar" - -#. NOTE: tags: title for technology -#: app/_translations.py:194 -msgctxt "tags" -msgid "Machines / Electronics" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Inventory" +msgstr "" + +#. NOTE: tags: description for inventory +#: app/_translations.py:88 +msgctxt "tags" +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Namn" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +#, fuzzy +msgctxt "tags" +msgid "Seasonal" +msgstr "Årsak" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +#, fuzzy +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Moderatorverktøy" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +#, fuzzy +msgctxt "tags" +msgid "Sports" +msgstr "Rapportera" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +#, fuzzy +msgctxt "tags" +msgid "Storage" +msgstr "Kjelde" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 -msgctxt "tags" -msgid "128px+" -msgstr "" - -#. NOTE: tags: description for 128px -#: app/_translations.py:216 #, fuzzy msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Topp Teksturpakkar" +msgid "Transport" +msgstr "Rapportera" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: description for transport +#: app/_translations.py:216 +msgctxt "tags" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" + +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " +msgid "Tools to manage the world" msgstr "" -#. NOTE: content_warnings: title for gore +#. NOTE: content_warnings: title for alcohol_tobacco #: app/_translations.py:222 -#, fuzzy msgctxt "content_warnings" -msgid "Gore" -msgstr "Meir" +msgid "Alcohol / Tobacco" +msgstr "" -#. NOTE: content_warnings: description for gore +#. NOTE: content_warnings: description for alcohol_tobacco #: app/_translations.py:224 msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -#, fuzzy -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Administrator" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" +msgid "Contains alcohol and/or tobacco" msgstr "" #. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 +#: app/_translations.py:226 #, fuzzy msgctxt "content_warnings" msgid "Bad Language" msgstr "Legg til Pakke" #. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 +#: app/_translations.py:228 #, fuzzy msgctxt "content_warnings" msgid "Contains swearing" msgstr "Advarslar om innhald" -#. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 -msgctxt "content_warnings" -msgid "Alcohol / Tobacco" -msgstr "" - -#. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 -msgctxt "content_warnings" -msgid "Contains alcohol and/or tobacco" -msgstr "" - #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 #, fuzzy msgctxt "content_warnings" msgid "Drugs" msgstr "Reglar" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +#, fuzzy +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Administrator" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +#, fuzzy +msgctxt "content_warnings" +msgid "Gore" +msgstr "Meir" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -853,7 +852,7 @@ msgstr "Namn" msgid "Limit to package" msgstr "Begrens til pakken" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -869,7 +868,7 @@ msgstr "Begrens til pakken" msgid "Save" msgstr "Lagre" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -883,60 +882,60 @@ msgstr "Lagre" msgid "Title" msgstr "Tittel" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Kort beskriving" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Sideinnhald" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Privat" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "Festa til profila mi" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "Ein samling med ei liknande tittel finst allereie" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" "Kan ikkje opprette samlinga, sidan ein pakke med det namnet allereie " "eksisterar" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "La til pakka i samlinga" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Fjerna pakka frå samlinga" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "La til pakka i favorittsamlinga" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "Fjerna pakken frå favorittsamlinga" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" -"Velkommen til det beste stedet for å finne Minetest-mods, spel og " +"Velkommen til det beste stedet for å finne Luanti-mods, spel og " "teksturpakkar" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -968,7 +967,11 @@ msgstr "Vidareadresserings-URL" msgid "App Type" msgstr "App Type" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "Tilbakekalla alle brukartoken" @@ -1114,7 +1117,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1364,14 +1367,14 @@ msgstr "Git referanse (f.eks.: bunt(«Commit »)-hash, gren, eller merkelapp)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Minimum Minetest-versjon" +msgid "Minimum Luanti Version" +msgstr "Minimum Luanti-versjon" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Maksimum Minetest-versjon" +msgid "Maximum Luanti Version" +msgstr "Maksimum Luanti-versjon" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2803,8 +2806,8 @@ msgstr "Visningar" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Minetest-versjonar" +msgid "Luanti Versions" +msgstr "Luanti-versjonar" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3357,7 +3360,7 @@ msgid "Downloads by Reason" msgstr "Nedlastingar etter årsak" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3370,8 +3373,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3590,8 +3593,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -4070,7 +4081,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4083,7 +4094,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4096,7 +4107,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4183,7 +4194,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4210,7 +4221,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4496,7 +4507,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4577,17 +4588,17 @@ msgstr "Nedlasting" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" -msgstr "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" +msgstr "Luanti %(min)s - %(max)s" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5169,7 +5180,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5293,8 +5304,8 @@ msgid "Create Account" msgstr "Lag konto" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" -msgstr "Har du ein konto på Minetest-forumet?" +msgid "Do you have an account on the Luanti Forums?" +msgstr "Har du ein konto på Luanti-forumet?" #: app/templates/users/claim.html:13 msgid "" @@ -5813,6 +5824,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "Du har ekstremt mange meldingar, du bør enten lesa dei eller sletta dei" @@ -5968,7 +5983,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6191,7 +6206,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6244,7 +6259,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6312,7 +6327,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6342,7 +6357,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6414,3 +6429,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Er godkjend" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/pl/LC_MESSAGES/messages.po b/translations/pl/LC_MESSAGES/messages.po index 7fcea8fa..2e19db04 100644 --- a/translations/pl/LC_MESSAGES/messages.po +++ b/translations/pl/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-06-09 10:38+0000\n" "Last-Translator: W T \n" "Language: pl\n" @@ -28,103 +28,78 @@ msgstr "Użytkownik zbanowany:" msgid "You have been banned." msgstr "Zostałeś zbanowany." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 #, fuzzy msgctxt "tags" -msgid "Player Effects / Power Ups" -msgstr "Efekty Graczy / Wzmocnienia" +msgid "128px+" +msgstr "128 pikseli i więcej" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 #, fuzzy msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" -"Dla zawartości, która zmienia efekty graczy, włączając w to fizykę, np. " -"szybkość, wysokość skoku czy grawitację." +msgid "For 128px or higher texture packs" +msgstr "Dla paczek tekstur w rozdzielczości 128 pikseli i wyższej" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 #, fuzzy msgctxt "tags" -msgid "Player vs Player (PvP)" -msgstr "Gracz vs Gracz (PvP)" +msgid "16px" +msgstr "16 pikseli" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 #, fuzzy msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "Zaprojektowany do rozgrywki z walką pomiędzy graczami" +msgid "For 16px texture packs" +msgstr "Dla paczek tekstur w rozdzielczości 16 pikseli" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 #, fuzzy msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Moderacja i Narzędzia do Serwerów" +msgid "32px" +msgstr "32 piksele" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 #, fuzzy msgctxt "tags" -msgid "Helps with server maintenance and moderation" -msgstr "Pomaga z konserwacją i moderacja serwerów" +msgid "For 32px texture packs" +msgstr "Dla paczek tekstur w rozdzielczości 32 pikseli" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 #, fuzzy msgctxt "tags" -msgid "Jam / Game 2023" -msgstr "Dżem / Gra 2023" +msgid "64px" +msgstr "64 pikseli" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 #, fuzzy msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "Projekty biorące udział w Minetestowym Dżemie Gier w roku 2023 " +msgid "For 64px texture packs" +msgstr "Dla paczek tekstur w rozdzielczości 64 pikseli" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 #, fuzzy msgctxt "tags" -msgid "Developer Tools" -msgstr "Narzędzia Programistów" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -#, fuzzy -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "Narzędzia do wsparcia tworzenia gier i modów" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -#, fuzzy -msgctxt "tags" -msgid "Crafting" -msgstr "Rzemiosło" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -#, fuzzy -msgctxt "tags" -msgid "Big changes to crafting gameplay" -msgstr "Duże zmiany w systemie rzemiosła (crafting)" +msgid "Adventure / RPG" +msgstr "Przygodowe / RPG" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 #, fuzzy msgctxt "tags" msgid "Joke" msgstr "Żart" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 #, fuzzy msgctxt "tags" msgid "" @@ -135,303 +110,29 @@ msgstr "" "która nie powinna być brana na poważnie i nie jest przeznaczona do " "poważnego lub długoterminowego użytkowania." -#. NOTE: tags: title for sound_music -#: app/_translations.py:34 -#, fuzzy -msgctxt "tags" -msgid "Sounds / Music" -msgstr "Dźwięki / Muzyka" - -#. NOTE: tags: description for sound_music -#: app/_translations.py:36 -#, fuzzy -msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" -msgstr "Skupią się na lub dodaje nowe dźwięki lub muzykę" - -#. NOTE: tags: title for mapgen -#: app/_translations.py:38 -#, fuzzy -msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" -msgstr "Generator Mapy / Biomy / Ozdoby" - -#. NOTE: tags: description for mapgen -#: app/_translations.py:40 -#, fuzzy -msgctxt "tags" -msgid "New mapgen or changes mapgen" -msgstr "Nowy generator mapy lub zmiany w nim" - -#. NOTE: tags: title for singleplayer -#: app/_translations.py:42 -#, fuzzy -msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "Skupione na trybie Jednoosobowym" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -#, fuzzy -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "Zawartość, w którą można grać samodzielnie" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -#, fuzzy -msgctxt "tags" -msgid "Inventory" -msgstr "Inwentarz" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -#, fuzzy -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "Zmienia interfejs inwentarza" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -#, fuzzy -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "Przygodowe / RPG" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -#, fuzzy -msgctxt "tags" -msgid "Shooter" -msgstr "Strzelanka" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -#, fuzzy -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "Strzelanki pierwszoosobowe (FPS) i więcej" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -#, fuzzy -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "Konserwacja i Narzędzia do Światów" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -#, fuzzy -msgctxt "tags" -msgid "Tools to manage the world" -msgstr "Narzędzia do zarządzania światem" - -#. NOTE: tags: title for complex_installation -#: app/_translations.py:60 -#, fuzzy -msgctxt "tags" -msgid "Complex installation" -msgstr "Złożona instalacja" - -#. NOTE: tags: description for complex_installation -#: app/_translations.py:62 -msgctxt "tags" -msgid "" -"Requires futher installation steps, such as installing LuaRocks or " -"editing the trusted mod setting" -msgstr "" - -#. NOTE: tags: title for chat -#: app/_translations.py:64 -#, fuzzy -msgctxt "tags" -msgid "Chat / Commands" -msgstr "Czat / Polecenia" - -#. NOTE: tags: description for chat -#: app/_translations.py:66 -msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -#, fuzzy -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "Skupione na trybie Wieloosobowym" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -#, fuzzy -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "Może/powinien być używany tylko w trybie wieloosobowym" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -#, fuzzy -msgctxt "tags" -msgid "Sims" -msgstr "Symulacje" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -#, fuzzy -msgctxt "tags" -msgid "Plants and Farming" -msgstr "Rośliny i Uprawa" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -#, fuzzy -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "Dodaje nowe rośliny lub inne uprawialne zasoby." - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -#, fuzzy -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "Narzędzia / Broń / Zbroja" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -#, fuzzy -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "Dodaje lub zmienia narzędzia, broń lub zbroje" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -#, fuzzy -msgctxt "tags" -msgid "Environment / Weather" -msgstr "Środowisko / Pogoda" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -#, fuzzy -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" -"Ulepsza świat, dodając pogodę, dźwięki otoczenia lub inne mechaniki " -"środowiskowe" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -#, fuzzy -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "Jedyny w swoim rodzaju / Oryginalny" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -#, fuzzy -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" -"Dla gier i podobnych, które są w swoim własnym rodzaju, odróżnione i " -"oryginalne w naturze w porównaniu do innych w tej samej kategorii." - #. NOTE: tags: title for building -#: app/_translations.py:92 +#: app/_translations.py:28 #, fuzzy msgctxt "tags" msgid "Building" msgstr "Budowanie" #. NOTE: tags: description for building -#: app/_translations.py:94 +#: app/_translations.py:30 #, fuzzy msgctxt "tags" msgid "Focuses on building, such as adding new materials or nodes" msgstr "Skupią się na budowaniu, np. dodając nowe materiały i bloki" -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -#, fuzzy -msgctxt "tags" -msgid "Puzzle" -msgstr "Łamigłówki" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -#, fuzzy -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "Skupia się na rozwiązywaniu łamigłówek zamiast walki" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -#, fuzzy -msgctxt "tags" -msgid "Decorative" -msgstr "Dekoracyjne" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -#, fuzzy -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "Dodaje bloki, które nie mają zastosowania poza budowaniem" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -#, fuzzy -msgctxt "tags" -msgid "<16px" -msgstr "<16 pikseli" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -#, fuzzy -msgctxt "tags" -msgid "Less than 16px" -msgstr "Mniej niż 16 pikseli" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -#, fuzzy -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "Magia / Zaklinanie" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -#, fuzzy -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "Moby / Zwierzęta / NPC" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - #. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 +#: app/_translations.py:32 #, fuzzy msgctxt "tags" msgid "Building Mechanics and Tools" msgstr "Mechaniki i Narzędzia do Budowania" #. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 +#: app/_translations.py:34 #, fuzzy msgctxt "tags" msgid "Adds game mechanics or tools that change how players build." @@ -439,262 +140,71 @@ msgstr "" "Dodaje mechaniki lub narzędzia do gry, które zmieniają to, jak gracze " "budują." -#. NOTE: tags: title for pve -#: app/_translations.py:118 +#. NOTE: tags: title for chat +#: app/_translations.py:36 #, fuzzy msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "Gracz vs Środowisko (PvE)" +msgid "Chat / Commands" +msgstr "Czat / Polecenia" -#. NOTE: tags: description for pve -#: app/_translations.py:120 -#, fuzzy +#. NOTE: tags: description for chat +#: app/_translations.py:38 msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." +msgid "Focus on player chat/communication or console interaction." msgstr "" -"Dla zawartości zaprojektowanej dla jednego lub większej ilości graczy, " -"która koncentruje się na walce że światem, mobami, lub NPC." - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -#, fuzzy -msgctxt "tags" -msgid "Storage" -msgstr "Magazyn" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -#, fuzzy -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "Dodaje lub poprawia mechaniki przechowywania przedmiotów" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Minigra" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -#, fuzzy -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "Dodaje minigrę do rozgrywki wewnątrz Minetestu" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -#, fuzzy -msgctxt "tags" -msgid "Sports" -msgstr "Sporty" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "Edukacja" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -#, fuzzy -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" -"Albo ma wartość edukacyjną, albo jest narzędziem pomocnicznym dla " -"nauczycieli " - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -#, fuzzy -msgctxt "tags" -msgid "16px" -msgstr "16 pikseli" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -#, fuzzy -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "Dla paczek tekstur w rozdzielczości 16 pikseli" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -#, fuzzy -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Własny generator mapy" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -#, fuzzy -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" -"Zawiera całkowicie dostosowany generator mapy napisany w Lua, zazwyczaj " -"wymaga, by świat używał generatora 'singlenode'." - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -#, fuzzy -msgctxt "tags" -msgid "HUD" -msgstr "HUD" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -#, fuzzy -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "Dla modów, które dają dla gracza dodatkowe informacje w HUD" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -#, fuzzy -msgctxt "tags" -msgid "Survival" -msgstr "Przetrwanie" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -#, fuzzy -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" -"Napisany specjalnie do rozgrywki w trybie przerwania, ze skupieniem na " -"balansie gry, poziomie trudności lub zasobach dostępnych poprzez " -"rzemiosło, kopanie, ..." - -#. NOTE: tags: title for library -#: app/_translations.py:152 -#, fuzzy -msgctxt "tags" -msgid "API / Library" -msgstr "API / Biblioteka" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -#, fuzzy -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "Przede wszystkim dodaje API do użytku przez inne mody" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -#, fuzzy -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "Dżem / Tygodniowe Wyzwania 2021" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -#, fuzzy -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" -"Dla modów stworzonych na wydarzenie \"Tygodniowe Wyzwania\" (\"Weekly " -"Challenges\") na Discordzie w roku 2021" #. NOTE: tags: title for commerce -#: app/_translations.py:160 +#: app/_translations.py:40 #, fuzzy msgctxt "tags" msgid "Commerce / Economy" msgstr "Handel / Ekonomia" #. NOTE: tags: description for commerce -#: app/_translations.py:162 +#: app/_translations.py:42 #, fuzzy msgctxt "tags" msgid "Related to economies, money, and trading" msgstr "Związane z gospodarką, pieniędzmi i handlem" -#. NOTE: tags: title for transport -#: app/_translations.py:164 +#. NOTE: tags: title for complex_installation +#: app/_translations.py:44 #, fuzzy msgctxt "tags" -msgid "Transport" -msgstr "Transport" +msgid "Complex installation" +msgstr "Złożona instalacja" -#. NOTE: tags: description for transport -#: app/_translations.py:166 -#, fuzzy +#. NOTE: tags: description for complex_installation +#: app/_translations.py:46 msgctxt "tags" msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" -"Dodaje lub zmienia metody przemieszczania się. Zawiera to teleportację, " -"pojazdy, moby, na których można jeździć, infrastrukturę transportową i " -"zawartość tematyczną" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -#, fuzzy -msgctxt "tags" -msgid "Seasonal" -msgstr "Sezonowy" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -#, fuzzy -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "Dla zawartości ogólnie w temacie jakiegoś konkretnego sezonu lub święta" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -#, fuzzy -msgctxt "tags" -msgid "Food / Drinks" -msgstr "Jedzenie / Napoje" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -#, fuzzy -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Minetest Game ulepszona" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" +"Requires futher installation steps, such as installing LuaRocks or " +"editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for 32px -#: app/_translations.py:178 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 #, fuzzy msgctxt "tags" -msgid "32px" -msgstr "32 piksele" +msgid "Crafting" +msgstr "Rzemiosło" -#. NOTE: tags: description for 32px -#: app/_translations.py:180 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 #, fuzzy msgctxt "tags" -msgid "For 32px texture packs" -msgstr "Dla paczek tekstur w rozdzielczości 32 pikseli" +msgid "Big changes to crafting gameplay" +msgstr "Duże zmiany w systemie rzemiosła (crafting)" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 #, fuzzy msgctxt "tags" msgid "Creative" msgstr "Kreatywny" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 #, fuzzy msgctxt "tags" msgid "" @@ -707,58 +217,145 @@ msgstr "" "narzędzia, które wspierają tworzenie w grze i nie dodaje trudności lub " "ograniczeń" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +#, fuzzy +msgctxt "tags" +msgid "Custom mapgen" +msgstr "Własny generator mapy" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +#, fuzzy +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" +"Zawiera całkowicie dostosowany generator mapy napisany w Lua, zazwyczaj " +"wymaga, by świat używał generatora 'singlenode'." + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +#, fuzzy +msgctxt "tags" +msgid "Decorative" +msgstr "Dekoracyjne" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +#, fuzzy +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "Dodaje bloki, które nie mają zastosowania poza budowaniem" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +#, fuzzy +msgctxt "tags" +msgid "Developer Tools" +msgstr "Narzędzia Programistów" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +#, fuzzy +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "Narzędzia do wsparcia tworzenia gier i modów" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "Edukacja" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +#, fuzzy +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" +"Albo ma wartość edukacyjną, albo jest narzędziem pomocnicznym dla " +"nauczycieli " + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +#, fuzzy +msgctxt "tags" +msgid "Environment / Weather" +msgstr "Środowisko / Pogoda" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +#, fuzzy +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" +"Ulepsza świat, dodając pogodę, dźwięki otoczenia lub inne mechaniki " +"środowiskowe" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +#, fuzzy +msgctxt "tags" +msgid "Food / Drinks" +msgstr "Jedzenie / Napoje" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 #, fuzzy msgctxt "tags" msgid "GUI" msgstr "Interfejs Użytkownika" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 #, fuzzy msgctxt "tags" -msgid "64px" -msgstr "64 pikseli" +msgid "HUD" +msgstr "HUD" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 #, fuzzy msgctxt "tags" -msgid "For 64px texture packs" -msgstr "Dla paczek tekstur w rozdzielczości 64 pikseli" +msgid "For mods that grant the player extra information in the HUD" +msgstr "Dla modów, które dają dla gracza dodatkowe informacje w HUD" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 #, fuzzy msgctxt "tags" -msgid "Machines / Electronics" -msgstr "Maszyny / Elektronika" +msgid "Inventory" +msgstr "Inwentarz" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 #, fuzzy msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." -msgstr "Dodaje maszyny użyteczne przy automatyzacji, rury lub zasilanie." +msgid "Changes the inventory GUI" +msgstr "Zmienia interfejs inwentarza" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 #, fuzzy msgctxt "tags" msgid "Jam / Combat 2020" msgstr "Dżem / Walka 2020" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 #, fuzzy msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" @@ -766,33 +363,341 @@ msgstr "" "Dla modów stworzonych na wydarzenie \"Walka\" (\"Combat\") na Discordzie " "w roku 2020" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 #, fuzzy msgctxt "tags" -msgid "Strategy / RTS" -msgstr "Strategia / RTS" +msgid "Jam / Game 2021" +msgstr "Dżem / Gra 2021" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +#, fuzzy +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr " Dżem / Gra 2022" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +#, fuzzy +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "Dżem / Gra 2023" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +#, fuzzy +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "Dżem / Tygodniowe Wyzwania 2021" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 #, fuzzy msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" msgstr "" -"Gry i mody z dużym składnikiem strategicznym, czy to w czasie " -"rzeczywistym, czy w turach" +"Dla modów stworzonych na wydarzenie \"Tygodniowe Wyzwania\" (\"Weekly " +"Challenges\") na Discordzie w roku 2021" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +#, fuzzy +msgctxt "tags" +msgid "<16px" +msgstr "<16 pikseli" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +#, fuzzy +msgctxt "tags" +msgid "Less than 16px" +msgstr "Mniej niż 16 pikseli" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +#, fuzzy +msgctxt "tags" +msgid "API / Library" +msgstr "API / Biblioteka" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +#, fuzzy +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "Przede wszystkim dodaje API do użytku przez inne mody" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +#, fuzzy +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "Magia / Zaklinanie" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +#, fuzzy +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "Generator Mapy / Biomy / Ozdoby" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +#, fuzzy +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "Nowy generator mapy lub zmiany w nim" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Minigra" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +#, fuzzy +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "Dodaje minigrę do rozgrywki wewnątrz Luantiu" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +#, fuzzy +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "Moby / Zwierzęta / NPC" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +#, fuzzy +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "Skupione na trybie Wieloosobowym" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +#, fuzzy +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "Może/powinien być używany tylko w trybie wieloosobowym" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +#, fuzzy +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "Jedyny w swoim rodzaju / Oryginalny" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +#, fuzzy +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" +"Dla gier i podobnych, które są w swoim własnym rodzaju, odróżnione i " +"oryginalne w naturze w porównaniu do innych w tej samej kategorii." + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +#, fuzzy +msgctxt "tags" +msgid "Plants and Farming" +msgstr "Rośliny i Uprawa" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +#, fuzzy +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "Dodaje nowe rośliny lub inne uprawialne zasoby." + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +#, fuzzy +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "Efekty Graczy / Wzmocnienia" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +#, fuzzy +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" +"Dla zawartości, która zmienia efekty graczy, włączając w to fizykę, np. " +"szybkość, wysokość skoku czy grawitację." + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +#, fuzzy +msgctxt "tags" +msgid "Puzzle" +msgstr "Łamigłówki" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +#, fuzzy +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "Skupia się na rozwiązywaniu łamigłówek zamiast walki" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +#, fuzzy +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "Gracz vs Środowisko (PvE)" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +#, fuzzy +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" +"Dla zawartości zaprojektowanej dla jednego lub większej ilości graczy, " +"która koncentruje się na walce że światem, mobami, lub NPC." + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +#, fuzzy +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "Gracz vs Gracz (PvP)" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +#, fuzzy +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "Zaprojektowany do rozgrywki z walką pomiędzy graczami" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +#, fuzzy +msgctxt "tags" +msgid "Seasonal" +msgstr "Sezonowy" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +#, fuzzy +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "Dla zawartości ogólnie w temacie jakiegoś konkretnego sezonu lub święta" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +#, fuzzy +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Moderacja i Narzędzia do Serwerów" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +#, fuzzy +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "Pomaga z konserwacją i moderacja serwerów" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +#, fuzzy +msgctxt "tags" +msgid "Shooter" +msgstr "Strzelanka" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +#, fuzzy +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "Strzelanki pierwszoosobowe (FPS) i więcej" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +#, fuzzy +msgctxt "tags" +msgid "Sims" +msgstr "Symulacje" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +#, fuzzy +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "Skupione na trybie Jednoosobowym" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +#, fuzzy +msgctxt "tags" +msgid "Content that can be played alone" +msgstr "Zawartość, w którą można grać samodzielnie" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 #, fuzzy msgctxt "tags" msgid "Player customization / Skins" msgstr "Dostosowanie gracza / Skórki" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 #, fuzzy msgctxt "tags" msgid "" @@ -802,148 +707,239 @@ msgstr "" "Pozwala graczowi dostosować swoją postać, zmieniając teksturę lub dodając" " akcesoria." -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +#, fuzzy +msgctxt "tags" +msgid "Sounds / Music" +msgstr "Dźwięki / Muzyka" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +#, fuzzy +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "Skupią się na lub dodaje nowe dźwięki lub muzykę" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +#, fuzzy +msgctxt "tags" +msgid "Sports" +msgstr "Sporty" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +#, fuzzy +msgctxt "tags" +msgid "Storage" +msgstr "Magazyn" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +#, fuzzy +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "Dodaje lub poprawia mechaniki przechowywania przedmiotów" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +#, fuzzy +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "Strategia / RTS" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +#, fuzzy +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" +"Gry i mody z dużym składnikiem strategicznym, czy to w czasie " +"rzeczywistym, czy w turach" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +#, fuzzy +msgctxt "tags" +msgid "Survival" +msgstr "Przetrwanie" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +#, fuzzy +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" +"Napisany specjalnie do rozgrywki w trybie przerwania, ze skupieniem na " +"balansie gry, poziomie trudności lub zasobach dostępnych poprzez " +"rzemiosło, kopanie, ..." + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +#, fuzzy +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "Maszyny / Elektronika" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +#, fuzzy +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "Dodaje maszyny użyteczne przy automatyzacji, rury lub zasilanie." + +#. NOTE: tags: title for tools #: app/_translations.py:210 #, fuzzy msgctxt "tags" -msgid "Jam / Game 2021" -msgstr "Dżem / Gra 2021" +msgid "Tools / Weapons / Armor" +msgstr "Narzędzia / Broń / Zbroja" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 #, fuzzy msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" -msgstr "Projekty biorące udział w Minetestowym Dżemie Gier w roku 2021" +msgid "Adds or changes tools, weapons, and armor" +msgstr "Dodaje lub zmienia narzędzia, broń lub zbroje" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 #, fuzzy msgctxt "tags" -msgid "128px+" -msgstr "128 pikseli i więcej" +msgid "Transport" +msgstr "Transport" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 #, fuzzy msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Dla paczek tekstur w rozdzielczości 128 pikseli i wyższej" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" +"Dodaje lub zmienia metody przemieszczania się. Zawiera to teleportację, " +"pojazdy, moby, na których można jeździć, infrastrukturę transportową i " +"zawartość tematyczną" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 #, fuzzy msgctxt "tags" -msgid " Jam / Game 2022" -msgstr " Dżem / Gra 2022" +msgid "World Maintenance and Tools" +msgstr "Konserwacja i Narzędzia do Światów" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 #, fuzzy msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "Projekty biorące udział w Minetestowym Dżemie Gier w roku 2022 " - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -#, fuzzy -msgctxt "content_warnings" -msgid "Gore" -msgstr "Krwawe" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -#, fuzzy -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "Krew itd." - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -#, fuzzy -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Hazard" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -#, fuzzy -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "Gry losowe, hazardowe, itd" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -#, fuzzy -msgctxt "content_warnings" -msgid "Violence" -msgstr "Przemoc" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -#, fuzzy -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" -"Niekreskówkowa przemoc. Może być skierowana na postacie fantastyczne lub " -"człowiekopodobne" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -#, fuzzy -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "Strach / Horror" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -#, fuzzy -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "Wstrząsającą lub straszna zawartość. Może przestraszyć małe dzieci" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -#, fuzzy -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "Niecenzuralny Język" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -#, fuzzy -msgctxt "content_warnings" -msgid "Contains swearing" -msgstr "Zawiera przekleństwa" +msgid "Tools to manage the world" +msgstr "Narzędzia do zarządzania światem" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 #, fuzzy msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "Alkohol / Tytoń" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 #, fuzzy msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "Zawiera alkohol i/lub tytoń" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +#, fuzzy +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "Niecenzuralny Język" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +#, fuzzy +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "Zawiera przekleństwa" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 #, fuzzy msgctxt "content_warnings" msgid "Drugs" msgstr "Narkotyki" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 #, fuzzy msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "Zawiera alkohol i/lub tytoń" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +#, fuzzy +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Hazard" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +#, fuzzy +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "Gry losowe, hazardowe, itd" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +#, fuzzy +msgctxt "content_warnings" +msgid "Gore" +msgstr "Krwawe" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +#, fuzzy +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "Krew itd." + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +#, fuzzy +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "Strach / Horror" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +#, fuzzy +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "Wstrząsającą lub straszna zawartość. Może przestraszyć małe dzieci" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +#, fuzzy +msgctxt "content_warnings" +msgid "Violence" +msgstr "Przemoc" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +#, fuzzy +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" +"Niekreskówkowa przemoc. Może być skierowana na postacie fantastyczne lub " +"człowiekopodobne" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -983,7 +979,7 @@ msgstr "Nazwa" msgid "Limit to package" msgstr "Ogranicz do paczki" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -999,7 +995,7 @@ msgstr "Ogranicz do paczki" msgid "Save" msgstr "Zapisz" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -1013,59 +1009,59 @@ msgstr "Zapisz" msgid "Title" msgstr "Tytuł" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Krótki opis" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Zawartość strony" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Prywatny" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "Przypięte do mojego profilu" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "Kolekcja z podobnym tytułem już istnieje" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "Nie można utworzyć kolekcji, ponieważ paczka o tej nazwie już istnieje" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "Dodano paczkę do kolekcji" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Usunięto paczkę z kolekcji" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "Dodano paczkę do ulubionych" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Publiczne, zmień w Profil > Moje kolekcje)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "Usunięto paczkę z ulubionych" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" "Witaj w najlepszym miejscu do znalezienia modyfikacji, gier i paczek " -"tekstur dla Minetesta" +"tekstur dla Luantia" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 #: app/templates/base.html:36 @@ -1096,7 +1092,11 @@ msgstr "URL przekierowania" msgid "App Type" msgstr "Typ Aplikacji" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "Wycofano wszystkie tokeny użytkownika" @@ -1241,7 +1241,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1501,14 +1501,14 @@ msgstr "Odniesienie do repozytorium Git (tj: hash commitu, gałąź lub tag)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Minimalna wersja Minetesta" +msgid "Minimum Luanti Version" +msgstr "Minimalna wersja Luantia" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Maksymalna wersja Minetesta" +msgid "Maximum Luanti Version" +msgstr "Maksymalna wersja Luantia" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2935,8 +2935,8 @@ msgstr "Wyświetlenia" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Wersje Minetesta" +msgid "Luanti Versions" +msgstr "Wersje Luantia" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3516,10 +3516,8 @@ msgid "Downloads by Reason" msgstr "Pobrania według powodu" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." -msgstr "" -"Nowa instalacja: użytkownik kliknął [Zainstaluj] wewnątrz " -"Minetesta." +msgid "New Install: the user clicked [Install] inside of Luanti." +msgstr "Nowa instalacja: użytkownik kliknął [Zainstaluj] wewnątrz Luantia." #: app/templates/macros/stats.html:107 msgid "Dependency: was installed automatically to fulfill a dependency." @@ -3533,11 +3531,11 @@ msgstr "Aktualizacja: pobranie nastąpiło aby zaktualizować paczkę." #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" "Inne / Nieznane: pobrane używając przeglądarki lub starej wersji " -"Minetesta (przed 5.5)." +"Luantia (przed 5.5)." #: app/templates/macros/stats.html:121 msgid "Need more stats?" @@ -3760,9 +3758,17 @@ msgstr "" msgid "Example Authorize URL" msgstr "Przykładowy URL autoryzacji" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" -msgstr "Pokazywany użytkownikom kiedy żądasz dostępu do ich konta" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" +msgstr "" #: app/templates/oauth/create_edit.html:70 msgid "Where will you store your client_secret?" @@ -3907,9 +3913,6 @@ msgid "" "anywhere in the short description. It is unnecessary and wastes " "characters." msgstr "" -"Wskazówka: Nie umieszczaj słów „Minetest“, „mod“, czy " -"„paczka modów“ w krótkim opisie. To jest niepotrzebne i marnuje " -"znaki." #: app/templates/packages/create_edit.html:88 msgid "" @@ -4245,7 +4248,7 @@ msgstr "Zmiany zbiorcze wydań" msgid "Use this page to set the min and max of all releases for your package." msgstr "" "Użyj tej strony aby ustawić minimalną i maksymalną wspieraną wersję " -"Minetesta wszystkich wydań twojej paczki." +"Luantia wszystkich wydań twojej paczki." #: app/templates/packages/release_bulk_change.html:29 #: app/templates/packages/release_edit.html:62 @@ -4297,8 +4300,8 @@ msgid "Approved" msgstr "Zatwierdzone" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" -msgstr "Wspierane wersje Minetesta" +msgid "Supported Luanti versions" +msgstr "Wspierane wersje Luantia" #: app/templates/packages/release_edit.html:68 #: app/templates/packages/release_new.html:76 @@ -4310,10 +4313,10 @@ msgstr "Czy jesteś pewien, że twój pakiet nie działa na wersjach po %(versio #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" "Ustaw maksymalną wersję tylko jeśli wiesz, że to nie działa na nowszych " -"wersjach Minetestu." +"wersjach Luantiu." #: app/templates/packages/release_edit.html:71 #: app/templates/packages/release_new.html:79 @@ -4327,10 +4330,10 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" -"Ustaw minimalną i maksymalną wspieraną wersję Minetesta.\n" +"Ustaw minimalną i maksymalną wspieraną wersję Luantia.\n" "To wydanie będzie ukryte dla klientów poza tym zakresem. " #: app/templates/packages/release_edit.html:80 @@ -4427,8 +4430,8 @@ msgstr "" "wskazówki dotyczące dostosowywania wersji." #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" -msgstr "3. Wspierane wersje Minetesta" +msgid "3. Supported Luanti versions" +msgstr "3. Wspierane wersje Luantia" #: app/templates/packages/release_new.html:84 msgid "" @@ -4457,10 +4460,10 @@ msgstr "Wydanie to pojedyncza wersja do pobrania twojej %(title)s." #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" "Musisz tworzyć wydania nawet jeżeli używasz toczącego cyklu rozwoju, " -"ponieważ Minetest potrzebuje ich aby sprawdzać aktualizacje." +"ponieważ Luanti potrzebuje ich aby sprawdzać aktualizacje." #: app/templates/packages/release_wizard.html:20 #: app/templates/packages/update_config.html:12 @@ -4773,8 +4776,8 @@ msgstr "" "plik lua_api.md" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" -msgstr "Tłumaczenie - Książka Modowania Minetestu" +msgid "Translation - Luanti Modding Book" +msgstr "Tłumaczenie - Książka Modowania Luantiu" #: app/templates/packages/translation.html:26 msgid "Translating content meta - lua_api.md" @@ -4862,18 +4865,18 @@ msgstr "Pobierz" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" -msgstr "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" +msgstr "Luanti %(min)s - %(max)s" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" -msgstr "Dla Minetesta %(min)s i wyższych" +msgid "For Luanti %(min)s and above" +msgstr "Dla Luantia %(min)s i wyższych" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" -msgstr "Minetest %(max)s i niżej" +msgid "Luanti %(max)s and below" +msgstr "Luanti %(max)s i niżej" #: app/templates/packages/view.html:70 msgid "How do I install this?" @@ -5333,7 +5336,7 @@ msgstr "Paczki niewspierające %(rel)s" #: app/templates/todo/outdated.html:16 app/templates/todo/screenshots.html:12 #: app/templates/todo/screenshots.html:16 msgid "Minetest-Mods org only" -msgstr "Modyfikacje z organizacji Minetest-Mods" +msgstr "" #: app/templates/todo/mtver_support.html:25 app/templates/todo/outdated.html:24 #: app/templates/todo/screenshots.html:24 @@ -5484,11 +5487,9 @@ msgstr "Znajdź pakiety do przetłumaczenia" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." -msgstr "" -"Pomóż uczynić Minetest bardziej dostępnym tłumacząc pakiety na inne " -"języki." +msgstr "Pomóż uczynić Luanti bardziej dostępnym tłumacząc pakiety na inne języki." #: app/templates/translate/index.html:65 msgid "How to translate a mod / game" @@ -5616,8 +5617,8 @@ msgid "Create Account" msgstr "Utwórz konto" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" -msgstr "Czy posiadasz konto na Forum Minetest?" +msgid "Do you have an account on the Luanti Forums?" +msgstr "Czy posiadasz konto na Forum Luanti?" #: app/templates/users/claim.html:13 msgid "" @@ -6167,6 +6168,10 @@ msgstr "Niewspierane Gry" msgid "Optional dependencies" msgstr "Zależności opcjonalne" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "Masz dużo powiadomień, powinieneś je przeczytać lub wyczyścić" @@ -6254,11 +6259,11 @@ msgstr "Rozważ włączenie powiadomień e-mail, możesz dostosować ilość wys #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ "Nie musisz mieć konta na forum, " #~ "mimo to, jest zalecane jak najlepiej " -#~ "zaangażować się w społeczność Minetest." +#~ "zaangażować się w społeczność Luanti." #~ msgid "Password suggestion" #~ msgstr "Sugestia hasła" @@ -6646,3 +6651,40 @@ msgstr "Rozważ włączenie powiadomień e-mail, możesz dostosować ilość wys #~ msgid "Please contact the admin." #~ msgstr "Skontaktuj się z administratorem." +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "Projekty biorące udział w Luantiowym Dżemie Gier w roku 2023 " + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Luanti Game ulepszona" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "Projekty biorące udział w Luantiowym Dżemie Gier w roku 2021" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "Projekty biorące udział w Luantiowym Dżemie Gier w roku 2022 " + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "Pokazywany użytkownikom kiedy żądasz dostępu do ich konta" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" +#~ "Wskazówka: Nie umieszczaj słów " +#~ "„Luanti“, „mod“, czy „paczka " +#~ "modów“ w krótkim opisie. To jest " +#~ "niepotrzebne i marnuje znaki." + +#~ msgid "Luanti-Mods org only" +#~ msgstr "Modyfikacje z organizacji Luanti-Mods" + diff --git a/translations/pt/LC_MESSAGES/messages.po b/translations/pt/LC_MESSAGES/messages.po index 98734dfc..73648c48 100644 --- a/translations/pt/LC_MESSAGES/messages.po +++ b/translations/pt/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-08-20 11:09+0000\n" "Last-Translator: José Douglas \n" "Language: pt\n" @@ -27,577 +27,161 @@ msgstr "Banido:" msgid "You have been banned." msgstr "Você foi banido." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 -msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" - -#. NOTE: tags: title for pvp -#: app/_translations.py:10 -msgctxt "tags" -msgid "Player vs Player (PvP)" -msgstr "" - -#. NOTE: tags: description for pvp -#: app/_translations.py:12 -msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "" - -#. NOTE: tags: title for server_tools -#: app/_translations.py:14 #, fuzzy msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Ferramentas de Moderador" +msgid "For 128px or higher texture packs" +msgstr "Melhores Pacotes de Texturas" -#. NOTE: tags: description for server_tools -#: app/_translations.py:16 +#. NOTE: tags: title for 16px +#: app/_translations.py:10 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "16px" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: description for 16px +#: app/_translations.py:12 +#, fuzzy +msgctxt "tags" +msgid "For 16px texture packs" +msgstr "Melhores Pacotes de Texturas" + +#. NOTE: tags: title for 32px +#: app/_translations.py:14 +msgctxt "tags" +msgid "32px" +msgstr "" + +#. NOTE: tags: description for 32px +#: app/_translations.py:16 +#, fuzzy +msgctxt "tags" +msgid "For 32px texture packs" +msgstr "Melhores Pacotes de Texturas" + +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 +#, fuzzy msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "" +msgid "For 64px texture packs" +msgstr "Melhores Pacotes de Texturas" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "Ferramentas do Desenvolvedor" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "Ferramentas para desenvolvedores de jogos e mods" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "Fabricação" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" -msgstr "Grandes mudanças na jogabilidade de fabricação" +msgid "Adventure / RPG" +msgstr "Aventura / RPG" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" -msgstr "Sons / Musica" +msgid "Adds game mechanics or tools that change how players build." +msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" -msgstr "Concentra-se ou adiciona novos sons ou coisas musicais" +msgid "Chat / Commands" +msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" -msgstr "Mapgen / Biomas / Decoração" +msgid "Focus on player chat/communication or console interaction." +msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" -msgstr "Nova mapgen ou mudanças no mapgen" +msgid "Commerce / Economy" +msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "Inventário" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "Altera a GUI do inventário" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "Aventura / RPG" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "Atirador" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "Atiradores em primeira pessoa (FPS) e mais" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" -msgstr "" +msgid "Crafting" +msgstr "Fabricação" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -#, fuzzy -msgctxt "tags" -msgid "Decorative" -msgstr "Doar" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -#, fuzzy -msgctxt "tags" -msgid "Storage" -msgstr "Estado" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Nome" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -#, fuzzy -msgctxt "tags" -msgid "Sports" -msgstr "Reportar" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "Ação" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -#, fuzzy -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "Melhores Pacotes de Texturas" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -#, fuzzy -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Comentar" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -#, fuzzy -msgctxt "tags" -msgid "Transport" -msgstr "Reportar" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -#, fuzzy -msgctxt "tags" -msgid "Seasonal" -msgstr "Motivo" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -#, fuzzy -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Está Aprovado" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -#, fuzzy -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "Melhores Pacotes de Texturas" +msgid "Big changes to crafting gameplay" +msgstr "Grandes mudanças na jogabilidade de fabricação" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 #, fuzzy msgctxt "tags" msgid "Creative" msgstr "Criar" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -605,211 +189,626 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +#, fuzzy +msgctxt "tags" +msgid "Custom mapgen" +msgstr "Comentar" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +#, fuzzy +msgctxt "tags" +msgid "Decorative" +msgstr "Doar" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "Ferramentas do Desenvolvedor" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "Ferramentas para desenvolvedores de jogos e mods" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "Ação" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 -#, fuzzy +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" -msgstr "Melhores Pacotes de Texturas" - -#. NOTE: tags: title for technology -#: app/_translations.py:194 -msgctxt "tags" -msgid "Machines / Electronics" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." -msgstr "" +msgid "Inventory" +msgstr "Inventário" + +#. NOTE: tags: description for inventory +#: app/_translations.py:88 +msgctxt "tags" +msgid "Changes the inventory GUI" +msgstr "Altera a GUI do inventário" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "Mapgen / Biomas / Decoração" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "Nova mapgen ou mudanças no mapgen" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Nome" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +#, fuzzy +msgctxt "tags" +msgid "Seasonal" +msgstr "Motivo" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +#, fuzzy +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Ferramentas de Moderador" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "Atirador" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "Atiradores em primeira pessoa (FPS) e mais" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "Sons / Musica" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "Concentra-se ou adiciona novos sons ou coisas musicais" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +#, fuzzy +msgctxt "tags" +msgid "Sports" +msgstr "Reportar" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +#, fuzzy +msgctxt "tags" +msgid "Storage" +msgstr "Estado" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 -msgctxt "tags" -msgid "128px+" -msgstr "" - -#. NOTE: tags: description for 128px -#: app/_translations.py:216 #, fuzzy msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Melhores Pacotes de Texturas" +msgid "Transport" +msgstr "Reportar" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: description for transport +#: app/_translations.py:216 +msgctxt "tags" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" + +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " +msgid "Tools to manage the world" msgstr "" -#. NOTE: content_warnings: title for gore +#. NOTE: content_warnings: title for alcohol_tobacco #: app/_translations.py:222 -#, fuzzy msgctxt "content_warnings" -msgid "Gore" -msgstr "Mais" +msgid "Alcohol / Tobacco" +msgstr "" -#. NOTE: content_warnings: description for gore +#. NOTE: content_warnings: description for alcohol_tobacco #: app/_translations.py:224 msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -#, fuzzy -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Administrador" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" +msgid "Contains alcohol and/or tobacco" msgstr "" #. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 +#: app/_translations.py:226 #, fuzzy msgctxt "content_warnings" msgid "Bad Language" msgstr "Idiomas" #. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 +#: app/_translations.py:228 #, fuzzy msgctxt "content_warnings" msgid "Contains swearing" msgstr "Avisos de Conteúdo" -#. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 -msgctxt "content_warnings" -msgid "Alcohol / Tobacco" -msgstr "" - -#. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 -msgctxt "content_warnings" -msgid "Contains alcohol and/or tobacco" -msgstr "" - #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 #, fuzzy msgctxt "content_warnings" msgid "Drugs" msgstr "Regras" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +#, fuzzy +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Administrador" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +#, fuzzy +msgctxt "content_warnings" +msgid "Gore" +msgstr "Mais" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -849,7 +848,7 @@ msgstr "Nome" msgid "Limit to package" msgstr "Limitar ao pacote" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -865,7 +864,7 @@ msgstr "Limitar ao pacote" msgid "Save" msgstr "Salvar" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -879,59 +878,59 @@ msgstr "Salvar" msgid "Title" msgstr "Título" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Descrição Curta" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Conteúdo da Página" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Privado" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "Fixado no meu perfil" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "Já existe uma coleção com título similar" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "Incapaz de criar coleção pois já existe um pacote com o mesmo nome" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "Pacote adicionado à coleção" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Pacote removido da coleção" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "Pacote adicionado à coleção de favoritos" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Público, mude em Perfil > Minhas Coleções)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "Pacote removido da coleção de favoritos" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" "Bem-vind@ ao melhor lugar para encontrar mods, jogos e pacotes de " -"texturas para o Minetest" +"texturas para o Luanti" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 #: app/templates/base.html:36 @@ -962,7 +961,11 @@ msgstr "Redirecionar URL" msgid "App Type" msgstr "Tipo de Aplicativo" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "revogou o token de todos usuários" @@ -1107,7 +1110,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1365,14 +1368,14 @@ msgstr "Referência Git (ou seja: commit_hash, branch ou tag)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Versão Mínima do Minetest" +msgid "Minimum Luanti Version" +msgstr "Versão Mínima do Luanti" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Versão Máxima do Minetest" +msgid "Maximum Luanti Version" +msgstr "Versão Máxima do Luanti" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2796,8 +2799,8 @@ msgstr "Visualizações" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Versões do Minetest" +msgid "Luanti Versions" +msgstr "Versões do Luanti" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3372,8 +3375,8 @@ msgid "Downloads by Reason" msgstr "Descargas por Razão" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." -msgstr "Nova Instalação: o utilizador clicou [Instalar] dentro do Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." +msgstr "Nova Instalação: o utilizador clicou [Instalar] dentro do Luanti." #: app/templates/macros/stats.html:107 msgid "Dependency: was installed automatically to fulfill a dependency." @@ -3387,11 +3390,11 @@ msgstr "Atualização: descarregado para atualizar o pacote." #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" "Outros / Desconhecido: descarregado por um navegador da internet " -"ou uma versão antiga do Minetest (anteior à 5.5)." +"ou uma versão antiga do Luanti (anteior à 5.5)." #: app/templates/macros/stats.html:121 msgid "Need more stats?" @@ -3609,8 +3612,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -4089,7 +4100,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4102,7 +4113,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4115,7 +4126,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4208,8 +4219,8 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" -msgstr "3. Versões suportadas do Minetest" +msgid "3. Supported Luanti versions" +msgstr "3. Versões suportadas do Luanti" #: app/templates/packages/release_new.html:84 msgid "" @@ -4235,7 +4246,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4528,7 +4539,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4616,18 +4627,18 @@ msgstr "Descarregar" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" -msgstr "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" +msgstr "Luanti %(min)s - %(max)s" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" -msgstr "Para Minetest %(min)s e superior" +msgid "For Luanti %(min)s and above" +msgstr "Para Luanti %(min)s e superior" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" -msgstr "Minetest %(max)s and inferior" +msgid "Luanti %(max)s and below" +msgstr "Luanti %(max)s and inferior" #: app/templates/packages/view.html:70 msgid "How do I install this?" @@ -5228,7 +5239,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5352,7 +5363,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5865,6 +5876,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -6049,7 +6064,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6272,7 +6287,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6325,7 +6340,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6393,7 +6408,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6423,7 +6438,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6505,3 +6520,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Está Aprovado" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/pt_BR/LC_MESSAGES/messages.po b/translations/pt_BR/LC_MESSAGES/messages.po index 00d8042a..195eed57 100644 --- a/translations/pt_BR/LC_MESSAGES/messages.po +++ b/translations/pt_BR/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2023-12-27 00:11+0000\n" "Last-Translator: Alexsandro Vítor \n" "Language: pt_BR\n" @@ -27,579 +27,162 @@ msgstr "Banido:" msgid "You have been banned." msgstr "Você foi banido." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 +#, fuzzy msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" +msgid "For 128px or higher texture packs" +msgstr "Top pacotes de texturas" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 -msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "" - -#. NOTE: tags: title for server_tools -#: app/_translations.py:14 #, fuzzy msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Ferramentas de Moderador" +msgid "For 16px texture packs" +msgstr "Top pacotes de texturas" -#. NOTE: tags: description for server_tools -#: app/_translations.py:16 +#. NOTE: tags: title for 32px +#: app/_translations.py:14 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "32px" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: description for 32px +#: app/_translations.py:16 +#, fuzzy +msgctxt "tags" +msgid "For 32px texture packs" +msgstr "Top pacotes de texturas" + +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 +#, fuzzy msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "" +msgid "For 64px texture packs" +msgstr "Top pacotes de texturas" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 -#, fuzzy msgctxt "tags" -msgid "Developer Tools" -msgstr "Ferramentas de Moderador" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -#, fuzzy -msgctxt "tags" -msgid "Crafting" -msgstr "Avaliação" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 -msgctxt "tags" -msgid "Chat / Commands" -msgstr "" - -#. NOTE: tags: description for chat -#: app/_translations.py:66 -msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 #, fuzzy msgctxt "tags" -msgid "Decorative" -msgstr "Doar" +msgid "Crafting" +msgstr "Avaliação" -#. NOTE: tags: description for decorative -#: app/_translations.py:102 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" +msgid "Big changes to crafting gameplay" msgstr "" -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -#, fuzzy -msgctxt "tags" -msgid "Storage" -msgstr "Estado" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Nome" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -#, fuzzy -msgctxt "tags" -msgid "Sports" -msgstr "Reportar" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "Ação" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -#, fuzzy -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "Top pacotes de texturas" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -#, fuzzy -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Comentar" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -#, fuzzy -msgctxt "tags" -msgid "Transport" -msgstr "Reportar" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -#, fuzzy -msgctxt "tags" -msgid "Seasonal" -msgstr "Motivo" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -#, fuzzy -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Está aprovado" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -#, fuzzy -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "Top pacotes de texturas" - #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 #, fuzzy msgctxt "tags" msgid "Creative" msgstr "Criar" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -607,211 +190,627 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +#, fuzzy +msgctxt "tags" +msgid "Custom mapgen" +msgstr "Comentar" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +#, fuzzy +msgctxt "tags" +msgid "Decorative" +msgstr "Doar" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +#, fuzzy +msgctxt "tags" +msgid "Developer Tools" +msgstr "Ferramentas de Moderador" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "Ação" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 -#, fuzzy +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" -msgstr "Top pacotes de texturas" - -#. NOTE: tags: title for technology -#: app/_translations.py:194 -msgctxt "tags" -msgid "Machines / Electronics" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Inventory" +msgstr "" + +#. NOTE: tags: description for inventory +#: app/_translations.py:88 +msgctxt "tags" +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Nome" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +#, fuzzy +msgctxt "tags" +msgid "Seasonal" +msgstr "Motivo" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +#, fuzzy +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Ferramentas de Moderador" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +#, fuzzy +msgctxt "tags" +msgid "Sports" +msgstr "Reportar" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +#, fuzzy +msgctxt "tags" +msgid "Storage" +msgstr "Estado" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 -msgctxt "tags" -msgid "128px+" -msgstr "" - -#. NOTE: tags: description for 128px -#: app/_translations.py:216 #, fuzzy msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Top pacotes de texturas" +msgid "Transport" +msgstr "Reportar" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: description for transport +#: app/_translations.py:216 +msgctxt "tags" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" + +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " +msgid "Tools to manage the world" msgstr "" -#. NOTE: content_warnings: title for gore +#. NOTE: content_warnings: title for alcohol_tobacco #: app/_translations.py:222 -#, fuzzy msgctxt "content_warnings" -msgid "Gore" -msgstr "Mais" +msgid "Alcohol / Tobacco" +msgstr "" -#. NOTE: content_warnings: description for gore +#. NOTE: content_warnings: description for alcohol_tobacco #: app/_translations.py:224 msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -#, fuzzy -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Administrador" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" +msgid "Contains alcohol and/or tobacco" msgstr "" #. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 +#: app/_translations.py:226 #, fuzzy msgctxt "content_warnings" msgid "Bad Language" msgstr "Adicionar pacote" #. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 +#: app/_translations.py:228 #, fuzzy msgctxt "content_warnings" msgid "Contains swearing" msgstr "Avisos de Conteúdo" -#. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 -msgctxt "content_warnings" -msgid "Alcohol / Tobacco" -msgstr "" - -#. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 -msgctxt "content_warnings" -msgid "Contains alcohol and/or tobacco" -msgstr "" - #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 #, fuzzy msgctxt "content_warnings" msgid "Drugs" msgstr "Regras" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +#, fuzzy +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Administrador" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +#, fuzzy +msgctxt "content_warnings" +msgid "Gore" +msgstr "Mais" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -851,7 +850,7 @@ msgstr "Nome" msgid "Limit to package" msgstr "Limite de pacote" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -867,7 +866,7 @@ msgstr "Limite de pacote" msgid "Save" msgstr "Salvar" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -881,59 +880,59 @@ msgstr "Salvar" msgid "Title" msgstr "Título" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Descrição curta" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Página de conteúdo" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Privado" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "Já existe uma coleção com um título semelhante" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "Não é possível criar a coleção porque já existe um pacote com esse nome" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "Pacote adicionado à coleção" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Pacote removido da coleção" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "Pacote adicionado à coleção de favoritos" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Público, altere em Perfil > Minhas Coleções)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "Pacote removido da coleção de favoritos" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" "Bem-vind@ ao melhor lugar para encontrar mods, jogos e pacotes de " -"texturas para o Minetest" +"texturas para o Luanti" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 #: app/templates/base.html:36 @@ -964,7 +963,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1109,7 +1112,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1374,14 +1377,14 @@ msgstr "Referência do Git (ou seja: commit hash, branch ou tag)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Versão mínima do Minetest" +msgid "Minimum Luanti Version" +msgstr "Versão mínima do Luanti" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Versão Máxima do Minetest" +msgid "Maximum Luanti Version" +msgstr "Versão Máxima do Luanti" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2803,8 +2806,8 @@ msgstr "Visualizações" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Versões do Minetest" +msgid "Luanti Versions" +msgstr "Versões do Luanti" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3377,8 +3380,8 @@ msgid "Downloads by Reason" msgstr "Downloads por Razão" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." -msgstr "Nova Instalação: o usuário clicou [Instalar] dentro do Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." +msgstr "Nova Instalação: o usuário clicou [Instalar] dentro do Luanti." #: app/templates/macros/stats.html:107 msgid "Dependency: was installed automatically to fulfill a dependency." @@ -3392,11 +3395,11 @@ msgstr "Atualização: baixado para atualizar o pacote." #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" "Outros / Desconhecido: baixado por um navegador da internet ou uma" -" versão antiga do Minetest (anteior à 5.5)." +" versão antiga do Luanti (anteior à 5.5)." #: app/templates/macros/stats.html:121 msgid "Need more stats?" @@ -3614,8 +3617,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -4094,7 +4105,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4107,7 +4118,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4120,7 +4131,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4217,8 +4228,8 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" -msgstr "3. Versões suportadas do Minetest" +msgid "3. Supported Luanti versions" +msgstr "3. Versões suportadas do Luanti" #: app/templates/packages/release_new.html:84 msgid "" @@ -4245,11 +4256,11 @@ msgstr "" #, fuzzy msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" "Você precisa criar lançamentos mesmo que você use um ciclo de " -"desenvolvimento de lançamentos em andemento uma vez que o Minetest " -"precisa deles para checar por atualizações." +"desenvolvimento de lançamentos em andemento uma vez que o Luanti precisa " +"deles para checar por atualizações." #: app/templates/packages/release_wizard.html:20 #: app/templates/packages/update_config.html:12 @@ -4542,7 +4553,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4630,18 +4641,18 @@ msgstr "Baixar" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" -msgstr "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" +msgstr "Luanti %(min)s - %(max)s" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" -msgstr "Para Minetest %(min)s e superior" +msgid "For Luanti %(min)s and above" +msgstr "Para Luanti %(min)s e superior" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" -msgstr "Minetest %(max)s and inferior" +msgid "Luanti %(max)s and below" +msgstr "Luanti %(max)s and inferior" #: app/templates/packages/view.html:70 msgid "How do I install this?" @@ -5244,7 +5255,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5368,7 +5379,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5907,6 +5918,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 #, fuzzy msgid "You have a lot of notifications, you should either read or clear them" @@ -5942,7 +5957,7 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ msgid "Password suggestion" @@ -6236,7 +6251,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6459,7 +6474,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6512,7 +6527,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6580,7 +6595,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6610,7 +6625,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6689,3 +6704,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Está aprovado" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/ro/LC_MESSAGES/messages.po b/translations/ro/LC_MESSAGES/messages.po index 82e54dbe..ba664fe7 100644 --- a/translations/ro/LC_MESSAGES/messages.po +++ b/translations/ro/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2023-07-05 21:50+0000\n" "Last-Translator: AlexTECPlayz \n" "Language: ro\n" @@ -28,566 +28,156 @@ msgstr "Expulzat:" msgid "You have been banned." msgstr "Ai fost expulzat." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." +msgid "For 128px or higher texture packs" msgstr "" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" +msgid "For 16px texture packs" msgstr "" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" +msgid "32px" msgstr "" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "For 32px texture packs" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " +msgid "For 64px texture packs" msgstr "" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" +msgid "Crafting" msgstr "" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Nume" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -#, fuzzy -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Este aprobat" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" +msgid "Big changes to crafting gameplay" msgstr "" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -595,205 +185,614 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +msgctxt "tags" +msgid "Custom mapgen" +msgstr "" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" +msgid "Inventory" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Nume" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" +msgid "Transport" msgstr "" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" msgstr "" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " +msgid "Tools to manage the world" msgstr "" -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -#, fuzzy -msgctxt "content_warnings" -msgid "Contains swearing" -msgstr "Avertizări despre conținut" - #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +#, fuzzy +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "Avertizări despre conținut" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -833,7 +832,7 @@ msgstr "Nume" msgid "Limit to package" msgstr "Limitează la pachetul" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -849,7 +848,7 @@ msgstr "Limitează la pachetul" msgid "Save" msgstr "Salvează" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -863,56 +862,56 @@ msgstr "Salvează" msgid "Title" msgstr "Titlu" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -944,7 +943,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1089,7 +1092,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1341,14 +1344,14 @@ msgstr "Referință Git (ex: hash, ramură sau etichetă commit)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Versiune minimă Minetest" +msgid "Minimum Luanti Version" +msgstr "Versiune minimă Luanti" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Versiune maximă Minetest" +msgid "Maximum Luanti Version" +msgstr "Versiune maximă Luanti" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2740,7 +2743,7 @@ msgstr "" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" +msgid "Luanti Versions" msgstr "" #: app/templates/admin/versions/list.html:8 @@ -3286,7 +3289,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3299,8 +3302,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3519,8 +3522,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -3999,7 +4010,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4012,7 +4023,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4025,7 +4036,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4112,7 +4123,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4139,7 +4150,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4424,7 +4435,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4505,17 +4516,17 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5097,7 +5108,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5221,7 +5232,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5734,6 +5745,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -6008,7 +6023,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6231,7 +6246,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6284,7 +6299,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6352,7 +6367,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6382,7 +6397,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6456,3 +6471,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Este aprobat" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/ru/LC_MESSAGES/messages.po b/translations/ru/LC_MESSAGES/messages.po index 7516e0c2..f67ffdb5 100644 --- a/translations/ru/LC_MESSAGES/messages.po +++ b/translations/ru/LC_MESSAGES/messages.po @@ -7,18 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-08-30 13:24+0000\n" "Last-Translator: BlackImpostor \n" -"Language-Team: Russian \n" "Language: ru\n" +"Language-Team: Russian " +"\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 5.7.1-dev\n" "Generated-By: Babel 2.15.0\n" #: app/__init__.py:156 @@ -29,90 +28,68 @@ msgstr "Забанен:" msgid "You have been banned." msgstr "Вы были забанены." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" -msgstr "Эффекты / Бонусы Игрока" +msgid "128px+" +msgstr "128пикс+" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" -"Для контента, который изменяет игровые эффекты, включая физику, например:" -" скорость, высоту прыжка или гравитацию." +msgid "For 128px or higher texture packs" +msgstr "Для пакетов текстур с 128пикс и выше" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" -msgstr "Игрок Против Игрока (PvP)" +msgid "16px" +msgstr "16пикс" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "Предназначен для соревновательной игры с другими игроками" +msgid "For 16px texture packs" +msgstr "Для пакетов текстур с 16пикс" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Инструменты и Модерация Сервера" +msgid "32px" +msgstr "32пикс" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" -msgstr "Помогает с обслуживанием и модерированием сервера" +msgid "For 32px texture packs" +msgstr "Для пакетов текстур 32пикс" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" -msgstr "Джэм / Игра 2023" +msgid "64px" +msgstr "64пикс" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "Заявки на Minetest Игровой Джэм 2023 " +msgid "For 64px texture packs" +msgstr "Для пакетов текстур 64пикс" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "Инструменты Разработчика" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "Инструменты для разработчиков игр и модов" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "Крафтинг" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" -msgstr "Большие изменения с геймплеем создания" +msgid "Adventure / RPG" +msgstr "Приключения / RPG" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "Шутка" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "For humorous content, meant as a novelty or joke, not to be taken " @@ -122,92 +99,64 @@ msgstr "" "не следует воспринимать всерьез и который не предназначен для серьезного " "или долгосрочного использования." -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "Строительство" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" +"Фокусирование на строительстве, например, добавление новых материалов или" +" нодов" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "Механики и Инструменты Строительства" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" -msgstr "Звуки / Музыка" +msgid "Adds game mechanics or tools that change how players build." +msgstr "Добавляет игровые механики или инструменты изменяющие, как строят игроки." -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" -msgstr "Фокусированно на или добавление новых звуков или музыкальных штук" +msgid "Chat / Commands" +msgstr "Чат / Команды" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" -msgstr "Мапген / Биомы / Декорация" +msgid "Focus on player chat/communication or console interaction." +msgstr "Фокусированно на чате игрока/коммуникации или взаимодействие с консолью." -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" -msgstr "Новая генерация или изменение мира" +msgid "Commerce / Economy" +msgstr "Торговля / Экономика" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "Ориентированно на Одиночную Игру" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "Контент который может быть воспроизведён один" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "Инвентарь" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "Изменяет графический интерфейс инвентаря" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "Приключения / RPG" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "Шутер" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "Шутеры от первого лица (FPS) и многое другое" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "Инструменты и Обслуживание Мира" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" -msgstr "Инструменты для управления миром" +msgid "Related to economies, money, and trading" +msgstr "Связанное с экономикой, деньгами, и торговлей" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "Комплексованная установка" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " @@ -216,410 +165,26 @@ msgstr "" "Требуются углублённые шаги по установке, такие как установка LuaRocks или" " редактирование настроек доверенного мода" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" -msgstr "Чат / Команды" +msgid "Crafting" +msgstr "Крафтинг" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "Фокусированно на чате игрока/коммуникации или взаимодействие с консолью." - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "Фокус на Мультиплеер" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "Может/должно быть использован в мультиплеере" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "Симс" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" -"Моды и игры, имитирующие реальную жизнь. Аналогично SimCity/The " -"Sims/OpenTTD/и т.д." - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "Растения и Фермерство" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "Добавляет новые растения или другие сельскохозяйственные ресурсы." - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "Инструменты / Оружие / Броня" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "Добавляет или изменяет инструменты, оружие, и броня" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "Среда / Погода" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" -"Импровизирует мир, добавляет погоду, атмосферные звуки, или другие " -"механики окружающей среды" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "Единственный-в-своем-роде / Оригинальный" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" -"Для игр и тому подобного, которые в своем роде отличаются и оригинальны " -"по своей природе от других игр той же категории." - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "Строительство" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" -"Фокусирование на строительстве, например, добавление новых материалов или" -" нодов" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "Пазл" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "Фокусированно на решение пазлов вместо боя" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "Декорация" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" -"Добавляет ноды, не имеющие никакой другой цели, кроме как для " -"использования в строительстве" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "<16пикс" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "Меньше чем 16 пикселей" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "Магия / Зачарование" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "Мобы / Животные / НИПы" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "Добавляет сущностей, животных, и неигровых персонажей" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "Механики и Инструменты Строительства" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "Добавляет игровые механики или инструменты изменяющие, как строят игроки." - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "Игрок против Окружающей среды (PvE)" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" -"Для контента, предназначенного для одного или нескольких игроков, которые" -" сосредоточены на борьбе с миром, мобами или неигровыми персонажами." - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "Хранение" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "Добавляет или улучшает механику хранения предметов" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -msgctxt "tags" -msgid "Mini-game" -msgstr "Мини-игра" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "Добавляет мини-игру которая сыграна в рамках Minetest" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "Спорт" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "Обучение" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" -"Либо имеет образовательную ценность, либо является инструментом в помощь " -"учителям " - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "16пикс" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "Для пакетов текстур с 16пикс" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Пользовательский мапген" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" -"Содержит полностью настраиваемый мапген, реализованный на Lua, обычно " -"требует, чтобы для миров был установлен мапген 'одним нодом'." - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "Игровой Интерфейс" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" -"Для дополнений, которые предоставляют игроку дополнительную информацию в " -"Игровом Интерфейсе" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "Выживание" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" -"Написана специально для игры на выживание с акцентом на игровой баланс, " -"уровень сложности или ресурсы, доступные при крафте, добыче полезных " -"ископаемых, ..." - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "API / Библиотека" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "В первую очередь добавляет API для использования другими дополнениями" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "Джэм / Еженедельные Вызовы 2021" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" -"Для дополнений созданные для Дискорд моддинг события \"Еженедельные " -"Вызовы\" в 2021 году" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "Торговля / Экономика" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "Связанное с экономикой, деньгами, и торговлей" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "Транспорт" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" -"Добавляет или изменяет способы передвижения. Включает телепортацию, " -"транспортные средства, мобов, на которых можно ездить, транспортную " -"инфраструктуру и тематический контент" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "Сезонное" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "Для контента, как правило, посвященного определенному сезону или празднику" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "Еда / Напитки" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Импровизация Minetest Game" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "Разветление Minetest Game" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "32пикс" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "Для пакетов текстур 32пикс" +msgid "Big changes to crafting gameplay" +msgstr "Большие изменения с геймплеем создания" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "Креатив" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -631,14 +196,92 @@ msgstr "" "предоставляет инструменты, которые облегчают создание игры и не создают " "трудностей или дефицита" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +msgctxt "tags" +msgid "Custom mapgen" +msgstr "Пользовательский мапген" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" +"Содержит полностью настраиваемый мапген, реализованный на Lua, обычно " +"требует, чтобы для миров был установлен мапген 'одним нодом'." + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "Декорация" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" +"Добавляет ноды, не имеющие никакой другой цели, кроме как для " +"использования в строительстве" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "Инструменты Разработчика" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "Инструменты для разработчиков игр и модов" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "Обучение" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" +"Либо имеет образовательную ценность, либо является инструментом в помощь " +"учителям " + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "Среда / Погода" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" +"Импровизирует мир, добавляет погоду, атмосферные звуки, или другие " +"механики окружающей среды" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "Еда / Напитки" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "GUI" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" @@ -647,68 +290,344 @@ msgstr "" "Для контента, основная полезность или функции которого предоставляются в " "графическом интерфейсе, экранном меню, или аналогичном" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" -msgstr "64пикс" +msgid "HUD" +msgstr "Игровой Интерфейс" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" -msgstr "Для пакетов текстур 64пикс" +msgid "For mods that grant the player extra information in the HUD" +msgstr "" +"Для дополнений, которые предоставляют игроку дополнительную информацию в " +"Игровом Интерфейсе" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" -msgstr "Машины / Электроника" +msgid "Inventory" +msgstr "Инвентарь" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." -msgstr "Добавляет машины полезные в автоматизации, трубы, или энергия." +msgid "Changes the inventory GUI" +msgstr "Изменяет графический интерфейс инвентаря" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "Джэм / Боёвка 2020" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" "Для дополнений созданные для Дискорд моддинг события \"Боёвка\" в 2020 " "году" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" -msgstr "Стратегия / RTS" +msgid "Jam / Game 2021" +msgstr "Джэм / Игра 2021" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr " игра Джэм / Игра 2022" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "Джэм / Игра 2023" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "Джэм / Еженедельные Вызовы 2021" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" msgstr "" -"Игры и дополнения с сильным стратегическим компонентом, будь-то " -"\"в-реальном-времени\" или \"пошаговые\"" +"Для дополнений созданные для Дискорд моддинг события \"Еженедельные " +"Вызовы\" в 2021 году" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "<16пикс" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "Меньше чем 16 пикселей" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "API / Библиотека" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "В первую очередь добавляет API для использования другими дополнениями" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "Магия / Зачарование" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "Мапген / Биомы / Декорация" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "Новая генерация или изменение мира" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +msgctxt "tags" +msgid "Mini-game" +msgstr "Мини-игра" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "Добавляет мини-игру которая сыграна в рамках Luanti" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "Мобы / Животные / НИПы" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "Добавляет сущностей, животных, и неигровых персонажей" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "Фокус на Мультиплеер" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "Может/должно быть использован в мультиплеере" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "Единственный-в-своем-роде / Оригинальный" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" +"Для игр и тому подобного, которые в своем роде отличаются и оригинальны " +"по своей природе от других игр той же категории." + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "Растения и Фермерство" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "Добавляет новые растения или другие сельскохозяйственные ресурсы." + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "Эффекты / Бонусы Игрока" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" +"Для контента, который изменяет игровые эффекты, включая физику, например:" +" скорость, высоту прыжка или гравитацию." + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "Пазл" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "Фокусированно на решение пазлов вместо боя" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "Игрок против Окружающей среды (PvE)" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" +"Для контента, предназначенного для одного или нескольких игроков, которые" +" сосредоточены на борьбе с миром, мобами или неигровыми персонажами." + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "Игрок Против Игрока (PvP)" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "Предназначен для соревновательной игры с другими игроками" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "Сезонное" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "Для контента, как правило, посвященного определенному сезону или празднику" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Инструменты и Модерация Сервера" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "Помогает с обслуживанием и модерированием сервера" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "Шутер" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "Шутеры от первого лица (FPS) и многое другое" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "Симс" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" +"Моды и игры, имитирующие реальную жизнь. Аналогично SimCity/The " +"Sims/OpenTTD/и т.д." + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "Ориентированно на Одиночную Игру" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" +msgstr "Контент который может быть воспроизведён один" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "Кастомизация игрока / Скины" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" @@ -717,128 +636,208 @@ msgstr "" "Позволяет игроку настроить своего персонажа, изменив текстуру или добавив" " аксессуары." -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "Звуки / Музыка" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "Фокусированно на или добавление новых звуков или музыкальных штук" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "Спорт" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "Хранение" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "Добавляет или улучшает механику хранения предметов" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "Стратегия / RTS" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" +"Игры и дополнения с сильным стратегическим компонентом, будь-то " +"\"в-реальном-времени\" или \"пошаговые\"" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "Выживание" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" +"Написана специально для игры на выживание с акцентом на игровой баланс, " +"уровень сложности или ресурсы, доступные при крафте, добыче полезных " +"ископаемых, ..." + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "Машины / Электроника" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "Добавляет машины полезные в автоматизации, трубы, или энергия." + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" -msgstr "Джэм / Игра 2021" +msgid "Tools / Weapons / Armor" +msgstr "Инструменты / Оружие / Броня" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" -msgstr "Заявки на участие в Minetest Game Jam 2021" +msgid "Adds or changes tools, weapons, and armor" +msgstr "Добавляет или изменяет инструменты, оружие, и броня" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" -msgstr "128пикс+" +msgid "Transport" +msgstr "Транспорт" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Для пакетов текстур с 128пикс и выше" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" +"Добавляет или изменяет способы передвижения. Включает телепортацию, " +"транспортные средства, мобов, на которых можно ездить, транспортную " +"инфраструктуру и тематический контент" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" -msgstr " игра Джэм / Игра 2022" +msgid "World Maintenance and Tools" +msgstr "Инструменты и Обслуживание Мира" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "Заявки на участие в Minetest Game Jam 2022 " - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "Расчленёнка" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "Кровь, так далее" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Азартность" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "Игры на шанс, азартные игры, так далее" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "Насилие" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" -"Насилие, не связанное с мультяшностью. Может быть направлено на " -"фантастических или человекоподобных персонажей" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "Страх / Хоррор" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "Шокирующий и страшный контент. Может испугать маленьких детей" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "Дурной Язык" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -msgctxt "content_warnings" -msgid "Contains swearing" -msgstr "Содержит руганьё" +msgid "Tools to manage the world" +msgstr "Инструменты для управления миром" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "Алкоголь / Табак" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "Содержит алкоголь и/или табак" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "Дурной Язык" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "Содержит руганьё" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "Наркотики" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "Содержит рекреационные наркотики, отличные от алкоголя или табака" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Азартность" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "Игры на шанс, азартные игры, так далее" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "Расчленёнка" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "Кровь, так далее" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "Страх / Хоррор" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "Шокирующий и страшный контент. Может испугать маленьких детей" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "Насилие" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" +"Насилие, не связанное с мультяшностью. Может быть направлено на " +"фантастических или человекоподобных персонажей" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -878,7 +877,7 @@ msgstr "Имя" msgid "Limit to package" msgstr "Ограничение на дополнение" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -894,7 +893,7 @@ msgstr "Ограничение на дополнение" msgid "Save" msgstr "Сохранить" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -908,60 +907,60 @@ msgstr "Сохранить" msgid "Title" msgstr "Название" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Короткое Описание" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Контент Страницы" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Частный" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "Прикрепить к моему профилю" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "Коллекция с похожим названием уже существует" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" "Не удается создать коллекцию, поскольку пакет с таким названием уже " "существует" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "Дополнение добавлено в коллекцию" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Дополнение удалено из коллекции" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "Дополнение добавлено в любимые коллекции" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Публичный, изменить в профиле > Мои коллекции)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "Дополнение удалено из любимой коллекций" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" -"Добро пожаловать в лучшее место чтобы найти Minetest дополнения, игры и " +"Добро пожаловать в лучшее место чтобы найти Luanti дополнения, игры и " "пакеты тексур" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -993,7 +992,11 @@ msgstr "URL-адрес Перенаправления" msgid "App Type" msgstr "Тип Приложения" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "Отозвать все пользовательские токены" @@ -1138,8 +1141,8 @@ msgid "Hide Tags and Content Warnings" msgstr "Скрыть Теги и Предупреждения Контента" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" -msgstr "Версия Minetest" +msgid "Luanti Version" +msgstr "Версия Luanti" #: app/blueprints/packages/advanced_search.py:81 msgid "Sort by" @@ -1398,14 +1401,14 @@ msgstr "Git метка (хэш коммита, ветвь или метка)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Минимальная версия Minetest" +msgid "Minimum Luanti Version" +msgstr "Минимальная версия Luanti" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Максимальная версия Minetest" +msgid "Maximum Luanti Version" +msgstr "Максимальная версия Luanti" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2855,8 +2858,8 @@ msgstr "Просмотров" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Версии Minetest" +msgid "Luanti Versions" +msgstr "Версии Luanti" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3445,8 +3448,8 @@ msgid "Downloads by Reason" msgstr "Загрузки по Причинам" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." -msgstr "Новая установка: пользователь нажал [Установить] внутри Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." +msgstr "Новая установка: пользователь нажал [Установить] внутри Luanti." #: app/templates/macros/stats.html:107 msgid "Dependency: was installed automatically to fulfill a dependency." @@ -3460,11 +3463,11 @@ msgstr "Обновление: загрузка была предназн #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" "Другое/Неизвестное: загружено веб-браузером или устаревшей версией" -" Minetest (до 5.5)." +" Luanti (до 5.5)." #: app/templates/macros/stats.html:121 msgid "Need more stats?" @@ -3689,11 +3692,17 @@ msgstr "" msgid "Example Authorize URL" msgstr "Пример URL-адреса Авторизации" -#: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + +#: app/templates/oauth/create_edit.html:68 +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" -"Показывается пользователям, когда вы запрашиваете доступ к их учетной " -"записи" #: app/templates/oauth/create_edit.html:70 msgid "Where will you store your client_secret?" @@ -3838,9 +3847,6 @@ msgid "" "anywhere in the short description. It is unnecessary and wastes " "characters." msgstr "" -"Подсказка: Не включайте Minetest, mod или modpack в " -"краткое описание. В этом нет необходимости — это просто впустую тратит " -"символы." #: app/templates/packages/create_edit.html:88 msgid "" @@ -4231,8 +4237,8 @@ msgid "Approved" msgstr "Проверено" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" -msgstr "Поддерживаемые версии Minetest" +msgid "Supported Luanti versions" +msgstr "Поддерживаемые версии Luanti" #: app/templates/packages/release_edit.html:68 #: app/templates/packages/release_new.html:76 @@ -4244,10 +4250,10 @@ msgstr "Вы уверены, что ваш пакет не работает на #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" "Устанавливайте максимальную версию только в том случае, если вы знаете, " -"что она не будет работать на более новых версиях Minetest." +"что она не будет работать на более новых версиях Luanti." #: app/templates/packages/release_edit.html:71 #: app/templates/packages/release_new.html:79 @@ -4261,10 +4267,10 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" -"Установите минимальную и максимальную поддерживаемую версию Minetest.\n" +"Установите минимальную и максимальную поддерживаемую версию Luanti.\n" "\t\t\tЭтот релиз будет скрыт для клиентов, не входящих в этот диапазон. " #: app/templates/packages/release_edit.html:80 @@ -4363,8 +4369,8 @@ msgstr "" "\t\t\tсоветами по настройке релизов." #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" -msgstr "3. Поддерживаемые версии Minetest" +msgid "3. Supported Luanti versions" +msgstr "3. Поддерживаемые версии Luanti" #: app/templates/packages/release_new.html:84 msgid "" @@ -4393,10 +4399,10 @@ msgstr "Релиз - это одна загружаемая версия ваш #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" "Вам необходимо создавать релизы, даже если вы используете скользящий цикл" -" разработки, поскольку они нужны Minetest для проверки обновлений." +" разработки, поскольку они нужны Luanti для проверки обновлений." #: app/templates/packages/release_wizard.html:20 #: app/templates/packages/update_config.html:12 @@ -4708,8 +4714,8 @@ msgstr "" "lua_api.md" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" -msgstr "Перевод - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" +msgstr "Перевод - Luanti Modding Book" #: app/templates/packages/translation.html:26 msgid "Translating content meta - lua_api.md" @@ -4799,18 +4805,18 @@ msgstr "Скачать" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" -msgstr "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" +msgstr "Luanti %(min)s - %(max)s" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" -msgstr "Для Minetest %(min)s и выше" +msgid "For Luanti %(min)s and above" +msgstr "Для Luanti %(min)s и выше" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" -msgstr "Minetest %(max)s и ниже" +msgid "Luanti %(max)s and below" +msgstr "Luanti %(max)s и ниже" #: app/templates/packages/view.html:70 msgid "How do I install this?" @@ -5274,7 +5280,7 @@ msgstr "Дополнения, не поддерживающие %(rel)s" #: app/templates/todo/outdated.html:16 app/templates/todo/screenshots.html:12 #: app/templates/todo/screenshots.html:16 msgid "Minetest-Mods org only" -msgstr "Только орг. «Minetest-Mods»" +msgstr "" #: app/templates/todo/mtver_support.html:25 app/templates/todo/outdated.html:24 #: app/templates/todo/screenshots.html:24 @@ -5423,11 +5429,9 @@ msgstr "Найти пакеты чтобы перевести" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." -msgstr "" -"Помогите сделать Minetest более доступным, переведя пакеты на другие " -"языки." +msgstr "Помогите сделать Luanti более доступным, переведя пакеты на другие языки." #: app/templates/translate/index.html:65 msgid "How to translate a mod / game" @@ -5542,8 +5546,8 @@ msgid "" "Note: protonmail is unsupported by ContentDB. More info." msgstr "" -"Примечание: protonmail не поддерживается ContentDB. Подробнее." +"Примечание: protonmail не поддерживается ContentDB. Подробнее." #: app/templates/users/change_set_password.html:27 #: app/templates/users/register.html:30 @@ -5555,8 +5559,8 @@ msgid "Create Account" msgstr "Создать аккаунт" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" -msgstr "У вас есть аккаунт на форуме Minetest?" +msgid "Do you have an account on the Luanti Forums?" +msgstr "У вас есть аккаунт на форуме Luanti?" #: app/templates/users/claim.html:13 msgid "" @@ -6105,6 +6109,10 @@ msgstr "Неподдерживаемые Игры" msgid "Optional dependencies" msgstr "Дополнительные зависимости" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "У вас много уведомлений, вам следует либо прочитать, либо очистить их" @@ -6303,11 +6311,11 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ "Вам не нужен аккаунт на форуме, " #~ "однако он рекомендуется, чтобы максимально " -#~ "использовать возможности сообщества Minetest." +#~ "использовать возможности сообщества Luanti." #~ msgid "Password suggestion" #~ msgstr "Предложение пароля" @@ -6621,7 +6629,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6852,7 +6860,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6908,7 +6916,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6976,7 +6984,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -7006,7 +7014,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -7077,3 +7085,43 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "Пожалуйста, свяжитесь с администратором." + +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "Заявки на Luanti Игровой Джэм 2023 " + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Импровизация Luanti Game" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "Разветление Luanti Game" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "Заявки на участие в Luanti Game Jam 2021" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "Заявки на участие в Luanti Game Jam 2022 " + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" +#~ "Показывается пользователям, когда вы " +#~ "запрашиваете доступ к их учетной записи" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" +#~ "Подсказка: Не включайте Luanti, " +#~ "mod или modpack в краткое " +#~ "описание. В этом нет необходимости — " +#~ "это просто впустую тратит символы." + +#~ msgid "Luanti-Mods org only" +#~ msgstr "Только орг. «Luanti-Mods»" + diff --git a/translations/sk/LC_MESSAGES/messages.po b/translations/sk/LC_MESSAGES/messages.po index bafb7959..48c615d5 100644 --- a/translations/sk/LC_MESSAGES/messages.po +++ b/translations/sk/LC_MESSAGES/messages.po @@ -7,17 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-10-06 08:16+0000\n" "Last-Translator: Pexauteau Santander \n" -"Language-Team: Slovak \n" "Language: sk\n" +"Language-Team: Slovak " +"\n" +"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n" -"X-Generator: Weblate 5.8-dev\n" "Generated-By: Babel 2.15.0\n" #: app/__init__.py:156 @@ -28,447 +27,180 @@ msgstr "Zabanovaný:" msgid "You have been banned." msgstr "Dostal si ban." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" -msgstr "Vplyv na hráča / Posilnenia" +msgid "128px+" +msgstr "128+ pixelov" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" -"Obsahuje zmeny, ktoré majú vplyv na hráča, vrátane fyzikálnych vlastností, " -"napríklad: rýchlosť, výška výskoku alebo gravitácia." +msgid "For 128px or higher texture packs" +msgstr "Balíčky 128 pixelových a vyšších textúr" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" -msgstr "Hráč proti hráčovi (PvP)" +msgid "16px" +msgstr "16 pixelov" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "Navrhnuté pre súťaživosť medzi hráčmi" +msgid "For 16px texture packs" +msgstr "Balíčky 16 pixelových textúr" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Správa servera a iné nástroje" +msgid "32px" +msgstr "32 pixelov" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" -msgstr "Pomáha s údržbou servera a moderovaním" +msgid "For 32px texture packs" +msgstr "Balíčky 32 pixelových textúr" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" -msgstr "Jam / Hra 2023" +msgid "64px" +msgstr "64 pixelov" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "Poznámky k 2023 Minetest Game Jam " +msgid "For 64px texture packs" +msgstr "Balíčky 64 pixelových textúr" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "Nástroje pre vývojárov" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "Nástroje pre vývojárov hry a modifikácií" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "Vytváranie" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" -msgstr "Veľké zmeny pre vytváranie" +msgid "Adventure / RPG" +msgstr "Dobrodružstvo / RPG" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "Žart" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -"Pre účely pobavenia, mienené ako novinka či žartík. Nie je myslené vážne a " -"neplánuje sa na skutočné používanie, ani dlhodobo." - -#. NOTE: tags: title for sound_music -#: app/_translations.py:34 -msgctxt "tags" -msgid "Sounds / Music" -msgstr "Zvuky / Hudba" - -#. NOTE: tags: description for sound_music -#: app/_translations.py:36 -msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" -msgstr "Zameriava sa, alebo pridáva nové zvuky či hudbu" - -#. NOTE: tags: title for mapgen -#: app/_translations.py:38 -msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" -msgstr "Generovanie mapy / Prostredia / Ozdoby" - -#. NOTE: tags: description for mapgen -#: app/_translations.py:40 -msgctxt "tags" -msgid "New mapgen or changes mapgen" -msgstr "Nový generátor mapy alebo zmena generovania" - -#. NOTE: tags: title for singleplayer -#: app/_translations.py:42 -msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "So zameraním na hru jedného hráča" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "Obsah, ktorý možno hrať osamote" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "Inventár" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "Zmeny GUI inventára" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "Dobrodružstvo / RPG" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "Streľba" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "Strieľačky z pohľadu prvej osoby (FPS) a iné" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "Správa sveta a Nástroje" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" -msgstr "Nástroje na spravovanie sveta" - -#. NOTE: tags: title for complex_installation -#: app/_translations.py:60 -msgctxt "tags" -msgid "Complex installation" -msgstr "Komplexná inštalácia" - -#. NOTE: tags: description for complex_installation -#: app/_translations.py:62 -msgctxt "tags" -msgid "" -"Requires futher installation steps, such as installing LuaRocks or " -"editing the trusted mod setting" -msgstr "" -"Môže vyžadovať ďalšie inštalačné kroky, napríklad nainštalovanie LuaRocks " -"alebo úpravu dôveryhodných nastavení módu" - -#. NOTE: tags: title for chat -#: app/_translations.py:64 -msgctxt "tags" -msgid "Chat / Commands" -msgstr "Komunikácia / Príkazy" - -#. NOTE: tags: description for chat -#: app/_translations.py:66 -msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "Sústreďuje sa na komunikáciu alebo interakcie cez konzolu." - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "S ohľadom na hry viacerých hráčov" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "Má sa / malo by sa používať iba pri hre viacerých hráčov" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "Simulátor" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" -"Modifikácie a hry, ktoré sa zameriavajú na simuláciu skutočných životných " -"aktivít. Podobajú sa na SimCity/The Sims/OpenTTD/ atď." - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "Rastliny a záhradkárstvo" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "Pridáva nové rastliny alebo pestovateľné zdroje." - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "Nástroje / Zbrane / Brnenie" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "Pridáva alebo mení nástroje, zbrane či brnenie" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "Prostredie / Počasie" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" -"Vylepšuje svet pridaním počasia, prírodných zvukov alebo iné mechanizmy " -"prostredia" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "Ojedinelé / Jedinečné" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" -"Pre hry a im podobné, ktoré sú ojedinelé vo svojom druhu, odlišné a " -"jedinečné na rozdiel od iných v danej kategórii." +"Pre účely pobavenia, mienené ako novinka či žartík. Nie je myslené vážne " +"a neplánuje sa na skutočné používanie, ani dlhodobo." #. NOTE: tags: title for building -#: app/_translations.py:92 +#: app/_translations.py:28 msgctxt "tags" msgid "Building" msgstr "Budovanie" #. NOTE: tags: description for building -#: app/_translations.py:94 +#: app/_translations.py:30 msgctxt "tags" msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" -"Sústreďuje sa na budovanie, napríklad pridaním nových materiálov či kociek" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "Hlavolamy" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "Sústreďuje sa na riešenie hlavolamov namiesto súboja" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "Ozdoby" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "Pridáva kocky iba s úmyslom na budovanie" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "Menej než 16 pixelov" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "Menej ako 16 pixelov" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "Mágia / Očarovanie" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "Škodná / Zvieratá / NPC" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "Pridáva škodnú, zvieratá a nehrateľné postavy" +msgstr "Sústreďuje sa na budovanie, napríklad pridaním nových materiálov či kociek" #. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 +#: app/_translations.py:32 msgctxt "tags" msgid "Building Mechanics and Tools" msgstr "Stavebné mechaniky a nástroje" #. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 +#: app/_translations.py:34 msgctxt "tags" msgid "Adds game mechanics or tools that change how players build." msgstr "" "Pridáva hernú mechaniku alebo nástroje, ktoré menia spôsoby, akými hráči " "stavajú." -#. NOTE: tags: title for pve -#: app/_translations.py:118 +#. NOTE: tags: title for chat +#: app/_translations.py:36 msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "Hráč proti prostrediu (PvE)" +msgid "Chat / Commands" +msgstr "Komunikácia / Príkazy" -#. NOTE: tags: description for pve -#: app/_translations.py:120 +#. NOTE: tags: description for chat +#: app/_translations.py:38 +msgctxt "tags" +msgid "Focus on player chat/communication or console interaction." +msgstr "Sústreďuje sa na komunikáciu alebo interakcie cez konzolu." + +#. NOTE: tags: title for commerce +#: app/_translations.py:40 +msgctxt "tags" +msgid "Commerce / Economy" +msgstr "Obchod / Ekonomika" + +#. NOTE: tags: description for commerce +#: app/_translations.py:42 +msgctxt "tags" +msgid "Related to economies, money, and trading" +msgstr "Príbuzné ekonomike, peniazom a obchodovaniu" + +#. NOTE: tags: title for complex_installation +#: app/_translations.py:44 +msgctxt "tags" +msgid "Complex installation" +msgstr "Komplexná inštalácia" + +#. NOTE: tags: description for complex_installation +#: app/_translations.py:46 msgctxt "tags" msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." +"Requires futher installation steps, such as installing LuaRocks or " +"editing the trusted mod setting" msgstr "" -"Obsah, ktorý je vytvorený pre jedného či viacerých hráčov so zameraním na " -"súboj s prírodou, škodnou alebo nehrateľnými postavami." +"Môže vyžadovať ďalšie inštalačné kroky, napríklad nainštalovanie LuaRocks" +" alebo úpravu dôveryhodných nastavení módu" -#. NOTE: tags: title for storage -#: app/_translations.py:122 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Storage" -msgstr "Úložisko" +msgid "Crafting" +msgstr "Vytváranie" -#. NOTE: tags: description for storage -#: app/_translations.py:124 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "Pridáva alebo vylepšuje mechaniku skladovania vecí" +msgid "Big changes to crafting gameplay" +msgstr "Veľké zmeny pre vytváranie" -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 +#. NOTE: tags: title for creative +#: app/_translations.py:52 msgctxt "tags" -msgid "Mini-game" -msgstr "Mini-hra" +msgid "Creative" +msgstr "Pre tvorivý svet" -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 +#. NOTE: tags: description for creative +#: app/_translations.py:54 msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "Pridáva minihru, ktorú možno hrať vrámci Minetestu" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "Športy" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "Vzdelávanie" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "Má význam pre výučbu a je i nástrojom pre učiteľov. " - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "16 pixelov" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "Balíčky 16 pixelových textúr" +msgid "" +"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" +msgstr "" +"Vytvorené zvlášť alebo výnimočne pre použitie v kreatívnom režime. " +"Pridáva obsah dostupný iba v kreatívnej ponuke alebo pridáva nástroje, " +"ktoré uľahčujú tvorenie v hre a nepridávajú obtiažnosť alebo nedostatok" #. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 +#: app/_translations.py:56 msgctxt "tags" msgid "Custom mapgen" msgstr "Prispôsobený generátor sveta" #. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 +#: app/_translations.py:58 msgctxt "tags" msgid "" "Contains a completely custom mapgen implemented in Lua, usually requires " @@ -477,159 +209,72 @@ msgstr "" "Obsahuje úplne obyčajný generátor mapy zasadený do Lua jazyka. Zvyčajne " "vyžaduje nastavenie sveta v 'singlenode' generátore." -#. NOTE: tags: title for hud -#: app/_translations.py:144 +#. NOTE: tags: title for decorative +#: app/_translations.py:60 msgctxt "tags" -msgid "HUD" -msgstr "Ukazovatele (HUD)" +msgid "Decorative" +msgstr "Ozdoby" -#. NOTE: tags: description for hud -#: app/_translations.py:146 +#. NOTE: tags: description for decorative +#: app/_translations.py:62 msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" -"Úpravy, ktoré umožňujú hráčovi vidieť informácie naviac v ukazovateli HUD" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "Pridáva kocky iba s úmyslom na budovanie" -#. NOTE: tags: title for survival -#: app/_translations.py:148 +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 msgctxt "tags" -msgid "Survival" -msgstr "Prežitie" +msgid "Developer Tools" +msgstr "Nástroje pre vývojárov" -#. NOTE: tags: description for survival -#: app/_translations.py:150 +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "Nástroje pre vývojárov hry a modifikácií" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "Vzdelávanie" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "Má význam pre výučbu a je i nástrojom pre učiteľov. " + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "Prostredie / Počasie" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 msgctxt "tags" msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" msgstr "" -"Navrhnuté zvlášť pre hru o prežitie so zameraním na balans, obtiažnosť alebo " -"dostupnosť zdrojov skrz vytváranie, ťaženie, atď." - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "API / Knižnice" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "Primárne dodáva API pre použitie u iných modifikácií" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "Jam / Týždenné výzvy 2021" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" -"Modifikácie vytvorené pre udalosť na Discorde vo \" Weekly Challenges\" z " -"roku 2021" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "Obchod / Ekonomika" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "Príbuzné ekonomike, peniazom a obchodovaniu" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "Preprava" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" -"Pridáva alebo mení spôsoby prepravy: teleportácia, dopravé prostriedky, " -"zvieratá na jazdenie, dopravnú infraštruktúru a daný tematický obsah" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "Sezónny" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "Pre obsah zameraný hlavne na konkrétne ročné obdobia alebo sviatky" +"Vylepšuje svet pridaním počasia, prírodných zvukov alebo iné mechanizmy " +"prostredia" #. NOTE: tags: title for food -#: app/_translations.py:172 +#: app/_translations.py:76 msgctxt "tags" msgid "Food / Drinks" msgstr "Jedlo / Nápoje" -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Vylepšenia pre Minetest hru" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "Napodobeniny hry Minetest" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "32 pixelov" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "Balíčky 32 pixelových textúr" - -#. NOTE: tags: title for creative -#: app/_translations.py:182 -msgctxt "tags" -msgid "Creative" -msgstr "Pre tvorivý svet" - -#. NOTE: tags: description for creative -#: app/_translations.py:184 -msgctxt "tags" -msgid "" -"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" -msgstr "" -"Vytvorené zvlášť alebo výnimočne pre použitie v kreatívnom režime. Pridáva " -"obsah dostupný iba v kreatívnej ponuke alebo pridáva nástroje, ktoré " -"uľahčujú tvorenie v hre a nepridávajú obtiažnosť alebo nedostatok" - #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "Grafické používateľské rozhranie (GPR)" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" @@ -638,66 +283,340 @@ msgstr "" "Obsah, ktorého úžitok alebo vlastnosti sú k dispozícii v GUI, ponuke a " "podobne" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" -msgstr "64 pixelov" +msgid "HUD" +msgstr "Ukazovatele (HUD)" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" -msgstr "Balíčky 64 pixelových textúr" +msgid "For mods that grant the player extra information in the HUD" +msgstr "Úpravy, ktoré umožňujú hráčovi vidieť informácie naviac v ukazovateli HUD" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" -msgstr "Stroje / Elektronika" +msgid "Inventory" +msgstr "Inventár" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." -msgstr "Pridáva stroje užitočné pre automatizáciu, rúry alebo energiu." +msgid "Changes the inventory GUI" +msgstr "Zmeny GUI inventára" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "Jam / Boj 2020" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "Pre modifikácie z Discord udalosti \"Combat\" v roku 2020" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" -msgstr "Stratégie / RTS" +msgid "Jam / Game 2021" +msgstr "Jam / Hra 2020" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr " Jam / Hra 2022" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "Jam / Hra 2023" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "Jam / Týždenné výzvy 2021" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" msgstr "" -"Hry a modifikácie so silným strategickým komponentom, či už ide o priebeh v " -"reálnom čase alebo o ťahové hry" +"Modifikácie vytvorené pre udalosť na Discorde vo \" Weekly Challenges\" z" +" roku 2021" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "Menej než 16 pixelov" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "Menej ako 16 pixelov" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "API / Knižnice" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "Primárne dodáva API pre použitie u iných modifikácií" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "Mágia / Očarovanie" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "Generovanie mapy / Prostredia / Ozdoby" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "Nový generátor mapy alebo zmena generovania" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +msgctxt "tags" +msgid "Mini-game" +msgstr "Mini-hra" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "Pridáva minihru, ktorú možno hrať vrámci Luantiu" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "Škodná / Zvieratá / NPC" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "Pridáva škodnú, zvieratá a nehrateľné postavy" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "S ohľadom na hry viacerých hráčov" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "Má sa / malo by sa používať iba pri hre viacerých hráčov" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "Ojedinelé / Jedinečné" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" +"Pre hry a im podobné, ktoré sú ojedinelé vo svojom druhu, odlišné a " +"jedinečné na rozdiel od iných v danej kategórii." + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "Rastliny a záhradkárstvo" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "Pridáva nové rastliny alebo pestovateľné zdroje." + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "Vplyv na hráča / Posilnenia" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" +"Obsahuje zmeny, ktoré majú vplyv na hráča, vrátane fyzikálnych " +"vlastností, napríklad: rýchlosť, výška výskoku alebo gravitácia." + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "Hlavolamy" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "Sústreďuje sa na riešenie hlavolamov namiesto súboja" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "Hráč proti prostrediu (PvE)" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" +"Obsah, ktorý je vytvorený pre jedného či viacerých hráčov so zameraním na" +" súboj s prírodou, škodnou alebo nehrateľnými postavami." + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "Hráč proti hráčovi (PvP)" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "Navrhnuté pre súťaživosť medzi hráčmi" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "Sezónny" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "Pre obsah zameraný hlavne na konkrétne ročné obdobia alebo sviatky" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Správa servera a iné nástroje" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "Pomáha s údržbou servera a moderovaním" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "Streľba" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "Strieľačky z pohľadu prvej osoby (FPS) a iné" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "Simulátor" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" +"Modifikácie a hry, ktoré sa zameriavajú na simuláciu skutočných životných" +" aktivít. Podobajú sa na SimCity/The Sims/OpenTTD/ atď." + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "So zameraním na hru jedného hráča" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" +msgstr "Obsah, ktorý možno hrať osamote" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "Úpravy hráča / Vizáž" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" @@ -706,127 +625,204 @@ msgstr "" "Umožňuje hráčovi prispôsobovať ich postavu zmenami textúr alebo pridaním " "doplnkov." -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "Zvuky / Hudba" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "Zameriava sa, alebo pridáva nové zvuky či hudbu" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "Športy" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "Úložisko" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "Pridáva alebo vylepšuje mechaniku skladovania vecí" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "Stratégie / RTS" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" +"Hry a modifikácie so silným strategickým komponentom, či už ide o priebeh" +" v reálnom čase alebo o ťahové hry" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "Prežitie" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" +"Navrhnuté zvlášť pre hru o prežitie so zameraním na balans, obtiažnosť " +"alebo dostupnosť zdrojov skrz vytváranie, ťaženie, atď." + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "Stroje / Elektronika" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "Pridáva stroje užitočné pre automatizáciu, rúry alebo energiu." + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" -msgstr "Jam / Hra 2020" +msgid "Tools / Weapons / Armor" +msgstr "Nástroje / Zbrane / Brnenie" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" -msgstr "Poznámky k Minetest Game Jam v roku 2021" +msgid "Adds or changes tools, weapons, and armor" +msgstr "Pridáva alebo mení nástroje, zbrane či brnenie" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" -msgstr "128+ pixelov" +msgid "Transport" +msgstr "Preprava" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Balíčky 128 pixelových a vyšších textúr" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" +"Pridáva alebo mení spôsoby prepravy: teleportácia, dopravé prostriedky, " +"zvieratá na jazdenie, dopravnú infraštruktúru a daný tematický obsah" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" -msgstr " Jam / Hra 2022" +msgid "World Maintenance and Tools" +msgstr "Správa sveta a Nástroje" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "Poznámky k Minetest Game Jam v roku 2022 " - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "Krváky" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "Krv a podobné" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Hazardné prvky" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "Hazardné hry, gambling a podobné" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "Násilie" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" -"Nekreslené násilie. Môže zobrazovať fantastické alebo ľuďom podobné bytia" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "Strach / Hrôza" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "Šokujúci a strašidelný obsah. Môže vystrašiť maloleté deti" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "Neslušné vyjadrovanie" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -msgctxt "content_warnings" -msgid "Contains swearing" -msgstr "Obsahuje nadávky" +msgid "Tools to manage the world" +msgstr "Nástroje na spravovanie sveta" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "Alkohol / Tabak" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "Obsahuje alkohol a/alebo tabak" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "Neslušné vyjadrovanie" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "Obsahuje nadávky" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "Návykové látky" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "Obsahuje návykové látky, iné než alkohol alebo tabak" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Hazardné prvky" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "Hazardné hry, gambling a podobné" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "Krváky" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "Krv a podobné" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "Strach / Hrôza" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "Šokujúci a strašidelný obsah. Môže vystrašiť maloleté deti" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "Násilie" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "Nekreslené násilie. Môže zobrazovať fantastické alebo ľuďom podobné bytia" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -866,7 +862,7 @@ msgstr "Meno" msgid "Limit to package" msgstr "Limit balíčka" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -882,7 +878,7 @@ msgstr "Limit balíčka" msgid "Save" msgstr "Uložiť" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -896,59 +892,59 @@ msgstr "Uložiť" msgid "Title" msgstr "Názov" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Stručný popis" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Obsah stránky" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Osobné" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "Pripnuté k môjmu profilu" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "Zbierka s podobným názvom už existuje" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "Nemožno vytvoriť zbierku ako balíček s už existujúcim názvom" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "Balíček bol pridaný do zbierky" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Balíček bol odstránený zo zbierky" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "Balíček bol pridaný do zbierky obľúbených" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Verejné, upavíš v Profil > Moje zbierky)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "Balíček bol odstránený zo zbierky obľúbených" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" "Vitaj na najlepšom mieste kde nájdeš modifikácie, hry a balíky textúr pre" -" Minetest" +" Luanti" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 #: app/templates/base.html:36 @@ -979,7 +975,11 @@ msgstr "Presmerovacie URL" msgid "App Type" msgstr "Druh aplikácie" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "Boli odobraté všetky užívateľské tokeny" @@ -1124,8 +1124,8 @@ msgid "Hide Tags and Content Warnings" msgstr "Skryť tagy a upozornenia pre obsah" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" -msgstr "Verzia Minetestu" +msgid "Luanti Version" +msgstr "Verzia Luantiu" #: app/blueprints/packages/advanced_search.py:81 msgid "Sort by" @@ -1265,8 +1265,8 @@ msgid "" "You must add an email address to your account and confirm it before you " "can manage packages" msgstr "" -"K svojmu účtu musíš pridať emailovú adresu a potvrdiť ju predtým, než budeš " -"môcť spravovať balíčky" +"K svojmu účtu musíš pridať emailovú adresu a potvrdiť ju predtým, než " +"budeš môcť spravovať balíčky" #: app/blueprints/packages/packages.py:338 msgid "Save draft" @@ -1296,8 +1296,8 @@ msgid "" "Please comment in the approval thread so editors know what you have " "changed" msgstr "" -"Prosím pridaj komentár vo vlákne na schvaľovanie, aby redaktori vedeli, čo " -"bolo zmenené" +"Prosím pridaj komentár vo vlákne na schvaľovanie, aby redaktori vedeli, " +"čo bolo zmenené" #: app/blueprints/packages/packages.py:490 #, python-format @@ -1355,8 +1355,8 @@ msgstr "Potrebuješ aspoň jedno vydanie než budeš môcť upraviť podporu hry #: app/blueprints/packages/packages.py:755 msgid "Mod(pack) needs to contain at least one mod. Please create a new release" msgstr "" -"Modifikácia(balíček) musí obsahovať aspoň jednu modifikáciu. Prosím, vytvor " -"nové vydanie" +"Modifikácia(balíček) musí obsahovať aspoň jednu modifikáciu. Prosím, " +"vytvor nové vydanie" #: app/blueprints/packages/releases.py:57 #: app/blueprints/packages/releases.py:72 @@ -1380,14 +1380,14 @@ msgstr "Odkaz na Git ( t.j. commit hash, vetva alebo tag)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Minimálna verzia Minetestu" +msgid "Minimum Luanti Version" +msgstr "Minimálna verzia Luantiu" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Maximálna verzia Minetestu" +msgid "Maximum Luanti Version" +msgstr "Maximálna verzia Luantiu" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -1794,16 +1794,16 @@ msgid "" "Unable to get GitHub username for user. Make sure the forum account " "exists." msgstr "" -"Nedokážem nájsť meno užívaľa na GitHube pre tohto užívateľa. Uisti sa, že " -"účet na fóre existuje." +"Nedokážem nájsť meno užívaľa na GitHube pre tohto užívateľa. Uisti sa, že" +" účet na fóre existuje." #: app/blueprints/users/claim.py:66 msgid "" "A ContentDB user with that name already exists. Please contact an admin " "to link to your forum account" msgstr "" -"Užívateľ na ContentDB s týmto menom už existuje. Prosím kontaktuj admina aby " -"toto meno prepojil s tvojím účtom na fóre" +"Užívateľ na ContentDB s týmto menom už existuje. Prosím kontaktuj admina " +"aby toto meno prepojil s tvojím účtom na fóre" #: app/blueprints/users/claim.py:75 msgid "That user has already been claimed!" @@ -1945,8 +1945,8 @@ msgid "" "You need to add an email address and password before you can remove your " "GitHub account" msgstr "" -"Najprv zadaj emailovú adresu a heslo, potom budeš môcť odstrániť svoj GitHub " -"účet" +"Najprv zadaj emailovú adresu a heslo, potom budeš môcť odstrániť svoj " +"GitHub účet" #: app/blueprints/users/settings.py:279 msgid "Users with moderator rank or above cannot be deleted" @@ -2035,8 +2035,8 @@ msgid "" "What games does your package support? Please specify on the supported " "games page" msgstr "" -"Ktoré hry tvoj balíček podporuje? Prosím upresni na stránke pre podporované " -"hry" +"Ktoré hry tvoj balíček podporuje? Prosím upresni na stránke pre " +"podporované hry" #: app/logic/package_approval.py:126 msgid "Please wait for the license to be added to CDB." @@ -2075,8 +2075,8 @@ msgid "" "Warning: Forum topic not found. The topic may have been created since the" " last forum crawl." msgstr "" -"Upozornenie: Téma na fóre sa nenašla. Téma mohla byť vytvorená od posledného " -"prehľadávania fóra." +"Upozornenie: Téma na fóre sa nenašla. Téma mohla byť vytvorená od " +"posledného prehľadávania fóra." #: app/logic/packages.py:99 msgid "" @@ -2164,7 +2164,8 @@ msgstr "Toto užívateľské meno/prezývka sa už používa, prosím vyber iné #: app/logic/users.py:40 msgid "Unable to create an account as the username was used in the past." msgstr "" -"Nemožno vytvoriť účet, keďže toto užívateľské meno bolo v minulosti použité." +"Nemožno vytvoriť účet, keďže toto užívateľské meno bolo v minulosti " +"použité." #: app/models/packages.py:69 msgid "Mod" @@ -2274,7 +2275,8 @@ msgstr "Tak, ako je" #: app/models/packages.py:177 msgid "Under active development, and may break worlds/things without warning" msgstr "" -"V súčastnosti vo vývoji a môže poškodiť svety/vecí bez predošlého upozornenia" +"V súčastnosti vo vývoji a môže poškodiť svety/vecí bez predošlého " +"upozornenia" #: app/models/packages.py:179 msgid "Fully playable, but with some breakages/changes expected" @@ -2289,8 +2291,8 @@ msgid "" "Finished, the maintainer doesn't intend to continue working on it or " "provide support" msgstr "" -"Dokončené, avšak správca nezamýšľa pokračovať vo vývoji, ani v poskytovaní " -"podpory" +"Dokončené, avšak správca nezamýšľa pokračovať vo vývoji, ani v " +"poskytovaní podpory" #: app/models/packages.py:185 msgid "" @@ -2817,8 +2819,8 @@ msgstr "Náhľady" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Verzie Minetestu" +msgid "Luanti Versions" +msgstr "Verzie Luantiu" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3385,8 +3387,8 @@ msgid "Downloads by Reason" msgstr "Počet stiahnutí podľa dôvodu" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." -msgstr "New Install: užívateľ klikol [Install] v Minetest hre." +msgid "New Install: the user clicked [Install] inside of Luanti." +msgstr "New Install: užívateľ klikol [Install] v Luanti hre." #: app/templates/macros/stats.html:107 msgid "Dependency: was installed automatically to fulfill a dependency." @@ -3398,11 +3400,11 @@ msgstr "Update: bol stiahnutý pre aktualizáciu balíčka." #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" "Other / Unknown: bol stiahnutý webovým prehliadačom alebo " -"zastaralou verziou Minetestu (pred 5.5)." +"zastaralou verziou Luantiu (pred 5.5)." #: app/templates/macros/stats.html:121 msgid "Need more stats?" @@ -3620,8 +3622,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -4117,8 +4127,8 @@ msgid "Approved" msgstr "Schválené" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" -msgstr "Podporované verzie Minetestu" +msgid "Supported Luanti versions" +msgstr "Podporované verzie Luantiu" #: app/templates/packages/release_edit.html:68 #: app/templates/packages/release_new.html:76 @@ -4130,7 +4140,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4143,10 +4153,10 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" -"Nastav minimálnu a maximálnu podporpvanú verziu Minetestu.\n" +"Nastav minimálnu a maximálnu podporpvanú verziu Luantiu.\n" "Toto vydanie bude skryté pre klientov mimo uvedeného rozpätia. " #: app/templates/packages/release_edit.html:80 @@ -4243,8 +4253,8 @@ msgstr "" "návrhy pre prispôsobenie vydaní." #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" -msgstr "3. Podporované verzie Minetestu" +msgid "3. Supported Luanti versions" +msgstr "3. Podporované verzie Luantiu" #: app/templates/packages/release_new.html:84 msgid "" @@ -4273,10 +4283,10 @@ msgstr "Vydanie je jedna stiahnuteľná verzia tvojho %(title)s." #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" "Vydania musíš vytvoriť aj keď používaš vývojový cyklus postupného " -"uvoľňovania, pretože Minetest ich potrebuje pre kontrolu noviniek." +"uvoľňovania, pretože Luanti ich potrebuje pre kontrolu noviniek." #: app/templates/packages/release_wizard.html:20 #: app/templates/packages/update_config.html:12 @@ -4574,7 +4584,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4662,18 +4672,18 @@ msgstr "Stiahnuť" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" -msgstr "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" +msgstr "Luanti %(min)s - %(max)s" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" -msgstr "Pre Minetest %(min)s a vyššie" +msgid "For Luanti %(min)s and above" +msgstr "Pre Luanti %(min)s a vyššie" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" -msgstr "Minetest %(max)s a nižšie" +msgid "Luanti %(max)s and below" +msgstr "Luanti %(max)s a nižšie" #: app/templates/packages/view.html:70 msgid "How do I install this?" @@ -5125,7 +5135,7 @@ msgstr "Balíčky, ktoré nepodporujú %(rel)s" #: app/templates/todo/outdated.html:16 app/templates/todo/screenshots.html:12 #: app/templates/todo/screenshots.html:16 msgid "Minetest-Mods org only" -msgstr "Iba Minetest organizačné rozšírenia" +msgstr "" #: app/templates/todo/mtver_support.html:25 app/templates/todo/outdated.html:24 #: app/templates/todo/screenshots.html:24 @@ -5274,7 +5284,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5402,8 +5412,8 @@ msgid "Create Account" msgstr "Vytvoriť účet" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" -msgstr "Máš účet na Minetest fóre?" +msgid "Do you have an account on the Luanti Forums?" +msgstr "Máš účet na Luanti fóre?" #: app/templates/users/claim.html:13 msgid "" @@ -5505,8 +5515,9 @@ msgid "" "href='https://forum.minetest.net/ucp.php?i=profile&mode=signature'>User " "Control Panel > Profile > Edit signature" msgstr "" -"Choď na User Control Panel > Profile > Edit signature" +"Choď na User" +" Control Panel > Profile > Edit signature" #: app/templates/users/claim_forums.html:75 msgid "Paste this into your signature:" @@ -5943,6 +5954,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "Máš mnoho upozornení, mohol by si ich prečítať, alebo vyčistiť" @@ -6035,11 +6050,11 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ "Nepotrebuješ účet na fóre, avšak " #~ "odporúča sa pre čo najlepší prístup " -#~ "k Minetest komunite." +#~ "k Luanti komunite." #~ msgid "Password suggestion" #~ msgstr "Návrh hesla" @@ -6340,7 +6355,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6563,7 +6578,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6616,7 +6631,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6684,7 +6699,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6714,7 +6729,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6784,3 +6799,37 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "Prosím kontaktuj administrátora." + +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "Poznámky k 2023 Luanti Game Jam " + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Vylepšenia pre Luanti hru" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "Napodobeniny hry Luanti" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "Poznámky k Luanti Game Jam v roku 2021" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "Poznámky k Luanti Game Jam v roku 2022 " + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "Iba Luanti organizačné rozšírenia" + diff --git a/translations/sv/LC_MESSAGES/messages.po b/translations/sv/LC_MESSAGES/messages.po index 7e85c2e1..f723b6de 100644 --- a/translations/sv/LC_MESSAGES/messages.po +++ b/translations/sv/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-06-09 10:38+0000\n" "Last-Translator: ROllerozxa \n" "Language: sv\n" @@ -27,103 +27,78 @@ msgstr "Bannad:" msgid "You have been banned." msgstr "Du har blivit bannad." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 #, fuzzy msgctxt "tags" -msgid "Player Effects / Power Ups" -msgstr "Spelareffekter / Power-ups" +msgid "128px+" +msgstr "128px+" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 #, fuzzy msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" -"För innehåll som ändrar speleffekter, inkluderande fysik, för exempel: " -"hastighet, hopphöjd eller gravitation." +msgid "For 128px or higher texture packs" +msgstr "För 128px eller högre texturpaket" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 #, fuzzy msgctxt "tags" -msgid "Player vs Player (PvP)" -msgstr "Spelare vs spelare (PvP)" +msgid "16px" +msgstr "16px" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 #, fuzzy msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "Designad för att spelas konkurrenskraftigt mot andra spelare" +msgid "For 16px texture packs" +msgstr "För 16px-texturpaket" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 #, fuzzy msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Servermoderering och verktyg" +msgid "32px" +msgstr "32px" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 #, fuzzy msgctxt "tags" -msgid "Helps with server maintenance and moderation" -msgstr "Hjälper med serverunderhållning och moderering" +msgid "For 32px texture packs" +msgstr "För 32px-texturpaket" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 #, fuzzy msgctxt "tags" -msgid "Jam / Game 2023" -msgstr "Jam / Game 2023" +msgid "64px" +msgstr "64px" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 #, fuzzy msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "Inlägg till 2023 års Minetest Game Jam " +msgid "For 64px texture packs" +msgstr "För 64px-texturepaket" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 #, fuzzy msgctxt "tags" -msgid "Developer Tools" -msgstr "Utvecklarverktyg" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -#, fuzzy -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "Verktyg för spel- och moddutvecklare" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -#, fuzzy -msgctxt "tags" -msgid "Crafting" -msgstr "Skapning" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -#, fuzzy -msgctxt "tags" -msgid "Big changes to crafting gameplay" -msgstr "Stora ändringar för skapnings-gameplay" +msgid "Adventure / RPG" +msgstr "Äventyr / RPG" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 #, fuzzy msgctxt "tags" msgid "Joke" msgstr "Skämt" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 #, fuzzy msgctxt "tags" msgid "" @@ -134,561 +109,99 @@ msgstr "" "inte ska tas på allvar och som inte är avsett att användas seriöst eller " "långsiktigt." -#. NOTE: tags: title for sound_music -#: app/_translations.py:34 -#, fuzzy -msgctxt "tags" -msgid "Sounds / Music" -msgstr "Ljud / Musik" - -#. NOTE: tags: description for sound_music -#: app/_translations.py:36 -#, fuzzy -msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" -msgstr "Fokuserar på eller lägger till nya ljud eller musikaliska saker" - -#. NOTE: tags: title for mapgen -#: app/_translations.py:38 -#, fuzzy -msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" -msgstr "Mapgen / Biomer / Dekoration" - -#. NOTE: tags: description for mapgen -#: app/_translations.py:40 -#, fuzzy -msgctxt "tags" -msgid "New mapgen or changes mapgen" -msgstr "Ny mapgen eller ändrar mapgen" - -#. NOTE: tags: title for singleplayer -#: app/_translations.py:42 -#, fuzzy -msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "Enspelarsfokuserat" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -#, fuzzy -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "Innehåll som kan spelas ensamt" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -#, fuzzy -msgctxt "tags" -msgid "Inventory" -msgstr "Lagring" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -#, fuzzy -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "Ändrar lagrings-GUI:n" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -#, fuzzy -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "Äventyr / RPG" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -#, fuzzy -msgctxt "tags" -msgid "Shooter" -msgstr "Skjutare" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -#, fuzzy -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "First person shooters (FPS) och mer" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -#, fuzzy -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "Världunderhållning och verktyg" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -#, fuzzy -msgctxt "tags" -msgid "Tools to manage the world" -msgstr "Verktyg för att hantera världen" - -#. NOTE: tags: title for complex_installation -#: app/_translations.py:60 -#, fuzzy -msgctxt "tags" -msgid "Complex installation" -msgstr "Komplex installation" - -#. NOTE: tags: description for complex_installation -#: app/_translations.py:62 -msgctxt "tags" -msgid "" -"Requires futher installation steps, such as installing LuaRocks or " -"editing the trusted mod setting" -msgstr "" - -#. NOTE: tags: title for chat -#: app/_translations.py:64 -#, fuzzy -msgctxt "tags" -msgid "Chat / Commands" -msgstr "Chatt / Kommandon" - -#. NOTE: tags: description for chat -#: app/_translations.py:66 -msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -#, fuzzy -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "Flerspelarfokuserat" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -#, fuzzy -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "Kan/borde bara användas i flerspelarläge" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -#, fuzzy -msgctxt "tags" -msgid "Sims" -msgstr "Simulationer" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -#, fuzzy -msgctxt "tags" -msgid "Plants and Farming" -msgstr "Växter och odling" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -#, fuzzy -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "Lägger till nya växter eller andra jordbruksresurser." - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -#, fuzzy -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "Verktyg / Vapen / Rustning" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -#, fuzzy -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "Lägger till eller ändrar verktyg, vapen och rustningar" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -#, fuzzy -msgctxt "tags" -msgid "Environment / Weather" -msgstr "Miljö / Väder" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -#, fuzzy -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "Förbättrar världen, lägger till väder, ljud eller andra miljömekaniker" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -#, fuzzy -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "Originellt" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -#, fuzzy -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" -"För spel och sådant som är unikt, distinkt och originellt jämfört med " -"andra i sin kategori." - #. NOTE: tags: title for building -#: app/_translations.py:92 +#: app/_translations.py:28 #, fuzzy msgctxt "tags" msgid "Building" msgstr "Byggning" #. NOTE: tags: description for building -#: app/_translations.py:94 +#: app/_translations.py:30 #, fuzzy msgctxt "tags" msgid "Focuses on building, such as adding new materials or nodes" msgstr "Fokuserar på byggning, som att lägga till nya material eller noder" -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -#, fuzzy -msgctxt "tags" -msgid "Puzzle" -msgstr "Pussel" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -#, fuzzy -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "Fokus på att lösa pussel istället för strid" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -#, fuzzy -msgctxt "tags" -msgid "Decorative" -msgstr "Dekorativt" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -#, fuzzy -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "Lägger till noder för inget annat syfte än för att bygga" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -#, fuzzy -msgctxt "tags" -msgid "<16px" -msgstr "<16px" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -#, fuzzy -msgctxt "tags" -msgid "Less than 16px" -msgstr "Mindre än 16px" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -#, fuzzy -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "Magi / Förtrollning" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -#, fuzzy -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "Mobs / Djur / NPCs" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - #. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 +#: app/_translations.py:32 #, fuzzy msgctxt "tags" msgid "Building Mechanics and Tools" msgstr "Byggmekaniker och verktyg" #. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 +#: app/_translations.py:34 #, fuzzy msgctxt "tags" msgid "Adds game mechanics or tools that change how players build." msgstr "Lägger till spelmekaniker eller verktyg som ändrar hur spelare bygger." -#. NOTE: tags: title for pve -#: app/_translations.py:118 +#. NOTE: tags: title for chat +#: app/_translations.py:36 #, fuzzy msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "Spelare vs mljö (PvE)" +msgid "Chat / Commands" +msgstr "Chatt / Kommandon" -#. NOTE: tags: description for pve -#: app/_translations.py:120 -#, fuzzy +#. NOTE: tags: description for chat +#: app/_translations.py:38 msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." +msgid "Focus on player chat/communication or console interaction." msgstr "" -"För innehåll som är utformat för en eller flera spelare som fokuserar på " -"kamp mot världen, mobbar eller NPCer." - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -#, fuzzy -msgctxt "tags" -msgid "Storage" -msgstr "Lagring" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -#, fuzzy -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "Lägger till eller förbättrar lagringsmekaniker" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Minispel" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -#, fuzzy -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "Lägger till ett minispel för att spelas inuti Minetest" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -#, fuzzy -msgctxt "tags" -msgid "Sports" -msgstr "Sport" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "Utbildning" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -#, fuzzy -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" -"Antingen har pedagogiskt värde, eller är ett verktyg för att hjälpa " -"lärare " - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -#, fuzzy -msgctxt "tags" -msgid "16px" -msgstr "16px" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -#, fuzzy -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "För 16px-texturpaket" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -#, fuzzy -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Anpassad mapgen" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -#, fuzzy -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" -"Innehåller en helt anpassad mapgen implementerad i Lua, kräver vanligtvis" -" att världar ställs in på ”singlenode”-mapgen." - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -#, fuzzy -msgctxt "tags" -msgid "HUD" -msgstr "HUD" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -#, fuzzy -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "För moddar som ger spelaren extra information i HUD" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -#, fuzzy -msgctxt "tags" -msgid "Survival" -msgstr "Överlevnad" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -#, fuzzy -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" -"Skriven specifikt för överlevnadsgameplay med ett fokus på spelbalans, " -"svårighetsgrad eller resurser tillgängliga genom skapning, gruvbrytning, " -"..." - -#. NOTE: tags: title for library -#: app/_translations.py:152 -#, fuzzy -msgctxt "tags" -msgid "API / Library" -msgstr "API:er / Bibliotek" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -#, fuzzy -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "Lägger primärt till API:er för andra moddar att använda" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -#, fuzzy -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "Jam / Weekly Challenges 2021" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -#, fuzzy -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" -"För moddar skapade för Discordens \"Weekly Challenges\"-moddingevent i " -"2021" #. NOTE: tags: title for commerce -#: app/_translations.py:160 +#: app/_translations.py:40 #, fuzzy msgctxt "tags" msgid "Commerce / Economy" msgstr "Handel / Ekonomi" #. NOTE: tags: description for commerce -#: app/_translations.py:162 +#: app/_translations.py:42 #, fuzzy msgctxt "tags" msgid "Related to economies, money, and trading" msgstr "Relaterad till ekonomier, pengar och handel" -#. NOTE: tags: title for transport -#: app/_translations.py:164 +#. NOTE: tags: title for complex_installation +#: app/_translations.py:44 #, fuzzy msgctxt "tags" -msgid "Transport" -msgstr "Transport" +msgid "Complex installation" +msgstr "Komplex installation" -#. NOTE: tags: description for transport -#: app/_translations.py:166 -#, fuzzy +#. NOTE: tags: description for complex_installation +#: app/_translations.py:46 msgctxt "tags" msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" -"Lägger till eller ändrar transportmetoder. Inkluderar teleportation, " -"fordon, ridbara mobs, transportinfrastruktur och tematiskt innehåll" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -#, fuzzy -msgctxt "tags" -msgid "Seasonal" -msgstr "Högtidligt" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -#, fuzzy -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "För innehåll som följer en viss säsong eller högtid som tema" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -#, fuzzy -msgctxt "tags" -msgid "Food / Drinks" -msgstr "Mat / Dryck" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -#, fuzzy -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Minetest Game-förbättrat" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" +"Requires futher installation steps, such as installing LuaRocks or " +"editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for 32px -#: app/_translations.py:178 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 #, fuzzy msgctxt "tags" -msgid "32px" -msgstr "32px" +msgid "Crafting" +msgstr "Skapning" -#. NOTE: tags: description for 32px -#: app/_translations.py:180 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 #, fuzzy msgctxt "tags" -msgid "For 32px texture packs" -msgstr "För 32px-texturpaket" +msgid "Big changes to crafting gameplay" +msgstr "Stora ändringar för skapnings-gameplay" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 #, fuzzy msgctxt "tags" msgid "Creative" msgstr "Kreativ" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 #, fuzzy msgctxt "tags" msgid "" @@ -700,90 +213,483 @@ msgstr "" "som endast är tillgängligt i kreativt läge eller tillhandahåller verktyg " "som underlättar skapande i spelet och inte ökar svårighetsgraden" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +#, fuzzy +msgctxt "tags" +msgid "Custom mapgen" +msgstr "Anpassad mapgen" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +#, fuzzy +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" +"Innehåller en helt anpassad mapgen implementerad i Lua, kräver vanligtvis" +" att världar ställs in på ”singlenode”-mapgen." + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +#, fuzzy +msgctxt "tags" +msgid "Decorative" +msgstr "Dekorativt" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +#, fuzzy +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "Lägger till noder för inget annat syfte än för att bygga" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +#, fuzzy +msgctxt "tags" +msgid "Developer Tools" +msgstr "Utvecklarverktyg" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +#, fuzzy +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "Verktyg för spel- och moddutvecklare" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "Utbildning" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +#, fuzzy +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" +"Antingen har pedagogiskt värde, eller är ett verktyg för att hjälpa " +"lärare " + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +#, fuzzy +msgctxt "tags" +msgid "Environment / Weather" +msgstr "Miljö / Väder" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +#, fuzzy +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "Förbättrar världen, lägger till väder, ljud eller andra miljömekaniker" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +#, fuzzy +msgctxt "tags" +msgid "Food / Drinks" +msgstr "Mat / Dryck" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 #, fuzzy msgctxt "tags" msgid "GUI" msgstr "GUI" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 #, fuzzy msgctxt "tags" -msgid "64px" -msgstr "64px" +msgid "HUD" +msgstr "HUD" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 #, fuzzy msgctxt "tags" -msgid "For 64px texture packs" -msgstr "För 64px-texturepaket" +msgid "For mods that grant the player extra information in the HUD" +msgstr "För moddar som ger spelaren extra information i HUD" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 #, fuzzy msgctxt "tags" -msgid "Machines / Electronics" -msgstr "Maskiner / Elektronik" +msgid "Inventory" +msgstr "Lagring" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 #, fuzzy msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." -msgstr "Lägger till maskiner som är användbara i automation, rör eller kraft." +msgid "Changes the inventory GUI" +msgstr "Ändrar lagrings-GUI:n" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 #, fuzzy msgctxt "tags" msgid "Jam / Combat 2020" msgstr "Jam / Combat 2020" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 #, fuzzy msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "För moddar som skapats för Discord:ens \"Combat\"-moddingevent 2020" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 #, fuzzy msgctxt "tags" -msgid "Strategy / RTS" -msgstr "Strategi / RTS" +msgid "Jam / Game 2021" +msgstr "Jam / Game 2021" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +#, fuzzy +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr " Jam / Game 2022" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +#, fuzzy +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "Jam / Game 2023" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +#, fuzzy +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "Jam / Weekly Challenges 2021" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 #, fuzzy msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" msgstr "" -"Spelar och moddar med en tung strategikomponent, antingen realtid eller " -"turordningsbaserad" +"För moddar skapade för Discordens \"Weekly Challenges\"-moddingevent i " +"2021" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +#, fuzzy +msgctxt "tags" +msgid "<16px" +msgstr "<16px" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +#, fuzzy +msgctxt "tags" +msgid "Less than 16px" +msgstr "Mindre än 16px" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +#, fuzzy +msgctxt "tags" +msgid "API / Library" +msgstr "API:er / Bibliotek" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +#, fuzzy +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "Lägger primärt till API:er för andra moddar att använda" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +#, fuzzy +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "Magi / Förtrollning" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +#, fuzzy +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "Mapgen / Biomer / Dekoration" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +#, fuzzy +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "Ny mapgen eller ändrar mapgen" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Minispel" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +#, fuzzy +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "Lägger till ett minispel för att spelas inuti Luanti" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +#, fuzzy +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "Mobs / Djur / NPCs" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +#, fuzzy +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "Flerspelarfokuserat" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +#, fuzzy +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "Kan/borde bara användas i flerspelarläge" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +#, fuzzy +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "Originellt" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +#, fuzzy +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" +"För spel och sådant som är unikt, distinkt och originellt jämfört med " +"andra i sin kategori." + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +#, fuzzy +msgctxt "tags" +msgid "Plants and Farming" +msgstr "Växter och odling" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +#, fuzzy +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "Lägger till nya växter eller andra jordbruksresurser." + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +#, fuzzy +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "Spelareffekter / Power-ups" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +#, fuzzy +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" +"För innehåll som ändrar speleffekter, inkluderande fysik, för exempel: " +"hastighet, hopphöjd eller gravitation." + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +#, fuzzy +msgctxt "tags" +msgid "Puzzle" +msgstr "Pussel" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +#, fuzzy +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "Fokus på att lösa pussel istället för strid" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +#, fuzzy +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "Spelare vs mljö (PvE)" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +#, fuzzy +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" +"För innehåll som är utformat för en eller flera spelare som fokuserar på " +"kamp mot världen, mobbar eller NPCer." + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +#, fuzzy +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "Spelare vs spelare (PvP)" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +#, fuzzy +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "Designad för att spelas konkurrenskraftigt mot andra spelare" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +#, fuzzy +msgctxt "tags" +msgid "Seasonal" +msgstr "Högtidligt" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +#, fuzzy +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "För innehåll som följer en viss säsong eller högtid som tema" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +#, fuzzy +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Servermoderering och verktyg" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +#, fuzzy +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "Hjälper med serverunderhållning och moderering" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +#, fuzzy +msgctxt "tags" +msgid "Shooter" +msgstr "Skjutare" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +#, fuzzy +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "First person shooters (FPS) och mer" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +#, fuzzy +msgctxt "tags" +msgid "Sims" +msgstr "Simulationer" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +#, fuzzy +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "Enspelarsfokuserat" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +#, fuzzy +msgctxt "tags" +msgid "Content that can be played alone" +msgstr "Innehåll som kan spelas ensamt" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 #, fuzzy msgctxt "tags" msgid "Player customization / Skins" msgstr "Spelaranpassning / Skins" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 #, fuzzy msgctxt "tags" msgid "" @@ -793,146 +699,236 @@ msgstr "" "Tillåter spelaren att anpassa sin karaktär genom att ändra texturen eller" " lägga till tillbehör." -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +#, fuzzy +msgctxt "tags" +msgid "Sounds / Music" +msgstr "Ljud / Musik" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +#, fuzzy +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "Fokuserar på eller lägger till nya ljud eller musikaliska saker" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +#, fuzzy +msgctxt "tags" +msgid "Sports" +msgstr "Sport" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +#, fuzzy +msgctxt "tags" +msgid "Storage" +msgstr "Lagring" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +#, fuzzy +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "Lägger till eller förbättrar lagringsmekaniker" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +#, fuzzy +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "Strategi / RTS" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +#, fuzzy +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" +"Spelar och moddar med en tung strategikomponent, antingen realtid eller " +"turordningsbaserad" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +#, fuzzy +msgctxt "tags" +msgid "Survival" +msgstr "Överlevnad" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +#, fuzzy +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" +"Skriven specifikt för överlevnadsgameplay med ett fokus på spelbalans, " +"svårighetsgrad eller resurser tillgängliga genom skapning, gruvbrytning, " +"..." + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +#, fuzzy +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "Maskiner / Elektronik" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +#, fuzzy +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "Lägger till maskiner som är användbara i automation, rör eller kraft." + +#. NOTE: tags: title for tools #: app/_translations.py:210 #, fuzzy msgctxt "tags" -msgid "Jam / Game 2021" -msgstr "Jam / Game 2021" +msgid "Tools / Weapons / Armor" +msgstr "Verktyg / Vapen / Rustning" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 #, fuzzy msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" -msgstr "Inlägg till 2021 års Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" +msgstr "Lägger till eller ändrar verktyg, vapen och rustningar" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 #, fuzzy msgctxt "tags" -msgid "128px+" -msgstr "128px+" +msgid "Transport" +msgstr "Transport" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 #, fuzzy msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "För 128px eller högre texturpaket" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" +"Lägger till eller ändrar transportmetoder. Inkluderar teleportation, " +"fordon, ridbara mobs, transportinfrastruktur och tematiskt innehåll" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 #, fuzzy msgctxt "tags" -msgid " Jam / Game 2022" -msgstr " Jam / Game 2022" +msgid "World Maintenance and Tools" +msgstr "Världunderhållning och verktyg" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 #, fuzzy msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "Inlägg till 2022 års Minetest Game Jam " - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -#, fuzzy -msgctxt "content_warnings" -msgid "Gore" -msgstr "Gore" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -#, fuzzy -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "Blod, mm" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -#, fuzzy -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Hasardspel" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -#, fuzzy -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "Spel av chans, hasardspel, mm." - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -#, fuzzy -msgctxt "content_warnings" -msgid "Violence" -msgstr "Våld" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -#, fuzzy -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "Icke-tecknat våld. Kan vara mot fantasy- eller mänskliga karaktärer" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -#, fuzzy -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "Skräck" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -#, fuzzy -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "Chockande och skrämmande innehåll. Kan skrämma små barn" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -#, fuzzy -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "Fult språk" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -#, fuzzy -msgctxt "content_warnings" -msgid "Contains swearing" -msgstr "Innehåller svordomar" +msgid "Tools to manage the world" +msgstr "Verktyg för att hantera världen" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 #, fuzzy msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "Alkohol / Tobak" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 #, fuzzy msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "Innehåller alkohol och/eller tobak" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +#, fuzzy +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "Fult språk" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +#, fuzzy +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "Innehåller svordomar" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 #, fuzzy msgctxt "content_warnings" msgid "Drugs" msgstr "Droger" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 #, fuzzy msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "Innehåller alkohol och/eller tobak" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +#, fuzzy +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Hasardspel" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +#, fuzzy +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "Spel av chans, hasardspel, mm." + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +#, fuzzy +msgctxt "content_warnings" +msgid "Gore" +msgstr "Gore" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +#, fuzzy +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "Blod, mm" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +#, fuzzy +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "Skräck" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +#, fuzzy +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "Chockande och skrämmande innehåll. Kan skrämma små barn" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +#, fuzzy +msgctxt "content_warnings" +msgid "Violence" +msgstr "Våld" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +#, fuzzy +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "Icke-tecknat våld. Kan vara mot fantasy- eller mänskliga karaktärer" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -972,7 +968,7 @@ msgstr "Namn" msgid "Limit to package" msgstr "Begränsa till paket" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -988,7 +984,7 @@ msgstr "Begränsa till paket" msgid "Save" msgstr "Spara" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -1002,58 +998,58 @@ msgstr "Spara" msgid "Title" msgstr "Titel" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Kort beskrivning" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Sidinnehåll" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Privat" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "Fastnålad till min profil" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "En samling med liknande titel finns redan" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "Kunde inte skapa samling eftersom ett paket med det namnet redan finns" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "Lade till paket till samling" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Tog bort paket från samling" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "Lade till paket till favoritsamling" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Offentlig, ändra via Profil -> Mina samlingar)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "Tog bort paket från favoritsamling" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" -"Välkommen till det bästa stället för att hitta Minetestmoddar, spel och " +"Välkommen till det bästa stället för att hitta Luantimoddar, spel och " "texturpaket" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -1085,7 +1081,11 @@ msgstr "Omdirigerings-URL" msgid "App Type" msgstr "App-typ" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "Tillbakadragit alla användartokens" @@ -1230,7 +1230,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1486,14 +1486,14 @@ msgstr "Git-referens (t.ex. commithash, branch eller tag)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Minsta Minetestversion" +msgid "Minimum Luanti Version" +msgstr "Minsta Luantiversion" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Högsta Minetestversion" +msgid "Maximum Luanti Version" +msgstr "Högsta Luantiversion" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2926,8 +2926,8 @@ msgstr "Visningar" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Minetestversioner" +msgid "Luanti Versions" +msgstr "Luantiversioner" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3507,8 +3507,8 @@ msgid "Downloads by Reason" msgstr "Nerladdningar av anledning" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." -msgstr "Ny installering: användaren tryckte [Install] innanför Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." +msgstr "Ny installering: användaren tryckte [Install] innanför Luanti." #: app/templates/macros/stats.html:107 msgid "Dependency: was installed automatically to fulfill a dependency." @@ -3522,11 +3522,11 @@ msgstr "Uppdatering: nerladdning var för att uppdatera paketet." #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" "Annan / Okänd: nerladdad av en webbläsare eller en föråldrad " -"Minetestversion (innan 5.5)." +"Luantiversion (innan 5.5)." #: app/templates/macros/stats.html:121 msgid "Need more stats?" @@ -3748,9 +3748,17 @@ msgstr "" msgid "Example Authorize URL" msgstr "Exempel auktoriserings-URL" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" -msgstr "Visas för användare när du begär åtkomst till deras konto" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" +msgstr "" #: app/templates/oauth/create_edit.html:70 msgid "Where will you store your client_secret?" @@ -3891,8 +3899,6 @@ msgid "" "anywhere in the short description. It is unnecessary and wastes " "characters." msgstr "" -"Tips: Inkludera inte Minetest, mod eller modpack " -"någonstans i den korta beskrivningen, detta är onödigt." #: app/templates/packages/create_edit.html:88 msgid "" @@ -4280,8 +4286,8 @@ msgid "Approved" msgstr "Godkänd" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" -msgstr "Minetestversioner som stöds" +msgid "Supported Luanti versions" +msgstr "Luantiversioner som stöds" #: app/templates/packages/release_edit.html:68 #: app/templates/packages/release_new.html:76 @@ -4295,10 +4301,10 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" "Ange bara den maximala versionen om du vet att den inte fungerar på nyare" -" Minetest-versioner." +" Luanti-versioner." #: app/templates/packages/release_edit.html:71 #: app/templates/packages/release_new.html:79 @@ -4312,10 +4318,10 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" -"Ställ in den minsta och högsta Minetestversionen som stöds.\n" +"Ställ in den minsta och högsta Luantiversionen som stöds.\n" "\t\t\tDenna utgivning kommer gömmas för klienter utanför spannet. " #: app/templates/packages/release_edit.html:80 @@ -4414,8 +4420,8 @@ msgstr "" "\t\t\ttips om hur man kan anpassa utgivningar." #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" -msgstr "3. Minetestversioner som stöds" +msgid "3. Supported Luanti versions" +msgstr "3. Luantiversioner som stöds" #: app/templates/packages/release_new.html:84 msgid "" @@ -4444,10 +4450,10 @@ msgstr "En utgivning är en enskild nerladdningsbar version av din %(title)s." #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" "Du behöver skapa en utgivning även om du använder ett rolling release-" -"utvecklingscykel, eftersom Minetest behöver dem för att kolla efter " +"utvecklingscykel, eftersom Luanti behöver dem för att kolla efter " "uppdateringar." #: app/templates/packages/release_wizard.html:20 @@ -4753,8 +4759,8 @@ msgstr "" "lua_api.md" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" -msgstr "Översättning: Minetest Modding Book" +msgid "Translation - Luanti Modding Book" +msgstr "Översättning: Luanti Modding Book" #: app/templates/packages/translation.html:26 msgid "Translating content meta - lua_api.md" @@ -4842,18 +4848,18 @@ msgstr "Ladda ner" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" -msgstr "Minetest %(min)s-%(max)s" +msgid "Luanti %(min)s - %(max)s" +msgstr "Luanti %(min)s-%(max)s" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" -msgstr "För Minetest %(min)s och över" +msgid "For Luanti %(min)s and above" +msgstr "För Luanti %(min)s och över" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" -msgstr "För Minetest %(max)s och under" +msgid "Luanti %(max)s and below" +msgstr "För Luanti %(max)s och under" #: app/templates/packages/view.html:70 msgid "How do I install this?" @@ -5306,7 +5312,7 @@ msgstr "Paket som inte stöder %(rel)s" #: app/templates/todo/outdated.html:16 app/templates/todo/screenshots.html:12 #: app/templates/todo/screenshots.html:16 msgid "Minetest-Mods org only" -msgstr "Endast Minetest-Mods org" +msgstr "" #: app/templates/todo/mtver_support.html:25 app/templates/todo/outdated.html:24 #: app/templates/todo/screenshots.html:24 @@ -5455,11 +5461,11 @@ msgstr "Hitta paket att översätta" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" -"Hjälp Minetest att bli mer tillgänglig genom att översätta paket till " -"andra språk." +"Hjälp Luanti att bli mer tillgänglig genom att översätta paket till andra" +" språk." #: app/templates/translate/index.html:65 msgid "How to translate a mod / game" @@ -5583,8 +5589,8 @@ msgid "Create Account" msgstr "Skapa konto" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" -msgstr "Har du ett konto på Minetest-forumet?" +msgid "Do you have an account on the Luanti Forums?" +msgstr "Har du ett konto på Luanti-forumet?" #: app/templates/users/claim.html:13 msgid "" @@ -6137,6 +6143,10 @@ msgstr "Spel som ej stöds" msgid "Optional dependencies" msgstr "Valfria beroenden" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "Du har extremt många notiser, du borde läsa eller rensa dem" @@ -6229,11 +6239,11 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ "Du behöver inte ett forumkonto, men " #~ "det rekommenderas för att få the " -#~ "mesta ut från Minetest-community:t." +#~ "mesta ut från Luanti-community:t." #~ msgid "Password suggestion" #~ msgstr "Lösenordsförslag" @@ -6618,3 +6628,39 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "Var snäll och kontakta administratören." +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "Inlägg till 2023 års Luanti Game Jam " + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Luanti Game-förbättrat" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "Inlägg till 2021 års Luanti Game Jam" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "Inlägg till 2022 års Luanti Game Jam " + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "Visas för användare när du begär åtkomst till deras konto" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" +#~ "Tips: Inkludera inte Luanti, mod" +#~ " eller modpack någonstans i den " +#~ "korta beskrivningen, detta är onödigt." + +#~ msgid "Luanti-Mods org only" +#~ msgstr "Endast Luanti-Mods org" + diff --git a/translations/tok/LC_MESSAGES/messages.po b/translations/tok/LC_MESSAGES/messages.po index 2d9955c9..3a8c48f3 100644 --- a/translations/tok/LC_MESSAGES/messages.po +++ b/translations/tok/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language: tok\n" @@ -26,564 +26,156 @@ msgstr "" msgid "You have been banned." msgstr "" -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." +msgid "For 128px or higher texture packs" msgstr "" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 msgctxt "tags" -msgid "Designed to be played competitively against other players" +msgid "For 16px texture packs" msgstr "" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" +msgid "32px" msgstr "" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "For 32px texture packs" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " +msgid "For 64px texture packs" msgstr "" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" +msgid "Crafting" msgstr "" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -msgctxt "tags" -msgid "Mini-game" -msgstr "" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -msgctxt "tags" -msgid "For 32px texture packs" +msgid "Big changes to crafting gameplay" msgstr "" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -591,204 +183,612 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +msgctxt "tags" +msgid "Custom mapgen" +msgstr "" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" +msgid "Inventory" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +msgctxt "tags" +msgid "Mini-game" +msgstr "" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" +msgid "Transport" msgstr "" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 msgctxt "tags" -msgid "For 128px or higher texture packs" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" msgstr "" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "" - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -msgctxt "content_warnings" -msgid "Contains swearing" +msgid "Tools to manage the world" msgstr "" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -828,7 +828,7 @@ msgstr "" msgid "Limit to package" msgstr "" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -844,7 +844,7 @@ msgstr "" msgid "Save" msgstr "" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -858,56 +858,56 @@ msgstr "" msgid "Title" msgstr "" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -939,7 +939,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1084,7 +1088,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1332,13 +1336,13 @@ msgstr "" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" +msgid "Minimum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" +msgid "Maximum Luanti Version" msgstr "" #: app/blueprints/packages/releases.py:74 @@ -2731,7 +2735,7 @@ msgstr "" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" +msgid "Luanti Versions" msgstr "" #: app/templates/admin/versions/list.html:8 @@ -3277,7 +3281,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3290,8 +3294,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3510,8 +3514,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -3990,7 +4002,7 @@ msgid "Approved" msgstr "" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4003,7 +4015,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4016,7 +4028,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4103,7 +4115,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4130,7 +4142,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4415,7 +4427,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4496,17 +4508,17 @@ msgstr "" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5088,7 +5100,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5212,7 +5224,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5725,6 +5737,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "" @@ -5738,3 +5754,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" + diff --git a/translations/tr/LC_MESSAGES/messages.po b/translations/tr/LC_MESSAGES/messages.po index 89f76cbe..6ac7bb74 100644 --- a/translations/tr/LC_MESSAGES/messages.po +++ b/translations/tr/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-04-04 08:23+0000\n" "Last-Translator: Oğuz Ersen \n" "Language: tr\n" @@ -27,580 +27,163 @@ msgstr "Yasaklı:" msgid "You have been banned." msgstr "Yasaklandınız." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 +#, fuzzy msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" +msgid "For 128px or higher texture packs" +msgstr "En İyi Doku Paketleri" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 -msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "" - -#. NOTE: tags: title for server_tools -#: app/_translations.py:14 #, fuzzy msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Moderatör Araçları" +msgid "For 16px texture packs" +msgstr "En İyi Doku Paketleri" -#. NOTE: tags: description for server_tools -#: app/_translations.py:16 +#. NOTE: tags: title for 32px +#: app/_translations.py:14 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "32px" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: description for 32px +#: app/_translations.py:16 +#, fuzzy +msgctxt "tags" +msgid "For 32px texture packs" +msgstr "En İyi Doku Paketleri" + +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 +#, fuzzy msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "" +msgid "For 64px texture packs" +msgstr "En İyi Doku Paketleri" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 -#, fuzzy msgctxt "tags" -msgid "Developer Tools" -msgstr "Moderatör Araçları" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -#, fuzzy -msgctxt "tags" -msgid "Crafting" -msgstr "Derecelendirme" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 #, fuzzy msgctxt "tags" msgid "Complex installation" msgstr "Dokümantasyon" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 -msgctxt "tags" -msgid "Chat / Commands" -msgstr "" - -#. NOTE: tags: description for chat -#: app/_translations.py:66 -msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 #, fuzzy msgctxt "tags" -msgid "Decorative" -msgstr "Devre dışı bırak" +msgid "Crafting" +msgstr "Derecelendirme" -#. NOTE: tags: description for decorative -#: app/_translations.py:102 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" +msgid "Big changes to crafting gameplay" msgstr "" -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -#, fuzzy -msgctxt "tags" -msgid "Storage" -msgstr "Depolama" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Ad" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -#, fuzzy -msgctxt "tags" -msgid "Sports" -msgstr "Rapor" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "Hareket" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -#, fuzzy -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "En İyi Doku Paketleri" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -#, fuzzy -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Depolama" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -#, fuzzy -msgctxt "tags" -msgid "Transport" -msgstr "Çevir" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -#, fuzzy -msgctxt "tags" -msgid "Seasonal" -msgstr "Sebep" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -#, fuzzy -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Onaylandı" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -#, fuzzy -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "En İyi Doku Paketleri" - #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 #, fuzzy msgctxt "tags" msgid "Creative" msgstr "Oluştur" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -608,211 +191,627 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +#, fuzzy +msgctxt "tags" +msgid "Custom mapgen" +msgstr "Depolama" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +#, fuzzy +msgctxt "tags" +msgid "Decorative" +msgstr "Devre dışı bırak" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +#, fuzzy +msgctxt "tags" +msgid "Developer Tools" +msgstr "Moderatör Araçları" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "Hareket" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 -#, fuzzy +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" -msgstr "En İyi Doku Paketleri" - -#. NOTE: tags: title for technology -#: app/_translations.py:194 -msgctxt "tags" -msgid "Machines / Electronics" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Inventory" +msgstr "" + +#. NOTE: tags: description for inventory +#: app/_translations.py:88 +msgctxt "tags" +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Ad" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +#, fuzzy +msgctxt "tags" +msgid "Seasonal" +msgstr "Sebep" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +#, fuzzy +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Moderatör Araçları" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +#, fuzzy +msgctxt "tags" +msgid "Sports" +msgstr "Rapor" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +#, fuzzy +msgctxt "tags" +msgid "Storage" +msgstr "Depolama" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 -msgctxt "tags" -msgid "128px+" -msgstr "" - -#. NOTE: tags: description for 128px -#: app/_translations.py:216 #, fuzzy msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "En İyi Doku Paketleri" +msgid "Transport" +msgstr "Çevir" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: description for transport +#: app/_translations.py:216 +msgctxt "tags" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" + +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " +msgid "Tools to manage the world" msgstr "" -#. NOTE: content_warnings: title for gore +#. NOTE: content_warnings: title for alcohol_tobacco #: app/_translations.py:222 -#, fuzzy msgctxt "content_warnings" -msgid "Gore" -msgstr "Daha fazla" +msgid "Alcohol / Tobacco" +msgstr "" -#. NOTE: content_warnings: description for gore +#. NOTE: content_warnings: description for alcohol_tobacco #: app/_translations.py:224 msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -#, fuzzy -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Yönetici" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" +msgid "Contains alcohol and/or tobacco" msgstr "" #. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 +#: app/_translations.py:226 #, fuzzy msgctxt "content_warnings" msgid "Bad Language" msgstr "Dil" #. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 +#: app/_translations.py:228 #, fuzzy msgctxt "content_warnings" msgid "Contains swearing" msgstr "İçerik Uyarıları" -#. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 -msgctxt "content_warnings" -msgid "Alcohol / Tobacco" -msgstr "" - -#. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 -msgctxt "content_warnings" -msgid "Contains alcohol and/or tobacco" -msgstr "" - #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 #, fuzzy msgctxt "content_warnings" msgid "Drugs" msgstr "Kurallar" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +#, fuzzy +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Yönetici" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +#, fuzzy +msgctxt "content_warnings" +msgid "Gore" +msgstr "Daha fazla" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -852,7 +851,7 @@ msgstr "Ad" msgid "Limit to package" msgstr "Paket sınırı" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -868,7 +867,7 @@ msgstr "Paket sınırı" msgid "Save" msgstr "Kaydet" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -882,59 +881,59 @@ msgstr "Kaydet" msgid "Title" msgstr "Başlık" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Kısa Açıklama" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Sayfa İçeriği" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Özel" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "Profilime sabitlendi" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "Benzer başlığa sahip bir koleksiyon zaten var" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "Bu ada sahip bir paket zaten var olduğundan koleksiyon oluşturulamıyor" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "Paket koleksiyona eklendi" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Paket koleksiyondan kaldırıldı" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "Paket sık kullanılanlar koleksiyonuna eklendi" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Herkese açık, Profil > Koleksiyonlarım bölümünden değiştirin)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "Paket sık kullanılanlar koleksiyonundan kaldırıldı" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" -"Minetest modlarını, oyunlarını ve doku paketlerini bulmak için en iyi " -"yere hoş geldiniz" +"Luanti modlarını, oyunlarını ve doku paketlerini bulmak için en iyi yere " +"hoş geldiniz" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 #: app/templates/base.html:36 @@ -965,7 +964,11 @@ msgstr "Yönlendirme URL'si" msgid "App Type" msgstr "Uygulama Türü" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "Tüm kullanıcı belirteçleri iptal edildi" @@ -1110,7 +1113,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1362,14 +1365,14 @@ msgstr "Git referansı (ör: commit hash, branch veya tag)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Minimum Minetest Sürümü" +msgid "Minimum Luanti Version" +msgstr "Minimum Luanti Sürümü" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Maksimum Minetest Sürümü" +msgid "Maximum Luanti Version" +msgstr "Maksimum Luanti Sürümü" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2791,8 +2794,8 @@ msgstr "Görünümler" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Minetest Sürümleri" +msgid "Luanti Versions" +msgstr "Luanti Sürümleri" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3369,8 +3372,8 @@ msgid "Downloads by Reason" msgstr "Sebebe Göre İndirmeler" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." -msgstr "Yeni Yükleme: kullanıcı Minetest'in içinde [Yükle]'ye tıkladı." +msgid "New Install: the user clicked [Install] inside of Luanti." +msgstr "Yeni Yükleme: kullanıcı Luanti'in içinde [Yükle]'ye tıkladı." #: app/templates/macros/stats.html:107 msgid "Dependency: was installed automatically to fulfill a dependency." @@ -3384,11 +3387,11 @@ msgstr "Güncelleme: İndirme paketi güncellemek içindi." #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" -"Diğer / Bilinmiyor: bir web tarayıcısı veya eski bir Minetest " -"sürümü (5.5'ten önce) tarafından indirildi." +"Diğer / Bilinmiyor: bir web tarayıcısı veya eski bir Luanti sürümü" +" (5.5'ten önce) tarafından indirildi." #: app/templates/macros/stats.html:121 msgid "Need more stats?" @@ -3611,9 +3614,17 @@ msgstr "" msgid "Example Authorize URL" msgstr "Örnek Yetkilendirme URL'si" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" -msgstr "Hesaplarına erişim istediğinizde kullanıcılara gösterilir" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" +msgstr "" #: app/templates/oauth/create_edit.html:70 msgid "Where will you store your client_secret?" @@ -3756,9 +3767,6 @@ msgid "" "anywhere in the short description. It is unnecessary and wastes " "characters." msgstr "" -"İpucu: Minetest, mod, veya modpack ögelerini kısa " -"açıklamanın herhangi bir yerine dahil etmeyin. Gereksizdir ve boşa " -"karakter harcar." #: app/templates/packages/create_edit.html:88 msgid "" @@ -4144,8 +4152,8 @@ msgid "Approved" msgstr "Onaylandı" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" -msgstr "Desteklenen Minetest sürümleri" +msgid "Supported Luanti versions" +msgstr "Desteklenen Luanti sürümleri" #: app/templates/packages/release_edit.html:68 #: app/templates/packages/release_new.html:76 @@ -4157,9 +4165,9 @@ msgstr "Paketinizin %(version)s sonrası sürümlerde çalışmadığından emin #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" -"Yalnızca daha yeni Minetest sürümlerinde çalışmadığını biliyorsanız en " +"Yalnızca daha yeni Luanti sürümlerinde çalışmadığını biliyorsanız en " "yüksek sürümü ayarlayın." #: app/templates/packages/release_edit.html:71 @@ -4174,10 +4182,10 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" -"Desteklenen minimum ve maksimum Minetest sürümlerini ayarlayın.\n" +"Desteklenen minimum ve maksimum Luanti sürümlerini ayarlayın.\n" "\t\t\tBu sürüm, bu aralığın dışındaki istemcilere gizlenecektir. " #: app/templates/packages/release_edit.html:80 @@ -4274,8 +4282,8 @@ msgstr "" "\t\t\tSürümleri özelleştirmeyle ilgili ipuçları." #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" -msgstr "3. Desteklenen Minetest sürümleri" +msgid "3. Supported Luanti versions" +msgstr "3. Desteklenen Luanti sürümleri" #: app/templates/packages/release_new.html:84 msgid "" @@ -4304,11 +4312,11 @@ msgstr "Bir sürüm %(title)s için tek bir indirilebilir versiyondur." #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" -"Minetest'in güncellemeleri kontrol etmek için bunlara ihtiyacı " -"olduğundan, yuvarlanan sürüm geliştirme döngüsü kullansanız bile sürümler" -" oluşturmanız gerekir." +"Luanti'in güncellemeleri kontrol etmek için bunlara ihtiyacı olduğundan, " +"yuvarlanan sürüm geliştirme döngüsü kullansanız bile sürümler " +"oluşturmanız gerekir." #: app/templates/packages/release_wizard.html:20 #: app/templates/packages/update_config.html:12 @@ -4610,8 +4618,8 @@ msgstr "" "lua_api.md dosyasına bakın" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" -msgstr "Çeviri - Minetest Modlama Kitabı" +msgid "Translation - Luanti Modding Book" +msgstr "Çeviri - Luanti Modlama Kitabı" #: app/templates/packages/translation.html:26 msgid "Translating content meta - lua_api.md" @@ -4700,18 +4708,18 @@ msgstr "İndir" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" -msgstr "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" +msgstr "Luanti %(min)s - %(max)s" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" -msgstr "Minetest %(min)s ve üzeri için" +msgid "For Luanti %(min)s and above" +msgstr "Luanti %(min)s ve üzeri için" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" -msgstr "Minetest %(max)s ve altı" +msgid "Luanti %(max)s and below" +msgstr "Luanti %(max)s ve altı" #: app/templates/packages/view.html:70 msgid "How do I install this?" @@ -5179,7 +5187,7 @@ msgstr "%(rel)s desteklemeyen paketler" #: app/templates/todo/outdated.html:16 app/templates/todo/screenshots.html:12 #: app/templates/todo/screenshots.html:16 msgid "Minetest-Mods org only" -msgstr "Sadece Minetest-Mods kuruluşu" +msgstr "" #: app/templates/todo/mtver_support.html:25 app/templates/todo/outdated.html:24 #: app/templates/todo/screenshots.html:24 @@ -5328,10 +5336,10 @@ msgstr "Çevirmek için paketler bulun" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" -"Paketleri diğer dillere çevirerek Minetest'in daha erişilebilir olmasına " +"Paketleri diğer dillere çevirerek Luanti'in daha erişilebilir olmasına " "yardımcı olun." #: app/templates/translate/index.html:65 @@ -5460,8 +5468,8 @@ msgid "Create Account" msgstr "Hesap Oluştur" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" -msgstr "Minetest Forumlarında bir hesabınız var mı?" +msgid "Do you have an account on the Luanti Forums?" +msgstr "Luanti Forumlarında bir hesabınız var mı?" #: app/templates/users/claim.html:13 msgid "" @@ -6013,6 +6021,10 @@ msgstr "Desteklenmeyen Oyunlar" msgid "Optional dependencies" msgstr "İsteğe bağlı bağımlılıklar" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "Çok fazla bildiriminiz var, bunları ya okumalı ya da silmelisiniz" @@ -6193,7 +6205,7 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ msgid "Password suggestion" @@ -6509,7 +6521,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6732,7 +6744,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6785,7 +6797,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6853,7 +6865,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6883,7 +6895,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6955,3 +6967,40 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "Lütfen yönetici ile iletişime geçin." +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Onaylandı" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "Hesaplarına erişim istediğinizde kullanıcılara gösterilir" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" +#~ "İpucu: Luanti, mod, veya " +#~ "modpack ögelerini kısa açıklamanın " +#~ "herhangi bir yerine dahil etmeyin. " +#~ "Gereksizdir ve boşa karakter harcar." + +#~ msgid "Luanti-Mods org only" +#~ msgstr "Sadece Luanti-Mods kuruluşu" + diff --git a/translations/uk/LC_MESSAGES/messages.po b/translations/uk/LC_MESSAGES/messages.po index ab97297b..546f1b6c 100644 --- a/translations/uk/LC_MESSAGES/messages.po +++ b/translations/uk/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-02-10 02:02+0000\n" "Last-Translator: Leo \n" "Language: uk\n" @@ -28,580 +28,163 @@ msgstr "Заборонено:" msgid "You have been banned." msgstr "Вас забанено." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 +#, fuzzy msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" +msgid "For 128px or higher texture packs" +msgstr "Найкращі пакети текстур" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 -msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "" - -#. NOTE: tags: title for server_tools -#: app/_translations.py:14 #, fuzzy msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Засоби модерування" +msgid "For 16px texture packs" +msgstr "Найкращі пакети текстур" -#. NOTE: tags: description for server_tools -#: app/_translations.py:16 +#. NOTE: tags: title for 32px +#: app/_translations.py:14 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "32px" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: description for 32px +#: app/_translations.py:16 +#, fuzzy +msgctxt "tags" +msgid "For 32px texture packs" +msgstr "Найкращі пакети текстур" + +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 +#, fuzzy msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "" +msgid "For 64px texture packs" +msgstr "Найкращі пакети текстур" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 -#, fuzzy msgctxt "tags" -msgid "Developer Tools" -msgstr "Засоби модерування" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -#, fuzzy -msgctxt "tags" -msgid "Crafting" -msgstr "Оцінка" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 #, fuzzy msgctxt "tags" msgid "Complex installation" msgstr "Документація" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 -msgctxt "tags" -msgid "Chat / Commands" -msgstr "" - -#. NOTE: tags: description for chat -#: app/_translations.py:66 -msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 #, fuzzy msgctxt "tags" -msgid "Decorative" -msgstr "Деактивувати" +msgid "Crafting" +msgstr "Оцінка" -#. NOTE: tags: description for decorative -#: app/_translations.py:102 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" +msgid "Big changes to crafting gameplay" msgstr "" -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -#, fuzzy -msgctxt "tags" -msgid "Storage" -msgstr "Держава" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Назва" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -#, fuzzy -msgctxt "tags" -msgid "Sports" -msgstr "Звіт" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "Дія" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -#, fuzzy -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "Найкращі пакети текстур" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -#, fuzzy -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Коментар" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -#, fuzzy -msgctxt "tags" -msgid "Transport" -msgstr "Звіт" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -#, fuzzy -msgctxt "tags" -msgid "Seasonal" -msgstr "Причина" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -#, fuzzy -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Затверджено" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -#, fuzzy -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "Найкращі пакети текстур" - #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 #, fuzzy msgctxt "tags" msgid "Creative" msgstr "Створити" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -609,211 +192,627 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +#, fuzzy +msgctxt "tags" +msgid "Custom mapgen" +msgstr "Коментар" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +#, fuzzy +msgctxt "tags" +msgid "Decorative" +msgstr "Деактивувати" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +#, fuzzy +msgctxt "tags" +msgid "Developer Tools" +msgstr "Засоби модерування" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "Дія" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 -#, fuzzy +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" -msgstr "Найкращі пакети текстур" - -#. NOTE: tags: title for technology -#: app/_translations.py:194 -msgctxt "tags" -msgid "Machines / Electronics" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Inventory" +msgstr "" + +#. NOTE: tags: description for inventory +#: app/_translations.py:88 +msgctxt "tags" +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Назва" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +#, fuzzy +msgctxt "tags" +msgid "Seasonal" +msgstr "Причина" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +#, fuzzy +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Засоби модерування" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +#, fuzzy +msgctxt "tags" +msgid "Sports" +msgstr "Звіт" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +#, fuzzy +msgctxt "tags" +msgid "Storage" +msgstr "Держава" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 -msgctxt "tags" -msgid "128px+" -msgstr "" - -#. NOTE: tags: description for 128px -#: app/_translations.py:216 #, fuzzy msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Найкращі пакети текстур" +msgid "Transport" +msgstr "Звіт" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: description for transport +#: app/_translations.py:216 +msgctxt "tags" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" + +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " +msgid "Tools to manage the world" msgstr "" -#. NOTE: content_warnings: title for gore +#. NOTE: content_warnings: title for alcohol_tobacco #: app/_translations.py:222 -#, fuzzy msgctxt "content_warnings" -msgid "Gore" -msgstr "Більше" +msgid "Alcohol / Tobacco" +msgstr "" -#. NOTE: content_warnings: description for gore +#. NOTE: content_warnings: description for alcohol_tobacco #: app/_translations.py:224 msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -#, fuzzy -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Адмін" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" +msgid "Contains alcohol and/or tobacco" msgstr "" #. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 +#: app/_translations.py:226 #, fuzzy msgctxt "content_warnings" msgid "Bad Language" msgstr "Додати пакунок" #. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 +#: app/_translations.py:228 #, fuzzy msgctxt "content_warnings" msgid "Contains swearing" msgstr "Попередження вмісту" -#. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 -msgctxt "content_warnings" -msgid "Alcohol / Tobacco" -msgstr "" - -#. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 -msgctxt "content_warnings" -msgid "Contains alcohol and/or tobacco" -msgstr "" - #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 #, fuzzy msgctxt "content_warnings" msgid "Drugs" msgstr "Правила" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +#, fuzzy +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Адмін" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +#, fuzzy +msgctxt "content_warnings" +msgid "Gore" +msgstr "Більше" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -853,7 +852,7 @@ msgstr "Назва" msgid "Limit to package" msgstr "Обмеження на пакунки" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -869,7 +868,7 @@ msgstr "Обмеження на пакунки" msgid "Save" msgstr "Зберегти" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -883,59 +882,59 @@ msgstr "Зберегти" msgid "Title" msgstr "Заголовок" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "Короткий Опис" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "Вміст Сторінки" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Приватний" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "Закріплене у моєму профілі" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "Колекція з подібною назвою вже існує" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "Неможливо створити колекцію, так як пакунок з такою назвою вже існує" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "Додано пакунок до колекції" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "Вилучено пакунок з колекції" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "Додано пакунок до колекції улюбленого" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(Публічна, змінюйте у Профіль > Мої Колекції)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "Вилучено пакунок з колекції улюбленого" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" "Вітаємо у найкращому місті щоб знайти моди, ігри та пакунки текстур до " -"Minetest" +"Luanti" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 #: app/templates/base.html:36 @@ -966,7 +965,11 @@ msgstr "URL-перенапрямлення" msgid "App Type" msgstr "Вид Застосунку" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "Відкликано усі токени користувачів" @@ -1111,7 +1114,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1365,14 +1368,14 @@ msgstr "Посилання на Git (тобто: хеш фіксації, гіл #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Мінімальна версія Minetest" +msgid "Minimum Luanti Version" +msgstr "Мінімальна версія Luanti" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Максимальна версія Minetest" +msgid "Maximum Luanti Version" +msgstr "Максимальна версія Luanti" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2795,8 +2798,8 @@ msgstr "Перегляди" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Версії Minetest" +msgid "Luanti Versions" +msgstr "Версії Luanti" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3371,8 +3374,8 @@ msgid "Downloads by Reason" msgstr "Завантаження по причині" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." -msgstr "Нова інсталяція: користувач натиснув [Встановити] в Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." +msgstr "Нова інсталяція: користувач натиснув [Встановити] в Luanti." #: app/templates/macros/stats.html:107 msgid "Dependency: was installed automatically to fulfill a dependency." @@ -3384,11 +3387,11 @@ msgstr "Оновлення: для завантаження було он #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" "Інше / Невідомо: завантажено веб-переглядачем або застарілою " -"версією Minetest (до 5.5)." +"версією Luanti (до 5.5)." #: app/templates/macros/stats.html:121 msgid "Need more stats?" @@ -3613,9 +3616,17 @@ msgstr "" msgid "Example Authorize URL" msgstr "Приклад Посилання Авторизації" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" -msgstr "Відображається користувачам, коли Ви запитуєте доступу до їх обліківки" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" +msgstr "" #: app/templates/oauth/create_edit.html:70 msgid "Where will you store your client_secret?" @@ -4120,8 +4131,8 @@ msgid "Approved" msgstr "Затверджено" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" -msgstr "Підтримувані Minetest версії" +msgid "Supported Luanti versions" +msgstr "Підтримувані Luanti версії" #: app/templates/packages/release_edit.html:68 #: app/templates/packages/release_new.html:76 @@ -4133,7 +4144,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4146,10 +4157,10 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" -"Встановлення мінімальної та максимальної підтримуваних версій Minetest.\n" +"Встановлення мінімальної та максимальної підтримуваних версій Luanti.\n" "\t\t\tЦей випуск буде приховано для клієнтів за межами цього діапазону. " #: app/templates/packages/release_edit.html:80 @@ -4248,8 +4259,8 @@ msgstr "" "\t\t\tнастанови щодо налаштування випусків." #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" -msgstr "Підтримувані Minetest версії" +msgid "3. Supported Luanti versions" +msgstr "Підтримувані Luanti версії" #: app/templates/packages/release_new.html:84 msgid "" @@ -4278,10 +4289,10 @@ msgstr "Реліз - це окрема версія вашого %(title)s, як #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" "Ви повинні створювати релізи, навіть якщо ви використовуєте цикл " -"розробки, оскільки вони потрібні Minetest для перевірки оновлень." +"розробки, оскільки вони потрібні Luanti для перевірки оновлень." #: app/templates/packages/release_wizard.html:20 #: app/templates/packages/update_config.html:12 @@ -4577,7 +4588,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4666,18 +4677,18 @@ msgstr "Завантаження" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" -msgstr "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" +msgstr "Luanti %(min)s - %(max)s" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" -msgstr "Для Minetest %(min)s і вище" +msgid "For Luanti %(min)s and above" +msgstr "Для Luanti %(min)s і вище" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" -msgstr "Minetest %(max)s і нижче" +msgid "Luanti %(max)s and below" +msgstr "Luanti %(max)s і нижче" #: app/templates/packages/view.html:70 msgid "How do I install this?" @@ -5130,7 +5141,7 @@ msgstr "Пакунки, які не підтримують %(rel)s" #: app/templates/todo/outdated.html:16 app/templates/todo/screenshots.html:12 #: app/templates/todo/screenshots.html:16 msgid "Minetest-Mods org only" -msgstr "Тільки для Minetest-Mods org" +msgstr "" #: app/templates/todo/mtver_support.html:25 app/templates/todo/outdated.html:24 #: app/templates/todo/screenshots.html:24 @@ -5279,7 +5290,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5408,8 +5419,8 @@ msgid "Create Account" msgstr "Створити обліківку" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" -msgstr "У вас є обліковий запис на форумах Minetest?" +msgid "Do you have an account on the Luanti Forums?" +msgstr "У вас є обліковий запис на форумах Luanti?" #: app/templates/users/claim.html:13 msgid "" @@ -5960,6 +5971,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "У вас багато сповіщень, ви повинні або прочитати, або очистити їх" @@ -6053,7 +6068,7 @@ msgstr "" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ msgid "Password suggestion" @@ -6365,7 +6380,7 @@ msgstr "" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6588,7 +6603,7 @@ msgstr "" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6641,7 +6656,7 @@ msgstr "" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6709,7 +6724,7 @@ msgstr "" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6739,7 +6754,7 @@ msgstr "" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6810,3 +6825,36 @@ msgstr "" #~ msgid "Please contact the admin." #~ msgstr "Будь ласка, зв'яжіться з адміністратором." +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Затверджено" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "Відображається користувачам, коли Ви запитуєте доступу до їх обліківки" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "Тільки для Luanti-Mods org" + diff --git a/translations/vi/LC_MESSAGES/messages.po b/translations/vi/LC_MESSAGES/messages.po index fca0f1f6..b50e3da8 100644 --- a/translations/vi/LC_MESSAGES/messages.po +++ b/translations/vi/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2022-08-25 11:19+0000\n" "Last-Translator: Văn Chí \n" "Language: vi\n" @@ -27,578 +27,161 @@ msgstr "Đã bị cấm:" msgid "You have been banned." msgstr "Bạn đã và đang bị cấm." -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 +#, fuzzy msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" +msgid "For 128px or higher texture packs" +msgstr "Gói Kết cấu Hàng đầu" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" +msgid "16px" msgstr "" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 -msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "" - -#. NOTE: tags: title for server_tools -#: app/_translations.py:14 #, fuzzy msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "Công cụ điều hành" +msgid "For 16px texture packs" +msgstr "Gói Kết cấu Hàng đầu" -#. NOTE: tags: description for server_tools -#: app/_translations.py:16 +#. NOTE: tags: title for 32px +#: app/_translations.py:14 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "32px" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: description for 32px +#: app/_translations.py:16 +#, fuzzy +msgctxt "tags" +msgid "For 32px texture packs" +msgstr "Gói Kết cấu Hàng đầu" + +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" +msgid "64px" msgstr "" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 -msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "" - -#. NOTE: tags: title for developer_tools -#: app/_translations.py:22 #, fuzzy msgctxt "tags" -msgid "Developer Tools" -msgstr "Công cụ điều hành" +msgid "For 64px texture packs" +msgstr "Gói Kết cấu Hàng đầu" -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 +#. NOTE: tags: title for adventure__rpg +#: app/_translations.py:22 msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" +msgid "Adventure / RPG" msgstr "" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" +msgid "Crafting" msgstr "" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." +msgid "Big changes to crafting gameplay" msgstr "" -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -#, fuzzy -msgctxt "tags" -msgid "Decorative" -msgstr "Tắt" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -#, fuzzy -msgctxt "tags" -msgid "Storage" -msgstr "Trạng thái" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "Tên" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -#, fuzzy -msgctxt "tags" -msgid "Sports" -msgstr "Báo cáo" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "Hành động" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -#, fuzzy -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "Gói Kết cấu Hàng đầu" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -#, fuzzy -msgctxt "tags" -msgid "Custom mapgen" -msgstr "Bình luận" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -#, fuzzy -msgctxt "tags" -msgid "Transport" -msgstr "Báo cáo" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -#, fuzzy -msgctxt "tags" -msgid "Seasonal" -msgstr "Lý do" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -#, fuzzy -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "Được Chấp thuận" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -#, fuzzy -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "Gói Kết cấu Hàng đầu" - #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 #, fuzzy msgctxt "tags" msgid "Creative" msgstr "Tạo ra" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -606,210 +189,626 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +#, fuzzy +msgctxt "tags" +msgid "Custom mapgen" +msgstr "Bình luận" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +#, fuzzy +msgctxt "tags" +msgid "Decorative" +msgstr "Tắt" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +#, fuzzy +msgctxt "tags" +msgid "Developer Tools" +msgstr "Công cụ điều hành" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "Hành động" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 -#, fuzzy +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" -msgstr "Gói Kết cấu Hàng đầu" - -#. NOTE: tags: title for technology -#: app/_translations.py:194 -msgctxt "tags" -msgid "Machines / Electronics" +msgid "For mods that grant the player extra information in the HUD" msgstr "" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." +msgid "Inventory" +msgstr "" + +#. NOTE: tags: description for inventory +#: app/_translations.py:88 +msgctxt "tags" +msgid "Changes the inventory GUI" msgstr "" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "Tên" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +#, fuzzy +msgctxt "tags" +msgid "Seasonal" +msgstr "Lý do" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +#, fuzzy +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "Công cụ điều hành" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +#, fuzzy +msgctxt "tags" +msgid "Sports" +msgstr "Báo cáo" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +#, fuzzy +msgctxt "tags" +msgid "Storage" +msgstr "Trạng thái" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 -msgctxt "tags" -msgid "128px+" -msgstr "" - -#. NOTE: tags: description for 128px -#: app/_translations.py:216 #, fuzzy msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "Gói Kết cấu Hàng đầu" +msgid "Transport" +msgstr "Báo cáo" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: description for transport +#: app/_translations.py:216 +msgctxt "tags" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" + +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " +msgid "Tools to manage the world" msgstr "" -#. NOTE: content_warnings: title for gore +#. NOTE: content_warnings: title for alcohol_tobacco #: app/_translations.py:222 -#, fuzzy msgctxt "content_warnings" -msgid "Gore" -msgstr "Thêm" +msgid "Alcohol / Tobacco" +msgstr "" -#. NOTE: content_warnings: description for gore +#. NOTE: content_warnings: description for alcohol_tobacco #: app/_translations.py:224 msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -#, fuzzy -msgctxt "content_warnings" -msgid "Gambling" -msgstr "Quản trị" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" +msgid "Contains alcohol and/or tobacco" msgstr "" #. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 +#: app/_translations.py:226 #, fuzzy msgctxt "content_warnings" msgid "Bad Language" msgstr "Thêm Gói" #. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 +#: app/_translations.py:228 #, fuzzy msgctxt "content_warnings" msgid "Contains swearing" msgstr "Cảnh báo Nội dung" -#. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 -msgctxt "content_warnings" -msgid "Alcohol / Tobacco" -msgstr "" - -#. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 -msgctxt "content_warnings" -msgid "Contains alcohol and/or tobacco" -msgstr "" - #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +#, fuzzy +msgctxt "content_warnings" +msgid "Gambling" +msgstr "Quản trị" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +#, fuzzy +msgctxt "content_warnings" +msgid "Gore" +msgstr "Thêm" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -850,7 +849,7 @@ msgstr "Tên" msgid "Limit to package" msgstr "Giới hạn bởi gói" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -866,7 +865,7 @@ msgstr "Giới hạn bởi gói" msgid "Save" msgstr "Lưu" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -880,56 +879,56 @@ msgstr "Lưu" msgid "Title" msgstr "Tiêu đề" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "Riêng tư" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -961,7 +960,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1107,7 +1110,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1358,14 +1361,14 @@ msgstr "Tham chiếu Git (ví dụ: cam kết băm, nhánh hoặc thẻ)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "Phiên bản Minetest Thấp nhất" +msgid "Minimum Luanti Version" +msgstr "Phiên bản Luanti Thấp nhất" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "Phiên bản Minetest Cao nhất" +msgid "Maximum Luanti Version" +msgstr "Phiên bản Luanti Cao nhất" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2796,12 +2799,12 @@ msgstr "Lượt xem" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Phiên bản Minetest" +msgid "Luanti Versions" +msgstr "Phiên bản Luanti" #: app/templates/admin/versions/list.html:8 msgid "New Version" -msgstr "Minetest Mới" +msgstr "Luanti Mới" #: app/templates/admin/warnings/list.html:4 #: app/templates/admin/warnings/list.html:10 @@ -3372,7 +3375,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3385,8 +3388,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3607,8 +3610,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -4104,8 +4115,8 @@ msgid "Approved" msgstr "Đã được phê duyệt" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" -msgstr "Các phiên bản Minetest được hỗ trợ" +msgid "Supported Luanti versions" +msgstr "Các phiên bản Luanti được hỗ trợ" #: app/templates/packages/release_edit.html:68 #: app/templates/packages/release_new.html:76 @@ -4117,7 +4128,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4130,10 +4141,10 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" -"Đặt phiên bản Minetest tối thiểu và tối đa được hỗ trợ.\n" +"Đặt phiên bản Luanti tối thiểu và tối đa được hỗ trợ.\n" "\t\t\t Bản phát hành này sẽ bị ẩn đối với các khách hàng bên ngoài phạm " "vi đó. " @@ -4233,8 +4244,8 @@ msgstr "" "\t\t\tmẹo tùy chỉnh các bản phát hành." #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" -msgstr "3. Các phiên bản Minetest được hỗ trợ" +msgid "3. Supported Luanti versions" +msgstr "3. Các phiên bản Luanti được hỗ trợ" #: app/templates/packages/release_new.html:84 msgid "" @@ -4265,10 +4276,10 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" "Bạn cần tạo các bản phát hành ngay cả khi bạn sử dụng chu kỳ phát triển " -"bản phát hành luân phiên, vì Minetest cần chúng để kiểm tra các bản cập " +"bản phát hành luân phiên, vì Luanti cần chúng để kiểm tra các bản cập " "nhật." #: app/templates/packages/release_wizard.html:20 @@ -4572,7 +4583,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4659,18 +4670,18 @@ msgstr "Tải xuống" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" -msgstr "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" +msgstr "Luanti %(min)s - %(max)s" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" -msgstr "Cho Minetest %(min)s trở lên" +msgid "For Luanti %(min)s and above" +msgstr "Cho Luanti %(min)s trở lên" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" -msgstr "Minetest %(max)s trở xuống" +msgid "Luanti %(max)s and below" +msgstr "Luanti %(max)s trở xuống" #: app/templates/packages/view.html:70 msgid "How do I install this?" @@ -5119,7 +5130,7 @@ msgstr "" #: app/templates/todo/outdated.html:16 app/templates/todo/screenshots.html:12 #: app/templates/todo/screenshots.html:16 msgid "Minetest-Mods org only" -msgstr "Chỉ Minetest-Mods org" +msgstr "" #: app/templates/todo/mtver_support.html:25 app/templates/todo/outdated.html:24 #: app/templates/todo/screenshots.html:24 @@ -5270,7 +5281,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5396,8 +5407,8 @@ msgid "Create Account" msgstr "Tạo Tài Khoản" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" -msgstr "Bạn có tài khoản trên Diễn đàn Minetest không?" +msgid "Do you have an account on the Luanti Forums?" +msgstr "Bạn có tài khoản trên Diễn đàn Luanti không?" #: app/templates/users/claim.html:13 msgid "" @@ -5940,6 +5951,10 @@ msgstr "" msgid "Optional dependencies" msgstr "" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "Bạn có rất nhiều thông báo, bạn nên đọc hoặc xóa chúng" @@ -5971,11 +5986,11 @@ msgstr "Xin hãy cho phép email thông báo, bạn có thể tùy chỉnh bao n #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ "Bạn không cần có tài khoản diễn" #~ " đàn, tuy nhiên bạn nên tận " -#~ "dụng tối đa cộng đồng Minetest." +#~ "dụng tối đa cộng đồng Luanti." #~ msgid "Password suggestion" #~ msgstr "Mật khẩu đề nghị" @@ -6293,7 +6308,7 @@ msgstr "Xin hãy cho phép email thông báo, bạn có thể tùy chỉnh bao n #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6516,7 +6531,7 @@ msgstr "Xin hãy cho phép email thông báo, bạn có thể tùy chỉnh bao n #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6569,7 +6584,7 @@ msgstr "Xin hãy cho phép email thông báo, bạn có thể tùy chỉnh bao n #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6637,7 +6652,7 @@ msgstr "Xin hãy cho phép email thông báo, bạn có thể tùy chỉnh bao n #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6667,7 +6682,7 @@ msgstr "Xin hãy cho phép email thông báo, bạn có thể tùy chỉnh bao n #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6740,3 +6755,36 @@ msgstr "Xin hãy cho phép email thông báo, bạn có thể tùy chỉnh bao n #~ msgid "Please contact the admin." #~ msgstr "Vui lòng liên hệ với quản trị viên." +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "Được Chấp thuận" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "Chỉ Luanti-Mods org" + diff --git a/translations/zh_CN/LC_MESSAGES/messages.po b/translations/zh_CN/LC_MESSAGES/messages.po index e208e1c8..6f7271ec 100644 --- a/translations/zh_CN/LC_MESSAGES/messages.po +++ b/translations/zh_CN/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-07-31 23:32+0000\n" "Last-Translator: y5nw \n" "Language: zh_CN\n" @@ -27,185 +27,135 @@ msgstr "已封号:" msgid "You have been banned." msgstr "您被封号了。" -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" +msgid "128px+" msgstr "" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 +#, fuzzy msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" +msgid "For 128px or higher texture packs" +msgstr "顶级材质包" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" -msgstr "真人对抗 (PvP)" - -#. NOTE: tags: description for pvp -#: app/_translations.py:12 -msgctxt "tags" -msgid "Designed to be played competitively against other players" +msgid "16px" msgstr "" -#. NOTE: tags: title for server_tools -#: app/_translations.py:14 +#. NOTE: tags: description for 16px +#: app/_translations.py:12 #, fuzzy msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "版主工具" +msgid "For 16px texture packs" +msgstr "16px 材质包" -#. NOTE: tags: description for server_tools -#: app/_translations.py:16 +#. NOTE: tags: title for 32px +#: app/_translations.py:14 msgctxt "tags" -msgid "Helps with server maintenance and moderation" +msgid "32px" msgstr "" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: description for 32px +#: app/_translations.py:16 +#, fuzzy +msgctxt "tags" +msgid "For 32px texture packs" +msgstr "32px 材质包" + +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" -msgstr "果酱 / 子游戏 2023" - -#. NOTE: tags: description for jam_game_2023 -#: app/_translations.py:20 -msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " +msgid "64px" msgstr "" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: description for 64px +#: app/_translations.py:20 +#, fuzzy +msgctxt "tags" +msgid "For 64px texture packs" +msgstr "64px 材质包" + +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "开发者工具" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" +msgid "Adventure / RPG" msgstr "" -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -#, fuzzy -msgctxt "tags" -msgid "Crafting" -msgstr "合成" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -#, fuzzy -msgctxt "tags" -msgid "Big changes to crafting gameplay" -msgstr "修改游戏的合成功能" - #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music +#. NOTE: tags: title for building +#: app/_translations.py:28 +msgctxt "tags" +msgid "Building" +msgstr "" + +#. NOTE: tags: description for building +#: app/_translations.py:30 +msgctxt "tags" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "" + +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 +msgctxt "tags" +msgid "Building Mechanics and Tools" +msgstr "" + +#. NOTE: tags: description for building_mechanics #: app/_translations.py:34 msgctxt "tags" -msgid "Sounds / Music" +msgid "Adds game mechanics or tools that change how players build." msgstr "" -#. NOTE: tags: description for sound_music +#. NOTE: tags: title for chat #: app/_translations.py:36 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" +msgid "Chat / Commands" msgstr "" -#. NOTE: tags: title for mapgen +#. NOTE: tags: description for chat #: app/_translations.py:38 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" +msgid "Focus on player chat/communication or console interaction." msgstr "" -#. NOTE: tags: description for mapgen +#. NOTE: tags: title for commerce #: app/_translations.py:40 msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Commerce / Economy" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "物品栏" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -#, fuzzy -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "修改物品栏界面" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" +msgid "Related to economies, money, and trading" msgstr "" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 #, fuzzy msgctxt "tags" msgid "Complex installation" msgstr "文档" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 #, fuzzy msgctxt "tags" msgid "" @@ -213,402 +163,29 @@ msgid "" "editing the trusted mod setting" msgstr "需要额外的安装步骤,比如安装 LuaRocks 或更改受信任的 Mod 列表" -#. NOTE: tags: title for chat -#: app/_translations.py:64 -msgctxt "tags" -msgid "Chat / Commands" -msgstr "" - -#. NOTE: tags: description for chat -#: app/_translations.py:66 -msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" -msgstr "" - -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 #, fuzzy msgctxt "tags" -msgid "Decorative" -msgstr "装饰" +msgid "Crafting" +msgstr "合成" -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 #, fuzzy msgctxt "tags" -msgid "Storage" -msgstr "存储空间" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -#, fuzzy -msgctxt "tags" -msgid "Mini-game" -msgstr "小游戏" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -#, fuzzy -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "为 Minetest 添加小游戏" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -#, fuzzy -msgctxt "tags" -msgid "Sports" -msgstr "举报" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -#, fuzzy -msgctxt "tags" -msgid "Education" -msgstr "教育" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -#, fuzzy -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "有教育意义或对教师有帮助。 " - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -#, fuzzy -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "16px 材质包" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -#, fuzzy -msgctxt "tags" -msgid "Custom mapgen" -msgstr "存储空间" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -#, fuzzy -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "原创、使用 Lua 实现的地图生成器,一般要求创建世界时使用“singlenode\"地图生成器。" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -#, fuzzy -msgctxt "tags" -msgid "API / Library" -msgstr "API / 库" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -#, fuzzy -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "为其他 Mod 提供 API" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -#, fuzzy -msgctxt "tags" -msgid "Transport" -msgstr "交通与运输" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -#, fuzzy -msgctxt "tags" -msgid "Seasonal" -msgstr "季节性" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -#, fuzzy -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "新增内容主要适用于部分季节或节日" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -#, fuzzy -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "改进的 Minetest Game" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -#, fuzzy -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "32px 材质包" +msgid "Big changes to crafting gameplay" +msgstr "修改游戏的合成功能" #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 #, fuzzy msgctxt "tags" msgid "Creative" msgstr "创造模式" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -616,211 +193,633 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +#, fuzzy +msgctxt "tags" +msgid "Custom mapgen" +msgstr "存储空间" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +#, fuzzy +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "原创、使用 Lua 实现的地图生成器,一般要求创建世界时使用“singlenode\"地图生成器。" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +#, fuzzy +msgctxt "tags" +msgid "Decorative" +msgstr "装饰" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "开发者工具" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +#, fuzzy +msgctxt "tags" +msgid "Education" +msgstr "教育" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +#, fuzzy +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "有教育意义或对教师有帮助。 " + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" +msgid "HUD" msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 +#. NOTE: tags: description for hud +#: app/_translations.py:84 +msgctxt "tags" +msgid "For mods that grant the player extra information in the HUD" +msgstr "" + +#. NOTE: tags: title for inventory +#: app/_translations.py:86 +msgctxt "tags" +msgid "Inventory" +msgstr "物品栏" + +#. NOTE: tags: description for inventory +#: app/_translations.py:88 #, fuzzy msgctxt "tags" -msgid "For 64px texture packs" -msgstr "64px 材质包" - -#. NOTE: tags: title for technology -#: app/_translations.py:194 -msgctxt "tags" -msgid "Machines / Electronics" -msgstr "" - -#. NOTE: tags: description for technology -#: app/_translations.py:196 -msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." -msgstr "" +msgid "Changes the inventory GUI" +msgstr "修改物品栏界面" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "果酱 / 子游戏 2023" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" +msgstr "" + +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +#, fuzzy +msgctxt "tags" +msgid "API / Library" +msgstr "API / 库" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +#, fuzzy +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "为其他 Mod 提供 API" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +#, fuzzy +msgctxt "tags" +msgid "Mini-game" +msgstr "小游戏" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +#, fuzzy +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "为 Luanti 添加小游戏" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "真人对抗 (PvP)" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +#, fuzzy +msgctxt "tags" +msgid "Seasonal" +msgstr "季节性" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +#, fuzzy +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "新增内容主要适用于部分季节或节日" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +#, fuzzy +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "版主工具" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" msgstr "" #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +#, fuzzy +msgctxt "tags" +msgid "Sports" +msgstr "举报" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +#, fuzzy +msgctxt "tags" +msgid "Storage" +msgstr "存储空间" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" +msgid "Tools / Weapons / Armor" msgstr "" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" +msgid "Adds or changes tools, weapons, and armor" msgstr "" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 -msgctxt "tags" -msgid "128px+" -msgstr "" - -#. NOTE: tags: description for 128px -#: app/_translations.py:216 #, fuzzy msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "顶级材质包" +msgid "Transport" +msgstr "交通与运输" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: description for transport +#: app/_translations.py:216 +msgctxt "tags" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" + +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" +msgid "World Maintenance and Tools" msgstr "" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " +msgid "Tools to manage the world" msgstr "" -#. NOTE: content_warnings: title for gore +#. NOTE: content_warnings: title for alcohol_tobacco #: app/_translations.py:222 -#, fuzzy msgctxt "content_warnings" -msgid "Gore" -msgstr "更多" +msgid "Alcohol / Tobacco" +msgstr "" -#. NOTE: content_warnings: description for gore +#. NOTE: content_warnings: description for alcohol_tobacco #: app/_translations.py:224 msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -#, fuzzy -msgctxt "content_warnings" -msgid "Gambling" -msgstr "管理员" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" +msgid "Contains alcohol and/or tobacco" msgstr "" #. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 +#: app/_translations.py:226 #, fuzzy msgctxt "content_warnings" msgid "Bad Language" msgstr "语言" #. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 +#: app/_translations.py:228 #, fuzzy msgctxt "content_warnings" msgid "Contains swearing" msgstr "内容警告" -#. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 -msgctxt "content_warnings" -msgid "Alcohol / Tobacco" -msgstr "" - -#. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 -msgctxt "content_warnings" -msgid "Contains alcohol and/or tobacco" -msgstr "" - #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 #, fuzzy msgctxt "content_warnings" msgid "Drugs" msgstr "规则" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +#, fuzzy +msgctxt "content_warnings" +msgid "Gambling" +msgstr "管理员" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +#, fuzzy +msgctxt "content_warnings" +msgid "Gore" +msgstr "更多" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -860,7 +859,7 @@ msgstr "名称" msgid "Limit to package" msgstr "软件包限制" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -876,7 +875,7 @@ msgstr "软件包限制" msgid "Save" msgstr "保存" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -890,57 +889,57 @@ msgstr "保存" msgid "Title" msgstr "标题" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "短描述" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "页面内容" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "私有" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "置顶在我的个人主页上" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "相似标题的收藏集已存在" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "已有重名软件包,无法创建作品集" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "添加软件包到作品集" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "从作品集移除软件包" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "添加软件包到收藏夹" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(公共,可通过个人资料 > 我的作品集更改)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "从收藏夹移除软件包" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" -msgstr "欢迎来到寻找 Minetest Mod,子游戏,材质包的最佳圣地" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" +msgstr "欢迎来到寻找 Luanti Mod,子游戏,材质包的最佳圣地" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 #: app/templates/base.html:36 @@ -971,7 +970,11 @@ msgstr "跳转 URL" msgid "App Type" msgstr "应用类型" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "撤销所有用户令牌" @@ -1118,8 +1121,8 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" -msgstr "Minetest 版本" +msgid "Luanti Version" +msgstr "Luanti 版本" #: app/blueprints/packages/advanced_search.py:81 #, fuzzy @@ -1371,14 +1374,14 @@ msgstr "Git引用(即:提交哈希,分支或标签)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "最低Minetest版本" +msgid "Minimum Luanti Version" +msgstr "最低Luanti版本" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "最高Minetest版本" +msgid "Maximum Luanti Version" +msgstr "最高Luanti版本" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2780,8 +2783,8 @@ msgstr "浏览量" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Minetest版本" +msgid "Luanti Versions" +msgstr "Luanti版本" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3326,8 +3329,8 @@ msgid "Downloads by Reason" msgstr "按原因统计的下载量" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." -msgstr "新安装:用户在Minetest中点击了[安装]。" +msgid "New Install: the user clicked [Install] inside of Luanti." +msgstr "新安装:用户在Luanti中点击了[安装]。" #: app/templates/macros/stats.html:107 msgid "Dependency: was installed automatically to fulfill a dependency." @@ -3339,9 +3342,9 @@ msgstr "更新:下载软件包更新。" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." -msgstr "其他/未知:由浏览器或旧版 Minetest(5.5 之前)下载。" +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." +msgstr "其他/未知:由浏览器或旧版 Luanti(5.5 之前)下载。" #: app/templates/macros/stats.html:121 msgid "Need more stats?" @@ -3559,9 +3562,17 @@ msgstr "你必须妥善保密。如果无法保密,请将应用程序类型设 msgid "Example Authorize URL" msgstr "授权 URL 示例" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" -msgstr "在你请求访问用户账号时显示给用户" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" +msgstr "" #: app/templates/oauth/create_edit.html:70 msgid "Where will you store your client_secret?" @@ -3701,8 +3712,6 @@ msgid "" "anywhere in the short description. It is unnecessary and wastes " "characters." msgstr "" -"建议:不要在简短描述中的任何位置提到Minetestmod " -"或modpack。这是没有必要的,而且浪费字符。" #: app/templates/packages/create_edit.html:88 msgid "" @@ -4047,8 +4056,8 @@ msgid "Approved" msgstr "已通过" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" -msgstr "支持的Minetest版本" +msgid "Supported Luanti versions" +msgstr "支持的Luanti版本" #: app/templates/packages/release_edit.html:68 #: app/templates/packages/release_new.html:76 @@ -4060,8 +4069,8 @@ msgstr "你确定你的软件包不能在%(version)s之后的版本上运行吗 #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." -msgstr "只有当你知道它无法在较新的Minetest版本上运行时,才会设置最大版本。" +"Luanti versions." +msgstr "只有当你知道它无法在较新的Luanti版本上运行时,才会设置最大版本。" #: app/templates/packages/release_edit.html:71 #: app/templates/packages/release_new.html:79 @@ -4073,10 +4082,10 @@ msgstr "不要因为没有在新版本上测试过就设置最大版本。" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" -"设置支持的Minetest最小和最大版本。\n" +"设置支持的Luanti最小和最大版本。\n" "发行版将对超出范围内的客户端隐藏。 " #: app/templates/packages/release_edit.html:80 @@ -4164,8 +4173,8 @@ msgstr "" "自定义发行版的提示。" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" -msgstr "3. 支持的Minetest版本" +msgid "3. Supported Luanti versions" +msgstr "3. 支持的Luanti版本" #: app/templates/packages/release_new.html:84 msgid "" @@ -4193,8 +4202,8 @@ msgstr "发行版是%(title)s的单个可下载版本。" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." -msgstr "即使开发周期采用滚动更新策略,您仍然需要创建发行版,Minetest要用发行版来检查更新。" +" cycle, as Luanti needs them to check for updates." +msgstr "即使开发周期采用滚动更新策略,您仍然需要创建发行版,Luanti要用发行版来检查更新。" #: app/templates/packages/release_wizard.html:20 #: app/templates/packages/update_config.html:12 @@ -4482,8 +4491,8 @@ msgid "" msgstr "对于实现方法相关信息,请阅读 Modding Book 章节与 lua_api.md" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" -msgstr "翻译 - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" +msgstr "翻译 - Luanti Modding Book" #: app/templates/packages/translation.html:26 msgid "Translating content meta - lua_api.md" @@ -4563,18 +4572,18 @@ msgstr "下载" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" -msgstr "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" +msgstr "Luanti %(min)s - %(max)s" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" -msgstr "适用于 Minetest %(min)s 及以上版本" +msgid "For Luanti %(min)s and above" +msgstr "适用于 Luanti %(min)s 及以上版本" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" -msgstr "Minetest %(max)s 及以下版本" +msgid "Luanti %(max)s and below" +msgstr "Luanti %(max)s 及以下版本" #: app/templates/packages/view.html:70 msgid "How do I install this?" @@ -5013,7 +5022,7 @@ msgstr "软件包不支持%(rel)s" #: app/templates/todo/outdated.html:16 app/templates/todo/screenshots.html:12 #: app/templates/todo/screenshots.html:16 msgid "Minetest-Mods org only" -msgstr "仅限Minetest-Mods org" +msgstr "" #: app/templates/todo/mtver_support.html:25 app/templates/todo/outdated.html:24 #: app/templates/todo/screenshots.html:24 @@ -5155,9 +5164,9 @@ msgstr "寻找待翻译的软件包" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." -msgstr "通过将软件包翻译成其他语言,帮助让 Minetest 更容易访问。" +msgstr "通过将软件包翻译成其他语言,帮助让 Luanti 更容易访问。" #: app/templates/translate/index.html:65 msgid "How to translate a mod / game" @@ -5279,8 +5288,8 @@ msgid "Create Account" msgstr "创建账户" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" -msgstr "您在 Minetest 论坛上有帐户吗?" +msgid "Do you have an account on the Luanti Forums?" +msgstr "您在 Luanti 论坛上有帐户吗?" #: app/templates/users/claim.html:13 msgid "" @@ -5799,6 +5808,10 @@ msgstr "不支持的游戏" msgid "Optional dependencies" msgstr "可选择的依赖关系" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "您有很多通知,您应该阅读或清除这些通知" @@ -5934,8 +5947,8 @@ msgstr "请考虑启用电子邮件通知,您可以自定义发送的数量" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." -#~ msgstr "你不需要论坛账户,但是,为了最好地利用Minetest社区,建议使用该账户。" +#~ " most out of the Luanti community." +#~ msgstr "你不需要论坛账户,但是,为了最好地利用Luanti社区,建议使用该账户。" #~ msgid "Password suggestion" #~ msgstr "密码建议" @@ -6225,7 +6238,7 @@ msgstr "请考虑启用电子邮件通知,您可以自定义发送的数量" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6448,7 +6461,7 @@ msgstr "请考虑启用电子邮件通知,您可以自定义发送的数量" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6501,7 +6514,7 @@ msgstr "请考虑启用电子邮件通知,您可以自定义发送的数量" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6569,7 +6582,7 @@ msgstr "请考虑启用电子邮件通知,您可以自定义发送的数量" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6599,7 +6612,7 @@ msgstr "请考虑启用电子邮件通知,您可以自定义发送的数量" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6666,3 +6679,38 @@ msgstr "请考虑启用电子邮件通知,您可以自定义发送的数量" #~ msgid "Please contact the admin." #~ msgstr "请联系管理员。" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "改进的 Luanti Game" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "在你请求访问用户账号时显示给用户" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" +#~ "建议:不要在简短描述中的任何位置提到Luantimod " +#~ "或modpack。这是没有必要的,而且浪费字符。" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "仅限Luanti-Mods org" + diff --git a/translations/zh_TW/LC_MESSAGES/messages.po b/translations/zh_TW/LC_MESSAGES/messages.po index f1e9ea0e..9f8b4f03 100644 --- a/translations/zh_TW/LC_MESSAGES/messages.po +++ b/translations/zh_TW/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-26 00:49+0100\n" +"POT-Creation-Date: 2024-10-15 21:46+0100\n" "PO-Revision-Date: 2024-08-20 11:09+0000\n" "Last-Translator: hugoalh \n" "Language: zh_TW\n" @@ -27,567 +27,160 @@ msgstr "已封鎖:" msgid "You have been banned." msgstr "你已經被封鎖。" -#. NOTE: tags: title for player_effects +#. NOTE: tags: title for 128px #: app/_translations.py:6 msgctxt "tags" -msgid "Player Effects / Power Ups" -msgstr "" +msgid "128px+" +msgstr "128 像素 +" -#. NOTE: tags: description for player_effects +#. NOTE: tags: description for 128px #: app/_translations.py:8 +#, fuzzy msgctxt "tags" -msgid "" -"For content that changes player effects, including physics, for example: " -"speed, jump height or gravity." -msgstr "" +msgid "For 128px or higher texture packs" +msgstr "優質材質包" -#. NOTE: tags: title for pvp +#. NOTE: tags: title for 16px #: app/_translations.py:10 msgctxt "tags" -msgid "Player vs Player (PvP)" -msgstr "玩家對玩家(PvP)" +msgid "16px" +msgstr "16 像素" -#. NOTE: tags: description for pvp +#. NOTE: tags: description for 16px #: app/_translations.py:12 +#, fuzzy msgctxt "tags" -msgid "Designed to be played competitively against other players" -msgstr "" +msgid "For 16px texture packs" +msgstr "優質材質包" -#. NOTE: tags: title for server_tools +#. NOTE: tags: title for 32px #: app/_translations.py:14 msgctxt "tags" -msgid "Server Moderation and Tools" -msgstr "伺服器管理和工具" +msgid "32px" +msgstr "32 像素" -#. NOTE: tags: description for server_tools +#. NOTE: tags: description for 32px #: app/_translations.py:16 +#, fuzzy msgctxt "tags" -msgid "Helps with server maintenance and moderation" -msgstr "幫助伺服器維護和管理" +msgid "For 32px texture packs" +msgstr "優質材質包" -#. NOTE: tags: title for jam_game_2023 +#. NOTE: tags: title for 64px #: app/_translations.py:18 msgctxt "tags" -msgid "Jam / Game 2023" -msgstr "" +msgid "64px" +msgstr "64 像素" -#. NOTE: tags: description for jam_game_2023 +#. NOTE: tags: description for 64px #: app/_translations.py:20 +#, fuzzy msgctxt "tags" -msgid "Entries to the 2023 Minetest Game Jam " -msgstr "" +msgid "For 64px texture packs" +msgstr "優質材質包" -#. NOTE: tags: title for developer_tools +#. NOTE: tags: title for adventure__rpg #: app/_translations.py:22 msgctxt "tags" -msgid "Developer Tools" -msgstr "開發者工具" - -#. NOTE: tags: description for developer_tools -#: app/_translations.py:24 -msgctxt "tags" -msgid "Tools for game and mod developers" -msgstr "遊戲和模組開發者的工具" - -#. NOTE: tags: title for crafting -#: app/_translations.py:26 -msgctxt "tags" -msgid "Crafting" -msgstr "製作" - -#. NOTE: tags: description for crafting -#: app/_translations.py:28 -msgctxt "tags" -msgid "Big changes to crafting gameplay" -msgstr "" +msgid "Adventure / RPG" +msgstr "冒險/角色扮演" #. NOTE: tags: title for april_fools -#: app/_translations.py:30 +#: app/_translations.py:24 msgctxt "tags" msgid "Joke" msgstr "開玩笑" #. NOTE: tags: description for april_fools -#: app/_translations.py:32 +#: app/_translations.py:26 msgctxt "tags" msgid "" "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." msgstr "" -#. NOTE: tags: title for sound_music -#: app/_translations.py:34 +#. NOTE: tags: title for building +#: app/_translations.py:28 msgctxt "tags" -msgid "Sounds / Music" -msgstr "聲音/音樂" +msgid "Building" +msgstr "建築" -#. NOTE: tags: description for sound_music -#: app/_translations.py:36 +#. NOTE: tags: description for building +#: app/_translations.py:30 msgctxt "tags" -msgid "Focuses on or adds new sounds or musical things" -msgstr "專注於或增加新的聲音或音樂" +msgid "Focuses on building, such as adding new materials or nodes" +msgstr "專注於建築,例如增加新材料或方塊" -#. NOTE: tags: title for mapgen -#: app/_translations.py:38 +#. NOTE: tags: title for building_mechanics +#: app/_translations.py:32 msgctxt "tags" -msgid "Mapgen / Biomes / Decoration" -msgstr "Mapgen/生物群落/裝飾" - -#. NOTE: tags: description for mapgen -#: app/_translations.py:40 -msgctxt "tags" -msgid "New mapgen or changes mapgen" +msgid "Building Mechanics and Tools" msgstr "" -#. NOTE: tags: title for singleplayer +#. NOTE: tags: description for building_mechanics +#: app/_translations.py:34 +msgctxt "tags" +msgid "Adds game mechanics or tools that change how players build." +msgstr "增加改變玩家建築方式的遊戲機制或工具。" + +#. NOTE: tags: title for chat +#: app/_translations.py:36 +msgctxt "tags" +msgid "Chat / Commands" +msgstr "聊天/指令" + +#. NOTE: tags: description for chat +#: app/_translations.py:38 +msgctxt "tags" +msgid "Focus on player chat/communication or console interaction." +msgstr "專注於玩家聊天/交流或控制台互動。" + +#. NOTE: tags: title for commerce +#: app/_translations.py:40 +msgctxt "tags" +msgid "Commerce / Economy" +msgstr "商業/經濟" + +#. NOTE: tags: description for commerce #: app/_translations.py:42 msgctxt "tags" -msgid "Singleplayer-focused" -msgstr "以單人遊戲為主" - -#. NOTE: tags: description for singleplayer -#: app/_translations.py:44 -msgctxt "tags" -msgid "Content that can be played alone" -msgstr "可單獨遊玩的內容" - -#. NOTE: tags: title for inventory -#: app/_translations.py:46 -msgctxt "tags" -msgid "Inventory" -msgstr "物品欄" - -#. NOTE: tags: description for inventory -#: app/_translations.py:48 -msgctxt "tags" -msgid "Changes the inventory GUI" -msgstr "變更物品欄介面" - -#. NOTE: tags: title for adventure__rpg -#: app/_translations.py:50 -msgctxt "tags" -msgid "Adventure / RPG" -msgstr "冒險/角色扮演" - -#. NOTE: tags: title for shooter -#: app/_translations.py:52 -msgctxt "tags" -msgid "Shooter" -msgstr "射擊" - -#. NOTE: tags: description for shooter -#: app/_translations.py:54 -msgctxt "tags" -msgid "First person shooters (FPS) and more" -msgstr "第一人稱射擊遊戲(FPS)和更多" - -#. NOTE: tags: title for world_tools -#: app/_translations.py:56 -msgctxt "tags" -msgid "World Maintenance and Tools" -msgstr "世界維護和工具" - -#. NOTE: tags: description for world_tools -#: app/_translations.py:58 -msgctxt "tags" -msgid "Tools to manage the world" -msgstr "管理世界的工具" +msgid "Related to economies, money, and trading" +msgstr "與經濟、貨幣和貿易相關" #. NOTE: tags: title for complex_installation -#: app/_translations.py:60 +#: app/_translations.py:44 msgctxt "tags" msgid "Complex installation" msgstr "複雜安裝" #. NOTE: tags: description for complex_installation -#: app/_translations.py:62 +#: app/_translations.py:46 msgctxt "tags" msgid "" "Requires futher installation steps, such as installing LuaRocks or " "editing the trusted mod setting" msgstr "需要進一步的安裝步驟,例如安裝 LuaRocks 或編輯受信任的模組設定" -#. NOTE: tags: title for chat -#: app/_translations.py:64 +#. NOTE: tags: title for crafting +#: app/_translations.py:48 msgctxt "tags" -msgid "Chat / Commands" -msgstr "聊天/指令" +msgid "Crafting" +msgstr "製作" -#. NOTE: tags: description for chat -#: app/_translations.py:66 +#. NOTE: tags: description for crafting +#: app/_translations.py:50 msgctxt "tags" -msgid "Focus on player chat/communication or console interaction." -msgstr "專注於玩家聊天/交流或控制台互動。" - -#. NOTE: tags: title for multiplayer -#: app/_translations.py:68 -msgctxt "tags" -msgid "Multiplayer-focused" -msgstr "以多人遊戲為主" - -#. NOTE: tags: description for multiplayer -#: app/_translations.py:70 -msgctxt "tags" -msgid "Can/should only be used in multiplayer" -msgstr "只能/應該在多人遊戲中使用" - -#. NOTE: tags: title for simulation -#: app/_translations.py:72 -msgctxt "tags" -msgid "Sims" -msgstr "模擬" - -#. NOTE: tags: description for simulation -#: app/_translations.py:74 -msgctxt "tags" -msgid "" -"Mods and games that aim to simulate real life activity. Similar to " -"SimCity/The Sims/OpenTTD/etc." -msgstr "旨在模擬現實生活活動的模組和遊戲。類似 SimCity、The Sims、OpenTTD 等。" - -#. NOTE: tags: title for plants_and_farming -#: app/_translations.py:76 -msgctxt "tags" -msgid "Plants and Farming" -msgstr "植物與農業" - -#. NOTE: tags: description for plants_and_farming -#: app/_translations.py:78 -msgctxt "tags" -msgid "Adds new plants or other farmable resources." -msgstr "增加新植物或其他可耕種資源。" - -#. NOTE: tags: title for tools -#: app/_translations.py:80 -msgctxt "tags" -msgid "Tools / Weapons / Armor" -msgstr "工具/武器/盔甲" - -#. NOTE: tags: description for tools -#: app/_translations.py:82 -msgctxt "tags" -msgid "Adds or changes tools, weapons, and armor" -msgstr "新增或變更工具、武器和盔甲" - -#. NOTE: tags: title for environment -#: app/_translations.py:84 -msgctxt "tags" -msgid "Environment / Weather" -msgstr "環境/天氣" - -#. NOTE: tags: description for environment -#: app/_translations.py:86 -msgctxt "tags" -msgid "" -"Improves the world, adding weather, ambient sounds, or other environment " -"mechanics" -msgstr "改善世界,加入天氣、環境聲音或其他環境機制" - -#. NOTE: tags: title for oneofakind__original -#: app/_translations.py:88 -msgctxt "tags" -msgid "One-of-a-kind / Original" +msgid "Big changes to crafting gameplay" msgstr "" -#. NOTE: tags: description for oneofakind__original -#: app/_translations.py:90 -msgctxt "tags" -msgid "" -"For games and such that are of their own kind, distinct and original in " -"nature to others of the same category." -msgstr "" - -#. NOTE: tags: title for building -#: app/_translations.py:92 -msgctxt "tags" -msgid "Building" -msgstr "建築" - -#. NOTE: tags: description for building -#: app/_translations.py:94 -msgctxt "tags" -msgid "Focuses on building, such as adding new materials or nodes" -msgstr "專注於建築,例如增加新材料或方塊" - -#. NOTE: tags: title for puzzle -#: app/_translations.py:96 -msgctxt "tags" -msgid "Puzzle" -msgstr "解謎" - -#. NOTE: tags: description for puzzle -#: app/_translations.py:98 -msgctxt "tags" -msgid "Focus on puzzle solving instead of combat" -msgstr "專注於解謎而不是戰鬥" - -#. NOTE: tags: title for decorative -#: app/_translations.py:100 -msgctxt "tags" -msgid "Decorative" -msgstr "裝飾性" - -#. NOTE: tags: description for decorative -#: app/_translations.py:102 -msgctxt "tags" -msgid "Adds nodes with no other purpose than for use in building" -msgstr "增加方塊除了用於建築之外沒有其他目的" - -#. NOTE: tags: title for less_than_px -#: app/_translations.py:104 -msgctxt "tags" -msgid "<16px" -msgstr "< 16 像素" - -#. NOTE: tags: description for less_than_px -#: app/_translations.py:106 -msgctxt "tags" -msgid "Less than 16px" -msgstr "小於 16 像素" - -#. NOTE: tags: title for magic -#: app/_translations.py:108 -msgctxt "tags" -msgid "Magic / Enchanting" -msgstr "魔法/附魔" - -#. NOTE: tags: title for mobs -#: app/_translations.py:110 -msgctxt "tags" -msgid "Mobs / Animals / NPCs" -msgstr "生物/動物/NPC" - -#. NOTE: tags: description for mobs -#: app/_translations.py:112 -msgctxt "tags" -msgid "Adds mobs, animals, and non-player characters" -msgstr "增加生物、動物和非玩家角色" - -#. NOTE: tags: title for building_mechanics -#: app/_translations.py:114 -msgctxt "tags" -msgid "Building Mechanics and Tools" -msgstr "" - -#. NOTE: tags: description for building_mechanics -#: app/_translations.py:116 -msgctxt "tags" -msgid "Adds game mechanics or tools that change how players build." -msgstr "增加改變玩家建築方式的遊戲機制或工具。" - -#. NOTE: tags: title for pve -#: app/_translations.py:118 -msgctxt "tags" -msgid "Player vs Environment (PvE)" -msgstr "玩家對環境(PvE)" - -#. NOTE: tags: description for pve -#: app/_translations.py:120 -msgctxt "tags" -msgid "" -"For content designed for one or more players that focus on combat against" -" the world, mobs, or NPCs." -msgstr "適用於為一名或多名玩家設計的內容,專注於與世界、生物或 NPC 的戰鬥。" - -#. NOTE: tags: title for storage -#: app/_translations.py:122 -msgctxt "tags" -msgid "Storage" -msgstr "儲存" - -#. NOTE: tags: description for storage -#: app/_translations.py:124 -msgctxt "tags" -msgid "Adds or improves item storage mechanics" -msgstr "增加或改善物品儲存機制" - -#. NOTE: tags: title for mini-game -#: app/_translations.py:126 -msgctxt "tags" -msgid "Mini-game" -msgstr "小遊戲" - -#. NOTE: tags: description for mini-game -#: app/_translations.py:128 -msgctxt "tags" -msgid "Adds a mini-game to be played within Minetest" -msgstr "新增一個可以在 Minetest 中遊玩的迷你遊戲" - -#. NOTE: tags: title for sports -#: app/_translations.py:130 -msgctxt "tags" -msgid "Sports" -msgstr "運動" - -#. NOTE: tags: title for education -#: app/_translations.py:132 -msgctxt "tags" -msgid "Education" -msgstr "教育" - -#. NOTE: tags: description for education -#: app/_translations.py:134 -msgctxt "tags" -msgid "Either has educational value, or is a tool to help teachers " -msgstr "" - -#. NOTE: tags: title for 16px -#: app/_translations.py:136 -msgctxt "tags" -msgid "16px" -msgstr "16 像素" - -#. NOTE: tags: description for 16px -#: app/_translations.py:138 -#, fuzzy -msgctxt "tags" -msgid "For 16px texture packs" -msgstr "優質材質包" - -#. NOTE: tags: title for custom_mapgen -#: app/_translations.py:140 -msgctxt "tags" -msgid "Custom mapgen" -msgstr "自訂 Mapgen" - -#. NOTE: tags: description for custom_mapgen -#: app/_translations.py:142 -msgctxt "tags" -msgid "" -"Contains a completely custom mapgen implemented in Lua, usually requires " -"worlds to be set to the 'singlenode' mapgen." -msgstr "" - -#. NOTE: tags: title for hud -#: app/_translations.py:144 -msgctxt "tags" -msgid "HUD" -msgstr "" - -#. NOTE: tags: description for hud -#: app/_translations.py:146 -msgctxt "tags" -msgid "For mods that grant the player extra information in the HUD" -msgstr "" - -#. NOTE: tags: title for survival -#: app/_translations.py:148 -msgctxt "tags" -msgid "Survival" -msgstr "生存" - -#. NOTE: tags: description for survival -#: app/_translations.py:150 -msgctxt "tags" -msgid "" -"Written specifically for survival gameplay with a focus on game-balance, " -"difficulty level, or resources available through crafting, mining, ..." -msgstr "" - -#. NOTE: tags: title for library -#: app/_translations.py:152 -msgctxt "tags" -msgid "API / Library" -msgstr "" - -#. NOTE: tags: description for library -#: app/_translations.py:154 -msgctxt "tags" -msgid "Primarily adds an API for other mods to use" -msgstr "主要是增加一個 API 供其他模組使用" - -#. NOTE: tags: title for jam_weekly_2021 -#: app/_translations.py:156 -msgctxt "tags" -msgid "Jam / Weekly Challenges 2021" -msgstr "" - -#. NOTE: tags: description for jam_weekly_2021 -#: app/_translations.py:158 -msgctxt "tags" -msgid "" -"For mods created for the Discord \"Weekly Challenges\" modding event in " -"2021" -msgstr "" - -#. NOTE: tags: title for commerce -#: app/_translations.py:160 -msgctxt "tags" -msgid "Commerce / Economy" -msgstr "商業/經濟" - -#. NOTE: tags: description for commerce -#: app/_translations.py:162 -msgctxt "tags" -msgid "Related to economies, money, and trading" -msgstr "與經濟、貨幣和貿易相關" - -#. NOTE: tags: title for transport -#: app/_translations.py:164 -msgctxt "tags" -msgid "Transport" -msgstr "運輸" - -#. NOTE: tags: description for transport -#: app/_translations.py:166 -msgctxt "tags" -msgid "" -"Adds or changes transportation methods. Includes teleportation, vehicles," -" ridable mobs, transport infrastructure and thematic content" -msgstr "" - -#. NOTE: tags: title for seasonal -#: app/_translations.py:168 -msgctxt "tags" -msgid "Seasonal" -msgstr "季節性" - -#. NOTE: tags: description for seasonal -#: app/_translations.py:170 -msgctxt "tags" -msgid "For content generally themed around a certain season or holiday" -msgstr "" - -#. NOTE: tags: title for food -#: app/_translations.py:172 -msgctxt "tags" -msgid "Food / Drinks" -msgstr "食物/飲料" - -#. NOTE: tags: title for mtg -#: app/_translations.py:174 -#, fuzzy -msgctxt "tags" -msgid "Minetest Game improved" -msgstr "是否被批准" - -#. NOTE: tags: description for mtg -#: app/_translations.py:176 -msgctxt "tags" -msgid "Forks of Minetest Game" -msgstr "" - -#. NOTE: tags: title for 32px -#: app/_translations.py:178 -msgctxt "tags" -msgid "32px" -msgstr "32 像素" - -#. NOTE: tags: description for 32px -#: app/_translations.py:180 -#, fuzzy -msgctxt "tags" -msgid "For 32px texture packs" -msgstr "優質材質包" - #. NOTE: tags: title for creative -#: app/_translations.py:182 +#: app/_translations.py:52 msgctxt "tags" msgid "Creative" msgstr "創造" #. NOTE: tags: description for creative -#: app/_translations.py:184 +#: app/_translations.py:54 msgctxt "tags" msgid "" "Written specifically or exclusively for use in creative mode. Adds " @@ -595,207 +188,613 @@ msgid "" "that facilitate ingame creation and doesn't add difficulty or scarcity" msgstr "" +#. NOTE: tags: title for custom_mapgen +#: app/_translations.py:56 +msgctxt "tags" +msgid "Custom mapgen" +msgstr "自訂 Mapgen" + +#. NOTE: tags: description for custom_mapgen +#: app/_translations.py:58 +msgctxt "tags" +msgid "" +"Contains a completely custom mapgen implemented in Lua, usually requires " +"worlds to be set to the 'singlenode' mapgen." +msgstr "" + +#. NOTE: tags: title for decorative +#: app/_translations.py:60 +msgctxt "tags" +msgid "Decorative" +msgstr "裝飾性" + +#. NOTE: tags: description for decorative +#: app/_translations.py:62 +msgctxt "tags" +msgid "Adds nodes with no other purpose than for use in building" +msgstr "增加方塊除了用於建築之外沒有其他目的" + +#. NOTE: tags: title for developer_tools +#: app/_translations.py:64 +msgctxt "tags" +msgid "Developer Tools" +msgstr "開發者工具" + +#. NOTE: tags: description for developer_tools +#: app/_translations.py:66 +msgctxt "tags" +msgid "Tools for game and mod developers" +msgstr "遊戲和模組開發者的工具" + +#. NOTE: tags: title for education +#: app/_translations.py:68 +msgctxt "tags" +msgid "Education" +msgstr "教育" + +#. NOTE: tags: description for education +#: app/_translations.py:70 +msgctxt "tags" +msgid "Either has educational value, or is a tool to help teachers " +msgstr "" + +#. NOTE: tags: title for environment +#: app/_translations.py:72 +msgctxt "tags" +msgid "Environment / Weather" +msgstr "環境/天氣" + +#. NOTE: tags: description for environment +#: app/_translations.py:74 +msgctxt "tags" +msgid "" +"Improves the world, adding weather, ambient sounds, or other environment " +"mechanics" +msgstr "改善世界,加入天氣、環境聲音或其他環境機制" + +#. NOTE: tags: title for food +#: app/_translations.py:76 +msgctxt "tags" +msgid "Food / Drinks" +msgstr "食物/飲料" + #. NOTE: tags: title for gui -#: app/_translations.py:186 +#: app/_translations.py:78 msgctxt "tags" msgid "GUI" msgstr "" #. NOTE: tags: description for gui -#: app/_translations.py:188 +#: app/_translations.py:80 msgctxt "tags" msgid "" "For content whose main utility or features are provided within a GUI, on-" "screen menu, or similar" msgstr "" -#. NOTE: tags: title for 64px -#: app/_translations.py:190 +#. NOTE: tags: title for hud +#: app/_translations.py:82 msgctxt "tags" -msgid "64px" -msgstr "64 像素" +msgid "HUD" +msgstr "" -#. NOTE: tags: description for 64px -#: app/_translations.py:192 -#, fuzzy +#. NOTE: tags: description for hud +#: app/_translations.py:84 msgctxt "tags" -msgid "For 64px texture packs" -msgstr "優質材質包" +msgid "For mods that grant the player extra information in the HUD" +msgstr "" -#. NOTE: tags: title for technology -#: app/_translations.py:194 +#. NOTE: tags: title for inventory +#: app/_translations.py:86 msgctxt "tags" -msgid "Machines / Electronics" -msgstr "機器/電子產品" +msgid "Inventory" +msgstr "物品欄" -#. NOTE: tags: description for technology -#: app/_translations.py:196 +#. NOTE: tags: description for inventory +#: app/_translations.py:88 msgctxt "tags" -msgid "Adds machines useful in automation, tubes, or power." -msgstr "增加可以用於自動化、管道或電力的機器。" +msgid "Changes the inventory GUI" +msgstr "變更物品欄介面" #. NOTE: tags: title for jam_combat_mod -#: app/_translations.py:198 +#: app/_translations.py:90 msgctxt "tags" msgid "Jam / Combat 2020" msgstr "" #. NOTE: tags: description for jam_combat_mod -#: app/_translations.py:200 +#: app/_translations.py:92 msgctxt "tags" msgid "For mods created for the Discord \"Combat\" modding event in 2020" msgstr "" -#. NOTE: tags: title for strategy_rts -#: app/_translations.py:202 +#. NOTE: tags: title for jam_game_2021 +#: app/_translations.py:94 msgctxt "tags" -msgid "Strategy / RTS" +msgid "Jam / Game 2021" msgstr "" -#. NOTE: tags: description for strategy_rts -#: app/_translations.py:204 +#. NOTE: tags: description for jam_game_2021 +#: app/_translations.py:96 +msgctxt "tags" +msgid "Entries to the 2021 Minetest Game Jam" +msgstr "" + +#. NOTE: tags: title for jam_game_2022 +#: app/_translations.py:98 +msgctxt "tags" +msgid " Jam / Game 2022" +msgstr "" + +#. NOTE: tags: description for jam_game_2022 +#: app/_translations.py:100 +msgctxt "tags" +msgid "Entries to the 2022 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_game_2023 +#: app/_translations.py:102 +msgctxt "tags" +msgid "Jam / Game 2023" +msgstr "" + +#. NOTE: tags: description for jam_game_2023 +#: app/_translations.py:104 +msgctxt "tags" +msgid "Entries to the 2023 Minetest Game Jam " +msgstr "" + +#. NOTE: tags: title for jam_weekly_2021 +#: app/_translations.py:106 +msgctxt "tags" +msgid "Jam / Weekly Challenges 2021" +msgstr "" + +#. NOTE: tags: description for jam_weekly_2021 +#: app/_translations.py:108 msgctxt "tags" msgid "" -"Games and mods with a heavy strategy component, whether real-time or " -"turn-based" +"For mods created for the Discord \"Weekly Challenges\" modding event in " +"2021" msgstr "" +#. NOTE: tags: title for less_than_px +#: app/_translations.py:110 +msgctxt "tags" +msgid "<16px" +msgstr "< 16 像素" + +#. NOTE: tags: description for less_than_px +#: app/_translations.py:112 +msgctxt "tags" +msgid "Less than 16px" +msgstr "小於 16 像素" + +#. NOTE: tags: title for library +#: app/_translations.py:114 +msgctxt "tags" +msgid "API / Library" +msgstr "" + +#. NOTE: tags: description for library +#: app/_translations.py:116 +msgctxt "tags" +msgid "Primarily adds an API for other mods to use" +msgstr "主要是增加一個 API 供其他模組使用" + +#. NOTE: tags: title for magic +#: app/_translations.py:118 +msgctxt "tags" +msgid "Magic / Enchanting" +msgstr "魔法/附魔" + +#. NOTE: tags: title for mapgen +#: app/_translations.py:120 +msgctxt "tags" +msgid "Mapgen / Biomes / Decoration" +msgstr "Mapgen/生物群落/裝飾" + +#. NOTE: tags: description for mapgen +#: app/_translations.py:122 +msgctxt "tags" +msgid "New mapgen or changes mapgen" +msgstr "" + +#. NOTE: tags: title for mini-game +#: app/_translations.py:124 +msgctxt "tags" +msgid "Mini-game" +msgstr "小遊戲" + +#. NOTE: tags: description for mini-game +#: app/_translations.py:126 +msgctxt "tags" +msgid "Adds a mini-game to be played within Luanti" +msgstr "新增一個可以在 Luanti 中遊玩的迷你遊戲" + +#. NOTE: tags: title for mobs +#: app/_translations.py:128 +msgctxt "tags" +msgid "Mobs / Animals / NPCs" +msgstr "生物/動物/NPC" + +#. NOTE: tags: description for mobs +#: app/_translations.py:130 +msgctxt "tags" +msgid "Adds mobs, animals, and non-player characters" +msgstr "增加生物、動物和非玩家角色" + +#. NOTE: tags: title for mtg +#: app/_translations.py:132 +msgctxt "tags" +msgid "Minetest Game improved" +msgstr "" + +#. NOTE: tags: description for mtg +#: app/_translations.py:134 +msgctxt "tags" +msgid "Forks of Minetest Game" +msgstr "" + +#. NOTE: tags: title for multiplayer +#: app/_translations.py:136 +msgctxt "tags" +msgid "Multiplayer-focused" +msgstr "以多人遊戲為主" + +#. NOTE: tags: description for multiplayer +#: app/_translations.py:138 +msgctxt "tags" +msgid "Can/should only be used in multiplayer" +msgstr "只能/應該在多人遊戲中使用" + +#. NOTE: tags: title for oneofakind__original +#: app/_translations.py:140 +msgctxt "tags" +msgid "One-of-a-kind / Original" +msgstr "" + +#. NOTE: tags: description for oneofakind__original +#: app/_translations.py:142 +msgctxt "tags" +msgid "" +"For games and such that are of their own kind, distinct and original in " +"nature to others of the same category." +msgstr "" + +#. NOTE: tags: title for plants_and_farming +#: app/_translations.py:144 +msgctxt "tags" +msgid "Plants and Farming" +msgstr "植物與農業" + +#. NOTE: tags: description for plants_and_farming +#: app/_translations.py:146 +msgctxt "tags" +msgid "Adds new plants or other farmable resources." +msgstr "增加新植物或其他可耕種資源。" + +#. NOTE: tags: title for player_effects +#: app/_translations.py:148 +msgctxt "tags" +msgid "Player Effects / Power Ups" +msgstr "" + +#. NOTE: tags: description for player_effects +#: app/_translations.py:150 +msgctxt "tags" +msgid "" +"For content that changes player effects, including physics, for example: " +"speed, jump height or gravity." +msgstr "" + +#. NOTE: tags: title for puzzle +#: app/_translations.py:152 +msgctxt "tags" +msgid "Puzzle" +msgstr "解謎" + +#. NOTE: tags: description for puzzle +#: app/_translations.py:154 +msgctxt "tags" +msgid "Focus on puzzle solving instead of combat" +msgstr "專注於解謎而不是戰鬥" + +#. NOTE: tags: title for pve +#: app/_translations.py:156 +msgctxt "tags" +msgid "Player vs Environment (PvE)" +msgstr "玩家對環境(PvE)" + +#. NOTE: tags: description for pve +#: app/_translations.py:158 +msgctxt "tags" +msgid "" +"For content designed for one or more players that focus on combat against" +" the world, mobs, or NPCs." +msgstr "適用於為一名或多名玩家設計的內容,專注於與世界、生物或 NPC 的戰鬥。" + +#. NOTE: tags: title for pvp +#: app/_translations.py:160 +msgctxt "tags" +msgid "Player vs Player (PvP)" +msgstr "玩家對玩家(PvP)" + +#. NOTE: tags: description for pvp +#: app/_translations.py:162 +msgctxt "tags" +msgid "Designed to be played competitively against other players" +msgstr "" + +#. NOTE: tags: title for seasonal +#: app/_translations.py:164 +msgctxt "tags" +msgid "Seasonal" +msgstr "季節性" + +#. NOTE: tags: description for seasonal +#: app/_translations.py:166 +msgctxt "tags" +msgid "For content generally themed around a certain season or holiday" +msgstr "" + +#. NOTE: tags: title for server_tools +#: app/_translations.py:168 +msgctxt "tags" +msgid "Server Moderation and Tools" +msgstr "伺服器管理和工具" + +#. NOTE: tags: description for server_tools +#: app/_translations.py:170 +msgctxt "tags" +msgid "Helps with server maintenance and moderation" +msgstr "幫助伺服器維護和管理" + +#. NOTE: tags: title for shooter +#: app/_translations.py:172 +msgctxt "tags" +msgid "Shooter" +msgstr "射擊" + +#. NOTE: tags: description for shooter +#: app/_translations.py:174 +msgctxt "tags" +msgid "First person shooters (FPS) and more" +msgstr "第一人稱射擊遊戲(FPS)和更多" + +#. NOTE: tags: title for simulation +#: app/_translations.py:176 +msgctxt "tags" +msgid "Sims" +msgstr "模擬" + +#. NOTE: tags: description for simulation +#: app/_translations.py:178 +msgctxt "tags" +msgid "" +"Mods and games that aim to simulate real life activity. Similar to " +"SimCity/The Sims/OpenTTD/etc." +msgstr "旨在模擬現實生活活動的模組和遊戲。類似 SimCity、The Sims、OpenTTD 等。" + +#. NOTE: tags: title for singleplayer +#: app/_translations.py:180 +msgctxt "tags" +msgid "Singleplayer-focused" +msgstr "以單人遊戲為主" + +#. NOTE: tags: description for singleplayer +#: app/_translations.py:182 +msgctxt "tags" +msgid "Content that can be played alone" +msgstr "可單獨遊玩的內容" + #. NOTE: tags: title for skins -#: app/_translations.py:206 +#: app/_translations.py:184 msgctxt "tags" msgid "Player customization / Skins" msgstr "" #. NOTE: tags: description for skins -#: app/_translations.py:208 +#: app/_translations.py:186 msgctxt "tags" msgid "" "Allows the player to customize their character by changing the texture or" " adding accessories." msgstr "" -#. NOTE: tags: title for jam_game_2021 +#. NOTE: tags: title for sound_music +#: app/_translations.py:188 +msgctxt "tags" +msgid "Sounds / Music" +msgstr "聲音/音樂" + +#. NOTE: tags: description for sound_music +#: app/_translations.py:190 +msgctxt "tags" +msgid "Focuses on or adds new sounds or musical things" +msgstr "專注於或增加新的聲音或音樂" + +#. NOTE: tags: title for sports +#: app/_translations.py:192 +msgctxt "tags" +msgid "Sports" +msgstr "運動" + +#. NOTE: tags: title for storage +#: app/_translations.py:194 +msgctxt "tags" +msgid "Storage" +msgstr "儲存" + +#. NOTE: tags: description for storage +#: app/_translations.py:196 +msgctxt "tags" +msgid "Adds or improves item storage mechanics" +msgstr "增加或改善物品儲存機制" + +#. NOTE: tags: title for strategy_rts +#: app/_translations.py:198 +msgctxt "tags" +msgid "Strategy / RTS" +msgstr "" + +#. NOTE: tags: description for strategy_rts +#: app/_translations.py:200 +msgctxt "tags" +msgid "" +"Games and mods with a heavy strategy component, whether real-time or " +"turn-based" +msgstr "" + +#. NOTE: tags: title for survival +#: app/_translations.py:202 +msgctxt "tags" +msgid "Survival" +msgstr "生存" + +#. NOTE: tags: description for survival +#: app/_translations.py:204 +msgctxt "tags" +msgid "" +"Written specifically for survival gameplay with a focus on game-balance, " +"difficulty level, or resources available through crafting, mining, ..." +msgstr "" + +#. NOTE: tags: title for technology +#: app/_translations.py:206 +msgctxt "tags" +msgid "Machines / Electronics" +msgstr "機器/電子產品" + +#. NOTE: tags: description for technology +#: app/_translations.py:208 +msgctxt "tags" +msgid "Adds machines useful in automation, tubes, or power." +msgstr "增加可以用於自動化、管道或電力的機器。" + +#. NOTE: tags: title for tools #: app/_translations.py:210 msgctxt "tags" -msgid "Jam / Game 2021" -msgstr "" +msgid "Tools / Weapons / Armor" +msgstr "工具/武器/盔甲" -#. NOTE: tags: description for jam_game_2021 +#. NOTE: tags: description for tools #: app/_translations.py:212 msgctxt "tags" -msgid "Entries to the 2021 Minetest Game Jam" -msgstr "" +msgid "Adds or changes tools, weapons, and armor" +msgstr "新增或變更工具、武器和盔甲" -#. NOTE: tags: title for 128px +#. NOTE: tags: title for transport #: app/_translations.py:214 msgctxt "tags" -msgid "128px+" -msgstr "128 像素 +" +msgid "Transport" +msgstr "運輸" -#. NOTE: tags: description for 128px +#. NOTE: tags: description for transport #: app/_translations.py:216 -#, fuzzy msgctxt "tags" -msgid "For 128px or higher texture packs" -msgstr "優質材質包" +msgid "" +"Adds or changes transportation methods. Includes teleportation, vehicles," +" ridable mobs, transport infrastructure and thematic content" +msgstr "" -#. NOTE: tags: title for jam_game_2022 +#. NOTE: tags: title for world_tools #: app/_translations.py:218 msgctxt "tags" -msgid " Jam / Game 2022" -msgstr "" +msgid "World Maintenance and Tools" +msgstr "世界維護和工具" -#. NOTE: tags: description for jam_game_2022 +#. NOTE: tags: description for world_tools #: app/_translations.py:220 msgctxt "tags" -msgid "Entries to the 2022 Minetest Game Jam " -msgstr "" - -#. NOTE: content_warnings: title for gore -#: app/_translations.py:222 -msgctxt "content_warnings" -msgid "Gore" -msgstr "血腥" - -#. NOTE: content_warnings: description for gore -#: app/_translations.py:224 -msgctxt "content_warnings" -msgid "Blood, etc" -msgstr "" - -#. NOTE: content_warnings: title for gambling -#: app/_translations.py:226 -msgctxt "content_warnings" -msgid "Gambling" -msgstr "賭博" - -#. NOTE: content_warnings: description for gambling -#: app/_translations.py:228 -msgctxt "content_warnings" -msgid "Games of chance, gambling games, etc" -msgstr "" - -#. NOTE: content_warnings: title for violence -#: app/_translations.py:230 -msgctxt "content_warnings" -msgid "Violence" -msgstr "暴力" - -#. NOTE: content_warnings: description for violence -#: app/_translations.py:232 -msgctxt "content_warnings" -msgid "Non-cartoon violence. May be towards fantasy or human-like characters" -msgstr "" - -#. NOTE: content_warnings: title for horror -#: app/_translations.py:234 -msgctxt "content_warnings" -msgid "Fear / Horror" -msgstr "" - -#. NOTE: content_warnings: description for horror -#: app/_translations.py:236 -msgctxt "content_warnings" -msgid "Shocking and scary content. May scare young children" -msgstr "" - -#. NOTE: content_warnings: title for bad_language -#: app/_translations.py:238 -msgctxt "content_warnings" -msgid "Bad Language" -msgstr "" - -#. NOTE: content_warnings: description for bad_language -#: app/_translations.py:240 -#, fuzzy -msgctxt "content_warnings" -msgid "Contains swearing" -msgstr "內容警告" +msgid "Tools to manage the world" +msgstr "管理世界的工具" #. NOTE: content_warnings: title for alcohol_tobacco -#: app/_translations.py:242 +#: app/_translations.py:222 msgctxt "content_warnings" msgid "Alcohol / Tobacco" msgstr "" #. NOTE: content_warnings: description for alcohol_tobacco -#: app/_translations.py:244 +#: app/_translations.py:224 msgctxt "content_warnings" msgid "Contains alcohol and/or tobacco" msgstr "" +#. NOTE: content_warnings: title for bad_language +#: app/_translations.py:226 +msgctxt "content_warnings" +msgid "Bad Language" +msgstr "" + +#. NOTE: content_warnings: description for bad_language +#: app/_translations.py:228 +#, fuzzy +msgctxt "content_warnings" +msgid "Contains swearing" +msgstr "內容警告" + #. NOTE: content_warnings: title for drugs -#: app/_translations.py:246 +#: app/_translations.py:230 msgctxt "content_warnings" msgid "Drugs" msgstr "藥物" #. NOTE: content_warnings: description for drugs -#: app/_translations.py:248 +#: app/_translations.py:232 msgctxt "content_warnings" msgid "Contains recreational drugs other than alcohol or tobacco" msgstr "" +#. NOTE: content_warnings: title for gambling +#: app/_translations.py:234 +msgctxt "content_warnings" +msgid "Gambling" +msgstr "賭博" + +#. NOTE: content_warnings: description for gambling +#: app/_translations.py:236 +msgctxt "content_warnings" +msgid "Games of chance, gambling games, etc" +msgstr "" + +#. NOTE: content_warnings: title for gore +#: app/_translations.py:238 +msgctxt "content_warnings" +msgid "Gore" +msgstr "血腥" + +#. NOTE: content_warnings: description for gore +#: app/_translations.py:240 +msgctxt "content_warnings" +msgid "Blood, etc" +msgstr "" + +#. NOTE: content_warnings: title for horror +#: app/_translations.py:242 +msgctxt "content_warnings" +msgid "Fear / Horror" +msgstr "" + +#. NOTE: content_warnings: description for horror +#: app/_translations.py:244 +msgctxt "content_warnings" +msgid "Shocking and scary content. May scare young children" +msgstr "" + +#. NOTE: content_warnings: title for violence +#: app/_translations.py:246 +msgctxt "content_warnings" +msgid "Violence" +msgstr "暴力" + +#. NOTE: content_warnings: description for violence +#: app/_translations.py:248 +msgctxt "content_warnings" +msgid "Non-cartoon violence. May be towards fantasy or human-like characters" +msgstr "" + #: app/querybuilder.py:60 app/templates/admin/languages/list.html:27 #: app/templates/admin/tags/list.html:34 #: app/templates/admin/warnings/list.html:28 @@ -835,7 +834,7 @@ msgstr "名稱" msgid "Limit to package" msgstr "套件限制" -#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:90 +#: app/blueprints/api/tokens.py:36 app/blueprints/collections/__init__.py:93 #: app/blueprints/oauth/__init__.py:175 app/blueprints/packages/packages.py:253 #: app/blueprints/packages/packages.py:552 #: app/blueprints/packages/packages.py:648 @@ -851,7 +850,7 @@ msgstr "套件限制" msgid "Save" msgstr "儲存" -#: app/blueprints/collections/__init__.py:77 +#: app/blueprints/collections/__init__.py:80 #: app/blueprints/oauth/__init__.py:168 #: app/blueprints/packages/advanced_search.py:84 #: app/blueprints/packages/releases.py:56 @@ -865,56 +864,56 @@ msgstr "儲存" msgid "Title" msgstr "標題" -#: app/blueprints/collections/__init__.py:80 -#: app/blueprints/collections/__init__.py:85 +#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:88 #: app/templates/packages/translation.html:45 msgid "Short Description" msgstr "簡短的介紹" -#: app/blueprints/collections/__init__.py:81 +#: app/blueprints/collections/__init__.py:84 msgid "Page Content" msgstr "頁面內容" -#: app/blueprints/collections/__init__.py:82 +#: app/blueprints/collections/__init__.py:85 #: app/blueprints/threads/__init__.py:284 #: app/templates/collections/view.html:51 msgid "Private" msgstr "私人" -#: app/blueprints/collections/__init__.py:83 +#: app/blueprints/collections/__init__.py:86 msgid "Pinned to my profile" msgstr "" -#: app/blueprints/collections/__init__.py:155 +#: app/blueprints/collections/__init__.py:158 msgid "A collection with a similar title already exists" msgstr "已存在具有類似標題的集合" -#: app/blueprints/collections/__init__.py:161 +#: app/blueprints/collections/__init__.py:164 msgid "Unable to create collection as a package with that name already exists" msgstr "無法建立集合,因為具有該名稱的套件已存在" -#: app/blueprints/collections/__init__.py:307 +#: app/blueprints/collections/__init__.py:310 msgid "Added package to collection" msgstr "將包添加到集合中" -#: app/blueprints/collections/__init__.py:309 +#: app/blueprints/collections/__init__.py:312 msgid "Removed package from collection" msgstr "從作品集移除軟體包" -#: app/blueprints/collections/__init__.py:328 +#: app/blueprints/collections/__init__.py:331 msgid "Added package to favorites collection" msgstr "新增軟體包到收藏夾" -#: app/blueprints/collections/__init__.py:330 +#: app/blueprints/collections/__init__.py:333 msgid "(Public, change from Profile > My Collections)" msgstr "(公開,從「個人資料」>「我的收藏」更改)" -#: app/blueprints/collections/__init__.py:334 +#: app/blueprints/collections/__init__.py:337 msgid "Removed package from favorites collection" msgstr "從收藏夾移除軟體包" #: app/blueprints/feeds/__init__.py:32 app/templates/index.html:8 -msgid "Welcome to the best place to find Minetest mods, games, and texture packs" +msgid "Welcome to the best place to find Luanti mods, games, and texture packs" msgstr "" #: app/blueprints/feeds/__init__.py:70 app/templates/base.html:29 @@ -946,7 +945,11 @@ msgstr "" msgid "App Type" msgstr "" -#: app/blueprints/oauth/__init__.py:257 +#: app/blueprints/oauth/__init__.py:198 +msgid "An OAuth client with that title already exists. Please choose a new title." +msgstr "" + +#: app/blueprints/oauth/__init__.py:262 msgid "Revoked all user tokens" msgstr "" @@ -1091,7 +1094,7 @@ msgid "Hide Tags and Content Warnings" msgstr "" #: app/blueprints/packages/advanced_search.py:77 -msgid "Minetest Version" +msgid "Luanti Version" msgstr "" #: app/blueprints/packages/advanced_search.py:81 @@ -1340,14 +1343,14 @@ msgstr "Git 參考(即:提交哈希、分支或標籤)" #: app/blueprints/packages/releases.py:62 #: app/blueprints/packages/releases.py:77 #: app/blueprints/packages/releases.py:217 -msgid "Minimum Minetest Version" -msgstr "最低Minetest版本" +msgid "Minimum Luanti Version" +msgstr "最低Luanti版本" #: app/blueprints/packages/releases.py:64 #: app/blueprints/packages/releases.py:79 #: app/blueprints/packages/releases.py:220 -msgid "Maximum Minetest Version" -msgstr "最高Minetest版本" +msgid "Maximum Luanti Version" +msgstr "最高Luanti版本" #: app/blueprints/packages/releases.py:74 #: app/templates/packages/release_edit.html:31 @@ -2740,8 +2743,8 @@ msgstr "瀏覽量" #: app/templates/admin/versions/list.html:4 #: app/templates/admin/versions/list.html:10 -msgid "Minetest Versions" -msgstr "Minetest 版本" +msgid "Luanti Versions" +msgstr "Luanti 版本" #: app/templates/admin/versions/list.html:8 msgid "New Version" @@ -3286,7 +3289,7 @@ msgid "Downloads by Reason" msgstr "" #: app/templates/macros/stats.html:106 -msgid "New Install: the user clicked [Install] inside of Minetest." +msgid "New Install: the user clicked [Install] inside of Luanti." msgstr "" #: app/templates/macros/stats.html:107 @@ -3299,8 +3302,8 @@ msgstr "" #: app/templates/macros/stats.html:109 msgid "" -"Other / Unknown: downloaded by a web browser or an outdated " -"Minetest version (before 5.5)." +"Other / Unknown: downloaded by a web browser or an outdated Luanti" +" version (before 5.5)." msgstr "" #: app/templates/macros/stats.html:121 @@ -3519,8 +3522,16 @@ msgstr "" msgid "Example Authorize URL" msgstr "" +#: app/templates/oauth/create_edit.html:67 +msgid "" +"Titles must be globally unique. For example, what's the name of your " +"application?" +msgstr "" + #: app/templates/oauth/create_edit.html:68 -msgid "Shown to users when you request access to their account" +msgid "" +"Shown to users when you request access to their account. For example, " +"what does your application do?" msgstr "" #: app/templates/oauth/create_edit.html:70 @@ -3999,7 +4010,7 @@ msgid "Approved" msgstr "已核准" #: app/templates/packages/release_edit.html:54 -msgid "Supported Minetest versions" +msgid "Supported Luanti versions" msgstr "" #: app/templates/packages/release_edit.html:68 @@ -4012,7 +4023,7 @@ msgstr "" #: app/templates/packages/release_new.html:78 msgid "" "Only set the maximum version if you know that it doesn't work on newer " -"Minetest versions." +"Luanti versions." msgstr "" #: app/templates/packages/release_edit.html:71 @@ -4025,7 +4036,7 @@ msgstr "" #: app/templates/packages/release_edit.html:75 #: app/templates/packages/release_new.html:89 msgid "" -"Set the minimum and maximum Minetest versions supported.\n" +"Set the minimum and maximum Luanti versions supported.\n" "\t\t\tThis release will be hidden to clients outside of that range. " msgstr "" @@ -4112,7 +4123,7 @@ msgid "" msgstr "" #: app/templates/packages/release_new.html:62 -msgid "3. Supported Minetest versions" +msgid "3. Supported Luanti versions" msgstr "" #: app/templates/packages/release_new.html:84 @@ -4139,7 +4150,7 @@ msgstr "" #: app/templates/packages/release_wizard.html:15 msgid "" "You need to create releases even if you use a rolling release development" -" cycle, as Minetest needs them to check for updates." +" cycle, as Luanti needs them to check for updates." msgstr "" #: app/templates/packages/release_wizard.html:20 @@ -4424,7 +4435,7 @@ msgid "" msgstr "" #: app/templates/packages/translation.html:23 -msgid "Translation - Minetest Modding Book" +msgid "Translation - Luanti Modding Book" msgstr "" #: app/templates/packages/translation.html:26 @@ -4505,17 +4516,17 @@ msgstr "下載" #: app/templates/packages/view.html:56 #, python-format -msgid "Minetest %(min)s - %(max)s" +msgid "Luanti %(min)s - %(max)s" msgstr "" #: app/templates/packages/view.html:58 #, python-format -msgid "For Minetest %(min)s and above" +msgid "For Luanti %(min)s and above" msgstr "" #: app/templates/packages/view.html:60 #, python-format -msgid "Minetest %(max)s and below" +msgid "Luanti %(max)s and below" msgstr "" #: app/templates/packages/view.html:70 @@ -5097,7 +5108,7 @@ msgstr "" #: app/templates/translate/index.html:8 msgid "" -"Help make Minetest more accessible by translating packages into other " +"Help make Luanti more accessible by translating packages into other " "languages." msgstr "" @@ -5221,7 +5232,7 @@ msgid "Create Account" msgstr "" #: app/templates/users/claim.html:10 -msgid "Do you have an account on the Minetest Forums?" +msgid "Do you have an account on the Luanti Forums?" msgstr "" #: app/templates/users/claim.html:13 @@ -5739,6 +5750,10 @@ msgstr "不支援的遊戲" msgid "Optional dependencies" msgstr "選擇性的相依元件" +#: app/utils/minetest_hypertext.py:340 +msgid "No reviews available." +msgstr "" + #: app/utils/user.py:51 msgid "You have a lot of notifications, you should either read or clear them" msgstr "你有很多通知,您應該閱讀或清除它們" @@ -5914,7 +5929,7 @@ msgstr "請考慮啟用電子郵件通知,你可以自訂傳送的數量" #~ msgid "" #~ "You don't need a forum account, " #~ "however, it's recommended to make the" -#~ " most out of the Minetest community." +#~ " most out of the Luanti community." #~ msgstr "" #~ msgid "Password suggestion" @@ -6199,7 +6214,7 @@ msgstr "請考慮啟用電子郵件通知,你可以自訂傳送的數量" #~ msgid "Jam / Game 2023" #~ msgstr "" -#~ msgid "Entries to the 2023 Minetest Game Jam " +#~ msgid "Entries to the 2023 Luanti Game Jam " #~ msgstr "" #~ msgid "Server Moderation and Tools" @@ -6422,7 +6437,7 @@ msgstr "請考慮啟用電子郵件通知,你可以自訂傳送的數量" #~ msgid "Mini-game" #~ msgstr "" -#~ msgid "Adds a mini-game to be played within Minetest" +#~ msgid "Adds a mini-game to be played within Luanti" #~ msgstr "" #~ msgid "Education" @@ -6475,7 +6490,7 @@ msgstr "請考慮啟用電子郵件通知,你可以自訂傳送的數量" #~ msgid "Related to economies, money, and trading" #~ msgstr "" -#~ msgid "Minetest Game improved" +#~ msgid "Luanti Game improved" #~ msgstr "" #~ msgctxt "tags" @@ -6543,7 +6558,7 @@ msgstr "請考慮啟用電子郵件通知,你可以自訂傳送的數量" #~ msgid "Jam / Game 2021" #~ msgstr "" -#~ msgid "Entries to the 2021 Minetest Game Jam" +#~ msgid "Entries to the 2021 Luanti Game Jam" #~ msgstr "" #~ msgid "128px+" @@ -6573,7 +6588,7 @@ msgstr "請考慮啟用電子郵件通知,你可以自訂傳送的數量" #~ msgid " Jam / Game 2022" #~ msgstr "" -#~ msgid "Entries to the 2022 Minetest Game Jam " +#~ msgid "Entries to the 2022 Luanti Game Jam " #~ msgstr "" #~ msgid "Gore" @@ -6640,3 +6655,36 @@ msgstr "請考慮啟用電子郵件通知,你可以自訂傳送的數量" #~ msgid "Please contact the admin." #~ msgstr "" +#~ msgctxt "tags" +#~ msgid "Entries to the 2023 Luanti Game Jam " +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Luanti Game improved" +#~ msgstr "是否被批准" + +#~ msgctxt "tags" +#~ msgid "Forks of Luanti Game" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2021 Luanti Game Jam" +#~ msgstr "" + +#~ msgctxt "tags" +#~ msgid "Entries to the 2022 Luanti Game Jam " +#~ msgstr "" + +#~ msgid "Shown to users when you request access to their account" +#~ msgstr "" + +#~ msgid "" +#~ "Tip: Don't include Luanti, mod," +#~ " or modpack anywhere in the " +#~ "short description. It is unnecessary and" +#~ " wastes characters." +#~ msgstr "" + +#~ msgid "Luanti-Mods org only" +#~ msgstr "" +