File tree Expand file tree Collapse file tree 21 files changed +91
-10
lines changed Expand file tree Collapse file tree 21 files changed +91
-10
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ export interface RuntimeInfo {
55 os : string
66 arch : string
77 ex_path : string
8- body : string
9- published_at : string
108 cur_version : Info
119 in_docker: boolean
1210}
@@ -18,6 +16,12 @@ interface Info {
1816 short_hash : string
1917}
2018
19+ export interface ReleaseInfo extends RuntimeInfo {
20+ html_url : string
21+ published_at : string
22+ body : string
23+ }
24+
2125const upgrade = {
2226 get_latest_release ( channel : string ) {
2327 return http . get ( '/upgrade/release' , {
Original file line number Diff line number Diff line change @@ -5465,6 +5465,10 @@ msgstr "عرض"
54655465msgid "View all notifications"
54665466msgstr "عرض جميع التنبيهات"
54675467
5468+ #: src/views/system/Upgrade.vue:279
5469+ msgid "View on GitHub"
5470+ msgstr "عرض على GitHub"
5471+
54685472#: src/views/preference/components/AuthSettings/RecoveryCodes.vue:134
54695473msgid "View Recovery Codes"
54705474msgstr "عرض رموز الاسترداد"
Original file line number Diff line number Diff line change @@ -5548,6 +5548,10 @@ msgstr "Anzeigen"
55485548msgid "View all notifications"
55495549msgstr "Alle Benachrichtigungen anzeigen"
55505550
5551+ #: src/views/system/Upgrade.vue:279
5552+ msgid "View on GitHub"
5553+ msgstr "Auf GitHub anzeigen"
5554+
55515555#: src/views/preference/components/AuthSettings/RecoveryCodes.vue:134
55525556msgid "View Recovery Codes"
55535557msgstr "Wiederherstellungscodes anzeigen"
Original file line number Diff line number Diff line change @@ -5308,6 +5308,10 @@ msgstr ""
53085308msgid "View all notifications"
53095309msgstr ""
53105310
5311+ #: src/views/system/Upgrade.vue:279
5312+ msgid "View on GitHub"
5313+ msgstr ""
5314+
53115315#: src/views/preference/components/AuthSettings/RecoveryCodes.vue:134
53125316msgid "View Recovery Codes"
53135317msgstr ""
Original file line number Diff line number Diff line change @@ -5556,6 +5556,10 @@ msgstr "Ver"
55565556msgid "View all notifications"
55575557msgstr "Ver todas las notificaciones"
55585558
5559+ #: src/views/system/Upgrade.vue:279
5560+ msgid "View on GitHub"
5561+ msgstr "Ver en GitHub"
5562+
55595563#: src/views/preference/components/AuthSettings/RecoveryCodes.vue:134
55605564msgid "View Recovery Codes"
55615565msgstr "Ver códigos de recuperación"
Original file line number Diff line number Diff line change @@ -5564,6 +5564,10 @@ msgstr "Voir"
55645564msgid "View all notifications"
55655565msgstr "Voir toutes les notifications"
55665566
5567+ #: src/views/system/Upgrade.vue:279
5568+ msgid "View on GitHub"
5569+ msgstr "Voir sur GitHub"
5570+
55675571#: src/views/preference/components/AuthSettings/RecoveryCodes.vue:134
55685572msgid "View Recovery Codes"
55695573msgstr "Afficher les codes de récupération"
Original file line number Diff line number Diff line change @@ -5375,6 +5375,10 @@ msgstr "ビュー"
53755375msgid "View all notifications"
53765376msgstr "すべての通知を表示します"
53775377
5378+ #: src/views/system/Upgrade.vue:279
5379+ msgid "View on GitHub"
5380+ msgstr "GitHubで見る"
5381+
53785382#: src/views/preference/components/AuthSettings/RecoveryCodes.vue:134
53795383msgid "View Recovery Codes"
53805384msgstr "リカバリーコードを表示"
Original file line number Diff line number Diff line change @@ -5369,6 +5369,10 @@ msgstr "보기"
53695369msgid "View all notifications"
53705370msgstr "모든 알림 보기"
53715371
5372+ #: src/views/system/Upgrade.vue:279
5373+ msgid "View on GitHub"
5374+ msgstr "GitHub에서 보기"
5375+
53725376#: src/views/preference/components/AuthSettings/RecoveryCodes.vue:134
53735377msgid "View Recovery Codes"
53745378msgstr "복구 코드를 봅니다"
Original file line number Diff line number Diff line change @@ -5217,6 +5217,10 @@ msgstr ""
52175217msgid "View all notifications"
52185218msgstr ""
52195219
5220+ #: src/views/system/Upgrade.vue:279
5221+ msgid "View on GitHub"
5222+ msgstr ""
5223+
52205224#: src/views/preference/components/AuthSettings/RecoveryCodes.vue:134
52215225msgid "View Recovery Codes"
52225226msgstr ""
Original file line number Diff line number Diff line change @@ -5527,6 +5527,10 @@ msgstr "Ver"
55275527msgid "View all notifications"
55285528msgstr "Ver todas notificações"
55295529
5530+ #: src/views/system/Upgrade.vue:279
5531+ msgid "View on GitHub"
5532+ msgstr "Ver no GitHub"
5533+
55305534#: src/views/preference/components/AuthSettings/RecoveryCodes.vue:134
55315535msgid "View Recovery Codes"
55325536msgstr "Ver códigos de recuperação"
You can’t perform that action at this time.
0 commit comments