mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-01 19:49:55 +03:00
Resolve TODOs in locales
Co-authored-by: mctaylors <volkovvladislav8@gmail.com>
This commit is contained in:
parent
558e05156c
commit
905cf5619c
4 changed files with 21 additions and 21 deletions
20
Boyfriend/Messages.Designer.cs
generated
20
Boyfriend/Messages.Designer.cs
generated
|
@ -833,6 +833,15 @@ namespace Boyfriend {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Starter role.
|
||||
/// </summary>
|
||||
internal static string SettingsStarterRole {
|
||||
get {
|
||||
return ResourceManager.GetString("SettingsStarterRole", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Welcome message.
|
||||
/// </summary>
|
||||
|
@ -842,15 +851,6 @@ namespace Boyfriend {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The starter role was deleted! Please unset roles or channels from settings before deleting them.
|
||||
/// </summary>
|
||||
internal static string StarterRoleDeleted {
|
||||
get {
|
||||
return ResourceManager.GetString("StarterRoleDeleted", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You cannot ban me!.
|
||||
/// </summary>
|
||||
|
@ -1050,7 +1050,7 @@ namespace Boyfriend {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to I could not find this user in any guild I'm a member of! Check if the ID is correct and that the user was on this server no longer than 30 days ago (TODO).
|
||||
/// Looks up a localized string similar to I could not find this user in any guild I'm a member of! Check if the ID is correct and that the user was on this server no longer than 30 days ago.
|
||||
/// </summary>
|
||||
internal static string UserNotFound {
|
||||
get {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue