spellbot 21.3.0__tar.gz → 21.3.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (393) hide show
  1. {spellbot-21.3.0 → spellbot-21.3.2}/CHANGELOG.md +12 -0
  2. {spellbot-21.3.0 → spellbot-21.3.2}/PKG-INFO +1 -1
  3. {spellbot-21.3.0 → spellbot-21.3.2}/pyproject.toml +1 -1
  4. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/translations/da.yaml +9 -8
  5. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/translations/de.yaml +7 -6
  6. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/translations/el.yaml +7 -6
  7. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/translations/es.yaml +7 -6
  8. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/translations/fi.yaml +7 -6
  9. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/translations/fr.yaml +7 -6
  10. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/translations/it.yaml +8 -7
  11. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/translations/ja.yaml +7 -6
  12. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/translations/pl.yaml +8 -7
  13. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/translations/pt.yaml +9 -8
  14. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/translations/sv.yaml +7 -6
  15. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/translations/tl.yaml +140 -173
  16. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/channel_record.html.j2 +0 -4
  17. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/user_record.html.j2 +3 -1
  18. {spellbot-21.3.0 → spellbot-21.3.2}/tests/web/__snapshots__/test_record.ambr +8 -77
  19. {spellbot-21.3.0 → spellbot-21.3.2}/tests/web/test_record.py +78 -0
  20. {spellbot-21.3.0 → spellbot-21.3.2}/uv.lock +1 -1
  21. {spellbot-21.3.0 → spellbot-21.3.2}/.claude/settings.local.json +0 -0
  22. {spellbot-21.3.0 → spellbot-21.3.2}/.coveragerc +0 -0
  23. {spellbot-21.3.0 → spellbot-21.3.2}/.dockerignore +0 -0
  24. {spellbot-21.3.0 → spellbot-21.3.2}/.env.example +0 -0
  25. {spellbot-21.3.0 → spellbot-21.3.2}/.gitignore +0 -0
  26. {spellbot-21.3.0 → spellbot-21.3.2}/.hgignore +0 -0
  27. {spellbot-21.3.0 → spellbot-21.3.2}/.markdownlint.json +0 -0
  28. {spellbot-21.3.0 → spellbot-21.3.2}/.vulture_allowlist.py +0 -0
  29. {spellbot-21.3.0 → spellbot-21.3.2}/ADMINISTRATION.md +0 -0
  30. {spellbot-21.3.0 → spellbot-21.3.2}/API.md +0 -0
  31. {spellbot-21.3.0 → spellbot-21.3.2}/APPLICATION_DESCRIPTION.md +0 -0
  32. {spellbot-21.3.0 → spellbot-21.3.2}/CODE_OF_CONDUCT.md +0 -0
  33. {spellbot-21.3.0 → spellbot-21.3.2}/CONTRIBUTING.md +0 -0
  34. {spellbot-21.3.0 → spellbot-21.3.2}/DATABASE.md +0 -0
  35. {spellbot-21.3.0 → spellbot-21.3.2}/DOCKER.md +0 -0
  36. {spellbot-21.3.0 → spellbot-21.3.2}/Dockerfile +0 -0
  37. {spellbot-21.3.0 → spellbot-21.3.2}/INTEGRATIONS.md +0 -0
  38. {spellbot-21.3.0 → spellbot-21.3.2}/LICENSE.md +0 -0
  39. {spellbot-21.3.0 → spellbot-21.3.2}/Makefile +0 -0
  40. {spellbot-21.3.0 → spellbot-21.3.2}/PRIVACY_POLICY.md +0 -0
  41. {spellbot-21.3.0 → spellbot-21.3.2}/README.md +0 -0
  42. {spellbot-21.3.0 → spellbot-21.3.2}/SECURITY.md +0 -0
  43. {spellbot-21.3.0 → spellbot-21.3.2}/TERMS_OF_SERVICE.md +0 -0
  44. {spellbot-21.3.0 → spellbot-21.3.2}/codecov.yml +0 -0
  45. {spellbot-21.3.0 → spellbot-21.3.2}/crowdin.yml +0 -0
  46. {spellbot-21.3.0 → spellbot-21.3.2}/docker-compose.yml +0 -0
  47. {spellbot-21.3.0 → spellbot-21.3.2}/package-lock.json +0 -0
  48. {spellbot-21.3.0 → spellbot-21.3.2}/package.json +0 -0
  49. {spellbot-21.3.0 → spellbot-21.3.2}/scripts/cleanup-ecr.sh +0 -0
  50. {spellbot-21.3.0 → spellbot-21.3.2}/scripts/create-token.sh +0 -0
  51. {spellbot-21.3.0 → spellbot-21.3.2}/scripts/create_db_revision.py +0 -0
  52. {spellbot-21.3.0 → spellbot-21.3.2}/scripts/deploy-ecs.sh +0 -0
  53. {spellbot-21.3.0 → spellbot-21.3.2}/scripts/downgrade.py +0 -0
  54. {spellbot-21.3.0 → spellbot-21.3.2}/scripts/enums.py +0 -0
  55. {spellbot-21.3.0 → spellbot-21.3.2}/scripts/generate_demo_analytics.py +0 -0
  56. {spellbot-21.3.0 → spellbot-21.3.2}/scripts/publish.sh +0 -0
  57. {spellbot-21.3.0 → spellbot-21.3.2}/scripts/start-spellapi.sh +0 -0
  58. {spellbot-21.3.0 → spellbot-21.3.2}/scripts/start-spellbot.sh +0 -0
  59. {spellbot-21.3.0 → spellbot-21.3.2}/scripts/start.sh +0 -0
  60. {spellbot-21.3.0 → spellbot-21.3.2}/scripts/update_docs.sh +0 -0
  61. {spellbot-21.3.0 → spellbot-21.3.2}/scripts/update_servers.py +0 -0
  62. {spellbot-21.3.0 → spellbot-21.3.2}/shell.py +0 -0
  63. {spellbot-21.3.0 → spellbot-21.3.2}/spellbot-pfp.png +0 -0
  64. {spellbot-21.3.0 → spellbot-21.3.2}/spellbot-sm.png +0 -0
  65. {spellbot-21.3.0 → spellbot-21.3.2}/spellbot.png +0 -0
  66. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/__init__.py +0 -0
  67. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/_version.py +0 -0
  68. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/actions/__init__.py +0 -0
  69. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/actions/admin_action.py +0 -0
  70. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/actions/base_action.py +0 -0
  71. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/actions/block_action.py +0 -0
  72. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/actions/leave_action.py +0 -0
  73. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/actions/lfg_action.py +0 -0
  74. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/actions/record_action.py +0 -0
  75. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/actions/tasks_action.py +0 -0
  76. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/actions/verify_action.py +0 -0
  77. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/actions/watch_action.py +0 -0
  78. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/assets/emoji/convoke.png +0 -0
  79. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/assets/emoji/edhlab.png +0 -0
  80. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/assets/emoji/girudo.png +0 -0
  81. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/assets/emoji/mythic_track.png +0 -0
  82. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/assets/emoji/playgroup_live.png +0 -0
  83. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/assets/emoji/spellbot.png +0 -0
  84. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/assets/emoji/spellbot_creator.png +0 -0
  85. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/assets/emoji/spellbot_supporter.png +0 -0
  86. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/assets/emoji/spelltable.png +0 -0
  87. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/assets/emoji/table_stream.png +0 -0
  88. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/audit.py +0 -0
  89. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/branding.py +0 -0
  90. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/cli.py +0 -0
  91. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/client.py +0 -0
  92. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/cogs/__init__.py +0 -0
  93. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/cogs/about_cog.py +0 -0
  94. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/cogs/admin_cog.py +0 -0
  95. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/cogs/block_cog.py +0 -0
  96. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/cogs/events_cog.py +0 -0
  97. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/cogs/leave_cog.py +0 -0
  98. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/cogs/lfg_cog.py +0 -0
  99. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/cogs/owner_cog.py +0 -0
  100. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/cogs/playgroup_cog.py +0 -0
  101. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/cogs/record_cog.py +0 -0
  102. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/cogs/tasks_cog.py +0 -0
  103. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/cogs/verify_cog.py +0 -0
  104. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/cogs/watch_cog.py +0 -0
  105. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/data/__init__.py +0 -0
  106. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/data/alert_data.py +0 -0
  107. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/data/award_data.py +0 -0
  108. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/data/block_data.py +0 -0
  109. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/data/channel_data.py +0 -0
  110. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/data/game_data.py +0 -0
  111. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/data/guild_data.py +0 -0
  112. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/data/guild_member_data.py +0 -0
  113. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/data/play_data.py +0 -0
  114. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/data/post_data.py +0 -0
  115. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/data/queue_data.py +0 -0
  116. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/data/token_data.py +0 -0
  117. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/data/user_data.py +0 -0
  118. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/data/verify_data.py +0 -0
  119. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/data/watch_data.py +0 -0
  120. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/database.py +0 -0
  121. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/dm_limiter.py +0 -0
  122. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/enums.py +0 -0
  123. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/environment.py +0 -0
  124. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/errors.py +0 -0
  125. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/i18n.py +0 -0
  126. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/integrations/__init__.py +0 -0
  127. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/integrations/convoke.py +0 -0
  128. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/integrations/edhlab.py +0 -0
  129. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/integrations/girudo.py +0 -0
  130. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/integrations/playgroup_live.py +0 -0
  131. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/integrations/tablestream.py +0 -0
  132. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/logs.py +0 -0
  133. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/metrics.py +0 -0
  134. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/alembic.ini +0 -0
  135. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/env.py +0 -0
  136. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/script.py.mako +0 -0
  137. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/01766a5fb976_support_multiple_queues.py +0 -0
  138. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/04b5c6d7e8f9_adds_guild_promote.py +0 -0
  139. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/053fd7a31881_disable_require_confirmation.py +0 -0
  140. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/0a69d68c3feb_add_note_to_tokens_table.py +0 -0
  141. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/0a7382dbcae6_adds_game_password_support.py +0 -0
  142. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/0ab754dbe9d3_default_service_to_convoke.py +0 -0
  143. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/1503d49ae8e1_adds_created_at_and_updated_at_to_more_.py +0 -0
  144. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/15a6b7c8d9e0_adds_alerts_table.py +0 -0
  145. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/17dbc920d074_adds_game_locale.py +0 -0
  146. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/208851cc40e3_adds_banned_to_guild.py +0 -0
  147. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/2179aedacbff_rename_column_game_link.py +0 -0
  148. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/26b7c8d9e0f1_adds_games_notified_at.py +0 -0
  149. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/2bf551e10a79_adds_play_pins.py +0 -0
  150. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/2dcac4a84d45_soft_delete_alerts.py +0 -0
  151. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/385c969728ed_add_vc_suggestion_category_prefix.py +0 -0
  152. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/389819d6480d_adds_pin_verification.py +0 -0
  153. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/3a2194f29016_remove_suggest_voice_channel_column.py +0 -0
  154. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/42f55401ef2b_adds_removeable_role_awards.py +0 -0
  155. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/432249d9ddbc_adds_mythic_track_setting.py +0 -0
  156. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/43faa588f3fc_adds_mirrors_configuration.py +0 -0
  157. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/44f97f660362_adds_voice_invite_setting_per_channel.py +0 -0
  158. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/4ae558ef2aa0_adds_channel_require_confirmation.py +0 -0
  159. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/6267f69c5dfd_remove_legacy_prefix.py +0 -0
  160. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/6e5dbb20dd86_adds_optional_additional_rules_to_games.py +0 -0
  161. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/6e982c9318a6_adds_voice_category_per_channel.py +0 -0
  162. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/6f5fb731f4c1_adds_voice_channel_suggestions.py +0 -0
  163. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/72d381e804b4_add_message_id_tracking_to_notification.py +0 -0
  164. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/778ca30416dd_adds_service_selector.py +0 -0
  165. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/7a81bb6dfb9a_adds_support_for_blind_games.py +0 -0
  166. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/7abc75daaa94_adds_channel_motd_column.py +0 -0
  167. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/7af4acbe6787_add_notification_model.py +0 -0
  168. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/8b560fcec5f7_add_games_deleted_at_column_for_soft_.py +0 -0
  169. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/8ecab9d8bf32_adds_index_to_game_updated_at.py +0 -0
  170. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/903df09f3815_adds_use_max_bitrate_toggle_to_guild_.py +0 -0
  171. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/96bc418971cd_track_game_posts.py +0 -0
  172. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/98c21217aa37_adds_og_guild_tracking.py +0 -0
  173. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/993303923867_remove_mirrors_cruft.py +0 -0
  174. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/9ac713becc5a_install_settings_audit.py +0 -0
  175. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/a1b2c3d4e5f6_adds_guild_members.py +0 -0
  176. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/a1caf292fe93_adds_verified_only_and_unverified_only_.py +0 -0
  177. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/a53eae0a3e4a_add_deleted_at_to_notifications.py +0 -0
  178. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/a59f2a831a84_adds_api_tokens.py +0 -0
  179. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/a8252b248858_adds_channel_to_mode.py +0 -0
  180. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/a8b9c0d1e2f3_adds_user_locale.py +0 -0
  181. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/aa9db9f03293_adds_requires_confirmation_column_to_.py +0 -0
  182. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/b2d4a9aa1aed_adds_default_format_to_channel.py +0 -0
  183. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/b3c4d5e6f7a8_add_composite_index_for_inactive_games.py +0 -0
  184. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/b9c0d1e2f3a4_adds_user_is_admin.py +0 -0
  185. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/bf1701e13fcd_add_scopes_to_tokens.py +0 -0
  186. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/c03099407b40_support_extra_message_content.py +0 -0
  187. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/c0bc12b1b482_adds_delete_expired_column_to_.py +0 -0
  188. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/c0d1e2f3a4b5_adds_guild_active.py +0 -0
  189. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/c35c18ddd228_initial_database_schema.py +0 -0
  190. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/c493a9d227d4_removes_notifications.py +0 -0
  191. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/c4d5e6f7a8b9_add_playgroup_user_id_to_users.py +0 -0
  192. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/c73823532391_adds_confirmed_at_to_play.py +0 -0
  193. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/cbea9c7a6d78_adds_elo_record.py +0 -0
  194. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/d1e2f3a4b5c6_adds_guild_locale.py +0 -0
  195. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/d1fca945a660_adds_commander_brackets.py +0 -0
  196. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/d97abaf70fcf_delete_score_elo_record_cruft.py +0 -0
  197. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/e2f3a4b5c6d7_adds_partial_index_on_games_started_.py +0 -0
  198. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/ea8f33717a54_remove_user_configs.py +0 -0
  199. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/ecd365d590a3_adding_an_index_to_posts.py +0 -0
  200. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/ee653a3075c6_adds_user_configuration_per_guild.py +0 -0
  201. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/ef54f035a75c_adds_an_index_on_plays_by_game_id.py +0 -0
  202. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/f3a4b5c6d7e8_adds_guild_icon.py +0 -0
  203. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/f6ea2f8c4b8d_remove_power_level.py +0 -0
  204. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/fd7ff2703f57_move_points_config_to_channel.py +0 -0
  205. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/migrations/versions/ffd25c8a3d06_adds_notice_support_to_guild_model.py +0 -0
  206. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/models/__init__.py +0 -0
  207. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/models/alert.py +0 -0
  208. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/models/award.py +0 -0
  209. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/models/base.py +0 -0
  210. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/models/block.py +0 -0
  211. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/models/channel.py +0 -0
  212. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/models/game.py +0 -0
  213. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/models/guild.py +0 -0
  214. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/models/guild_member.py +0 -0
  215. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/models/play.py +0 -0
  216. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/models/post.py +0 -0
  217. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/models/queue.py +0 -0
  218. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/models/token.py +0 -0
  219. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/models/user.py +0 -0
  220. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/models/verify.py +0 -0
  221. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/models/watch.py +0 -0
  222. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/operations.py +0 -0
  223. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/redis_client.py +0 -0
  224. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/services/__init__.py +0 -0
  225. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/services/alerts.py +0 -0
  226. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/services/apps.py +0 -0
  227. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/services/awards.py +0 -0
  228. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/services/channels.py +0 -0
  229. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/services/dashboard.py +0 -0
  230. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/services/games.py +0 -0
  231. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/services/guilds.py +0 -0
  232. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/services/patreon.py +0 -0
  233. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/services/plays.py +0 -0
  234. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/services/queues.py +0 -0
  235. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/services/users.py +0 -0
  236. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/services/verifies.py +0 -0
  237. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/services/watches.py +0 -0
  238. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/settings.py +0 -0
  239. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/shard_status.py +0 -0
  240. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/tracing.py +0 -0
  241. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/translations/en.yaml +0 -0
  242. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/utils.py +0 -0
  243. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/views/__init__.py +0 -0
  244. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/views/base_view.py +0 -0
  245. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/views/lfg_view.py +0 -0
  246. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/__init__.py +0 -0
  247. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/api/__init__.py +0 -0
  248. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/api/admin_auth.py +0 -0
  249. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/api/analytics.py +0 -0
  250. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/api/audit.py +0 -0
  251. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/api/dashboard.py +0 -0
  252. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/api/moderation.py +0 -0
  253. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/api/oauth.py +0 -0
  254. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/api/ping.py +0 -0
  255. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/api/queues.py +0 -0
  256. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/api/record.py +0 -0
  257. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/api/rest.py +0 -0
  258. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/api/status.py +0 -0
  259. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/api/viewer_auth.py +0 -0
  260. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/builder.py +0 -0
  261. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/dashboard_filters.py +0 -0
  262. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/server.py +0 -0
  263. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/admin_logged_out.html.j2 +0 -0
  264. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/analytics.html.j2 +0 -0
  265. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/analytics.js +0 -0
  266. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/analytics_pure.js +0 -0
  267. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/audit.html.j2 +0 -0
  268. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/awards.html.j2 +0 -0
  269. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/base.css +0 -0
  270. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/dashboard.html.j2 +0 -0
  271. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/dashboard.js +0 -0
  272. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/dashboard_pure.js +0 -0
  273. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/game.html.j2 +0 -0
  274. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/guild.html.j2 +0 -0
  275. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/guild_notify.css +0 -0
  276. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/guild_notify.html.j2 +0 -0
  277. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/motd_help.html.j2 +0 -0
  278. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/queues.css +0 -0
  279. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/queues.html.j2 +0 -0
  280. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/record.css +0 -0
  281. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/record_base.html.j2 +0 -0
  282. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/record_filters.html.j2 +0 -0
  283. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/templates/status.html.j2 +0 -0
  284. {spellbot-21.3.0 → spellbot-21.3.2}/src/spellbot/web/tools.py +0 -0
  285. {spellbot-21.3.0 → spellbot-21.3.2}/tests/__init__.py +0 -0
  286. {spellbot-21.3.0 → spellbot-21.3.2}/tests/__snapshots__/test_cli.ambr +0 -0
  287. {spellbot-21.3.0 → spellbot-21.3.2}/tests/actions/__init__.py +0 -0
  288. {spellbot-21.3.0 → spellbot-21.3.2}/tests/actions/test_lfg_action.py +0 -0
  289. {spellbot-21.3.0 → spellbot-21.3.2}/tests/actions/test_tasks_action.py +0 -0
  290. {spellbot-21.3.0 → spellbot-21.3.2}/tests/cogs/__init__.py +0 -0
  291. {spellbot-21.3.0 → spellbot-21.3.2}/tests/cogs/__snapshots__/test_lfg_cog.ambr +0 -0
  292. {spellbot-21.3.0 → spellbot-21.3.2}/tests/cogs/test_about_cog.py +0 -0
  293. {spellbot-21.3.0 → spellbot-21.3.2}/tests/cogs/test_admin_cog.py +0 -0
  294. {spellbot-21.3.0 → spellbot-21.3.2}/tests/cogs/test_block_cog.py +0 -0
  295. {spellbot-21.3.0 → spellbot-21.3.2}/tests/cogs/test_events_cog.py +0 -0
  296. {spellbot-21.3.0 → spellbot-21.3.2}/tests/cogs/test_leave_cog.py +0 -0
  297. {spellbot-21.3.0 → spellbot-21.3.2}/tests/cogs/test_lfg_cog.py +0 -0
  298. {spellbot-21.3.0 → spellbot-21.3.2}/tests/cogs/test_lfg_cog_concurrency.py +0 -0
  299. {spellbot-21.3.0 → spellbot-21.3.2}/tests/cogs/test_owner_cog.py +0 -0
  300. {spellbot-21.3.0 → spellbot-21.3.2}/tests/cogs/test_playgroup_cog.py +0 -0
  301. {spellbot-21.3.0 → spellbot-21.3.2}/tests/cogs/test_record_cog.py +0 -0
  302. {spellbot-21.3.0 → spellbot-21.3.2}/tests/cogs/test_verify_cog.py +0 -0
  303. {spellbot-21.3.0 → spellbot-21.3.2}/tests/cogs/test_watch_cog.py +0 -0
  304. {spellbot-21.3.0 → spellbot-21.3.2}/tests/conftest.py +0 -0
  305. {spellbot-21.3.0 → spellbot-21.3.2}/tests/factories/__init__.py +0 -0
  306. {spellbot-21.3.0 → spellbot-21.3.2}/tests/factories/alert.py +0 -0
  307. {spellbot-21.3.0 → spellbot-21.3.2}/tests/factories/award.py +0 -0
  308. {spellbot-21.3.0 → spellbot-21.3.2}/tests/factories/block.py +0 -0
  309. {spellbot-21.3.0 → spellbot-21.3.2}/tests/factories/channel.py +0 -0
  310. {spellbot-21.3.0 → spellbot-21.3.2}/tests/factories/game.py +0 -0
  311. {spellbot-21.3.0 → spellbot-21.3.2}/tests/factories/guild.py +0 -0
  312. {spellbot-21.3.0 → spellbot-21.3.2}/tests/factories/guild_member.py +0 -0
  313. {spellbot-21.3.0 → spellbot-21.3.2}/tests/factories/play.py +0 -0
  314. {spellbot-21.3.0 → spellbot-21.3.2}/tests/factories/post.py +0 -0
  315. {spellbot-21.3.0 → spellbot-21.3.2}/tests/factories/queue.py +0 -0
  316. {spellbot-21.3.0 → spellbot-21.3.2}/tests/factories/token.py +0 -0
  317. {spellbot-21.3.0 → spellbot-21.3.2}/tests/factories/user.py +0 -0
  318. {spellbot-21.3.0 → spellbot-21.3.2}/tests/factories/verify.py +0 -0
  319. {spellbot-21.3.0 → spellbot-21.3.2}/tests/factories/watch.py +0 -0
  320. {spellbot-21.3.0 → spellbot-21.3.2}/tests/fixtures.py +0 -0
  321. {spellbot-21.3.0 → spellbot-21.3.2}/tests/integrations/__init__.py +0 -0
  322. {spellbot-21.3.0 → spellbot-21.3.2}/tests/integrations/test_convoke.py +0 -0
  323. {spellbot-21.3.0 → spellbot-21.3.2}/tests/integrations/test_edhlab.py +0 -0
  324. {spellbot-21.3.0 → spellbot-21.3.2}/tests/integrations/test_girudo.py +0 -0
  325. {spellbot-21.3.0 → spellbot-21.3.2}/tests/integrations/test_playgroup_live.py +0 -0
  326. {spellbot-21.3.0 → spellbot-21.3.2}/tests/integrations/test_tablestream.py +0 -0
  327. {spellbot-21.3.0 → spellbot-21.3.2}/tests/mocks/__init__.py +0 -0
  328. {spellbot-21.3.0 → spellbot-21.3.2}/tests/mocks/girudo.py +0 -0
  329. {spellbot-21.3.0 → spellbot-21.3.2}/tests/models/__init__.py +0 -0
  330. {spellbot-21.3.0 → spellbot-21.3.2}/tests/models/test_alert.py +0 -0
  331. {spellbot-21.3.0 → spellbot-21.3.2}/tests/models/test_award.py +0 -0
  332. {spellbot-21.3.0 → spellbot-21.3.2}/tests/models/test_block.py +0 -0
  333. {spellbot-21.3.0 → spellbot-21.3.2}/tests/models/test_channel.py +0 -0
  334. {spellbot-21.3.0 → spellbot-21.3.2}/tests/models/test_game.py +0 -0
  335. {spellbot-21.3.0 → spellbot-21.3.2}/tests/models/test_guild.py +0 -0
  336. {spellbot-21.3.0 → spellbot-21.3.2}/tests/models/test_guild_member.py +0 -0
  337. {spellbot-21.3.0 → spellbot-21.3.2}/tests/models/test_play.py +0 -0
  338. {spellbot-21.3.0 → spellbot-21.3.2}/tests/models/test_post.py +0 -0
  339. {spellbot-21.3.0 → spellbot-21.3.2}/tests/models/test_queue.py +0 -0
  340. {spellbot-21.3.0 → spellbot-21.3.2}/tests/models/test_token.py +0 -0
  341. {spellbot-21.3.0 → spellbot-21.3.2}/tests/models/test_user.py +0 -0
  342. {spellbot-21.3.0 → spellbot-21.3.2}/tests/models/test_verify.py +0 -0
  343. {spellbot-21.3.0 → spellbot-21.3.2}/tests/models/test_watch.py +0 -0
  344. {spellbot-21.3.0 → spellbot-21.3.2}/tests/models/test_web_editable.py +0 -0
  345. {spellbot-21.3.0 → spellbot-21.3.2}/tests/services/__init__.py +0 -0
  346. {spellbot-21.3.0 → spellbot-21.3.2}/tests/services/test_alerts.py +0 -0
  347. {spellbot-21.3.0 → spellbot-21.3.2}/tests/services/test_apps.py +0 -0
  348. {spellbot-21.3.0 → spellbot-21.3.2}/tests/services/test_audit.py +0 -0
  349. {spellbot-21.3.0 → spellbot-21.3.2}/tests/services/test_awards.py +0 -0
  350. {spellbot-21.3.0 → spellbot-21.3.2}/tests/services/test_channels.py +0 -0
  351. {spellbot-21.3.0 → spellbot-21.3.2}/tests/services/test_dashboard.py +0 -0
  352. {spellbot-21.3.0 → spellbot-21.3.2}/tests/services/test_games.py +0 -0
  353. {spellbot-21.3.0 → spellbot-21.3.2}/tests/services/test_guilds.py +0 -0
  354. {spellbot-21.3.0 → spellbot-21.3.2}/tests/services/test_patreon.py +0 -0
  355. {spellbot-21.3.0 → spellbot-21.3.2}/tests/services/test_plays.py +0 -0
  356. {spellbot-21.3.0 → spellbot-21.3.2}/tests/services/test_queues.py +0 -0
  357. {spellbot-21.3.0 → spellbot-21.3.2}/tests/services/test_users.py +0 -0
  358. {spellbot-21.3.0 → spellbot-21.3.2}/tests/services/test_verifies.py +0 -0
  359. {spellbot-21.3.0 → spellbot-21.3.2}/tests/services/test_watches.py +0 -0
  360. {spellbot-21.3.0 → spellbot-21.3.2}/tests/test_audit_install.py +0 -0
  361. {spellbot-21.3.0 → spellbot-21.3.2}/tests/test_bot.py +0 -0
  362. {spellbot-21.3.0 → spellbot-21.3.2}/tests/test_branding.py +0 -0
  363. {spellbot-21.3.0 → spellbot-21.3.2}/tests/test_cli.py +0 -0
  364. {spellbot-21.3.0 → spellbot-21.3.2}/tests/test_codebase.py +0 -0
  365. {spellbot-21.3.0 → spellbot-21.3.2}/tests/test_dm_limiter.py +0 -0
  366. {spellbot-21.3.0 → spellbot-21.3.2}/tests/test_enums.py +0 -0
  367. {spellbot-21.3.0 → spellbot-21.3.2}/tests/test_i18n.py +0 -0
  368. {spellbot-21.3.0 → spellbot-21.3.2}/tests/test_migrations.py +0 -0
  369. {spellbot-21.3.0 → spellbot-21.3.2}/tests/test_operations.py +0 -0
  370. {spellbot-21.3.0 → spellbot-21.3.2}/tests/test_settings.py +0 -0
  371. {spellbot-21.3.0 → spellbot-21.3.2}/tests/test_shard_status.py +0 -0
  372. {spellbot-21.3.0 → spellbot-21.3.2}/tests/test_tracing.py +0 -0
  373. {spellbot-21.3.0 → spellbot-21.3.2}/tests/test_utils.py +0 -0
  374. {spellbot-21.3.0 → spellbot-21.3.2}/tests/web/__init__.py +0 -0
  375. {spellbot-21.3.0 → spellbot-21.3.2}/tests/web/conftest.py +0 -0
  376. {spellbot-21.3.0 → spellbot-21.3.2}/tests/web/test_admin_auth.py +0 -0
  377. {spellbot-21.3.0 → spellbot-21.3.2}/tests/web/test_analytics.py +0 -0
  378. {spellbot-21.3.0 → spellbot-21.3.2}/tests/web/test_audit.py +0 -0
  379. {spellbot-21.3.0 → spellbot-21.3.2}/tests/web/test_dashboard.py +0 -0
  380. {spellbot-21.3.0 → spellbot-21.3.2}/tests/web/test_dashboard_filters.py +0 -0
  381. {spellbot-21.3.0 → spellbot-21.3.2}/tests/web/test_filters.py +0 -0
  382. {spellbot-21.3.0 → spellbot-21.3.2}/tests/web/test_moderation.py +0 -0
  383. {spellbot-21.3.0 → spellbot-21.3.2}/tests/web/test_ping.py +0 -0
  384. {spellbot-21.3.0 → spellbot-21.3.2}/tests/web/test_queues.py +0 -0
  385. {spellbot-21.3.0 → spellbot-21.3.2}/tests/web/test_rest.py +0 -0
  386. {spellbot-21.3.0 → spellbot-21.3.2}/tests/web/test_status.py +0 -0
  387. {spellbot-21.3.0 → spellbot-21.3.2}/tests/web/test_tools.py +0 -0
  388. {spellbot-21.3.0 → spellbot-21.3.2}/tests/web/test_viewer_auth.py +0 -0
  389. {spellbot-21.3.0 → spellbot-21.3.2}/tests-js/analytics_pure.test.js +0 -0
  390. {spellbot-21.3.0 → spellbot-21.3.2}/tests-js/analytics_pure_extra.test.js +0 -0
  391. {spellbot-21.3.0 → spellbot-21.3.2}/tests-js/dashboard_pure.test.js +0 -0
  392. {spellbot-21.3.0 → spellbot-21.3.2}/tests-js/dashboard_pure_extra.test.js +0 -0
  393. {spellbot-21.3.0 → spellbot-21.3.2}/vitest.config.js +0 -0
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [v21.3.2](https://github.com/lexicalunit/spellbot/releases/tag/v21.3.2) - 2026-06-19
11
+
12
+ ### Changed
13
+
14
+ - Updated translations.
15
+
16
+ ## [v21.3.1](https://github.com/lexicalunit/spellbot/releases/tag/v21.3.1) - 2026-06-19
17
+
18
+ ### Changed
19
+
20
+ - Don't show the game link on the channel record page or for other players.
21
+
10
22
  ## [v21.3.0](https://github.com/lexicalunit/spellbot/releases/tag/v21.3.0) - 2026-06-18
11
23
 
12
24
  ### Added
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: spellbot
3
- Version: 21.3.0
3
+ Version: 21.3.2
4
4
  Summary: The Discord bot for Webcam Magic
5
5
  Project-URL: homepage, http://spellbot.io/
6
6
  Project-URL: repository, https://github.com/lexicalunit/spellbot
@@ -44,7 +44,7 @@ license = {text = "MIT"}
44
44
  name = "spellbot"
45
45
  readme = "README.md"
46
46
  requires-python = "<4,>=3.14"
47
- version = "21.3.0"
47
+ version = "21.3.2"
48
48
 
49
49
  [project.urls]
50
50
  homepage = "http://spellbot.io/"
@@ -99,7 +99,7 @@ da:
99
99
  awards_title: "SpellBot-spillerpriser for %{guild}"
100
100
  awards_empty: "**Der er ikke konfigureret nogen priser på denne server.**\n\nFor at tilføje priser skal du bruge kommandoen `/award add`."
101
101
  setup_title: "SpellBot-opsætning for %{guild}"
102
- setup_description: "SpellBot helps your community find and play Magic: The Gathering games together. To configure your server, channels, and player awards, visit the SpellBot dashboard.\n\n[Configure SpellBot →](%{link})"
102
+ setup_description: "SpellBot hjælper dit fællesskab med at finde og spille Magic: De samlende spil sammen. For at konfigurere din server, kanaler og spiller priser, besøg SpellBot dashboard.\n\n[Konfigurer SpellBot →](%{link})"
103
103
  field_motd: "MOTD"
104
104
  field_none: "Ingen"
105
105
  field_public_links: "Offentlige links"
@@ -161,10 +161,10 @@ da:
161
161
  user_info_no_games: "Ingen spillede kampe"
162
162
  user_info_play_range: "Spilletid"
163
163
  user_info_game_history: "Kamphistorik"
164
- view_link: "[View on spellbot.io](%{link})"
165
- game_info_title: "Game info for #SB%{game_id}"
166
- game_info_pending: "Not started yet"
167
- game_info_details: "Details"
164
+ view_link: "[Vis spellbot.io](%{link})"
165
+ game_info_title: "Spilinfo for #SB%{game_id}"
166
+ game_info_pending: "Ikke startet endnu"
167
+ game_info_details: "Detaljer"
168
168
  user_info_footer: "Bruger-ID: %{user_id}"
169
169
  mythic_track_title: "Opsætning af Mythic Track for %{guild}"
170
170
  mythic_track_on: "✅ Mythic Track er blevet slået **til** for denne server!\n\nFor at fortsætte opsætningen skal du [forbinde din Discord-konto til Mythic Track](%{guide}).\n\nMens denne funktion er slået til, genererer SpellBot pinkoder, som spillerne skal indtaste i Mythic Track, så deres kampe kan spores."
@@ -185,7 +185,7 @@ da:
185
185
  list_title: "Blokerede brugere"
186
186
  list_empty: "Du har ingen blokerede brugere."
187
187
  list_page: "Side %{current} af %{total}"
188
- manage_message: "You can view and manage your blocked users from your profile page.\n\n[Open your profile on spellbot.io](%{link})"
188
+ manage_message: "Du kan se og administrere dine blokerede brugere fra din profilside.\n\n[Åbn din profil spellbot.io](%{link})"
189
189
  # Leave action messages
190
190
  leave:
191
191
  removed_channel: "Du blev fjernet fra alle afventende kampe i denne kanal."
@@ -379,6 +379,7 @@ da:
379
379
  many: "%{count} kanaler med spil"
380
380
  other: "%{count} kanaler med spil"
381
381
  owner_controls: "Ejerkontroller"
382
+ view_analytics: "Analyser"
382
383
  promotion_enabled: "aktiveret"
383
384
  promotion_disabled: "deaktiveret"
384
385
  promotion_status: "Offentlig promovering er i øjeblikket %{state} for denne server."
@@ -390,7 +391,7 @@ da:
390
391
  show_links: "Vis spil-links offentligt"
391
392
  voice_create: "Opret stemmekanaler automatisk"
392
393
  use_max_bitrate: "Brug maksimal bitrate"
393
- enable_mythic_track: "Aktivér mythic track"
394
+ enable_mythic_track: "Aktivér Mythic Track"
394
395
  save: "Gem serverindstillinger"
395
396
  player_awards: "Spillerpriser"
396
397
  manage_awards: "Administrer spillerpriser"
@@ -424,7 +425,7 @@ da:
424
425
  add_button: "Tilføj pris"
425
426
  game:
426
427
  details: "Detaljer"
427
- blind: "Blind"
428
+ blind: "Blinde"
428
429
  rules: "Regler"
429
430
  game_link: "Spil-link"
430
431
  voice_channel: "Stemmekanal"
@@ -99,7 +99,7 @@ de:
99
99
  awards_title: "SpellBot-Spieler-Auszeichnungen für %{guild}"
100
100
  awards_empty: "**Auf diesem Server sind keine Auszeichnungen konfiguriert.**\n\nUm Auszeichnungen hinzuzufügen, verwenden Sie den Befehl `/award add`."
101
101
  setup_title: "SpellBot-Einrichtung für %{guild}"
102
- setup_description: "SpellBot helps your community find and play Magic: The Gathering games together. To configure your server, channels, and player awards, visit the SpellBot dashboard.\n\n[Configure SpellBot →](%{link})"
102
+ setup_description: "SpellBot hilft deiner Community zusammen Magic: The Gathering Spiele zu finden und zu spielen. Um deinen Server, Kanäle und Spieler-Auszeichnungen zu konfigurieren, besuche das SpellBot-Dashboard.\n\n[SpellBot konfigurieren ](%{link})"
103
103
  field_motd: "MOTD"
104
104
  field_none: "Keine"
105
105
  field_public_links: "Öffentliche Links"
@@ -161,9 +161,9 @@ de:
161
161
  user_info_no_games: "Keine Spiele gespielt"
162
162
  user_info_play_range: "Spielzeitraum"
163
163
  user_info_game_history: "Spielverlauf"
164
- view_link: "[View on spellbot.io](%{link})"
165
- game_info_title: "Game info for #SB%{game_id}"
166
- game_info_pending: "Not started yet"
164
+ view_link: "[Auf spellbot.io anzeigen](%{link})"
165
+ game_info_title: "Spielinfo für #SB%{game_id}"
166
+ game_info_pending: "Noch nicht gestartet"
167
167
  game_info_details: "Details"
168
168
  user_info_footer: "Benutzer-ID: %{user_id}"
169
169
  mythic_track_title: "Mythic-Track-Einrichtung für %{guild}"
@@ -185,7 +185,7 @@ de:
185
185
  list_title: "Blockierte Benutzer"
186
186
  list_empty: "Sie haben keine blockierten Benutzer."
187
187
  list_page: "Seite %{current} von %{total}"
188
- manage_message: "You can view and manage your blocked users from your profile page.\n\n[Open your profile on spellbot.io](%{link})"
188
+ manage_message: "Du kannst deine gesperrten Benutzer von deiner Profilseite sehen und verwalten.\n\n[Öffne dein Profil auf spellbot.io](%{link})"
189
189
  # Leave action messages
190
190
  leave:
191
191
  removed_channel: "Sie wurden von allen anstehenden Spielen in diesem Kanal entfernt."
@@ -379,6 +379,7 @@ de:
379
379
  many: "%{count} Kanäle mit Spielen"
380
380
  other: "%{count} Kanäle mit Spielen"
381
381
  owner_controls: "Inhaber-Steuerung"
382
+ view_analytics: "Analyse"
382
383
  promotion_enabled: "aktiviert"
383
384
  promotion_disabled: "deaktiviert"
384
385
  promotion_status: "Die öffentliche Bewerbung ist für diesen Server derzeit %{state}."
@@ -424,7 +425,7 @@ de:
424
425
  add_button: "Auszeichnung hinzufügen"
425
426
  game:
426
427
  details: "Details"
427
- blind: "Blind"
428
+ blind: "Rolladen"
428
429
  rules: "Regeln"
429
430
  game_link: "Spiel-Link"
430
431
  voice_channel: "Sprachkanal"
@@ -99,7 +99,7 @@ el:
99
99
  awards_title: "Βραβεία Παίκτη SpellBot για το %{guild}"
100
100
  awards_empty: "**Δεν έχουν ρυθμιστεί βραβεία σε αυτόν τον διακομιστή.**\n\nΓια να προσθέσετε βραβεία χρησιμοποιήστε την εντολή `/award add`."
101
101
  setup_title: "Ρύθμιση SpellBot για το %{guild}"
102
- setup_description: "SpellBot helps your community find and play Magic: The Gathering games together. To configure your server, channels, and player awards, visit the SpellBot dashboard.\n\n[Configure SpellBot →](%{link})"
102
+ setup_description: "Το SpellBot βοηθά την κοινότητά σας να βρει και να παίξει παιχνίδια Magic: The Gathering μαζί. Για να διαμορφώσετε τον διακομιστή, τα κανάλια και τα βραβεία παικτών σας, επισκεφθείτε τον πίνακα ελέγχου του SpellBot.\n\n[Διαμόρφωση SpellBot →](%{link})"
103
103
  field_motd: "MOTD"
104
104
  field_none: "Κανένα"
105
105
  field_public_links: "Δημόσιοι σύνδεσμοι"
@@ -161,10 +161,10 @@ el:
161
161
  user_info_no_games: "Δεν έχει παίξει παιχνίδια"
162
162
  user_info_play_range: "Διάρκεια παιχνιδιού"
163
163
  user_info_game_history: "Ιστορικό παιχνιδιού"
164
- view_link: "[View on spellbot.io](%{link})"
165
- game_info_title: "Game info for #SB%{game_id}"
166
- game_info_pending: "Not started yet"
167
- game_info_details: "Details"
164
+ view_link: "[Προβολή στο spellbot.io](%{link})"
165
+ game_info_title: "Πληροφορίες παιχνιδιού για το #SB%{game_id}"
166
+ game_info_pending: "Ο αγώνας δεν έχει ξεκινήσει"
167
+ game_info_details: "Λεπτομέρειες"
168
168
  user_info_footer: "ID χρήστη: %{user_id}"
169
169
  mythic_track_title: "Ρύθμιση Mythic Track για το %{guild}"
170
170
  mythic_track_on: "✅ Το Mythic Track έχει ενεργοποιηθεί **για** αυτόν τον διακομιστή!\n\nΓια να συνεχίσετε την εγκατάσταση, [συνδέστε τον λογαριασμό σας Discord με το Mythic Track](%{guide}).\n\nΕνώ η λειτουργία είναι ενεργοποιημένη, το SpellBot θα δημιουργεί κωδικούς PIN για τους παίκτες που θα εισαγάγουν στο Mythic Track, ώστε να μπορούν να παρακολουθούνται τα παιχνίδια τους."
@@ -185,7 +185,7 @@ el:
185
185
  list_title: "Αποκλεισμένοι χρήστες"
186
186
  list_empty: "Δεν έχετε αποκλεισμένους χρήστες."
187
187
  list_page: "Σελίδα %{current} από %{total}"
188
- manage_message: "You can view and manage your blocked users from your profile page.\n\n[Open your profile on spellbot.io](%{link})"
188
+ manage_message: "Μπορείτε να προβάλετε και να διαχειριστείτε τους αποκλεισμένους χρήστες σας από τη σελίδα του προφίλ σας.\n\n[Ανοίξτε το προφίλ σας στο spellbot.io](%{link})"
189
189
  # Leave action messages
190
190
  leave:
191
191
  removed_channel: "Έχετε αφαιρεθεί από οποιαδήποτε παιχνίδια σε εκκρεμότητα σε αυτό το κανάλι."
@@ -379,6 +379,7 @@ el:
379
379
  many: "%{count} κανάλια με παιχνίδια"
380
380
  other: "%{count} κανάλια με παιχνίδια"
381
381
  owner_controls: "Στοιχεία ελέγχου ιδιοκτήτη"
382
+ view_analytics: "Στατιστικά"
382
383
  promotion_enabled: "ενεργοποιημένη"
383
384
  promotion_disabled: "απενεργοποιημένη"
384
385
  promotion_status: "Η δημόσια προβολή είναι αυτή τη στιγμή %{state} για αυτόν τον διακομιστή."
@@ -99,7 +99,7 @@ es:
99
99
  awards_title: "Premios de SpellBot a los jugadores de %{guild}"
100
100
  awards_empty: "**No hay premios configurados en este servidor.**\n\nPara añadir premios, utilice el comando `/award add`."
101
101
  setup_title: "Configuración de SpellBot de %{guild}"
102
- setup_description: "SpellBot helps your community find and play Magic: The Gathering games together. To configure your server, channels, and player awards, visit the SpellBot dashboard.\n\n[Configure SpellBot →](%{link})"
102
+ setup_description: "SpellBot ayuda a tu comunidad a encontrar y jugar Magic: Los juegos de Gathering juntos. Para configurar su servidor, canales y premios de jugador, visite el panel de control de SpellBot.\n\n[Configurar SpellBot → ](%{link})"
103
103
  field_motd: "MOTD"
104
104
  field_none: "Ninguno"
105
105
  field_public_links: "Enlaces públicos"
@@ -161,10 +161,10 @@ es:
161
161
  user_info_no_games: "No hay partidas jugadas"
162
162
  user_info_play_range: "Intervalo de tiempo del juego"
163
163
  user_info_game_history: "Historial de partidas"
164
- view_link: "[View on spellbot.io](%{link})"
165
- game_info_title: "Game info for #SB%{game_id}"
166
- game_info_pending: "Not started yet"
167
- game_info_details: "Details"
164
+ view_link: "[Ver en spellbot.io](%{link})"
165
+ game_info_title: "Información del juego para #SB%{game_id}"
166
+ game_info_pending: "Sin empezar"
167
+ game_info_details: "Detalles"
168
168
  user_info_footer: "ID de usuario: %{user_id}"
169
169
  mythic_track_title: "Configuración de Mythic Track de %{guild}"
170
170
  mythic_track_on: "✅ ¡Mythic Track se ha **activado** en este servidor!\n\nPara continuar con la configuración, [vincule su cuenta de Discord con Mythic Track](%{guide}).\n\nMientras tenga esta función activada, SpellBot generará códigos PIN para que los jugadores entren en Mythic Track para permitir el seguimiento de sus partidas."
@@ -185,7 +185,7 @@ es:
185
185
  list_title: "Usuarios bloqueados"
186
186
  list_empty: "No tiene usuarios bloqueados."
187
187
  list_page: "Página %{current} de %{total}"
188
- manage_message: "You can view and manage your blocked users from your profile page.\n\n[Open your profile on spellbot.io](%{link})"
188
+ manage_message: "Puedes ver y administrar tus usuarios bloqueados desde tu página de perfil.\n\n[Abre tu perfil en spellbot.io](%{link})"
189
189
  # Leave action messages
190
190
  leave:
191
191
  removed_channel: "Lo/a han eliminado de todas las partidas pendientes en este canal."
@@ -379,6 +379,7 @@ es:
379
379
  many: "%{count} canales con partidas"
380
380
  other: "%{count} canales con partidas"
381
381
  owner_controls: "Controles del propietario"
382
+ view_analytics: "Análisis"
382
383
  promotion_enabled: "activada"
383
384
  promotion_disabled: "desactivada"
384
385
  promotion_status: "La promoción pública está actualmente %{state} para este servidor."
@@ -99,7 +99,7 @@ fi:
99
99
  awards_title: "SpellBot-pelaajapalkinnot – %{guild}"
100
100
  awards_empty: "**Ei määritettyjä palkintoja tällä palvelimella.**\n\nVoit lisätä palkintoja `/award add` -komennolla."
101
101
  setup_title: "SpellBot-asetukset – %{guild}"
102
- setup_description: "SpellBot helps your community find and play Magic: The Gathering games together. To configure your server, channels, and player awards, visit the SpellBot dashboard.\n\n[Configure SpellBot →](%{link})"
102
+ setup_description: "SpellBot auttaa yhteisöäsi löytämään ja pelaamaan Magic: The Gathering -pelejä yhdessä. Voit määrittää palvelimesi, kanavasi ja pelaajapalkinnot SpellBotin hallintapaneelissa.\n\n[Määritä SpellBotia →](%{link})"
103
103
  field_motd: "MOTD"
104
104
  field_none: "Ei mitään"
105
105
  field_public_links: "Julkiset linkit"
@@ -161,10 +161,10 @@ fi:
161
161
  user_info_no_games: "Ei pelattuja pelejä"
162
162
  user_info_play_range: "Pelin aikaväli"
163
163
  user_info_game_history: "Pelihistoria"
164
- view_link: "[View on spellbot.io](%{link})"
165
- game_info_title: "Game info for #SB%{game_id}"
166
- game_info_pending: "Not started yet"
167
- game_info_details: "Details"
164
+ view_link: "[Näytä kohteessa spellbot.io](%{link})"
165
+ game_info_title: "Pelin tiedot #SB%{game_id}"
166
+ game_info_pending: "Ei vielä aloitettu"
167
+ game_info_details: "Tiedot"
168
168
  user_info_footer: "Käyttäjätunnus: %{user_id}"
169
169
  mythic_track_title: "Mythic Track -määritys – %{guild}"
170
170
  mythic_track_on: "✅ Mythic Track on asetettu **päälle** tässä palvelimessa!\n\nVoit jatkaa määrityksiä [yhdistämällä Discord-tilisi Mythic Trackiin](%{guide}).\n\nKun tämä ominaisuus on käytössä, SpellBot luo pelaajille PIN-koodit Mythic Trackia varten, jotta heidän pelejään voidaan seurata."
@@ -185,7 +185,7 @@ fi:
185
185
  list_title: "Estetyt käyttäjät"
186
186
  list_empty: "Estettyjä käyttäjiä ei ole."
187
187
  list_page: "Sivu %{current} / %{total}"
188
- manage_message: "You can view and manage your blocked users from your profile page.\n\n[Open your profile on spellbot.io](%{link})"
188
+ manage_message: "Voit tarkastella ja hallita estettyjä käyttäjiä profiilisivultasi.\n\n[Avaa profiilisi osoitteessa spellbot.io](%{link})"
189
189
  # Leave action messages
190
190
  leave:
191
191
  removed_channel: "Sinut poistettiin kaikista avoimista peleistä tällä kanavalla."
@@ -379,6 +379,7 @@ fi:
379
379
  many: "%{count} kanavaa, joilla on pelejä"
380
380
  other: "%{count} kanavaa, joilla on pelejä"
381
381
  owner_controls: "Omistajan hallinta"
382
+ view_analytics: "Analytiikka"
382
383
  promotion_enabled: "käytössä"
383
384
  promotion_disabled: "pois käytöstä"
384
385
  promotion_status: "Julkinen mainostus on tällä hetkellä %{state} tällä palvelimella."
@@ -99,7 +99,7 @@ fr:
99
99
  awards_title: "Récompenses de joueur SpellBot pour %{guild}"
100
100
  awards_empty: "**Aucunes récompenses n'ont été configurées pour ce serveur.**\n\nPour ajouter des récompenses, utilisez la commande `/award add`."
101
101
  setup_title: "Configuration de SpellBot pour %{guild}"
102
- setup_description: "SpellBot helps your community find and play Magic: The Gathering games together. To configure your server, channels, and player awards, visit the SpellBot dashboard.\n\n[Configure SpellBot →](%{link})"
102
+ setup_description: "SpellBot aide votre communauté à trouver et à jouer à la magie : les jeux de Collecte ensemble. Pour configurer votre serveur, les canaux et les récompenses des joueurs, visitez le tableau de bord du SpellBot.\n\n[Configurer le SpellBot →](%{link})"
103
103
  field_motd: "MOTD"
104
104
  field_none: "Aucun"
105
105
  field_public_links: "Liens publics"
@@ -161,10 +161,10 @@ fr:
161
161
  user_info_no_games: "Aucunes parties jouées"
162
162
  user_info_play_range: "Plage de jeu"
163
163
  user_info_game_history: "Historique des parties"
164
- view_link: "[View on spellbot.io](%{link})"
165
- game_info_title: "Game info for #SB%{game_id}"
166
- game_info_pending: "Not started yet"
167
- game_info_details: "Details"
164
+ view_link: "[Voir sur spellbot.io](%{link})"
165
+ game_info_title: "Informations sur le jeu pour #SB%{game_id}"
166
+ game_info_pending: "Pas encore commencé"
167
+ game_info_details: "Détails"
168
168
  user_info_footer: "ID d'utilisateur : %{user_id}"
169
169
  mythic_track_title: "Configuration de Mythic Track pour %{guild}"
170
170
  mythic_track_on: "✅ Mythic Track a été **activé** sur ce serveur !\n\nPour continuer la configuration, [connectez votre compte Discord à Mythic Track](%{guide}).\n\nQuand cette fonctionnalité est activée, SpellBot génère des codes PIN que les joueurs peuvent saisir dans leur Mythic Track pour permettre de suivre leurs parties."
@@ -185,7 +185,7 @@ fr:
185
185
  list_title: "Utilisateurs bloqués"
186
186
  list_empty: "Vous n'avez pas d'utilisateurs bloqués."
187
187
  list_page: "Page %{current} sur %{total}"
188
- manage_message: "You can view and manage your blocked users from your profile page.\n\n[Open your profile on spellbot.io](%{link})"
188
+ manage_message: "Vous pouvez voir et gérer vos utilisateurs bloqués depuis votre page de profil.\n\n[Ouvrir votre profil sur spellbot.io](%{link})"
189
189
  # Leave action messages
190
190
  leave:
191
191
  removed_channel: "Vous avez été retiré des parties en attente de ce canal."
@@ -379,6 +379,7 @@ fr:
379
379
  many: "%{count} salons avec des parties"
380
380
  other: "%{count} salons avec des parties"
381
381
  owner_controls: "Contrôles du propriétaire"
382
+ view_analytics: "Analytiques"
382
383
  promotion_enabled: "activée"
383
384
  promotion_disabled: "désactivée"
384
385
  promotion_status: "La promotion publique est actuellement %{state} pour ce serveur."
@@ -99,7 +99,7 @@ it:
99
99
  awards_title: "Riconoscimenti giocatori di SpellBot per %{guild}"
100
100
  awards_empty: "**Non ci sono riconoscimenti configurati su questo server.**\n\nPer aggiungere dei riconoscimenti, usa il comando `/award add`."
101
101
  setup_title: "Configurazione di SpellBot per %{guild}"
102
- setup_description: "SpellBot helps your community find and play Magic: The Gathering games together. To configure your server, channels, and player awards, visit the SpellBot dashboard.\n\n[Configure SpellBot →](%{link})"
102
+ setup_description: "SpellBot aiuta la tua comunità a trovare e giocare a Magic: i giochi di Raccolta insieme. Per configurare server, canali e premi giocatori, visita il cruscotto SpellBot.\n\n[Configura SpellBot →](%{link})"
103
103
  field_motd: "MOTD"
104
104
  field_none: "Nessuno"
105
105
  field_public_links: "Link pubblici"
@@ -161,10 +161,10 @@ it:
161
161
  user_info_no_games: "Nessuna partita giocata"
162
162
  user_info_play_range: "Intervallo di gioco"
163
163
  user_info_game_history: "Cronologia di gioco"
164
- view_link: "[View on spellbot.io](%{link})"
165
- game_info_title: "Game info for #SB%{game_id}"
166
- game_info_pending: "Not started yet"
167
- game_info_details: "Details"
164
+ view_link: "[Visualizza su spellbot.io](%{link})"
165
+ game_info_title: "Info gioco per #SB%{game_id}"
166
+ game_info_pending: "Non ancora iniziato"
167
+ game_info_details: "Dettagli"
168
168
  user_info_footer: "ID utente: %{user_id}"
169
169
  mythic_track_title: "Configurazione tracciamento Mitiche per %{guild}"
170
170
  mythic_track_on: "✅ Il tracciamento Mitiche è stato **attivato** per questo server!\n\nPer continuare la configurazione, [collega il tuo account Discord al tracciamento Mitiche](%{guide}).\n\nQuando questa funzione è attiva, SpellBot genererà dei codici PIN che i giocatori dovranno inserire nel tracciamento Mitiche affinché le loro partite possano essere tracciate."
@@ -185,7 +185,7 @@ it:
185
185
  list_title: "Utenti bloccati"
186
186
  list_empty: "Non hai utenti bloccati."
187
187
  list_page: "Pagina %{current} di %{total}"
188
- manage_message: "You can view and manage your blocked users from your profile page.\n\n[Open your profile on spellbot.io](%{link})"
188
+ manage_message: "Puoi visualizzare e gestire i tuoi utenti bloccati dalla pagina del tuo profilo.\n\n[Apri il tuo profilo su spellbot.io](%{link})"
189
189
  # Leave action messages
190
190
  leave:
191
191
  removed_channel: "Sei stato rimosso da qualsiasi partita in attesa in questo canale."
@@ -276,7 +276,7 @@ it:
276
276
  seats: "Posti"
277
277
  locale: "Impostazioni locali"
278
278
  players: "Giocatori"
279
- link: "Link"
279
+ link: "Collegamento"
280
280
  game: "Partita"
281
281
  time: "Ora"
282
282
  guild: "Server"
@@ -379,6 +379,7 @@ it:
379
379
  many: "%{count} canali con partite"
380
380
  other: "%{count} canali con partite"
381
381
  owner_controls: "Controlli del proprietario"
382
+ view_analytics: "Analisi"
382
383
  promotion_enabled: "abilitata"
383
384
  promotion_disabled: "disabilitata"
384
385
  promotion_status: "La promozione pubblica è attualmente %{state} per questo server."
@@ -99,7 +99,7 @@ ja:
99
99
  awards_title: "%{guild} の SpellBot プレイヤーアワード"
100
100
  awards_empty: "**このサーバーには設定済みのアワードがありません。**\n\nアワードを追加するには `/award add` コマンドを使用してください。"
101
101
  setup_title: "%{guild} の SpellBot セットアップ"
102
- setup_description: "SpellBot helps your community find and play Magic: The Gathering games together. To configure your server, channels, and player awards, visit the SpellBot dashboard.\n\n[Configure SpellBot →](%{link})"
102
+ setup_description: "スペルボットは、あなたのコミュニティがマジック:ザ・ギャザリングのゲームを一緒に見つけてプレイするのを支援します。 サーバー、チャンネル、プレイヤーの賞を設定するには、SpellBotダッシュボードを参照してください。\n\n[SpellBot の設定 →](%{link})"
103
103
  field_motd: "MOTD"
104
104
  field_none: "なし"
105
105
  field_public_links: "公開リンク"
@@ -161,10 +161,10 @@ ja:
161
161
  user_info_no_games: "ゲーム履歴なし"
162
162
  user_info_play_range: "プレイ期間"
163
163
  user_info_game_history: "ゲーム履歴"
164
- view_link: "[View on spellbot.io](%{link})"
165
- game_info_title: "Game info for #SB%{game_id}"
166
- game_info_pending: "Not started yet"
167
- game_info_details: "Details"
164
+ view_link: "[spellbot.io で見る](%{link})"
165
+ game_info_title: "#SB%{game_id} のゲーム情報"
166
+ game_info_pending: "まだ開始していません"
167
+ game_info_details: "詳細"
168
168
  user_info_footer: "ユーザー ID:%{user_id}"
169
169
  mythic_track_title: "%{guild} の Mythic Track 設定"
170
170
  mythic_track_on: "✅ このサーバーで Mythic Track を **有効** にしました!\n\n設定を続けるには、[Discord アカウントを Mythic Track に接続](%{guide})してください。\n\nこの機能が有効な間、SpellBot はプレイヤーが Mythic Track に入力する PIN コードを生成し、ゲームを追跡できるようにします。"
@@ -185,7 +185,7 @@ ja:
185
185
  list_title: "ブロックしたユーザー"
186
186
  list_empty: "ブロックしたユーザーはいません。"
187
187
  list_page: "ページ %{current} / %{total}"
188
- manage_message: "You can view and manage your blocked users from your profile page.\n\n[Open your profile on spellbot.io](%{link})"
188
+ manage_message: "ブロックされたユーザーは、プロフィールページから閲覧・管理できます。\n\n[spellbot.ioでプロフィールを開く] (%{link})"
189
189
  # Leave action messages
190
190
  leave:
191
191
  removed_channel: "このチャンネル内の保留中のゲームからすべて退出しました。"
@@ -379,6 +379,7 @@ ja:
379
379
  many: "ゲームのあるチャンネル %{count} 個"
380
380
  other: "ゲームのあるチャンネル %{count} 個"
381
381
  owner_controls: "オーナー設定"
382
+ view_analytics: "分析"
382
383
  promotion_enabled: "有効"
383
384
  promotion_disabled: "無効"
384
385
  promotion_status: "このサーバーの公開プロモーションは現在 %{state} です。"
@@ -99,7 +99,7 @@ pl:
99
99
  awards_title: "Nagrody SpellBot dla graczy w gildii %{guild}"
100
100
  awards_empty: "**Na tym serwerze nie skonfigurowano żadnych nagród.**\n\nAby dodać nagrody, użyj komendy `/award add`."
101
101
  setup_title: "Konfiguracja SpellBota dla gildii %{guild}"
102
- setup_description: "SpellBot helps your community find and play Magic: The Gathering games together. To configure your server, channels, and player awards, visit the SpellBot dashboard.\n\n[Configure SpellBot →](%{link})"
102
+ setup_description: "SpellBot pomaga Twojej społeczności znaleźć i grać w Magiczne: Gry Zbierające razem. Aby skonfigurować swój serwer, kanały i nagrody gracza, odwiedź panel SpellBot\n\n[Konfiguruj SpellBot →](%{link})"
103
103
  field_motd: "MOTD"
104
104
  field_none: "Brak"
105
105
  field_public_links: "Linki publiczne"
@@ -161,10 +161,10 @@ pl:
161
161
  user_info_no_games: "Brak rozegranych meczów"
162
162
  user_info_play_range: "Zasięg gry"
163
163
  user_info_game_history: "Historia meczów"
164
- view_link: "[View on spellbot.io](%{link})"
165
- game_info_title: "Game info for #SB%{game_id}"
166
- game_info_pending: "Not started yet"
167
- game_info_details: "Details"
164
+ view_link: "[Wyświetl na spellbot.io](%{link})"
165
+ game_info_title: "Informacje o grze #SB%{game_id}"
166
+ game_info_pending: "Jeszcze nie rozpoczęte"
167
+ game_info_details: "Szczegóły"
168
168
  user_info_footer: "ID użytkownika: %{user_id}"
169
169
  mythic_track_title: "Konfiguracja Mythic Track dla %{guild}"
170
170
  mythic_track_on: "✅ Funkcję Mythic Track **włączono** na tym serwerze!\n\nAby kontynuować konfigurację, [powiąż swoje konto Discord z Mythic Track](%{guide}).\n\nGdy ta funkcja jest włączona, SpellBot generuje kody PIN, które gracze wprowadzają w Mythic Track, aby umożliwić rejestrowanie swoich meczów."
@@ -185,7 +185,7 @@ pl:
185
185
  list_title: "Zablokowani użytkownicy"
186
186
  list_empty: "Nie masz zablokowanych użytkowników."
187
187
  list_page: "Strona %{current} z %{total}"
188
- manage_message: "You can view and manage your blocked users from your profile page.\n\n[Open your profile on spellbot.io](%{link})"
188
+ manage_message: "Możesz przeglądać i zarządzać zablokowanymi użytkownikami na stronie profilowej.\n\n[Otwórz swój profil na spellbot.io](%{link})"
189
189
  # Leave action messages
190
190
  leave:
191
191
  removed_channel: "Usunięto Cię ze wszystkich oczekujących meczów na tym kanale."
@@ -269,7 +269,7 @@ pl:
269
269
  yes_label: "Tak"
270
270
  no_label: "Nie"
271
271
  field:
272
- status: "Status"
272
+ status: "Stan"
273
273
  format: "Format"
274
274
  bracket: "Poziom"
275
275
  service: "Usługa"
@@ -379,6 +379,7 @@ pl:
379
379
  many: "%{count} kanałów z grami"
380
380
  other: "%{count} kanałów z grami"
381
381
  owner_controls: "Ustawienia właściciela"
382
+ view_analytics: "Analiza"
382
383
  promotion_enabled: "włączona"
383
384
  promotion_disabled: "wyłączona"
384
385
  promotion_status: "Publiczna promocja jest obecnie %{state} dla tego serwera."
@@ -99,7 +99,7 @@ pt:
99
99
  awards_title: "Prémios de jogadores SpellBot para %{guild}"
100
100
  awards_empty: "**Não existem prémios configurados neste servidor.**\n\nPara adicionar prémios, utilize o comando `/award add`."
101
101
  setup_title: "Configuração SpellBot para %{guild}"
102
- setup_description: "SpellBot helps your community find and play Magic: The Gathering games together. To configure your server, channels, and player awards, visit the SpellBot dashboard.\n\n[Configure SpellBot →](%{link})"
102
+ setup_description: "SpellBot ajuda sua comunidade a encontrar e jogar o Magico: The Gathering games juntos. Para configurar o seu servidor, canais e recompensas de jogador, visite o painel do SpellBot.\n\n[Configure SpellBot →](%{link})"
103
103
  field_motd: "MOTD"
104
104
  field_none: "Nenhum"
105
105
  field_public_links: "Links públicos"
@@ -161,10 +161,10 @@ pt:
161
161
  user_info_no_games: "Não se realizaram jogos"
162
162
  user_info_play_range: "Duração do jogo"
163
163
  user_info_game_history: "Histórico de jogos"
164
- view_link: "[View on spellbot.io](%{link})"
165
- game_info_title: "Game info for #SB%{game_id}"
166
- game_info_pending: "Not started yet"
167
- game_info_details: "Details"
164
+ view_link: "[Ver em spellbot.io](%{link})"
165
+ game_info_title: "Informações do jogo para #SB%{game_id}"
166
+ game_info_pending: "Não iniciado ainda"
167
+ game_info_details: "Detalhes"
168
168
  user_info_footer: "ID de utilizador: %{user_id}"
169
169
  mythic_track_title: "Configuração Mythic Track para %{guild}"
170
170
  mythic_track_on: "✅ Mythic Track foi **ativado** neste servidor!\n\nPara continuar a configuração, [ligue a sua conta do Discord a Mythic Track](%{guide}).\n\nEnquanto esta funcionalidade estiver ativada, o SpellBot irá gerar códigos PIN para os jogadores introduzirem no Mythic Track, para que os seus jogos possam ser registados."
@@ -185,7 +185,7 @@ pt:
185
185
  list_title: "Utilizadores bloqueados"
186
186
  list_empty: "Não tem utilizadores bloqueados."
187
187
  list_page: "Página %{current} de %{total}"
188
- manage_message: "You can view and manage your blocked users from your profile page.\n\n[Open your profile on spellbot.io](%{link})"
188
+ manage_message: "Você pode ver e gerenciar seus usuários bloqueados em sua página de perfil.\n\n[Abra seu perfil em spellbot.io](%{link})"
189
189
  # Leave action messages
190
190
  leave:
191
191
  removed_channel: "Foi removido de todos os jogos pendentes neste canal."
@@ -269,14 +269,14 @@ pt:
269
269
  yes_label: "Sim"
270
270
  no_label: "Não"
271
271
  field:
272
- status: "Status"
272
+ status: "Situação"
273
273
  format: "Formato"
274
274
  bracket: "Nível"
275
275
  service: "Serviço"
276
276
  seats: "Lugares"
277
277
  locale: "Localidade"
278
278
  players: "Jogadores"
279
- link: "Link"
279
+ link: "Ligação"
280
280
  game: "Jogo"
281
281
  time: "Hora"
282
282
  guild: "Servidor"
@@ -379,6 +379,7 @@ pt:
379
379
  many: "%{count} canais com jogos"
380
380
  other: "%{count} canais com jogos"
381
381
  owner_controls: "Controles do proprietário"
382
+ view_analytics: "Analítica"
382
383
  promotion_enabled: "ativada"
383
384
  promotion_disabled: "desativada"
384
385
  promotion_status: "A promoção pública está atualmente %{state} para este servidor."
@@ -99,7 +99,7 @@ sv:
99
99
  awards_title: "SpellBot Player Awards för %{guild}"
100
100
  awards_empty: "**Det finns inga utmärkelser konfigurerade på denna server.**\n\nFör att lägga till utmärkelser, använd kommandot `/award add`."
101
101
  setup_title: "SpellBot-inställningar för %{guild}"
102
- setup_description: "SpellBot helps your community find and play Magic: The Gathering games together. To configure your server, channels, and player awards, visit the SpellBot dashboard.\n\n[Configure SpellBot ](%{link})"
102
+ setup_description: "SpellBot hjälper din gemenskap att hitta och spela Magic: The Gathering spel tillsammans. För att konfigurera din server, kanal och spelare utmärkelser, besök Stavbots instrumentbräda.\n\n[Konfigurera Stavbot ](%{link})"
103
103
  field_motd: "MOTD"
104
104
  field_none: "Ingen"
105
105
  field_public_links: "Offentliga länkar"
@@ -161,10 +161,10 @@ sv:
161
161
  user_info_no_games: "Inga spelade spel"
162
162
  user_info_play_range: "Spelintervall"
163
163
  user_info_game_history: "Spelhistorik"
164
- view_link: "[View on spellbot.io](%{link})"
165
- game_info_title: "Game info for #SB%{game_id}"
166
- game_info_pending: "Not started yet"
167
- game_info_details: "Details"
164
+ view_link: "[Visa spellbot.io](%{link})"
165
+ game_info_title: "Spelinformation för #SB%{game_id}"
166
+ game_info_pending: "Inte påbörjad"
167
+ game_info_details: "Detaljer"
168
168
  user_info_footer: "Användar-ID: %{user_id}"
169
169
  mythic_track_title: "Mythic Track-inställning för %{guild}"
170
170
  mythic_track_on: "✅ Mythic Track har **aktiverats** för denna server!\n\nFör att fortsätta med inställningarna, [koppla ditt Discord-konto till Mythic Track](%{guide}).\n\nNär denna funktion är aktiverad kommer SpellBot att generera PIN-koder som spelarna kan ange i Mythic Track för att deras spel ska kunna spåras."
@@ -185,7 +185,7 @@ sv:
185
185
  list_title: "Blockerade användare"
186
186
  list_empty: "Du har inga blockerade användare."
187
187
  list_page: "Sida %{current} av %{total}"
188
- manage_message: "You can view and manage your blocked users from your profile page.\n\n[Open your profile on spellbot.io](%{link})"
188
+ manage_message: "Du kan visa och hantera dina blockerade användare från din profilsida.\n\n[Öppna din profil spellbot.io](%{link})"
189
189
  # Leave action messages
190
190
  leave:
191
191
  removed_channel: "Du har tagits bort från eventuella pågående spel i denna kanal."
@@ -379,6 +379,7 @@ sv:
379
379
  many: "%{count} kanaler med spel"
380
380
  other: "%{count} kanaler med spel"
381
381
  owner_controls: "Ägarkontroller"
382
+ view_analytics: "Analys"
382
383
  promotion_enabled: "aktiverad"
383
384
  promotion_disabled: "inaktiverad"
384
385
  promotion_status: "Offentlig marknadsföring är för närvarande %{state} för den här servern."