mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 00:04:20 +00:00
#189 Czech localisation
This commit is contained in:
parent
85d4a33d6d
commit
49fbc80e35
@ -7,7 +7,7 @@ Changelog for Custom Workflows
|
||||
1.0.3 *2020-06-12*
|
||||
------------------
|
||||
|
||||
Maintenance release
|
||||
Redmine's look&feel
|
||||
|
||||
* Bug: #168 - Check last version of plugin KO
|
||||
* Bug: #167 - Crash when delete project
|
||||
|
||||
@ -73,6 +73,9 @@ cs:
|
||||
text_custom_workflow_issue_code_note: Skripty jsou vykonávány v rámci objektu úkolu stejně jako volání `before_save`
|
||||
a `after_save` funkcí. Takže lze použít přímo vlastností úkolů. Proměnné (@variable) jsou rovněž dostupné a lze jich
|
||||
použít.
|
||||
text_custom_workflow_issue_relation_code_note: Skripty jsou vykonávány v rámci objektu vazby mezi úkoly stejně jako
|
||||
volání `before_save` a `after_save` funkcí. Takže lze použít přímo vlastností vazby mezi úkoly. Proměnné (@variable)
|
||||
jsou rovněž dostupné a lze jich použít.
|
||||
text_custom_workflow_shared_code_note: Tento kód bude spuštěn pře jakýmkoli jiným procesem a může obsahovat sdílený
|
||||
kód, např. funkce a třídy, které jsou potřeba v jiných procesech
|
||||
text_custom_workflow_user_code_note: Skripty jsou vykonávány v rámci objektu uživatel, když se objekt mění (maže).
|
||||
|
||||
@ -73,6 +73,9 @@ pt-BR:
|
||||
text_custom_workflow_issue_code_note: Ambos os scripts são executados no contexto da tarefa pelas chamadas before_save
|
||||
com retornos para a chamada after_save. Portanto, use métodos e propriedades da tarefa diretamente
|
||||
(ou através de "self"). Variáveis de instância (@variable) também são permitidos e podem ser utilizados, se necessário.
|
||||
text_custom_workflow_issue_relation_code_note: Scripts are executed in the context of IssueRelation object like ordinary
|
||||
before_save and after_save callbacks. So use methods and properties of the issue relation directly (or through `self`).
|
||||
Instance variables (@variable) are also allowed and may be used if needed.
|
||||
text_custom_workflow_shared_code_note: This code will run before any other workflow and may contain shared code,
|
||||
e.g. functions and classes needed by other workflows.
|
||||
text_custom_workflow_user_code_note: Both scripts are executed in the context of the user object when user object
|
||||
|
||||
@ -73,6 +73,9 @@ ru:
|
||||
text_custom_workflow_issue_code_note: Эти сценарии исполняются в контексте задачи, как и обычные обратные вызовы
|
||||
before_save и after_save. Поэтому используйте методы и свойства задачи (Issue) напрямую или через ключевое слово
|
||||
self.
|
||||
text_custom_workflow_issue_relation_code_note: Scripts are executed in the context of IssueRelation object like ordinary
|
||||
before_save and after_save callbacks. So use methods and properties of the issue relation directly (or through `self`).
|
||||
Instance variables (@variable) are also allowed and may be used if needed.
|
||||
text_custom_workflow_shared_code_note: Этот код будет исполняться перед любым другим процессом и может содержать общий
|
||||
код, например, функции и классы, необходимые для работы других процессов.
|
||||
text_custom_workflow_user_code_note: Эти сценарии исполняются в контексте объекта пользователя когда объект
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user