Skip to content

Commit

Permalink
Merge pull request #18 from akpaevj/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
akpaevj authored May 21, 2021
2 parents ce189c2 + a9fc9a8 commit 44eb0e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions config/locales/pl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
pl:
top_menu_item_title: "Dashboard"
settings_header_statuses: "Kolory statusów"
settings_header_projects: "Kolory projektów"
settings_header_other: "Inne"
settings_use_drop_down_menu: 'Użycie menu typu drop-down do wyboru projektów'
settings_display_closed_statuses: 'Pokaż statusy z atrybutem "closed"'
settings_display_child_projects_tasks: 'Wyświetlaj zadania projektów podrzędnych'
settings_display_minimized_closed_issue_cards: 'Wyświetlaj karty zadań z atrybutem "closed" zminimalizowane'
settings_enable_drag_and_drop: 'Zmiana statusu poprzez "Drag and drop"'
settings_generate_colors: "Wygeneruj kolory"
executor_not_set: "Nie przydzielono"
label_all: "Wszystkie"
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name 'Dashboard'
author "Akpaev E.A."
description "Plugin adds an issues dashboard to the application"
version '1.0.9'
version '1.0.10'
url 'https://github.com/akpaevj/Dashboard'
author_url 'https://github.com/akpaevj'
menu :top_menu, :dashboard, { controller: 'dashboard', action: 'index' }, caption: :top_menu_item_title, first: true
Expand Down

0 comments on commit 44eb0e5

Please sign in to comment.