mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add Translations support
This commit is contained in:
parent
b8d6914615
commit
404689836d
5 changed files with 76 additions and 31 deletions
22
MinecraftClient/DefaultConfigResource.Designer.cs
generated
22
MinecraftClient/DefaultConfigResource.Designer.cs
generated
|
|
@ -304,7 +304,7 @@ namespace MinecraftClient {
|
|||
///mcc.password=Password:
|
||||
///mcc.password_basic_io=Please type the password for {0}.
|
||||
///mcc.password_hidden=Password(invisible): {0}
|
||||
///mcc.off [rest of string was truncated]";.
|
||||
///mcc.offline=§8You [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string Translation_en {
|
||||
get {
|
||||
|
|
@ -356,6 +356,26 @@ namespace MinecraftClient {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to [mcc]
|
||||
///# Messages from MCC itself
|
||||
///mcc.help_us_translate=MCCyi çevirmemize yardımcı olun: {0}
|
||||
///mcc.run_with_default_settings=\nMCC varsayılan ayarlarla çalışıyor.
|
||||
///mcc.settings_generated=§cAyarlar dosyası MinecraftClient.ini oluşturuldu.
|
||||
///mcc.has_update=§eMCCnin yeni sürümü mevcut: {0}
|
||||
///mcc.login=Login :
|
||||
///mcc.login_basic_io=Lütfen tercih ettiğiniz kullanıcı adını veya e-posta adresini yazın.
|
||||
///mcc.password=Password :
|
||||
///mcc.password_basic_io=Lütfen {0} için şifreyi yazın.
|
||||
///mcc.password_hidden=Password : {0}
|
||||
///m [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string Translation_tr {
|
||||
get {
|
||||
return ResourceManager.GetString("Translation_tr", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to [mcc]
|
||||
///# Messages from MCC itself
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue