0
0
mirror of https://github.com/sp-tarkov/launcher.git synced 2025-02-12 16:50:43 -05:00

update locales

This commit is contained in:
IsWaffle 2024-06-04 19:09:30 -04:00
parent 1fb2f44383
commit e992e67c3a
13 changed files with 43 additions and 12 deletions

View File

@ -191,6 +191,7 @@ namespace SPT.Launcher.Helpers
englishLocale.open_link_question_format_1 = "Are you sure you want to open the following link: \n{0}";
englishLocale.open_link = "Open Link";
englishLocale.dev_mode = "Developer Mode";
englishLocale.failed_to_save_settings = "Failed to save settings";
#endregion
Directory.CreateDirectory(LocalizationProvider.DefaultLocaleFolderPath);
@ -227,6 +228,24 @@ namespace SPT.Launcher.Helpers
#region All Properties
#region failed_to_save_settings
private string _failed_to_save_settings;
public string failed_to_save_settings
{
get => _failed_to_save_settings;
set
{
if (_failed_to_save_settings != value)
{
_failed_to_save_settings = value;
RaisePropertyChanged(nameof(failed_to_save_settings));
}
}
}
#endregion
#region dev_mode
private string _dev_mode;
public string dev_mode

View File

@ -94,5 +94,6 @@
"inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past",
"open_link_question_format_1": "Are you sure you want to open the following link: \n{0}",
"open_link": "Open Link",
"dev_mode": "Developer Mode"
"dev_mode": "Developer Mode",
"failed_to_save_settings": "Failed to save settings"
}

View File

@ -94,5 +94,6 @@
"inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past",
"open_link_question_format_1": "Are you sure you want to open the following link: \n{0}",
"open_link": "Open Link",
"dev_mode": "Developer Mode"
"dev_mode": "Developer Mode",
"failed_to_save_settings": "Failed to save settings"
}

View File

@ -94,5 +94,6 @@
"inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past",
"open_link_question_format_1": "Are you sure you want to open the following link: \n{0}",
"open_link": "Open Link",
"dev_mode": "Developer Mode"
"dev_mode": "Developer Mode",
"failed_to_save_settings": "Failed to save settings"
}

View File

@ -94,5 +94,6 @@
"inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past",
"open_link_question_format_1": "Are you sure you want to open the following link: \n{0}",
"open_link": "Open Link",
"dev_mode": "Developer Mode"
"dev_mode": "Developer Mode",
"failed_to_save_settings": "Failed to save settings"
}

View File

@ -94,5 +94,6 @@
"inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past",
"open_link_question_format_1": "Are you sure you want to open the following link: \n{0}",
"open_link": "Open Link",
"dev_mode": "Developer Mode"
"dev_mode": "Developer Mode",
"failed_to_save_settings": "Failed to save settings"
}

View File

@ -94,5 +94,6 @@
"inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past",
"open_link_question_format_1": "Are you sure you want to open the following link: \n{0}",
"open_link": "Open Link",
"dev_mode": "Developer Mode"
"dev_mode": "Developer Mode",
"failed_to_save_settings": "Failed to save settings"
}

View File

@ -94,5 +94,6 @@
"inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past",
"open_link_question_format_1": "Are you sure you want to open the following link: \n{0}",
"open_link": "Open Link",
"dev_mode": "Developer Mode"
"dev_mode": "Developer Mode",
"failed_to_save_settings": "Failed to save settings"
}

View File

@ -94,5 +94,6 @@
"inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past",
"open_link_question_format_1": "Are you sure you want to open the following link: \n{0}",
"open_link": "Open Link",
"dev_mode": "Developer Mode"
"dev_mode": "Developer Mode",
"failed_to_save_settings": "Failed to save settings"
}

View File

@ -94,5 +94,6 @@
"inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past",
"open_link_question_format_1": "Are you sure you want to open the following link: \n{0}",
"open_link": "Open Link",
"dev_mode": "Tryb Dewelopera"
"dev_mode": "Tryb Dewelopera",
"failed_to_save_settings": "Failed to save settings"
}

View File

@ -94,5 +94,6 @@
"inactive_server_mods_info_text": "Эти моды не были загружены сервером, но ваш профиль использовал их раньше",
"open_link_question_format_1": "Вы уверены, что хотите открыть следующую ссылку? \n{0}",
"open_link": "Открыть ссылку",
"dev_mode": "Developer Mode"
"dev_mode": "Developer Mode",
"failed_to_save_settings": "Failed to save settings"
}

View File

@ -94,5 +94,6 @@
"inactive_server_mods_info_text": "These mods have not been loaded by the server, but your profile has used them in the past",
"open_link_question_format_1": "Are you sure you want to open the following link: \n{0}",
"open_link": "Open Link",
"dev_mode": "Developer Mode"
"dev_mode": "Developer Mode",
"failed_to_save_settings": "Failed to save settings"
}

View File

@ -94,5 +94,6 @@
"inactive_server_mods_info_text": "Bu modlar sunucu tarafından yüklenmedi, ancak profiliniz geçmişte bunları kullandı",
"open_link_question_format_1": "Aşağıdaki bağlantıyı açmak istediğinizden emin misiniz? \n{0}",
"open_link": "Bağlantıyı Aç",
"dev_mode": "Developer Mode"
"dev_mode": "Developer Mode",
"failed_to_save_settings": "Failed to save settings"
}