Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

New Crowdin updates #3

Merged
merged 3 commits into from
Jul 24, 2024
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
8 changes: 1 addition & 7 deletions .github/workflows/auto-milestone.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Auto-milestone
on:
pull_request_target:
types:
- opened
- reopened
- closed
- ready_for_review

workflow_dispatch:
permissions:
pull-requests: write
contents: write
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/codeowners-validator.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: "Codeowners Validator"

on:
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
codeowners-validator:
Expand All @@ -21,7 +20,7 @@ jobs:

# "The comma-separated list of experimental checks that should be executed. By default, all experimental checks are turned off. Possible values: notowned,avoid-shadowing"
experimental_checks: "notowned,avoid-shadowing"

# The repository path in which CODEOWNERS file should be validated."
repository_path: "."

Expand All @@ -35,4 +34,4 @@ jobs:
owner_checker_allow_unowned_patterns: "false"

# Specifies whether only teams are allowed as owners of files.
owner_checker_owners_must_be_teams: "false"
owner_checker_owners_must_be_teams: "false"
9 changes: 1 addition & 8 deletions .github/workflows/go_lint.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: golangci-lint
on:
push:
paths:
- pkg/**
- .github/workflows/go_lint.yml
- go.*
branches:
- main
pull_request:
workflow_dispatch:

permissions:
contents: read
Expand Down
15 changes: 1 addition & 14 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
name: PR Checks
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
- ready_for_review
- labeled
- unlabeled
- edited
- auto_merge_enabled
issues:
types:
- milestoned
- demilestoned
workflow_dispatch:

concurrency:
group: pr-checks-${{ github.event.number }}
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/pr-go-workspace-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: "Go Workspace Check"

on:
workflow_dispatch:
pull_request:
branches: [main]

jobs:
check:
Expand All @@ -22,12 +20,12 @@ jobs:
- name: Update workspace
run: make update-workspace

- name: Check for go mod & workspace changes
- name: Check for go mod & workspace changes
run: |
if ! git diff --exit-code --quiet; then
echo "Changes detected:"
git diff
echo "Please run 'make update-workspace' and commit the changes."
echo "If there is a change in enterprise dependencies, please update pkg/extensions/main.go."
exit 1
fi
fi
8 changes: 4 additions & 4 deletions public/locales/ru-RU/grafana.json
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@
"expand-all-rows": "Развернуть все строки",
"go-to-dashboards": "Перейти к Дашбордам",
"go-to-explore": "Перейти к исследованию",
"go-to-home-dashboard": "Перейти на домашний дашборд",
"go-to-home-dashboard": "Перейти на главную страницу",
"go-to-profile": "Перейти в профиль",
"make-time-range-permanent": "Сделать диапазон времени абсолютным/постоянным",
"move-time-range-back": "Переместить диапазон времени назад",
Expand Down Expand Up @@ -1152,7 +1152,7 @@
"title": "Активные уведомления"
},
"alerting-home": {
"title": "Домашний"
"title": "Главная"
},
"alerting-legacy": {
"title": "Оповещение (устаревшее)"
Expand Down Expand Up @@ -1285,7 +1285,7 @@
"help/keyboard-shortcuts": "Горячие клавиши",
"help/support": "Поддержка",
"home": {
"title": "Домашний"
"title": "Главная"
},
"incidents": {
"title": "Инцидент"
Expand Down Expand Up @@ -2010,7 +2010,7 @@
},
"shared-preferences": {
"fields": {
"home-dashboard-label": "Домашний Дашборд",
"home-dashboard-label": "Главный Дашборд",
"home-dashboard-placeholder": "Дашборд по умолчанию",
"locale-label": "Язык",
"locale-placeholder": "Выберите язык",
Expand Down
Loading