2020-10-17 19:41:31 +08:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
// <auto-generated>
|
2021-05-29 15:21:38 +02:00
|
|
|
|
// This code was generated by a tool.
|
|
|
|
|
|
// Runtime Version:4.0.30319.42000
|
2020-10-17 19:41:31 +08:00
|
|
|
|
//
|
2021-05-29 15:21:38 +02:00
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
|
|
// the code is regenerated.
|
2020-10-17 19:41:31 +08:00
|
|
|
|
// </auto-generated>
|
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
2022-10-16 20:37:07 +08:00
|
|
|
|
namespace MinecraftClient {
|
2020-10-17 19:41:31 +08:00
|
|
|
|
using System;
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
|
|
|
|
|
|
2020-10-17 19:41:31 +08:00
|
|
|
|
/// <summary>
|
2021-05-29 15:21:38 +02:00
|
|
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
2020-10-17 19:41:31 +08:00
|
|
|
|
/// </summary>
|
2021-05-29 15:21:38 +02:00
|
|
|
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
|
|
|
|
|
// class via a tool like ResGen or Visual Studio.
|
|
|
|
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
|
|
|
|
// with the /str option, or rebuild your VS project.
|
2022-10-05 15:02:30 +08:00
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
2020-10-17 19:41:31 +08:00
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal class DefaultConfigResource {
|
|
|
|
|
|
|
2020-10-17 19:41:31 +08:00
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2020-10-17 19:41:31 +08:00
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2020-10-17 19:41:31 +08:00
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal DefaultConfigResource() {
|
2020-10-17 19:41:31 +08:00
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2020-10-17 19:41:31 +08:00
|
|
|
|
/// <summary>
|
2021-05-29 15:21:38 +02:00
|
|
|
|
/// Returns the cached ResourceManager instance used by this class.
|
2020-10-17 19:41:31 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
|
|
|
|
|
get {
|
|
|
|
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
2020-10-17 19:41:31 +08:00
|
|
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("MinecraftClient.DefaultConfigResource", typeof(DefaultConfigResource).Assembly);
|
|
|
|
|
|
resourceMan = temp;
|
|
|
|
|
|
}
|
|
|
|
|
|
return resourceMan;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2020-10-17 19:41:31 +08:00
|
|
|
|
/// <summary>
|
2021-05-29 15:21:38 +02:00
|
|
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
|
|
|
|
/// resource lookups using this strongly typed resource class.
|
2020-10-17 19:41:31 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
|
|
|
|
get {
|
2020-10-17 19:41:31 +08:00
|
|
|
|
return resourceCulture;
|
|
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
set {
|
2020-10-17 19:41:31 +08:00
|
|
|
|
resourceCulture = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2020-10-17 19:41:31 +08:00
|
|
|
|
/// <summary>
|
2021-05-29 15:21:38 +02:00
|
|
|
|
/// Looks up a localized string similar to ╔═════════════════════════════════════╗
|
|
|
|
|
|
///║ Brewing Stand ║
|
|
|
|
|
|
///║ ╔═══╗ ⡈ ⠄╔═══╗ ║
|
|
|
|
|
|
///║ ║ 4 ╟───╮ ⢠⡐⢈║ 3 ║ ┃ ║
|
|
|
|
|
|
///║ ╚═══╝ ╭─╯ ⠂⡠⢂╚╦╦╦╝ ┃ ║
|
|
|
|
|
|
///║ ╰───■■■■ ║║║ ▼ ║
|
|
|
|
|
|
///║ ╔═══╦═╝║╚═╦═══╗ ║
|
|
|
|
|
|
///║ ║ 0 ║╔═╩═╗║ 2 ║ ║
|
|
|
|
|
|
///║ ╚═══╝║ 1 ║╚═══╝ ║
|
|
|
|
|
|
///║ Inventory ╚═══╝ ║
|
|
|
|
|
|
///║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
|
|
|
|
|
///║║ 5 ║ 6 ║ 7 ║ 8 ║ 9 ║10 ║11 ║12 ║13 ║║
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///║╠═══╬═══╬═══╬═══╬══ [rest of string was truncated]";.
|
2021-05-29 15:21:38 +02:00
|
|
|
|
/// </summary>
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal static string ContainerType_BrewingStand {
|
|
|
|
|
|
get {
|
2021-05-29 15:21:38 +02:00
|
|
|
|
return ResourceManager.GetString("ContainerType_BrewingStand", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2021-05-29 15:21:38 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to ╔═════════════════════════════════════╗
|
|
|
|
|
|
///║ Crafting ║
|
|
|
|
|
|
///║ ╔═══╦═══╦═══╗ ║
|
|
|
|
|
|
///║ ║ 1 ║ 2 ║ 3 ║ ║
|
|
|
|
|
|
///║ ╠═══╬═══╬═══╣ ╔═══╗ ║
|
|
|
|
|
|
///║ ║ 4 ║ 5 ║ 6 ║ ━━▶ ║ 0 ║ ║
|
|
|
|
|
|
///║ ╠═══╬═══╬═══╣ ╚═══╝ ║
|
|
|
|
|
|
///║ ║ 7 ║ 8 ║ 9 ║ ║
|
|
|
|
|
|
///║ ╚═══╩═══╩═══╝ ║
|
|
|
|
|
|
///║ Inventory ║
|
|
|
|
|
|
///║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
|
|
|
|
|
///║║10 ║11 ║12 ║13 ║14 ║15 ║16 ║17 ║18 ║║
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///║╠═══╬═══╬═══╬═══╬══ [rest of string was truncated]";.
|
2021-05-29 15:21:38 +02:00
|
|
|
|
/// </summary>
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal static string ContainerType_Crafting {
|
|
|
|
|
|
get {
|
2021-05-29 15:21:38 +02:00
|
|
|
|
return ResourceManager.GetString("ContainerType_Crafting", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to ╔═════════════════════════════════════╗
|
|
|
|
|
|
///║ Enchant ║
|
|
|
|
|
|
///║ ╔════════════════════╗ ║
|
|
|
|
|
|
///║ ║ Top ║ ║
|
|
|
|
|
|
///║ ╔═══╦═══╗ ╠════════════════════╣ ║
|
|
|
|
|
|
///║ ║ 0 ║ 1 ║ ║ Middle ║ ║
|
|
|
|
|
|
///║ ╚═══╩═══╝ ╠════════════════════╣ ║
|
|
|
|
|
|
///║ ║ Bottom ║ ║
|
|
|
|
|
|
///║ ╚════════════════════╝ ║
|
|
|
|
|
|
///║ Inventory ║
|
|
|
|
|
|
///║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
|
|
|
|
|
///║║ 2 ║ 3 ║ 4 ║ 5 ║ 6 ║ 7 ║ 8 ║ 9 ║10 ║║
|
|
|
|
|
|
///║╠═══╬═══╬═══╬═══╬══ [rest of string was truncated]";.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
internal static string ContainerType_EnchantingTable {
|
|
|
|
|
|
get {
|
2022-10-14 15:33:33 +02:00
|
|
|
|
return ResourceManager.GetString("ContainerType_EnchantingTable", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2022-10-05 15:02:30 +08:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to ╔═════════════════════════════════════╗
|
|
|
|
|
|
///║ Container ║
|
|
|
|
|
|
///║ ╔═══╗ ║
|
|
|
|
|
|
///║ ║ 0 ║ ║
|
|
|
|
|
|
///║ ╚═══╝ ╔═══╗ ║
|
|
|
|
|
|
///║ ⠂⡠⢂ ━━▶ ║ 2 ║ ║
|
|
|
|
|
|
///║ ⠂⡠⢂ ╚═══╝ ║
|
|
|
|
|
|
///║ ╔═══╗ ║
|
|
|
|
|
|
///║ ║ 1 ║ ║
|
|
|
|
|
|
///║ ╚═══╝ ║
|
|
|
|
|
|
///║ Inventory ║
|
|
|
|
|
|
///║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
|
|
|
|
|
///║║ 3 ║ 4 ║ 5 ║ 6 ║ 7 [rest of string was truncated]";.
|
|
|
|
|
|
/// </summary>
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal static string ContainerType_Furnace {
|
|
|
|
|
|
get {
|
2022-09-22 21:58:51 +02:00
|
|
|
|
return ResourceManager.GetString("ContainerType_Furnace", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2021-05-29 15:21:38 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to ╔═════════════════════════════════════╗
|
|
|
|
|
|
///║ Container ║
|
|
|
|
|
|
///║ ╔═══╦═══╦═══╗ ║
|
|
|
|
|
|
///║ ║ 0 ║ 1 ║ 2 ║ ║
|
|
|
|
|
|
///║ ╠═══╬═══╬═══╣ ║
|
|
|
|
|
|
///║ ║ 3 ║ 4 ║ 5 ║ ║
|
|
|
|
|
|
///║ ╠═══╬═══╬═══╣ ║
|
|
|
|
|
|
///║ ║ 6 ║ 7 ║ 8 ║ ║
|
|
|
|
|
|
///║ ╚═══╩═══╩═══╝ ║
|
|
|
|
|
|
///║ Inventory ║
|
|
|
|
|
|
///║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
|
|
|
|
|
///║║ 9 ║10 ║11 ║12 ║13 ║14 ║15 ║16 ║17 ║║
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///║╠═══╬═══╬═══╬═══╬══ [rest of string was truncated]";.
|
2021-05-29 15:21:38 +02:00
|
|
|
|
/// </summary>
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal static string ContainerType_Generic_3x3 {
|
|
|
|
|
|
get {
|
2021-05-29 15:21:38 +02:00
|
|
|
|
return ResourceManager.GetString("ContainerType_Generic_3x3", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2021-05-29 15:21:38 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to ╔═════════════════════════════════════╗
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///║ Container ║
|
2021-05-29 15:21:38 +02:00
|
|
|
|
///║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
|
|
|
|
|
///║║ 0 ║ 1 ║ 2 ║ 3 ║ 4 ║ 5 ║ 6 ║ 7 ║ 8 ║║
|
|
|
|
|
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
|
|
|
|
|
///║║ 9 ║10 ║11 ║12 ║13 ║14 ║15 ║16 ║17 ║║
|
|
|
|
|
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
|
|
|
|
|
///║║18 ║19 ║20 ║21 ║22 ║23 ║24 ║25 ║26 ║║
|
|
|
|
|
|
///║╚═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╩═══╝║
|
|
|
|
|
|
///║ Inventory ║
|
|
|
|
|
|
///║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
|
|
|
|
|
///║║27 ║28 ║29 ║30 ║31 ║32 ║33 ║34 ║35 ║║
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///║╠═══╬═══╬═══╬═══╬══ [rest of string was truncated]";.
|
2021-05-29 15:21:38 +02:00
|
|
|
|
/// </summary>
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal static string ContainerType_Generic_9x3 {
|
|
|
|
|
|
get {
|
2021-05-29 15:21:38 +02:00
|
|
|
|
return ResourceManager.GetString("ContainerType_Generic_9x3", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2021-05-29 15:21:38 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to ╔═════════════════════════════════════╗
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///║ Container ║
|
2021-05-29 15:21:38 +02:00
|
|
|
|
///║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
|
|
|
|
|
///║║ 0 ║ 1 ║ 2 ║ 3 ║ 4 ║ 5 ║ 6 ║ 7 ║ 8 ║║
|
|
|
|
|
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
|
|
|
|
|
///║║ 9 ║10 ║11 ║12 ║13 ║14 ║15 ║16 ║17 ║║
|
|
|
|
|
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
|
|
|
|
|
///║║18 ║19 ║20 ║21 ║22 ║23 ║24 ║25 ║26 ║║
|
|
|
|
|
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
|
|
|
|
|
///║║27 ║28 ║29 ║30 ║31 ║32 ║33 ║34 ║35 ║║
|
|
|
|
|
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
|
|
|
|
|
///║║36 ║37 ║38 ║39 ║40 ║41 ║42 ║43 ║44 ║║
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///║╠═══╬═══╬═══╬═══╬══ [rest of string was truncated]";.
|
2021-05-29 15:21:38 +02:00
|
|
|
|
/// </summary>
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal static string ContainerType_Generic_9x6 {
|
|
|
|
|
|
get {
|
2021-05-29 15:21:38 +02:00
|
|
|
|
return ResourceManager.GetString("ContainerType_Generic_9x6", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2022-10-05 15:02:30 +08:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to ╔═════════════════════════════════════╗
|
|
|
|
|
|
///║ Repair & Disenchant ║
|
|
|
|
|
|
///║ ╔═════════╗ ║
|
|
|
|
|
|
///║ ║ ╔═══╗ ║ ║
|
|
|
|
|
|
///║ ╔══║ ║ 0 ║ ║══╗ ║
|
|
|
|
|
|
///║ ║ ║ ╚═══╝ ║ ║ ║
|
|
|
|
|
|
///║ ║ ║ ╔═══╗ ║ ║ ╔═══╗ ║
|
|
|
|
|
|
///║ ║ ║ ║ 1 ║ ║ ║ ━━▶ ║ 2 ║ ║
|
|
|
|
|
|
///║ ║ ║ ╚═══╝ ║ ║ ╚═══╝ ║
|
|
|
|
|
|
///║ ║ ╠═════════╣ ║ ║
|
|
|
|
|
|
///║ ║ ║ ║ ║ ║
|
|
|
|
|
|
///║ ╚══╝ ╚══╝ ║
|
|
|
|
|
|
///║ [rest of string was truncated]";.
|
|
|
|
|
|
/// </summary>
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal static string ContainerType_Grindstone {
|
|
|
|
|
|
get {
|
2022-09-22 21:58:51 +02:00
|
|
|
|
return ResourceManager.GetString("ContainerType_Grindstone", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2022-10-05 15:02:30 +08:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to ╔═════════════════════════════════════╗
|
|
|
|
|
|
///║ Container ║
|
|
|
|
|
|
///║ ╔═══╦═══╦═══╦═══╦═══╗ ║
|
|
|
|
|
|
///║ ║ 0 ║ 1 ║ 2 ║ 3 ║ 4 ║ ║
|
|
|
|
|
|
///║ ╚═══╩═══╩═══╩═══╩═══╝ ║
|
|
|
|
|
|
///║ Inventory ║
|
|
|
|
|
|
///║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
|
|
|
|
|
///║║ 5 ║ 6 ║ 7 ║ 8 ║ 9 ║10 ║11 ║12 ║13 ║║
|
|
|
|
|
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
|
|
|
|
|
///║║14 ║15 ║16 ║17 ║18 ║19 ║20 ║21 ║22 ║║
|
|
|
|
|
|
///║╠═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╬═══╣║
|
|
|
|
|
|
///║║23 ║24 ║25 ║26 ║27 ║28 ║29 ║30 ║31 ║║
|
|
|
|
|
|
///║╚═══╩═══╩═══╩═══╩══ [rest of string was truncated]";.
|
|
|
|
|
|
/// </summary>
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal static string ContainerType_Hopper {
|
|
|
|
|
|
get {
|
2022-09-22 21:58:51 +02:00
|
|
|
|
return ResourceManager.GetString("ContainerType_Hopper", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2021-05-29 15:21:38 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to ╔═════════════════════════════════════╗
|
|
|
|
|
|
///║╔═══╦═══════════╗ ║
|
|
|
|
|
|
///║║ 5 ║ ███ ║ ╔═══╦═══╗ ║
|
|
|
|
|
|
///║╠═══╣ ███ ║ ║ 1 ║ 2 ║ ╔═══╗║
|
|
|
|
|
|
///║║ 6 ║ ███████ ║ ╠═══╬═══╣━━▶║ 0 ║║
|
|
|
|
|
|
///║╠═══╣ ███████ ║ ║ 3 ║ 4 ║ ╚═══╝║
|
|
|
|
|
|
///║║ 7 ║ ███████ ║ ╚═══╩═══╝ ║
|
|
|
|
|
|
///║╠═══╣ ███ ╠═══╗ ║
|
|
|
|
|
|
///║║ 8 ║ ███ ║45 ║ ║
|
|
|
|
|
|
///║╚═══╩═══════════╩═══╝ ║
|
|
|
|
|
|
///║╔═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╦═══╗║
|
|
|
|
|
|
///║║ 9 ║10 ║11 ║12 ║13 ║14 ║15 ║16 ║17 ║║
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///║╠═══╬═══╬═══╬═══╬══ [rest of string was truncated]";.
|
2021-05-29 15:21:38 +02:00
|
|
|
|
/// </summary>
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal static string ContainerType_PlayerInventory {
|
|
|
|
|
|
get {
|
2021-05-29 15:21:38 +02:00
|
|
|
|
return ResourceManager.GetString("ContainerType_PlayerInventory", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2022-10-05 15:02:30 +08:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to [mcc]
|
|
|
|
|
|
///# Messages from MCC itself
|
2022-10-07 13:54:11 +08:00
|
|
|
|
///mcc.help_us_translate=
|
|
|
|
|
|
///mcc.run_with_default_settings=
|
|
|
|
|
|
///mcc.settings_generated=
|
|
|
|
|
|
///mcc.has_update=
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///mcc.login=Login :
|
|
|
|
|
|
///mcc.login_basic_io=Bitte gib einen Nutzernamen oder eine E-Mail deiner Wahl ein.
|
2022-10-07 13:54:11 +08:00
|
|
|
|
///mcc.password=Passwort :
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///mcc.password_basic_io=Bitte gib das Passwort für {0} ein.
|
|
|
|
|
|
///mcc.password_hidden=Passwort : {0}
|
|
|
|
|
|
///mcc.offline=§8Das Programm läuft im Offline-Modus.
|
|
|
|
|
|
///mcc.session_invalid=§8Gespeicherte Session ungültig oder abgelaufen.
|
2022-10-07 13:54:11 +08:00
|
|
|
|
///mcc.session_valid=§8Gespeicherte Ses [rest of string was truncated]";.
|
2022-10-05 15:02:30 +08:00
|
|
|
|
/// </summary>
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal static string Translation_de {
|
|
|
|
|
|
get {
|
2022-10-05 15:02:30 +08:00
|
|
|
|
return ResourceManager.GetString("Translation_de", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2020-10-17 19:41:31 +08:00
|
|
|
|
/// <summary>
|
2021-05-29 15:21:38 +02:00
|
|
|
|
/// Looks up a localized string similar to [mcc]
|
2020-10-17 19:41:31 +08:00
|
|
|
|
///# Messages from MCC itself
|
2022-10-06 14:53:05 +08:00
|
|
|
|
///mcc.help_us_translate=Help us translate MCC: {0}
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///mcc.run_with_default_settings=\nMCC is running with default settings.
|
|
|
|
|
|
///mcc.settings_generated=§cSettings file MinecraftClient.ini has been generated.
|
2022-10-06 14:53:05 +08:00
|
|
|
|
///mcc.has_update=§eNew version of MCC available: {0}
|
2020-10-17 19:41:31 +08:00
|
|
|
|
///mcc.login=Login :
|
|
|
|
|
|
///mcc.login_basic_io=Please type the username or email of your choice.
|
2022-10-07 13:54:11 +08:00
|
|
|
|
///mcc.password=Password:
|
2020-10-17 19:41:31 +08:00
|
|
|
|
///mcc.password_basic_io=Please type the password for {0}.
|
2022-10-07 13:54:11 +08:00
|
|
|
|
///mcc.password_hidden=Password(invisible): {0}
|
|
|
|
|
|
///mcc.off [rest of string was truncated]";.
|
2022-10-05 15:02:30 +08:00
|
|
|
|
/// </summary>
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal static string Translation_en {
|
|
|
|
|
|
get {
|
2022-10-05 15:02:30 +08:00
|
|
|
|
return ResourceManager.GetString("Translation_en", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2022-10-05 15:02:30 +08:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to [mcc]
|
|
|
|
|
|
///# Messages from MCC itself
|
2022-10-07 13:54:11 +08:00
|
|
|
|
///mcc.help_us_translate=
|
|
|
|
|
|
///mcc.run_with_default_settings=
|
|
|
|
|
|
///mcc.settings_generated=
|
|
|
|
|
|
///mcc.has_update=
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///mcc.login=Connexion :
|
|
|
|
|
|
///mcc.login_basic_io=Veuillez saisir un nom d'utilisateur ou une adresse email.
|
2022-10-07 13:54:11 +08:00
|
|
|
|
///mcc.password=Mot de passe :
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///mcc.password_basic_io=Saisissez le mot de passe pour {0}.
|
|
|
|
|
|
///mcc.password_hidden=Mot de passe : {0}
|
|
|
|
|
|
///mcc.offline=§8Vous avez choisi d'utiliser le mode hors ligne.
|
|
|
|
|
|
///mcc.session_invalid=§8Le cache de la session est invalide ou a expiré.
|
2022-10-07 13:54:11 +08:00
|
|
|
|
///mcc.session_va [rest of string was truncated]";.
|
2022-10-05 15:02:30 +08:00
|
|
|
|
/// </summary>
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal static string Translation_fr {
|
|
|
|
|
|
get {
|
2022-10-05 15:02:30 +08:00
|
|
|
|
return ResourceManager.GetString("Translation_fr", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2022-10-05 15:02:30 +08:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to [mcc]
|
|
|
|
|
|
///# Messages from MCC itself
|
2022-10-07 13:54:11 +08:00
|
|
|
|
///mcc.help_us_translate=
|
|
|
|
|
|
///mcc.run_with_default_settings=
|
|
|
|
|
|
///mcc.settings_generated=
|
|
|
|
|
|
///mcc.has_update=
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///mcc.login=Логин :
|
|
|
|
|
|
///mcc.login_basic_io=Пожалуйста, введите имя пользователя или email по вашему выбору.
|
2022-10-07 13:54:11 +08:00
|
|
|
|
///mcc.password=Пароль:
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///mcc.password_basic_io=Пожалуйста, введите пароль для {0}.
|
|
|
|
|
|
///mcc.password_hidden=Пароль: {0}
|
|
|
|
|
|
///mcc.offline=§8Вы выбрали запуск в автономном режиме.
|
|
|
|
|
|
///mcc.session_invalid=§8Кэшированная сессия недействительна или истекла.
|
2022-10-07 13:54:11 +08:00
|
|
|
|
///mcc.session_valid=§8Кэшированная се [rest of string was truncated]";.
|
2022-10-05 15:02:30 +08:00
|
|
|
|
/// </summary>
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal static string Translation_ru {
|
|
|
|
|
|
get {
|
2022-10-05 15:02:30 +08:00
|
|
|
|
return ResourceManager.GetString("Translation_ru", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2022-10-05 15:02:30 +08:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to [mcc]
|
|
|
|
|
|
///# Messages from MCC itself
|
2022-10-07 13:54:11 +08:00
|
|
|
|
///mcc.help_us_translate=
|
|
|
|
|
|
///mcc.run_with_default_settings=
|
|
|
|
|
|
///mcc.settings_generated=
|
|
|
|
|
|
///mcc.has_update=
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///mcc.login=Đăng nhập:
|
|
|
|
|
|
///mcc.login_basic_io=Hãy nhập địa chỉ email hoặc tên tài khoản của bạn:
|
|
|
|
|
|
///mcc.password=Mật khẩu:
|
|
|
|
|
|
///mcc.password_basic_io=Hãy nhập mật khẩu cho {0}.
|
|
|
|
|
|
///mcc.password_hidden=Password : {0}
|
|
|
|
|
|
///mcc.offline=§8Bạn chọn sử dụng chế độ ngoại tuyến.
|
|
|
|
|
|
///mcc.session_invalid=§8Phiên không hợp lệ hoặc đã hết hạn.
|
|
|
|
|
|
///mcc.session_valid=§8Phiên vẫn còn hợp lệ cho {0}.
|
2022-10-07 13:54:11 +08:00
|
|
|
|
///mcc.profile_ke [rest of string was truncated]";.
|
2022-10-05 15:02:30 +08:00
|
|
|
|
/// </summary>
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal static string Translation_vi {
|
|
|
|
|
|
get {
|
2022-10-05 15:02:30 +08:00
|
|
|
|
return ResourceManager.GetString("Translation_vi", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2022-10-05 15:02:30 +08:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to [mcc]
|
|
|
|
|
|
///# Messages from MCC itself
|
2022-10-06 14:53:05 +08:00
|
|
|
|
///mcc.help_us_translate=帮助我们翻译MCC:{0}
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///mcc.run_with_default_settings=\nMCC正在使用默认配置运行。
|
|
|
|
|
|
///mcc.settings_generated=§c配置文件 MinecraftClient.ini 已经生成。
|
2022-10-06 14:53:05 +08:00
|
|
|
|
///mcc.has_update=§e新版本的MCC已经推出:{0}
|
|
|
|
|
|
///mcc.login=账户名:
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///mcc.login_basic_io=请输入用户名或邮箱。
|
|
|
|
|
|
///mcc.password=密码:
|
2022-10-07 13:54:11 +08:00
|
|
|
|
///mcc.password_basic_io=请输入用户 {0} 的密码。
|
|
|
|
|
|
///mcc.password_hidden=密码(不会显示):{0}
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///mcc.offline=§8您正在使用离线模式。
|
2022-10-07 13:54:11 +08:00
|
|
|
|
///mcc.session_invalid=§8会话缓存无效或已过期。
|
|
|
|
|
|
///mcc.session_valid=§8{0}的会话缓存仍然有效。
|
2022-10-05 15:02:30 +08:00
|
|
|
|
///mcc.profile_key_invalid=§8缓存的聊天签名密钥需要刷新。
|
2022-10-07 13:54:11 +08:00
|
|
|
|
///mcc.profile_key_valid=§8{0 [rest of string was truncated]";.
|
2020-10-17 19:41:31 +08:00
|
|
|
|
/// </summary>
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal static string Translation_zh_Hans {
|
|
|
|
|
|
get {
|
2022-10-05 15:02:30 +08:00
|
|
|
|
return ResourceManager.GetString("Translation_zh_Hans", resourceCulture);
|
2020-10-17 19:41:31 +08:00
|
|
|
|
}
|
|
|
|
|
|
}
|
2022-10-16 20:37:07 +08:00
|
|
|
|
|
2022-10-07 14:20:58 +08:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Looks up a localized string similar to [mcc]
|
|
|
|
|
|
///# Messages from MCC itself
|
|
|
|
|
|
///mcc.help_us_translate=幫助我們翻譯MCC:{0}
|
|
|
|
|
|
///mcc.run_with_default_settings=\nMCC正在使用預設配置執行。
|
|
|
|
|
|
///mcc.settings_generated=§c配置檔案 MinecraftClient.ini 已經生成。
|
|
|
|
|
|
///mcc.has_update=§e新版本的MCC已經推出:{0}
|
|
|
|
|
|
///mcc.login=賬戶名:
|
|
|
|
|
|
///mcc.login_basic_io=請輸入使用者名稱或郵箱。
|
|
|
|
|
|
///mcc.password=密碼:
|
|
|
|
|
|
///mcc.password_basic_io=請輸入使用者 {0} 的密碼。
|
|
|
|
|
|
///mcc.password_hidden=密碼(不會顯示):{0}
|
|
|
|
|
|
///mcc.offline=§8您正在使用離線模式。
|
|
|
|
|
|
///mcc.session_invalid=§8會話快取無效或已過期。
|
|
|
|
|
|
///mcc.session_valid=§8{0}的會話快取仍然有效。
|
|
|
|
|
|
///mcc.profile_key_invalid=§8快取的聊天簽名金鑰需要重新整理。
|
|
|
|
|
|
///mcc.profile_key_valid [rest of string was truncated]";.
|
|
|
|
|
|
/// </summary>
|
2022-10-16 20:37:07 +08:00
|
|
|
|
internal static string Translation_zh_Hant {
|
|
|
|
|
|
get {
|
2022-10-07 14:20:58 +08:00
|
|
|
|
return ResourceManager.GetString("Translation_zh_Hant", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2020-10-17 19:41:31 +08:00
|
|
|
|
}
|
|
|
|
|
|
}
|