@@ -57,6 +57,10 @@ const wchar_t *Settings_Group_Habits = nullptr;
5757const wchar_t *Settings_Label_Language = nullptr ;
5858const wchar_t *Settings_Label_SingleInstance = nullptr ;
5959const wchar_t *Settings_Label_CheckUpdates = nullptr ;
60+ const wchar_t *Settings_Label_UpdateChannel = nullptr ;
61+ const wchar_t *Settings_Option_UpdateStable = nullptr ;
62+ const wchar_t *Settings_Option_UpdatePreRelease = nullptr ;
63+ const wchar_t *Settings_Tooltip_PreRelease = nullptr ;
6064const wchar_t *Settings_Label_NavLoopMode = nullptr ;
6165const wchar_t *Settings_Label_SortOrder = nullptr ;
6266const wchar_t *Settings_Label_SortDescending = nullptr ;
@@ -543,6 +547,10 @@ struct LanguageTable {
543547 const wchar_t *Settings_Label_Language;
544548 const wchar_t *Settings_Label_SingleInstance;
545549 const wchar_t *Settings_Label_CheckUpdates;
550+ const wchar_t *Settings_Label_UpdateChannel;
551+ const wchar_t *Settings_Option_UpdateStable;
552+ const wchar_t *Settings_Option_UpdatePreRelease;
553+ const wchar_t *Settings_Tooltip_PreRelease;
546554 const wchar_t *Settings_Label_NavLoopMode;
547555 const wchar_t *Settings_Label_SortOrder;
548556 const wchar_t *Settings_Label_SortDescending;
@@ -1026,6 +1034,10 @@ static const LanguageTable Table_EN = {
10261034 L" Language" , // Settings_Label_Language
10271035 L" Single Instance" , // Settings_Label_SingleInstance
10281036 L" Check Updates" , // Settings_Label_CheckUpdates
1037+ L" Update Channel" , // Settings_Label_UpdateChannel
1038+ L" Stable" , // Settings_Option_UpdateStable
1039+ L" Pre-release" , // Settings_Option_UpdatePreRelease
1040+ L" Stable: Published after a preview version proves stable.\n Pre-release: Delivers the latest code changes immediately to collect your feedback. Note: These changes are not strictly tested." , // Settings_Tooltip_PreRelease
10291041 L" Loop" , // Settings_Label_NavLoopMode
10301042 L" Sort Order" , // Settings_Label_SortOrder
10311043 L" Descending" , // Settings_Label_SortDescending
@@ -1509,6 +1521,10 @@ static const LanguageTable Table_CN = {
15091521 L" 语言" , // Settings_Label_Language
15101522 L" 单实例模式" , // Settings_Label_SingleInstance
15111523 L" 检查更新" , // Settings_Label_CheckUpdates
1524+ L" 更新通道" , // Settings_Label_UpdateChannel
1525+ L" 正式版" , // Settings_Option_UpdateStable
1526+ L" 预览版 (Pre-release)" , // Settings_Option_UpdatePreRelease
1527+ L" 正式版:预览版发布一段时间后未收到Bug报告,将发布正式版。\n 预览版:第一时间发布最新的代码修改,用于收集您的测试反馈。注意,这些修改并未经过严格测试。" , // Settings_Tooltip_PreRelease
15121528 L" 循环播放" , // Settings_Label_NavLoopMode
15131529 L" 列表排序方式" , // Settings_Label_SortOrder
15141530 L" 降序" , // Settings_Label_SortDescending
@@ -1992,6 +2008,10 @@ static const LanguageTable Table_TW = {
19922008 L" 語言" , // Settings_Label_Language
19932009 L" 單一實例模式" , // Settings_Label_SingleInstance
19942010 L" 檢查更新" , // Settings_Label_CheckUpdates
2011+ L" 更新通道" , // Settings_Label_UpdateChannel
2012+ L" 正式版" , // Settings_Option_UpdateStable
2013+ L" 預覽版 (Pre-release)" , // Settings_Option_UpdatePreRelease
2014+ L" 正式版:預覽版發布一段時間後未收到Bug報告,將發布正式版。\n 預覽版:第一時間發布最新的代碼修改,用於收集您的測試反饋。注意,這些修改並未經過嚴格測試。" , // Settings_Tooltip_PreRelease
19952015 L" 循環導覽" , // Settings_Label_NavLoopMode
19962016 L" 排序方式" , // Settings_Label_SortOrder
19972017 L" 降冪" , // Settings_Label_SortDescending
@@ -2475,6 +2495,10 @@ static const LanguageTable Table_JA = {
24752495 L" 言語" , // Settings_Label_Language
24762496 L" 単一インスタンス" , // Settings_Label_SingleInstance
24772497 L" 更新確認" , // Settings_Label_CheckUpdates
2498+ L" アップデートチャンネル" , // Settings_Label_UpdateChannel
2499+ L" 安定版" , // Settings_Option_UpdateStable
2500+ L" プレリリース (Pre-release)" , // Settings_Option_UpdatePreRelease
2501+ L" 安定版: プレリリース版が一定期間安定して動作した後に公開されます。\n プレリリース: 最新の変更をいち早くお届けし、フィードバックを収集します。これらの変更は厳密なテストを受けていないことにご注意ください。" , // Settings_Tooltip_PreRelease
24782502 L" ループナビゲーション" , // Settings_Label_NavLoopMode
24792503 L" 並べ替え順序" , // Settings_Label_SortOrder
24802504 L" 降順" , // Settings_Label_SortDescending
@@ -2958,6 +2982,10 @@ static const LanguageTable Table_RU = {
29582982 L" Язык" , // Settings_Label_Language
29592983 L" Один экземпляр" , // Settings_Label_SingleInstance
29602984 L" Проверка обновлений" , // Settings_Label_CheckUpdates
2985+ L" Канал обновлений" , // Settings_Label_UpdateChannel
2986+ L" Стабильный" , // Settings_Option_UpdateStable
2987+ L" Предварительный (Pre-release)" , // Settings_Option_UpdatePreRelease
2988+ L" Стабильный: Выпускается после того, как предварительная версия доказала свою стабильность.\n Предварительный (Pre-release): Моментальная доставка последних изменений для сбора отзывов. Внимание: эти изменения не прошли строгую проверку." , // Settings_Tooltip_PreRelease
29612989 L" Циклическая навигация" , // Settings_Label_NavLoopMode
29622990 L" Порядок сортировки" , // Settings_Label_SortOrder
29632991 L" По убыванию" , // Settings_Label_SortDescending
@@ -3441,6 +3469,10 @@ static const LanguageTable Table_DE = {
34413469 L" Sprache" , // Settings_Label_Language
34423470 L" Einzelinstanz" , // Settings_Label_SingleInstance
34433471 L" Updates prüfen" , // Settings_Label_CheckUpdates
3472+ L" Update-Kanal" , // Settings_Label_UpdateChannel
3473+ L" Stabil" , // Settings_Option_UpdateStable
3474+ L" Vorabversion (Pre-release)" , // Settings_Option_UpdatePreRelease
3475+ L" Stabil: Wird veröffentlicht, nachdem sich eine Vorabversion als stabil erwiesen hat.\n Vorabversion (Pre-release): Liefert sofort die neuesten Code-Änderungen, um Ihr Feedback zu sammeln. Hinweis: Diese Änderungen sind nicht streng getestet." , // Settings_Tooltip_PreRelease
34443476 L" Endlosnavigation" , // Settings_Label_NavLoopMode
34453477 L" Sortierreihenfolge" , // Settings_Label_SortOrder
34463478 L" Absteigend" , // Settings_Label_SortDescending
@@ -3924,6 +3956,10 @@ static const LanguageTable Table_ES = {
39243956 L" Idioma" , // Settings_Label_Language
39253957 L" Instancia única" , // Settings_Label_SingleInstance
39263958 L" Buscar actualizaciones" , // Settings_Label_CheckUpdates
3959+ L" Canal de actualización" , // Settings_Label_UpdateChannel
3960+ L" Estable" , // Settings_Option_UpdateStable
3961+ L" Versión preliminar (Pre-release)" , // Settings_Option_UpdatePreRelease
3962+ L" Estable: Se publica después de que una versión preliminar demuestre ser estable.\n Versión preliminar (Pre-release): Entrega los últimos cambios de código de inmediato para recopilar sus comentarios. Nota: Estos cambios no han sido probados estrictamente." , // Settings_Tooltip_PreRelease
39273963 L" Navegación en bucle" , // Settings_Label_NavLoopMode
39283964 L" Orden de clasificación" , // Settings_Label_SortOrder
39293965 L" Descendente" , // Settings_Label_SortDescending
@@ -4407,6 +4443,10 @@ static const LanguageTable Table_FR = {
44074443 L" Language" , // Settings_Label_Language
44084444 L" Single Instance" , // Settings_Label_SingleInstance
44094445 L" Check Updates" , // Settings_Label_CheckUpdates
4446+ L" Canal de mise à jour" , // Settings_Label_UpdateChannel
4447+ L" Stable" , // Settings_Option_UpdateStable
4448+ L" Pré-version (Pre-release)" , // Settings_Option_UpdatePreRelease
4449+ L" Stable : Publié après qu'une pré-version se soit avérée stable.\n Pré-version (Pre-release) : Fournit immédiatement les dernières modifications pour recueillir vos retours. Remarque : Ces modifications ne sont pas strictement testées." , // Settings_Tooltip_PreRelease
44104450 L" Loop" , // Settings_Label_NavLoopMode
44114451 L" Sort Order" , // Settings_Label_SortOrder
44124452 L" Descending" , // Settings_Label_SortDescending
@@ -4890,6 +4930,10 @@ void Apply(const LanguageTable& t) {
48904930 Settings_Label_Language = t.Settings_Label_Language ;
48914931 Settings_Label_SingleInstance = t.Settings_Label_SingleInstance ;
48924932 Settings_Label_CheckUpdates = t.Settings_Label_CheckUpdates ;
4933+ Settings_Label_UpdateChannel = t.Settings_Label_UpdateChannel ;
4934+ Settings_Option_UpdateStable = t.Settings_Option_UpdateStable ;
4935+ Settings_Option_UpdatePreRelease = t.Settings_Option_UpdatePreRelease ;
4936+ Settings_Tooltip_PreRelease = t.Settings_Tooltip_PreRelease ;
48934937 Settings_Label_NavLoopMode = t.Settings_Label_NavLoopMode ;
48944938 Settings_Label_SortOrder = t.Settings_Label_SortOrder ;
48954939 Settings_Label_SortDescending = t.Settings_Label_SortDescending ;
0 commit comments