File tree Expand file tree Collapse file tree 7 files changed +66
-8
lines changed Expand file tree Collapse file tree 7 files changed +66
-8
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<v-container >
3
- <h1 >Activity </h1 >
3
+ <h1 >{{ $t('navigation.activity') }} </h1 >
4
4
<v-layout >
5
5
<v-row
6
6
v-if =" auditEvents.length > 0" class =" mb-10" >
Original file line number Diff line number Diff line change 7
7
</v-col >
8
8
<v-col cols =" 3" sm =" 6" md =" 3" >
9
9
<v-text-field
10
- label =" Search"
10
+ :label =" $t('templates.search')"
11
+ prepend-inner-icon =" mdi-magnify"
11
12
v-model =" search"
12
13
color =" secondary"
13
14
@input =" searchTemplates"
16
17
</v-col >
17
18
<v-col cols =" 3" sm =" 6" md =" 3" >
18
19
<v-select
20
+ :label =" $t('templates.category')"
21
+ prepend-inner-icon =" mdi-tag"
19
22
:items =" categories"
20
23
color =" secondary"
21
24
density =" comfortable"
22
25
@update:modelValue =" filterByCategory"
23
- label =" Category"
24
26
:v-model =" selectedCategory"
25
27
></v-select >
26
28
</v-col >
113
115
:disabled =" template.enabled"
114
116
@click =" openInstallDialog(template)"
115
117
>
116
- install
118
+ {{ $t('templates.actions. install') }}
117
119
</v-btn >
118
120
</v-card-actions >
119
121
</v-card >
143
145
<v-card-text >
144
146
<v-select
145
147
:items =" pipelines"
146
- label =" Pipeline "
148
+ : label =" $t('templates.pipeline') "
147
149
v-model =" pipeline"
148
150
></v-select >
149
151
<v-select
150
152
:items =" phases[pipeline]"
151
- label =" Phase "
153
+ : label =" $t('templates.phase') "
152
154
v-model =" phase"
153
155
></v-select >
154
156
</v-card-text >
160
162
dark
161
163
@click =" dialog = false"
162
164
>
163
- close
165
+ {{ $t('global.abort') }}
164
166
</v-btn >
165
167
<v-btn
166
168
color =" primary"
169
171
:disabled =" !pipeline || !phase"
170
172
@click =" openInstall(clickedTemplate.template, pipeline, phase)"
171
173
>
172
- Load template
174
+ {{ $t('templates.actions.install') }}
173
175
</v-btn >
174
176
</v-card-actions >
175
177
</v-card >
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ const messages = {
130
130
openApp : 'App öffne' ,
131
131
restart : 'Neustart' ,
132
132
openConsole : 'Konsole öffne' ,
133
+ openLogs : 'Logs öffne' ,
133
134
downloadTemplate : 'Vorlage abelade' ,
134
135
delete : 'Lösche' ,
135
136
update : 'Aktualisiere' ,
@@ -530,6 +531,16 @@ const messages = {
530
531
loadinPodsize : 'Fehler beim Laden der Pod-Grössen' ,
531
532
} ,
532
533
} ,
534
+ templates : {
535
+ search : 'Vorlage sueche' ,
536
+ category : 'Kategorie' ,
537
+ pipeline : 'Pipeline' ,
538
+ phase : 'Phase' ,
539
+ actions : {
540
+ install : 'Installiere' ,
541
+ loadTemplate : 'Vorlage lade' ,
542
+ } ,
543
+ } ,
533
544
$vuetify : {
534
545
...de ,
535
546
} ,
Original file line number Diff line number Diff line change @@ -532,6 +532,16 @@ const messages = {
532
532
loadinPodsize : 'Fehler beim Laden der Pod-Größen' ,
533
533
} ,
534
534
} ,
535
+ templates : {
536
+ search : 'Vorlagen suchen' ,
537
+ category : 'Kategorie' ,
538
+ pipeline : 'Pipeline' ,
539
+ phase : 'Phase' ,
540
+ actions : {
541
+ install : 'Installieren' ,
542
+ loadTemplate : 'Vorlage laden' ,
543
+ } ,
544
+ } ,
535
545
$vuetify : {
536
546
...de ,
537
547
} ,
Original file line number Diff line number Diff line change
1
+ import { pipeline } from 'stream'
1
2
import { en } from 'vuetify/locale'
2
3
3
4
const messages = {
@@ -74,6 +75,7 @@ const messages = {
74
75
openApp : 'Open App' ,
75
76
restart : 'Restart' ,
76
77
openConsole : 'Open Console' ,
78
+ openLogs : 'Open Logs' ,
77
79
downloadTemplate : 'Download Template' ,
78
80
delete : 'Delete' ,
79
81
update : 'Update' ,
@@ -531,6 +533,16 @@ const messages = {
531
533
} ,
532
534
} ,
533
535
} ,
536
+ templates : {
537
+ search : 'Search' ,
538
+ category : 'Category' ,
539
+ pipeline : 'Pipeline' ,
540
+ phase : 'Phase' ,
541
+ actions : {
542
+ install : 'Install' ,
543
+ loadTemplate : 'Load Template' ,
544
+ } ,
545
+ } ,
534
546
$vuetify : {
535
547
...en ,
536
548
} ,
Original file line number Diff line number Diff line change
1
+ import { template } from 'lodash'
1
2
import { ja } from 'vuetify/locale'
2
3
3
4
const messages = {
@@ -130,6 +131,7 @@ const messages = {
130
131
openApp : 'アプリを開く' ,
131
132
restart : '再起動' ,
132
133
openConsole : 'コンソールを開く' ,
134
+ openLogs : 'ログを開く' ,
133
135
downloadTemplate : 'テンプレートをダウンロード' ,
134
136
delete : '削除' ,
135
137
update : '更新' ,
@@ -530,6 +532,16 @@ const messages = {
530
532
loadinPodsize : 'Podサイズの読み込みエラー' ,
531
533
} ,
532
534
} ,
535
+ templates : {
536
+ search : 'テンプレートを検索' ,
537
+ category : 'カテゴリー' ,
538
+ pipeline : 'パイプライン' ,
539
+ phase : 'フェーズ' ,
540
+ actions : {
541
+ install : 'インストール' ,
542
+ loadTemplate : 'テンプレートを読み込む' ,
543
+ } ,
544
+ } ,
533
545
$vuetify : {
534
546
...ja ,
535
547
} ,
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ const messages = {
130
130
openApp : '打开应用' ,
131
131
restart : '重启' ,
132
132
openConsole : '打开控制台' ,
133
+ openLogs : '打开日志' ,
133
134
downloadTemplate : '下载模板' ,
134
135
delete : '删除' ,
135
136
update : '更新' ,
@@ -530,6 +531,16 @@ const messages = {
530
531
loadinPodsize : '加载Pod大小时出错' ,
531
532
} ,
532
533
} ,
534
+ templates : {
535
+ search : '搜索模板' ,
536
+ category : '类别' ,
537
+ pipeline : '流水线' ,
538
+ phase : '阶段' ,
539
+ actions : {
540
+ install : '安装' ,
541
+ loadTemplate : '加载模板' ,
542
+ } ,
543
+ } ,
533
544
$vuetify : {
534
545
...zhHans ,
535
546
} ,
You can’t perform that action at this time.
0 commit comments