Skip to content

Commit 44eb0e5

Browse files
authored
Merge pull request #18 from akpaevj/develop
Develop
2 parents ce189c2 + a9fc9a8 commit 44eb0e5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

config/locales/pl.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
pl:
2+
top_menu_item_title: "Dashboard"
3+
settings_header_statuses: "Kolory statusów"
4+
settings_header_projects: "Kolory projektów"
5+
settings_header_other: "Inne"
6+
settings_use_drop_down_menu: 'Użycie menu typu drop-down do wyboru projektów'
7+
settings_display_closed_statuses: 'Pokaż statusy z atrybutem "closed"'
8+
settings_display_child_projects_tasks: 'Wyświetlaj zadania projektów podrzędnych'
9+
settings_display_minimized_closed_issue_cards: 'Wyświetlaj karty zadań z atrybutem "closed" zminimalizowane'
10+
settings_enable_drag_and_drop: 'Zmiana statusu poprzez "Drag and drop"'
11+
settings_generate_colors: "Wygeneruj kolory"
12+
executor_not_set: "Nie przydzielono"
13+
label_all: "Wszystkie"

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name 'Dashboard'
33
author "Akpaev E.A."
44
description "Plugin adds an issues dashboard to the application"
5-
version '1.0.9'
5+
version '1.0.10'
66
url 'https://github.com/akpaevj/Dashboard'
77
author_url 'https://github.com/akpaevj'
88
menu :top_menu, :dashboard, { controller: 'dashboard', action: 'index' }, caption: :top_menu_item_title, first: true

0 commit comments

Comments
 (0)