Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/src/components/activity/view.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<v-container>
<h1>Activity</h1>
<h1>{{ $t('navigation.activity') }}</h1>
<v-layout>
<v-row
v-if="auditEvents.length > 0" class="mb-10">
Expand Down
16 changes: 9 additions & 7 deletions client/src/components/templates/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
</v-col>
<v-col cols="3" sm="6" md="3">
<v-text-field
label="Search"
:label="$t('templates.search')"
prepend-inner-icon="mdi-magnify"
v-model="search"
color="secondary"
@input="searchTemplates"
Expand All @@ -16,11 +17,12 @@
</v-col>
<v-col cols="3" sm="6" md="3">
<v-select
:label="$t('templates.category')"
prepend-inner-icon="mdi-tag"
:items="categories"
color="secondary"
density="comfortable"
@update:modelValue="filterByCategory"
label="Category"
:v-model="selectedCategory"
></v-select>
</v-col>
Expand Down Expand Up @@ -113,7 +115,7 @@
:disabled="template.enabled"
@click="openInstallDialog(template)"
>
install
{{ $t('templates.actions.install') }}
</v-btn>
</v-card-actions>
</v-card>
Expand Down Expand Up @@ -143,12 +145,12 @@
<v-card-text>
<v-select
:items="pipelines"
label="Pipeline"
:label="$t('templates.pipeline')"
v-model="pipeline"
></v-select>
<v-select
:items="phases[pipeline]"
label="Phase"
:label="$t('templates.phase')"
v-model="phase"
></v-select>
</v-card-text>
Expand All @@ -160,7 +162,7 @@
dark
@click="dialog = false"
>
close
{{ $t('global.abort') }}
</v-btn>
<v-btn
color="primary"
Expand All @@ -169,7 +171,7 @@
:disabled="!pipeline || !phase"
@click="openInstall(clickedTemplate.template, pipeline, phase)"
>
Load template
{{ $t('templates.actions.install') }}
</v-btn>
</v-card-actions>
</v-card>
Expand Down
11 changes: 11 additions & 0 deletions client/src/locale/de-CH.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ const messages = {
openApp: 'App öffne',
restart: 'Neustart',
openConsole: 'Konsole öffne',
openLogs: 'Logs öffne',
downloadTemplate: 'Vorlage abelade',
delete: 'Lösche',
update: 'Aktualisiere',
Expand Down Expand Up @@ -530,6 +531,16 @@ const messages = {
loadinPodsize: 'Fehler beim Laden der Pod-Grössen',
},
},
templates: {
search: 'Vorlage sueche',
category: 'Kategorie',
pipeline: 'Pipeline',
phase: 'Phase',
actions: {
install: 'Installiere',
loadTemplate: 'Vorlage lade',
},
},
$vuetify: {
...de,
},
Expand Down
10 changes: 10 additions & 0 deletions client/src/locale/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,16 @@ const messages = {
loadinPodsize: 'Fehler beim Laden der Pod-Größen',
},
},
templates: {
search: 'Vorlagen suchen',
category: 'Kategorie',
pipeline: 'Pipeline',
phase: 'Phase',
actions: {
install: 'Installieren',
loadTemplate: 'Vorlage laden',
},
},
$vuetify: {
...de,
},
Expand Down
12 changes: 12 additions & 0 deletions client/src/locale/en.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { pipeline } from 'stream'
import { en } from 'vuetify/locale'

const messages = {
Expand Down Expand Up @@ -74,6 +75,7 @@ const messages = {
openApp: 'Open App',
restart: 'Restart',
openConsole: 'Open Console',
openLogs: 'Open Logs',
downloadTemplate: 'Download Template',
delete: 'Delete',
update: 'Update',
Expand Down Expand Up @@ -531,6 +533,16 @@ const messages = {
},
},
},
templates: {
search: 'Search',
category: 'Category',
pipeline: 'Pipeline',
phase: 'Phase',
actions: {
install: 'Install',
loadTemplate: 'Load Template',
},
},
$vuetify: {
...en,
},
Expand Down
12 changes: 12 additions & 0 deletions client/src/locale/ja.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { template } from 'lodash'
import { ja } from 'vuetify/locale'

const messages = {
Expand Down Expand Up @@ -130,6 +131,7 @@ const messages = {
openApp: 'アプリを開く',
restart: '再起動',
openConsole: 'コンソールを開く',
openLogs: 'ログを開く',
downloadTemplate: 'テンプレートをダウンロード',
delete: '削除',
update: '更新',
Expand Down Expand Up @@ -530,6 +532,16 @@ const messages = {
loadinPodsize: 'Podサイズの読み込みエラー',
},
},
templates: {
search: 'テンプレートを検索',
category: 'カテゴリー',
pipeline: 'パイプライン',
phase: 'フェーズ',
actions: {
install: 'インストール',
loadTemplate: 'テンプレートを読み込む',
},
},
$vuetify: {
...ja,
},
Expand Down
11 changes: 11 additions & 0 deletions client/src/locale/zhHans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ const messages = {
openApp: '打开应用',
restart: '重启',
openConsole: '打开控制台',
openLogs: '打开日志',
downloadTemplate: '下载模板',
delete: '删除',
update: '更新',
Expand Down Expand Up @@ -530,6 +531,16 @@ const messages = {
loadinPodsize: '加载Pod大小时出错',
},
},
templates: {
search: '搜索模板',
category: '类别',
pipeline: '流水线',
phase: '阶段',
actions: {
install: '安装',
loadTemplate: '加载模板',
},
},
$vuetify: {
...zhHans,
},
Expand Down
Loading