mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 08:33:45 +01:00
Update translations
This commit is contained in:
parent
9387db5f8d
commit
4c4a55872a
@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
from flask_babel import gettext
|
from flask_babel import gettext
|
||||||
|
|
||||||
|
# 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 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 server_tools
|
# NOTE: tags: title for server_tools
|
||||||
pgettext("tags", "Server Moderation and Tools")
|
pgettext("tags", "Server Moderation and Tools")
|
||||||
# NOTE: tags: description for server_tools
|
# NOTE: tags: description for server_tools
|
||||||
@ -10,38 +18,22 @@ pgettext("tags", "Helps with server maintenance and moderation")
|
|||||||
pgettext("tags", "Player vs Player (PvP)")
|
pgettext("tags", "Player vs Player (PvP)")
|
||||||
# NOTE: tags: description for pvp
|
# NOTE: tags: description for pvp
|
||||||
pgettext("tags", "Designed to be played competitively against other players")
|
pgettext("tags", "Designed to be played competitively against other players")
|
||||||
# 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 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 mapgen
|
|
||||||
pgettext("tags", "Mapgen / Biomes / Decoration")
|
|
||||||
# NOTE: tags: description for mapgen
|
|
||||||
pgettext("tags", "New mapgen or changes mapgen")
|
|
||||||
# NOTE: tags: title for world_tools
|
# NOTE: tags: title for world_tools
|
||||||
pgettext("tags", "World Maintenance and Tools")
|
pgettext("tags", "World Maintenance and Tools")
|
||||||
# NOTE: tags: description for world_tools
|
# NOTE: tags: description for world_tools
|
||||||
pgettext("tags", "Tools to manage the world")
|
pgettext("tags", "Tools to manage the world")
|
||||||
# NOTE: tags: title for inventory
|
|
||||||
pgettext("tags", "Inventory")
|
|
||||||
# NOTE: tags: description for inventory
|
|
||||||
pgettext("tags", "Changes the inventory GUI")
|
|
||||||
# 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 april_fools
|
# NOTE: tags: title for april_fools
|
||||||
pgettext("tags", "Joke")
|
pgettext("tags", "Joke")
|
||||||
# NOTE: tags: description for april_fools
|
# 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.")
|
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 singleplayer
|
# NOTE: tags: title for developer_tools
|
||||||
pgettext("tags", "Singleplayer-focused")
|
pgettext("tags", "Developer Tools")
|
||||||
# NOTE: tags: description for singleplayer
|
# NOTE: tags: description for developer_tools
|
||||||
pgettext("tags", "Content that can be played alone")
|
pgettext("tags", "Tools for game and mod developers")
|
||||||
|
# NOTE: tags: title for inventory
|
||||||
|
pgettext("tags", "Inventory")
|
||||||
|
# NOTE: tags: description for inventory
|
||||||
|
pgettext("tags", "Changes the inventory GUI")
|
||||||
# NOTE: tags: title for crafting
|
# NOTE: tags: title for crafting
|
||||||
pgettext("tags", "Crafting")
|
pgettext("tags", "Crafting")
|
||||||
# NOTE: tags: description for crafting
|
# NOTE: tags: description for crafting
|
||||||
@ -56,48 +48,38 @@ pgettext("tags", "First person shooters (FPS) and more")
|
|||||||
pgettext("tags", "Sounds / Music")
|
pgettext("tags", "Sounds / Music")
|
||||||
# NOTE: tags: description for sound_music
|
# NOTE: tags: description for sound_music
|
||||||
pgettext("tags", "Focuses on or adds new sounds or musical things")
|
pgettext("tags", "Focuses on or adds new sounds or musical things")
|
||||||
# NOTE: tags: title for tools
|
# NOTE: tags: title for mapgen
|
||||||
pgettext("tags", "Tools / Weapons / Armor")
|
pgettext("tags", "Mapgen / Biomes / Decoration")
|
||||||
# NOTE: tags: description for tools
|
# NOTE: tags: description for mapgen
|
||||||
pgettext("tags", "Adds or changes tools, weapons, and armor")
|
pgettext("tags", "New mapgen or changes mapgen")
|
||||||
# NOTE: tags: title for plants_and_farming
|
# NOTE: tags: title for singleplayer
|
||||||
pgettext("tags", "Plants and Farming")
|
pgettext("tags", "Singleplayer-focused")
|
||||||
# NOTE: tags: description for plants_and_farming
|
# NOTE: tags: description for singleplayer
|
||||||
pgettext("tags", "Adds new plants or other farmable resources.")
|
pgettext("tags", "Content that can be played alone")
|
||||||
# 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 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 complex_installation
|
# NOTE: tags: title for complex_installation
|
||||||
pgettext("tags", "Complex installation")
|
pgettext("tags", "Complex installation")
|
||||||
# NOTE: tags: description for complex_installation
|
# NOTE: tags: description for complex_installation
|
||||||
pgettext("tags", "Requires futher installation steps, such as installing LuaRocks or editing the trusted mod setting")
|
pgettext("tags", "Requires futher installation steps, such as installing LuaRocks or editing the trusted mod setting")
|
||||||
# NOTE: tags: title for magic
|
# NOTE: tags: title for simulation
|
||||||
pgettext("tags", "Magic / Enchanting")
|
pgettext("tags", "Sims")
|
||||||
# NOTE: tags: title for building_mechanics
|
# NOTE: tags: description for simulation
|
||||||
pgettext("tags", "Building Mechanics and Tools")
|
pgettext("tags", "Mods and games that aim to simulate real life activity. Similar to SimCity/The Sims/OpenTTD/etc.")
|
||||||
# NOTE: tags: description for building_mechanics
|
# NOTE: tags: title for plants_and_farming
|
||||||
pgettext("tags", "Adds game mechanics or tools that change how players build.")
|
pgettext("tags", "Plants and Farming")
|
||||||
# NOTE: tags: title for oneofakind__original
|
# NOTE: tags: description for plants_and_farming
|
||||||
pgettext("tags", "One-of-a-kind / Original")
|
pgettext("tags", "Adds new plants or other farmable resources.")
|
||||||
# NOTE: tags: description for oneofakind__original
|
# NOTE: tags: title for multiplayer
|
||||||
pgettext("tags", "For games and such that are of their own kind, distinct and original in nature to others of the same category.")
|
pgettext("tags", "Multiplayer-focused")
|
||||||
# NOTE: tags: title for building
|
# NOTE: tags: description for multiplayer
|
||||||
pgettext("tags", "Building")
|
pgettext("tags", "Can/should only be used in multiplayer")
|
||||||
# NOTE: tags: description for building
|
# NOTE: tags: title for tools
|
||||||
pgettext("tags", "Focuses on building, such as adding new materials or nodes")
|
pgettext("tags", "Tools / Weapons / Armor")
|
||||||
# NOTE: tags: title for decorative
|
# NOTE: tags: description for tools
|
||||||
pgettext("tags", "Decorative")
|
pgettext("tags", "Adds or changes tools, weapons, and armor")
|
||||||
# NOTE: tags: description for decorative
|
# NOTE: tags: title for chat
|
||||||
pgettext("tags", "Adds nodes with no other purpose than for use in building")
|
pgettext("tags", "Chat / Commands")
|
||||||
|
# NOTE: tags: description for chat
|
||||||
|
pgettext("tags", "Focus on player chat/communication or console interaction.")
|
||||||
# NOTE: tags: title for puzzle
|
# NOTE: tags: title for puzzle
|
||||||
pgettext("tags", "Puzzle")
|
pgettext("tags", "Puzzle")
|
||||||
# NOTE: tags: description for puzzle
|
# NOTE: tags: description for puzzle
|
||||||
@ -114,62 +96,88 @@ pgettext("tags", "Less than 16px")
|
|||||||
pgettext("tags", "Mobs / Animals / NPCs")
|
pgettext("tags", "Mobs / Animals / NPCs")
|
||||||
# NOTE: tags: description for mobs
|
# NOTE: tags: description for mobs
|
||||||
pgettext("tags", "Adds mobs, animals, and non-player characters")
|
pgettext("tags", "Adds mobs, animals, and non-player characters")
|
||||||
|
# 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 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 magic
|
||||||
|
pgettext("tags", "Magic / Enchanting")
|
||||||
|
# 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 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 custom_mapgen
|
# NOTE: tags: title for custom_mapgen
|
||||||
pgettext("tags", "Custom mapgen")
|
pgettext("tags", "Custom mapgen")
|
||||||
# NOTE: tags: description for 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.")
|
pgettext("tags", "Contains a completely custom mapgen implemented in Lua, usually requires worlds to be set to the 'singlenode' mapgen.")
|
||||||
# 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 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 storage
|
|
||||||
pgettext("tags", "Storage")
|
|
||||||
# NOTE: tags: description for storage
|
|
||||||
pgettext("tags", "Adds or improves item storage mechanics")
|
|
||||||
# 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 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 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 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 sports
|
|
||||||
pgettext("tags", "Sports")
|
|
||||||
# NOTE: tags: title for 16px
|
# NOTE: tags: title for 16px
|
||||||
pgettext("tags", "16px")
|
pgettext("tags", "16px")
|
||||||
# NOTE: tags: description for 16px
|
# NOTE: tags: description for 16px
|
||||||
pgettext("tags", "For 16px texture packs")
|
pgettext("tags", "For 16px texture packs")
|
||||||
# NOTE: tags: title for 64px
|
# NOTE: tags: title for education
|
||||||
pgettext("tags", "64px")
|
pgettext("tags", "Education")
|
||||||
# NOTE: tags: description for 64px
|
# NOTE: tags: description for education
|
||||||
pgettext("tags", "For 64px texture packs")
|
pgettext("tags", "Either has educational value, or is a tool to help teachers ")
|
||||||
# NOTE: tags: title for transport
|
# NOTE: tags: title for survival
|
||||||
pgettext("tags", "Transport")
|
pgettext("tags", "Survival")
|
||||||
# NOTE: tags: description for transport
|
# NOTE: tags: description for survival
|
||||||
pgettext("tags", "Adds or changes transportation methods. Includes teleportation, vehicles, ridable mobs, transport infrastructure and thematic content")
|
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 seasonal
|
# NOTE: tags: title for hud
|
||||||
pgettext("tags", "Seasonal")
|
pgettext("tags", "HUD")
|
||||||
# NOTE: tags: description for seasonal
|
# NOTE: tags: description for hud
|
||||||
pgettext("tags", "For content generally themed around a certain season or holiday")
|
pgettext("tags", "For mods that grant the player extra information in the HUD")
|
||||||
# NOTE: tags: title for food
|
# NOTE: tags: title for pve
|
||||||
pgettext("tags", "Food / Drinks")
|
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 sports
|
||||||
|
pgettext("tags", "Sports")
|
||||||
|
# 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 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 commerce
|
# NOTE: tags: title for commerce
|
||||||
pgettext("tags", "Commerce / Economy")
|
pgettext("tags", "Commerce / Economy")
|
||||||
# NOTE: tags: description for commerce
|
# NOTE: tags: description for commerce
|
||||||
pgettext("tags", "Related to economies, money, and trading")
|
pgettext("tags", "Related to economies, money, and trading")
|
||||||
|
# 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 food
|
||||||
|
pgettext("tags", "Food / Drinks")
|
||||||
|
# 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 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 64px
|
||||||
|
pgettext("tags", "64px")
|
||||||
|
# NOTE: tags: description for 64px
|
||||||
|
pgettext("tags", "For 64px 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 gui
|
# NOTE: tags: title for gui
|
||||||
pgettext("tags", "GUI")
|
pgettext("tags", "GUI")
|
||||||
# NOTE: tags: description for gui
|
# NOTE: tags: description for gui
|
||||||
@ -178,30 +186,18 @@ pgettext("tags", "For content whose main utility or features are provided within
|
|||||||
pgettext("tags", "Jam / Combat 2020")
|
pgettext("tags", "Jam / Combat 2020")
|
||||||
# NOTE: tags: description for jam_combat_mod
|
# NOTE: tags: description for jam_combat_mod
|
||||||
pgettext("tags", "For mods created for the Discord \"Combat\" modding event in 2020")
|
pgettext("tags", "For mods created for the Discord \"Combat\" modding event in 2020")
|
||||||
# NOTE: tags: title for mtg
|
# NOTE: tags: title for transport
|
||||||
pgettext("tags", "Minetest Game improved")
|
pgettext("tags", "Transport")
|
||||||
# NOTE: tags: description for mtg
|
# NOTE: tags: description for transport
|
||||||
pgettext("tags", "Forks of Minetest Game")
|
pgettext("tags", "Adds or changes transportation methods. Includes teleportation, vehicles, ridable mobs, transport infrastructure and thematic content")
|
||||||
# NOTE: tags: title for jam_weekly_2021
|
# NOTE: tags: title for jam_weekly_2021
|
||||||
pgettext("tags", "Jam / Weekly Challenges 2021")
|
pgettext("tags", "Jam / Weekly Challenges 2021")
|
||||||
# NOTE: tags: description for jam_weekly_2021
|
# NOTE: tags: description for jam_weekly_2021
|
||||||
pgettext("tags", "For mods created for the Discord \"Weekly Challenges\" modding event in 2021")
|
pgettext("tags", "For mods created for the Discord \"Weekly Challenges\" modding event in 2021")
|
||||||
# NOTE: tags: title for creative
|
# NOTE: tags: title for mtg
|
||||||
pgettext("tags", "Creative")
|
pgettext("tags", "Minetest Game improved")
|
||||||
# NOTE: tags: description for creative
|
# NOTE: tags: description for mtg
|
||||||
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")
|
pgettext("tags", "Forks of Minetest Game")
|
||||||
# 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 32px
|
|
||||||
pgettext("tags", "32px")
|
|
||||||
# NOTE: tags: description for 32px
|
|
||||||
pgettext("tags", "For 32px texture packs")
|
|
||||||
# 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
|
# NOTE: tags: title for skins
|
||||||
pgettext("tags", "Player customization / Skins")
|
pgettext("tags", "Player customization / Skins")
|
||||||
# NOTE: tags: description for skins
|
# NOTE: tags: description for skins
|
||||||
@ -214,6 +210,10 @@ pgettext("tags", "Entries to the 2021 Minetest Game Jam")
|
|||||||
pgettext("tags", "128px+")
|
pgettext("tags", "128px+")
|
||||||
# NOTE: tags: description for 128px
|
# NOTE: tags: description for 128px
|
||||||
pgettext("tags", "For 128px or higher texture packs")
|
pgettext("tags", "For 128px or higher texture packs")
|
||||||
|
# NOTE: tags: title for 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 jam_game_2022
|
# NOTE: tags: title for jam_game_2022
|
||||||
pgettext("tags", " Jam / Game 2022")
|
pgettext("tags", " Jam / Game 2022")
|
||||||
# NOTE: tags: description for jam_game_2022
|
# NOTE: tags: description for jam_game_2022
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user