mirror of
https://github.com/sp-tarkov/launcher.git
synced 2025-02-13 05:30: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";
|
"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_question_format_1 = "Are you sure you want to open the following link: \n{0}";
|
||||||
englishLocale.open_link = "Open Link";
|
englishLocale.open_link = "Open Link";
|
||||||
|
englishLocale.dev_mode = "Developer Mode";
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
Directory.CreateDirectory(LocalizationProvider.DefaultLocaleFolderPath);
|
Directory.CreateDirectory(LocalizationProvider.DefaultLocaleFolderPath);
|
||||||
@ -226,6 +227,22 @@ namespace SPT.Launcher.Helpers
|
|||||||
|
|
||||||
#region All Properties
|
#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
|
#region ietf_tag
|
||||||
|
|
||||||
private string _ietf_tag;
|
private string _ietf_tag;
|
||||||
|
@ -93,5 +93,6 @@
|
|||||||
"inactive_server_mods": "Inactive Server Mods",
|
"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",
|
"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_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": "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",
|
"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_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": "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",
|
"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_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": "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",
|
"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_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": "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",
|
"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_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": "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",
|
"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_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": "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",
|
"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_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": "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",
|
"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_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": "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",
|
"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_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": "Неактивные серверные моды",
|
||||||
"inactive_server_mods_info_text": "Эти моды не были загружены сервером, но ваш профиль использовал их раньше",
|
"inactive_server_mods_info_text": "Эти моды не были загружены сервером, но ваш профиль использовал их раньше",
|
||||||
"open_link_question_format_1": "Вы уверены, что хотите открыть следующую ссылку? \n{0}",
|
"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": "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",
|
"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_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": "Aktif Olmayan Sunucu Modları",
|
||||||
"inactive_server_mods_info_text": "Bu modlar sunucu tarafından yüklenmedi, ancak profiliniz geçmişte bunları kullandı",
|
"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_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