Nuevo plugin Redmine Checklist 3.1.10 light
This commit is contained in:
parent
294bc87e76
commit
ef5521e0a2
65 changed files with 3544 additions and 0 deletions
9
plugins/redmine_checklists/config/locales/bg.yml
Normal file
9
plugins/redmine_checklists/config/locales/bg.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
# encoding: utf-8
|
||||
bg:
|
||||
label_checklist_plural: Чеклист
|
||||
field_checklist: Чеклист
|
||||
label_checklist_save_log: Съхраняване на записи в историята на дейността
|
||||
label_checklist_done_ratio: Преизчисляване на процента готовност
|
||||
permission_view_checklists: Разглеждане на чеклисти
|
||||
permission_done_checklists: Изпълнение на чеклисти
|
||||
permission_edit_checklists: Редактиране на чеклисти
|
29
plugins/redmine_checklists/config/locales/de.yml
Normal file
29
plugins/redmine_checklists/config/locales/de.yml
Normal file
|
@ -0,0 +1,29 @@
|
|||
# encoding: utf-8
|
||||
# German strings go here for Rails i18n
|
||||
de:
|
||||
label_checklist_plural: Checkliste
|
||||
field_checklist: Checkliste
|
||||
label_checklist_save_log: "Speichere Änderungen in der Ticket-Historie"
|
||||
label_checklist_done_ratio: Aktualisiere den Ticket-Fortschritt
|
||||
permission_view_checklists: Checkliste anzeigen
|
||||
permission_done_checklists: Checkliste anwenden
|
||||
permission_edit_checklists: Checkliste bearbeiten
|
||||
label_checklist_template_category_plural: Kategorien
|
||||
label_checklist_template_category_new: Neue Kategorie
|
||||
field_checklist_template_category: Kategorie
|
||||
label_checklist_templates: Checklisten-Vorlagen
|
||||
label_checklist_new_checklist_template: Neue Checklisten-Vorlage
|
||||
field_template_items: "Einträge"
|
||||
label_checklist_template: Checklisten-Vorlage
|
||||
label_add_checklists_from_template: "Aus Vorlage wählen"
|
||||
label_select_template: "-- Vorlage auswählen --"
|
||||
label_checklist_category_not_specified: "-- Nicht spezifiziert --"
|
||||
label_checklists_description: 'Mehrere Einträge erlaubt (ein Eintrag pro Zeile)'
|
||||
label_checklist_item: Checklisten-Eintrag
|
||||
label_checklist_deleted: gelöscht
|
||||
label_checklist_changed_from: geändert von
|
||||
label_checklist_changed_to: zu
|
||||
label_checklist_added: hinzugefügt
|
||||
label_checklist_done: als Erledigt markiert
|
||||
label_checklist_undone: als Nicht Erledigt markiert
|
||||
label_checklist_updated: Checklisten-Eintrag editiert
|
34
plugins/redmine_checklists/config/locales/en.yml
Normal file
34
plugins/redmine_checklists/config/locales/en.yml
Normal file
|
@ -0,0 +1,34 @@
|
|||
# English strings go here for Rails i18n
|
||||
en:
|
||||
label_checklist_plural: Checklist
|
||||
field_checklist: Checklist
|
||||
label_checklist_save_log: Save changes to issue log
|
||||
label_checklist_done_ratio: Set issue done ratio
|
||||
permission_view_checklists: View checklist
|
||||
permission_done_checklists: Done checklist items
|
||||
permission_edit_checklists: Edit checklist items
|
||||
label_checklist_template_category_plural: Template categories
|
||||
label_checklist_template_category_new: New category
|
||||
field_checklist_template_category: Category
|
||||
label_checklist_templates: Checklist templates
|
||||
label_checklist_new_checklist_template: New checklist template
|
||||
field_template_items: Template items
|
||||
label_checklist_template: Checklist template
|
||||
label_add_checklists_from_template: Add from template
|
||||
label_select_template: "-- Select template --"
|
||||
label_checklist_category_not_specified: "-- Not specified --"
|
||||
label_checklists_description: 'Multiple values allowed (one line for each value)'
|
||||
label_checklist_item: Checklist item
|
||||
label_checklist_deleted: deleted
|
||||
label_checklist_changed_from: changed from
|
||||
label_checklist_changed_to: to
|
||||
label_checklist_added: added
|
||||
label_checklist_done: set to Done
|
||||
label_checklist_undone: set to Not done
|
||||
label_checklist_updated: Checklist item edited
|
||||
label_checklist_status: Checklist status
|
||||
label_checklist_status_done: Done
|
||||
label_checklist_status_undone: Undone
|
||||
label_checklist_status: Checklist status
|
||||
label_checklist_is_default: Default
|
||||
field_is_for_tracker: Tracker
|
28
plugins/redmine_checklists/config/locales/es.yml
Normal file
28
plugins/redmine_checklists/config/locales/es.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Spanish strings go here for Rails i18n
|
||||
es:
|
||||
label_checklist_plural: Checklist
|
||||
field_checklist: Checklist
|
||||
label_checklist_save_log: Salvar cambios al log de la petición
|
||||
label_checklist_done_ratio: Setear porcentaje de estado de petición
|
||||
permission_view_checklists: Ver checklist
|
||||
permission_done_checklists: Cerrar items de checklist
|
||||
permission_edit_checklists: Editar iterms de checklist
|
||||
label_checklist_template_category_plural: Categorías de plantillas
|
||||
label_checklist_template_category_new: Nueva categoría
|
||||
field_checklist_template_category: Categoría
|
||||
label_checklist_templates: Plantillas de checklists
|
||||
label_checklist_new_checklist_template: Nueva plantilla de checklist
|
||||
field_template_items: Items de la plantilla
|
||||
label_checklist_template: Plantilla de checklist
|
||||
label_add_checklists_from_template: Añadir desde plantilla
|
||||
label_select_template: "-- Seleccionar plantilla --"
|
||||
label_checklist_category_not_specified: "-- No especificada --"
|
||||
label_checklists_description: 'Se permiten múltiples valores (un valor por línea)'
|
||||
label_checklist_item: Item de checklist
|
||||
label_checklist_deleted: borrado
|
||||
label_checklist_changed_from: cambiado de
|
||||
label_checklist_changed_to: a
|
||||
label_checklist_added: añadido
|
||||
label_checklist_done: marcado como Hecho
|
||||
label_checklist_undone: marcado como No hecho
|
||||
label_checklist_updated: Item de checklist modificado
|
4
plugins/redmine_checklists/config/locales/fr.yml
Executable file
4
plugins/redmine_checklists/config/locales/fr.yml
Executable file
|
@ -0,0 +1,4 @@
|
|||
# encoding: utf-8
|
||||
fr:
|
||||
label_checklist_plural: Liste de Tâches
|
||||
field_checklist: Tâche
|
9
plugins/redmine_checklists/config/locales/ja.yml
Normal file
9
plugins/redmine_checklists/config/locales/ja.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
# encoding: utf-8
|
||||
ja:
|
||||
label_checklist_plural: "チェックリスト" # Checklist
|
||||
field_checklist: "チェックリスト" # Checklist
|
||||
label_checklist_save_log: "変更をチケットに記録する" # Save changes to issue log
|
||||
label_checklist_done_ratio: "チェック完了率" # Set issue done ratio
|
||||
permission_view_checklists: "チェックリストの参照" # View checklist
|
||||
permission_done_checklists: "チェックリストへ済印" # Done checklist items
|
||||
permission_edit_checklists: "チェックリストの編集" # Edit checklist items
|
9
plugins/redmine_checklists/config/locales/ko.yml
Normal file
9
plugins/redmine_checklists/config/locales/ko.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Translation by Ki Won Kim (http://x10.iptime.org/redmine, http://xyz37.blog.me, xyz37@naver.com)
|
||||
ko:
|
||||
label_checklist_plural: "체크리스트"
|
||||
field_checklist: "체크리스트"
|
||||
label_checklist_save_log: "일감 로그에 변경사항을 저장합니다."
|
||||
label_checklist_done_ratio: "완료 비율 일감 설정"
|
||||
permission_view_checklists: "체크리스트 보기"
|
||||
permission_done_checklists: "체크리스트 완료"
|
||||
permission_edit_checklists: "체크리스트 수정"
|
28
plugins/redmine_checklists/config/locales/pl.yml
Normal file
28
plugins/redmine_checklists/config/locales/pl.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
# English strings go here for Rails i18n
|
||||
pl:
|
||||
label_checklist_plural: Lista
|
||||
field_checklist: Checklista
|
||||
label_checklist_save_log: Zapisuj zmiany w historii
|
||||
label_checklist_done_ratio: Ustawia wskaźnik wykonania dla zgłoszeń
|
||||
permission_view_checklists: Zobacz listę
|
||||
permission_done_checklists: Ustaw jako ukończone elementy checklisty
|
||||
permission_edit_checklists: Edytuj elementy checklisty
|
||||
label_checklist_template_category_plural: Kategorie szablonów
|
||||
label_checklist_template_category_new: Nowa kategoria
|
||||
field_checklist_template_category: Kategoria
|
||||
label_checklist_templates: Szablony checklist
|
||||
label_checklist_new_checklist_template: New checklist template
|
||||
field_template_items: Elementy szablonu
|
||||
label_checklist_template: Szablon checklisty
|
||||
label_add_checklists_from_template: Dodaj z szablonu
|
||||
label_select_template: "-- Wybierz szablon --"
|
||||
label_checklist_category_not_specified: "-- Nie wybrano --"
|
||||
label_checklists_description: 'Dozwolone wiele wartości (po jednej linii dla każdej wartości)'
|
||||
label_checklist_item: Element checklisty
|
||||
label_checklist_deleted: usunięty
|
||||
label_checklist_changed_from: zmieniony z
|
||||
label_checklist_changed_to: na
|
||||
label_checklist_added: dodany
|
||||
label_checklist_done: ustaw jako Wykonane
|
||||
label_checklist_undone: ustaw jako Niewykonane
|
||||
label_checklist_updated: Zmieniono element checklisty
|
9
plugins/redmine_checklists/config/locales/pt-BR.yml
Normal file
9
plugins/redmine_checklists/config/locales/pt-BR.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
#Portuguese Brazilian strings go here for Rails i18n
|
||||
pt-BR:
|
||||
label_checklist_plural: Checklist
|
||||
field_checklist: Checklist
|
||||
label_checklist_save_log: Salvar alterações nos logs das tarefas
|
||||
label_checklist_done_ratio: Definir % terminando quando desmarcar o item
|
||||
permission_view_checklists: Ver checklist
|
||||
permission_done_checklists: Remover itens do checklist
|
||||
permission_edit_checklists: Alterar itens do checklist
|
33
plugins/redmine_checklists/config/locales/ru.yml
Normal file
33
plugins/redmine_checklists/config/locales/ru.yml
Normal file
|
@ -0,0 +1,33 @@
|
|||
# encoding: utf-8
|
||||
ru:
|
||||
label_checklist_plural: Чеклист
|
||||
field_checklist: Чеклист
|
||||
label_checklist_save_log: Сохранять изменения в истории
|
||||
label_checklist_done_ratio: Рассчитывать готовность задачи
|
||||
permission_view_checklists: Просматривать чеклисты
|
||||
permission_done_checklists: Выполнять чеклисты
|
||||
permission_edit_checklists: Редактировать чеклисты
|
||||
label_checklist_template_category_plural: Категории шаблонов чеклистов
|
||||
label_checklist_template_category_new: Новая категория шаблонов чеклистов
|
||||
field_checklist_template_category: Категория
|
||||
label_checklist_templates: Шаблоны чеклистов
|
||||
label_checklist_new_checklist_template: Новый шаблон чеклистов
|
||||
field_template_items: Элементы шаблона
|
||||
label_checklist_template: Шаблон чеклистов
|
||||
label_add_checklists_from_template: Добавить из шаблона
|
||||
label_select_template: "-- Выберите шаблон --"
|
||||
label_checklist_category_not_specified: "-- Без категории --"
|
||||
label_checklists_description: 'Для ввода нескольких значений вводите по одному на строку'
|
||||
label_checklist_item: Пункт чеклиста
|
||||
label_checklist_deleted: удалён
|
||||
label_checklist_changed_from: изменён с
|
||||
label_checklist_changed_to: на
|
||||
label_checklist_added: добавлен
|
||||
label_checklist_done: выполнен
|
||||
label_checklist_undone: не выполнен
|
||||
label_checklist_updated: Пункт чеклиста изменен
|
||||
label_checklist_status: Статус пункта чеклиста
|
||||
label_checklist_status_done: Выполнен
|
||||
label_checklist_status_undone: Не выполнен
|
||||
label_checklist_is_default: По умолчанию
|
||||
field_is_for_tracker: Трекер
|
10
plugins/redmine_checklists/config/locales/sk.yml
Normal file
10
plugins/redmine_checklists/config/locales/sk.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
# encoding: utf-8
|
||||
# Slovak strings go here for Rails i18n
|
||||
sk:
|
||||
label_checklist_plural: Checklist
|
||||
field_checklist: Checklist
|
||||
label_checklist_save_log: Uložiť zmeny do histórie úlohy
|
||||
label_checklist_done_ratio: Nastaviť úlohu ako kompletnú
|
||||
permission_view_checklists: Zobraziť checklist
|
||||
permission_done_checklists: Splnené checklist položky
|
||||
permission_edit_checklists: Upraviť checklist položky
|
11
plugins/redmine_checklists/config/locales/sv.yml
Normal file
11
plugins/redmine_checklists/config/locales/sv.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Swedish strings go here for Rails i18n
|
||||
# Translation by Khedron Wilk (khedron.wilk@gmail.com)
|
||||
# Created 2014 Dec 14 Based on RedmineUP Checklist plugin (Light) ver 3.0.2
|
||||
sv:
|
||||
label_checklist_plural: Checklista
|
||||
field_checklist: Checklista
|
||||
label_checklist_save_log: Spara ändringar i ärendeloggen
|
||||
label_checklist_done_ratio: Använd checklista för att beräkna % klart
|
||||
permission_view_checklists: Visa checklistor
|
||||
permission_done_checklists: Klara checklistepunkter
|
||||
permission_edit_checklists: Redigera checklistepunkter
|
9
plugins/redmine_checklists/config/locales/uk.yml
Normal file
9
plugins/redmine_checklists/config/locales/uk.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
# encoding: utf-8
|
||||
uk:
|
||||
label_checklist_plural: Чекліст
|
||||
field_checklist: Чекліст
|
||||
label_checklist_save_log: Зберегти зміни в історії
|
||||
label_checklist_done_ratio: Розрахувати готовність завдання
|
||||
permission_view_checklists: Переглядати чеклісти
|
||||
permission_done_checklists: Виконувати чеклісти
|
||||
permission_edit_checklists: Редагувати чеклісти
|
32
plugins/redmine_checklists/config/locales/zh.yml
Normal file
32
plugins/redmine_checklists/config/locales/zh.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
# encoding: utf-8
|
||||
# Simplified Chinese strings go here for Rails i18n
|
||||
# Author: Steven.W
|
||||
# Based on file: en.yml
|
||||
|
||||
zh:
|
||||
label_checklist_plural: 检查列表
|
||||
field_checklist: 检查列表
|
||||
label_checklist_save_log: 保存检查列表变更到问题日志
|
||||
label_checklist_done_ratio: 设置列表完成比率
|
||||
permission_view_checklists: 查看检查列表
|
||||
permission_done_checklists: 完成检查项
|
||||
permission_edit_checklists: 编辑检查项
|
||||
label_checklist_template_category_plural: 模板类别
|
||||
label_checklist_template_category_new: 新类别
|
||||
field_checklist_template_category: 类别
|
||||
label_checklist_templates: 检查列表模板
|
||||
label_checklist_new_checklist_template: 新检查列表模板
|
||||
field_template_items: 模板项
|
||||
label_checklist_template: 检查列表模板
|
||||
label_add_checklists_from_template: 从模板新建
|
||||
label_select_template: "-- 选择模板 --"
|
||||
label_checklist_category_not_specified: "-- 未指定 --"
|
||||
label_checklists_description: '允许多重值 (每一行的值)'
|
||||
label_checklist_item: 检查列表项
|
||||
label_checklist_deleted: 删除
|
||||
label_checklist_changed_from: 改变自
|
||||
label_checklist_changed_to: 到
|
||||
label_checklist_added: 添加
|
||||
label_checklist_done: 设置完成
|
||||
label_checklist_undone: 设置未完成
|
||||
label_checklist_updated: 检查列表项编辑
|
28
plugins/redmine_checklists/config/routes.rb
Normal file
28
plugins/redmine_checklists/config/routes.rb
Normal file
|
@ -0,0 +1,28 @@
|
|||
# This file is a part of Redmine Checklists (redmine_checklists) plugin,
|
||||
# issue checklists management plugin for Redmine
|
||||
#
|
||||
# Copyright (C) 2011-2017 RedmineUP
|
||||
# http://www.redmineup.com/
|
||||
#
|
||||
# redmine_checklists is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# redmine_checklists is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with redmine_checklists. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
resources :issues do
|
||||
resources :checklists, :only => [:index, :create]
|
||||
end
|
||||
|
||||
resources :checklists, :only => [:destroy, :update, :show] do
|
||||
member do
|
||||
put :done
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue