Actualizar plugin Checklists a 3.1.18 light
This commit is contained in:
parent
a26f5567af
commit
24560c8598
55 changed files with 992 additions and 307 deletions
|
@ -25,5 +25,12 @@ de:
|
|||
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
|
||||
label_checklist_undone: als Nicht erledigt markiert
|
||||
label_checklist_updated: Checklisten-Eintrag editiert
|
||||
label_checklist_status: Checklisten-Status
|
||||
label_checklist_status_done: Erledigt
|
||||
label_checklist_status_undone: Nicht erledigt
|
||||
label_checklist_is_default: Standard
|
||||
field_is_for_tracker: Tracker
|
||||
label_checklists_must_be_completed: "Alle Checklisten-Einträge eines Tickets müssen vor dem Schließen erledigt werden."
|
||||
label_checklist_block_issue_closing: "Schließen des Tickets blockieren"
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# English strings go here for Rails i18n
|
||||
en:
|
||||
activerecord:
|
||||
attributes:
|
||||
checklists:
|
||||
subject: Checklist subject
|
||||
label_checklist_plural: Checklist
|
||||
field_checklist: Checklist
|
||||
label_checklist_save_log: Save changes to issue log
|
||||
|
@ -15,10 +19,12 @@ en:
|
|||
field_template_items: Template items
|
||||
label_checklist_template: Checklist template
|
||||
label_add_checklists_from_template: Add from template
|
||||
label_checklists_from_template: 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_section: Checklist section
|
||||
label_checklist_deleted: deleted
|
||||
label_checklist_changed_from: changed from
|
||||
label_checklist_changed_to: to
|
||||
|
@ -29,6 +35,10 @@ en:
|
|||
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
|
||||
label_checklists_must_be_completed: All checklists of an issue must be done before closing
|
||||
label_checklist_block_issue_closing: Block issue closing
|
||||
label_checklist_show_closed: Show closed
|
||||
label_checklist_hide_closed: Hide closed
|
||||
label_checklist_new_section: New section
|
||||
|
|
|
@ -2,3 +2,8 @@
|
|||
fr:
|
||||
label_checklist_plural: Liste de Tâches
|
||||
field_checklist: Tâche
|
||||
label_checklist_templates: Template de checklists
|
||||
label_checklist_new_checklist_template: Ajouter un template
|
||||
field_is_for_tracker:
|
||||
label_checklist_is_default: Checklist par d faut
|
||||
field_template_items: Eléments
|
||||
|
|
45
plugins/redmine_checklists/config/locales/it.yml
Normal file
45
plugins/redmine_checklists/config/locales/it.yml
Normal file
|
@ -0,0 +1,45 @@
|
|||
# encoding: utf-8
|
||||
# Italian strings go here for Rails i18n
|
||||
it:
|
||||
activerecord:
|
||||
attributes:
|
||||
checklists:
|
||||
subject: Checklist soggetto
|
||||
label_checklist_plural: Checklist
|
||||
field_checklist: Checklist
|
||||
label_checklist_save_log: Salva le modifiche nel log delle segnalazioni
|
||||
label_checklist_done_ratio: Imposta ratio checklist segnalazioni completate
|
||||
permission_view_checklists: Visualizza la checklist
|
||||
permission_done_checklists: Elementi checklist completati
|
||||
permission_edit_checklists: Modifica elementi checklist
|
||||
label_checklist_template_category_plural: Categorie di modelli
|
||||
label_checklist_template_category_new: Nuova categoria
|
||||
field_checklist_template_category: Categoria
|
||||
label_checklist_templates: Modelli di checklist
|
||||
label_checklist_new_checklist_template: Nuovo modello di checklist
|
||||
field_template_items: Elementi del modello
|
||||
label_checklist_template: Modello di checklist
|
||||
label_add_checklists_from_template: Aggiungi dal modello
|
||||
label_checklists_from_template: Dal modello
|
||||
label_select_template: "- Seleziona modello -"
|
||||
label_checklist_category_not_specified: "-- Non specificato --"
|
||||
label_checklists_description: "Sono consentiti più valori (una riga per ciascun valore)"
|
||||
label_checklist_item: Elemento della checklist
|
||||
label_checklist_section: Sezione checklist
|
||||
label_checklist_deleted: Eliminato
|
||||
label_checklist_changed_from: Modificato da
|
||||
label_checklist_changed_to: a
|
||||
label_checklist_added: aggiunto
|
||||
label_checklist_done: Impostato su Completato
|
||||
label_checklist_undone: Impostato su Non completato
|
||||
label_checklist_updated: Elemento della checklist aggiornato
|
||||
label_checklist_status: Stato della checklist
|
||||
label_checklist_status_done: Completato
|
||||
label_checklist_status_undone: Non completato
|
||||
label_checklist_is_default: Predefinito
|
||||
field_is_for_tracker: Tracker
|
||||
label_checklists_must_be_completed: Tutte le liste di controllo di una segnalazione devono essere eseguite prima della chiusura
|
||||
label_checklist_block_issue_closing: Blocca segnalazione in chiusura
|
||||
label_checklist_show_closed: Mostra completati
|
||||
label_checklist_hide_closed: Nascondi completati
|
||||
label_checklist_new_section: Nuova sezione
|
|
@ -1,5 +1,9 @@
|
|||
# encoding: utf-8
|
||||
ru:
|
||||
activerecord:
|
||||
attributes:
|
||||
checklists:
|
||||
subject: Заголовок чеклиста
|
||||
label_checklist_plural: Чеклист
|
||||
field_checklist: Чеклист
|
||||
label_checklist_save_log: Сохранять изменения в истории
|
||||
|
@ -15,10 +19,12 @@ ru:
|
|||
field_template_items: Элементы шаблона
|
||||
label_checklist_template: Шаблон чеклистов
|
||||
label_add_checklists_from_template: Добавить из шаблона
|
||||
label_checklists_from_template: Из шаблона
|
||||
label_select_template: "-- Выберите шаблон --"
|
||||
label_checklist_category_not_specified: "-- Без категории --"
|
||||
label_checklists_description: 'Для ввода нескольких значений вводите по одному на строку'
|
||||
label_checklist_item: Пункт чеклиста
|
||||
label_checklist_section: Раздел чеклиста
|
||||
label_checklist_deleted: удалён
|
||||
label_checklist_changed_from: изменён с
|
||||
label_checklist_changed_to: на
|
||||
|
@ -31,3 +37,10 @@ ru:
|
|||
label_checklist_status_undone: Не выполнен
|
||||
label_checklist_is_default: По умолчанию
|
||||
field_is_for_tracker: Трекер
|
||||
label_checklist_show_closed: Показать закрытые
|
||||
label_checklist_hide_closed: Скрыть закрытые
|
||||
label_checklist_new_section: Новая секция
|
||||
label_checklist_block_issue_closing: Запретить закрытие заявки
|
||||
label_checklists: Чеклист
|
||||
label_checklists_must_be_completed: Чтобы заявка закрылась, должны быть выполнены все пункты чеклиста
|
||||
field_checklists: Чеклист
|
||||
|
|
32
plugins/redmine_checklists/config/locales/zh-TW.yml
Normal file
32
plugins/redmine_checklists/config/locales/zh-TW.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-TW:
|
||||
label_checklist_plural: Checklist
|
||||
field_checklist: Checklist
|
||||
label_checklist_save_log: 保存檢查清單變更到問題日誌
|
||||
label_checklist_done_ratio: 設置列表完成比率
|
||||
permission_view_checklists: 查看Checklist
|
||||
permission_done_checklists: 完成Checklist
|
||||
permission_edit_checklists: 編輯Checklist
|
||||
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: 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: Checklist item編輯
|
|
@ -1,7 +1,7 @@
|
|||
# This file is a part of Redmine Checklists (redmine_checklists) plugin,
|
||||
# issue checklists management plugin for Redmine
|
||||
#
|
||||
# Copyright (C) 2011-2017 RedmineUP
|
||||
# Copyright (C) 2011-2020 RedmineUP
|
||||
# http://www.redmineup.com/
|
||||
#
|
||||
# redmine_checklists is free software: you can redistribute it and/or modify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue