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:
parent
2fe0669be3
commit
47459c9051
@ -190,6 +190,7 @@ namespace SPT.Launcher.Helpers
|
||||
"These mods have not been loaded by the server, but your profile has used them in the past";
|
||||
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";
|
||||
#endregion
|
||||
|
||||
Directory.CreateDirectory(LocalizationProvider.DefaultLocaleFolderPath);
|
||||
@ -225,6 +226,22 @@ namespace SPT.Launcher.Helpers
|
||||
//this is going to be some pretty long boiler plate code. So I'm putting everything into regions.
|
||||
|
||||
#region All Properties
|
||||
|
||||
#region dev_mode
|
||||
private string _dev_mode;
|
||||
public string dev_mode
|
||||
{
|
||||
get => _dev_mode;
|
||||
set
|
||||
{
|
||||
if (_dev_mode != value)
|
||||
{
|
||||
_dev_mode = value;
|
||||
RaisePropertyChanged(nameof(dev_mode));
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region ietf_tag
|
||||
|
||||
|
@ -93,5 +93,6 @@
|
||||
"inactive_server_mods": "Inactive Server Mods",
|
||||
"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"
|
||||
"open_link": "Open Link",
|
||||
"dev_mode": "Developer Mode"
|
||||
}
|
||||
|
@ -93,5 +93,6 @@
|
||||
"inactive_server_mods": "Inactive Server Mods",
|
||||
"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"
|
||||
"open_link": "Open Link",
|
||||
"dev_mode": "Developer Mode"
|
||||
}
|
@ -93,5 +93,6 @@
|
||||
"inactive_server_mods": "Inactive Server Mods",
|
||||
"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"
|
||||
"open_link": "Open Link",
|
||||
"dev_mode": "Developer Mode"
|
||||
}
|
@ -93,5 +93,6 @@
|
||||
"inactive_server_mods": "Inactive Server Mods",
|
||||
"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"
|
||||
"open_link": "Open Link",
|
||||
"dev_mode": "Developer Mode"
|
||||
}
|
@ -93,5 +93,6 @@
|
||||
"inactive_server_mods": "Inactive Server Mods",
|
||||
"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"
|
||||
"open_link": "Open Link",
|
||||
"dev_mode": "Developer Mode"
|
||||
}
|
@ -93,5 +93,6 @@
|
||||
"inactive_server_mods": "Inactive Server Mods",
|
||||
"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"
|
||||
"open_link": "Open Link",
|
||||
"dev_mode": "Developer Mode"
|
||||
}
|
@ -93,5 +93,6 @@
|
||||
"inactive_server_mods": "Inactive Server Mods",
|
||||
"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"
|
||||
"open_link": "Open Link",
|
||||
"dev_mode": "Developer Mode"
|
||||
}
|
@ -93,5 +93,6 @@
|
||||
"inactive_server_mods": "Inactive Server Mods",
|
||||
"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"
|
||||
"open_link": "Open Link",
|
||||
"dev_mode": "Developer Mode"
|
||||
}
|
@ -93,5 +93,6 @@
|
||||
"inactive_server_mods": "Inactive Server Mods",
|
||||
"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"
|
||||
"open_link": "Open Link",
|
||||
"dev_mode": "Tryb Dewelopera"
|
||||
}
|
@ -93,5 +93,6 @@
|
||||
"inactive_server_mods": "Неактивные серверные моды",
|
||||
"inactive_server_mods_info_text": "Эти моды не были загружены сервером, но ваш профиль использовал их раньше",
|
||||
"open_link_question_format_1": "Вы уверены, что хотите открыть следующую ссылку? \n{0}",
|
||||
"open_link": "Открыть ссылку"
|
||||
"open_link": "Открыть ссылку",
|
||||
"dev_mode": "Developer Mode"
|
||||
}
|
@ -93,5 +93,6 @@
|
||||
"inactive_server_mods": "Inactive Server Mods",
|
||||
"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"
|
||||
"open_link": "Open Link",
|
||||
"dev_mode": "Developer Mode"
|
||||
}
|
@ -93,5 +93,6 @@
|
||||
"inactive_server_mods": "Aktif Olmayan Sunucu Modları",
|
||||
"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ç"
|
||||
"open_link": "Bağlantıyı Aç",
|
||||
"dev_mode": "Developer Mode"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user