diff --git a/internal/discord/internal/discordi18n/locale.anything.json b/internal/discord/internal/discordi18n/locale.anything.json new file mode 100644 index 0000000..a188de2 --- /dev/null +++ b/internal/discord/internal/discordi18n/locale.anything.json @@ -0,0 +1,55 @@ +{ + "cmd.group.create.description": "Creates a new monitor group", + "cmd.group.create.option.version.description": "e.g. www.tribalwars.net, www.plemiona.pl", + "cmd.group.create.option.server.description": "Tribal Wars server (e.g. en115, pl170)", + "cmd.group.create.option.internals.description": "Show conquers in the same group", + "cmd.group.create.option.barbarians.description": "Show barbarian conquers", + "cmd.group.create.option.channel-gains.description": "Channel where notifications of gained villages will appear", + "cmd.group.create.option.channel-losses.description": "Channel where notifications of lost villages will appear", + "cmd.group.create.success": "The group has been successfully created (id={{ .GroupID }}).", + + "cmd.group.list.description": "Lists all created groups on this server", + "cmd.group.list.embed.title": "Group list", + "cmd.group.list.embed.field.value": "**Server**: {{ .ServerKey }}\n**Channel gains**: {{ .ChannelGains }}\n**Channel losses**: {{ .ChannelLosses }}\n**Internals**: {{ .Internals }}\n **Barbarians**: {{ .Barbarians }}\n **Number of monitored tribes**: {{ .NumTribes }}", + + "cmd.group.details.description": "Displays group details (including added tribes)", + "cmd.group.details.embed.description": "**Server**: {{ .ServerKey }}\n**Channel gains**: {{ .ChannelGains }}\n**Channel losses**: {{ .ChannelLosses }}\n**Internals**: {{ .Internals }}\n **Barbarians**: {{ .Barbarians }}\n **Tribes**: {{ .Tribes }}", + + "cmd.group.tribe.description": "Manages tribes in a group", + + "cmd.group.tribe.add.description": "Adds a tribe to a group", + "cmd.group.tribe.add.option.group.description": "Group ID", + "cmd.group.tribe.add.option.tag.description": "Tribe tag", + "cmd.group.tribe.add.success": "The tribe has been successfully added to the group.", + + "cmd.group.tribe.remove.description": "Removes a tribe from a group", + "cmd.group.tribe.remove.option.group.description": "Group ID", + "cmd.group.tribe.remove.option.tag.description": "Tribe tag", + "cmd.group.tribe.remove.success": "The tribe has been successfully removed from the group.", + + "cmd.group.set.description": "Sets various properties in group configuration", + + "cmd.group.set.channel-gains.description": "Enables/disables notifications of gained villages", + "cmd.group.set.channel-gains.option.group.description": "Group ID", + "cmd.group.set.channel-gains.option.channel.description": "Channel where notifications of gained villages will appear", + "cmd.group.set.channel-gains.success": "The group has been successfully updated.", + + "cmd.group.set.channel-losses.description": "Enables/disables notifications of lost villages", + "cmd.group.set.channel-losses.option.group.description": "Group ID", + "cmd.group.set.channel-losses.option.channel.description": "Channel where notifications of lost villages will appear", + "cmd.group.set.channel-losses.success": "The group has been successfully updated.", + + "cmd.group.set.internals.description": "Enables/disables notifications of internal conquers", + "cmd.group.set.internals.option.group.description": "Group ID", + "cmd.group.set.internals.option.internals.description": "Show conquers in the same group", + "cmd.group.set.internals.success": "The group has been successfully updated.", + + "cmd.group.set.barbarians.description": "Enables/disables notifications of barbarian conquers", + "cmd.group.set.barbarians.option.group.description": "Group ID", + "cmd.group.set.barbarians.option.barbarians.description": "Show barbarian conquers", + "cmd.group.set.barbarians.success": "The group has been successfully updated.", + + "cmd.group.delete.description": "Deletes a group", + "cmd.group.delete.option.group.description": "Group ID", + "cmd.group.delete.success": "The group has been successfully deleted." +}