Skip to content
This repository was archived by the owner on Mar 2, 2024. It is now read-only.
This repository was archived by the owner on Mar 2, 2024. It is now read-only.

List of modified v4 strings #19

@TTtie

Description

@TTtie

Here is a list of translation strings modified in v4:

  • IMAGE_CAVEATS
    • mention of emojis being too fast/slow removed (slower frames span over more 50fps frames now)
    • added a mention of the image being an APNG
  • CANNOT_JPEGIFY
    • says that the image cannot be jpegified (needsmorejpeg.js)
  • CANNOT_FETCH_IMAGE
    • says that the image couldn't be loaded by jimp
  • CANNOT_JPEGIFY_INTERNAL_ERROR
    • says that the image cannot be exported from jimp
  • SORRY
    • tl;dr a sorry message :)
  • ALLOWED_XXX
    • strings meant to indicate that a certain feature is available for a certain guild on Discord
  • PROFILE_EXISTENT
    • indicates that a profile exists
  • PROFILE_TIMEZONE
    • shows the user's timezone
  • USER_AVATAR
    • user#0001's avatar
  • CONFIG_LOCALE, CONFIG_LOCALE_DESCRIPTION
    • an entry of the config menu related to the guild locale feature
  • GETTING_STARTED_DESCRIPTION
- GETTING_STARTED_DESCRIPTION:                    `You don't require any setup for tt.bot to work with basic features! However, to use some moderation commands, you (or anyone with Manage Server permission) have to use the \`${config.prefix}config\` command to create the configuration. And that's basically it! Give your staff the "tt.bot mod" role and they can start moderating! Or set the modRole setting to whatever your role name is.`,
+ GETTING_STARTED_DESCRIPTION:                    `You don't require any setup for tt.bot to work with basic features! However, to use some moderation commands, you (or anyone with Manage Server permission) have to use the \`${config.prefix}config\` command to create the configuration. And that's basically it! Give your staff the "tt.bot mod" role and they can start moderating! Or set the moderator role to the role you'd like to give the moderator permissions to.`,
  • EVERYTHING_ELSE_DESCRIPTION
- EVERYTHING_ELSE_DESCRIPTION:                    "If you need help (or just want to hang out with us), feel free to come to our support server; the invite is in the info command.",
+ EVERYTHING_ELSE_DESCRIPTION:                    "If you need help (or just want to hang out with us), feel free to come to our support server; the invite can be found in the info command.",
  • EXTENSION_LIST_FIELD
    • shows the store ID now
  • INFO_DONATE
    • a header in the info command saying Donate:
  • USER_NOT_FOUND
    • says the user was not found
  • CANNOT_GET_INVITE_BANNED
    • used to inform when the bot is banned from a certain guild (inviteinspector.js)
  • CONTACT_GUILD_ADMIN
    • basically says to unban the bot from the guild ;)
  • INFO_AUTHORS
    • Owner(s) -> Maintainers
  • Profile creation flow:
    PROFILE_CREATE_SETUP:                           "Hello there! Would you like to set your profile up before I create one? Type y or yes if you want to, n or no if you don't. You have 10 seconds to answer.\n\nKeep in mind that you can still modify the values using other subcommands.",
    PROFILE_CREATE_TIMEZONE:                        "What is your timezone? This timezone should be a valid entry in the IANA timezone DB (check <https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List> for a list of them)\nYou have 30 seconds to answer. Type \"none\" if you don't want to set one yet.",
    PROFILE_CREATE_LOCALE:                          () => `Which language do you speak? Here are the available languages: ${Object.keys(bot.i18n.languages).join(", ")}\nIn case it is not listed or don't want to set a language yet, type "none". You have 30 seconds to choose.\nYou can help us contributing languages on GitHub: <https://github.com/tt-bot-dev/languages>`,
    PROFILE_TIMEZONE:                               tz => `Your current timezone is ${tz}.\nIn order to change it, provide a timezone as an argument.`,
    INVALID_TIMEZONE:                               "This timezone is invalid. You can find a list of possible timezones here: <https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List>",
  • A reminder that tt.bot is free software:
    FREE_SOFTWARE:                                  ":desktop: tt.bot is free software",
    FREE_SOFTWARE_DESCRIPTION:                      "tt.bot is free software licensed under the [GNU AGPLv3 or later](https://github.com/tt-bot-dev/tt.bot/blob/v4-wip/LICENSE). Translations for tt.bot are licensed under the [MIT License](https://github.com/tt-bot-dev/languages/blob/v4-wip/LICENSE).",
  • CONFIG_MODROLE_DESCRIPTION
    • the mod role is not a case-insensitive role name reference anymore

These are not priority, however these will appear when a guild locale is set

  • PROFILE_CREATE_SETUP
    • a question whether they want to set up their profile or not
  • PROFILE_CREATE_TIMEZONE
    • a question about the user's timezone
  • PROFILE_CREATE_LOCALE
    • a question about the user's language setting

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions