Skip to content

Commit

Permalink
Merge pull request #13 from FlowSquad/fix/v5compatibility
Browse files Browse the repository at this point in the history
Plugin is now compatible with Camunda Modeler v5
  • Loading branch information
rami-nk authored Feb 8, 2023
2 parents 41d2500 + d0cadeb commit 092abda
Show file tree
Hide file tree
Showing 7 changed files with 1,721 additions and 44 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Camunda Modeler I18N-Plugin
[![Compatible with Camunda Modeler version 5.0](https://img.shields.io/badge/Camunda%20Modeler-5.0+-blue.svg)](https://github.com/camunda/camunda-modeler)

This plugin allows you to translate the UI of the Camunda Modeler. It contains translations for German, English, Portuguese, Chinese, Russian and Dutch and can be easily extended or customized.
This plugin allows you to translate the UI of the Camunda Modeler. It contains translations for German, English, Portuguese, Chinese, Russian, Chinese (Traditional and Simplified) and Dutch and can be easily extended or customized.

For more information see our blog post (in German): https://www.flowsquad.io/blog/2020-07-15-internationalization-plugin-f%C3%BCr-den-camunda-modeler/

Expand Down
62 changes: 61 additions & 1 deletion client/bpmnjs-i18n-extension/languages/de/properties-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,65 @@ export default {
'Version Tag': 'Version-Tag',
'Wait for Completion': 'Auf Abschluss warten',
'[unknown template: {templateId}]': '[Unbekanntes Template: {templateId}]',
'{label} must not contain whitespace': '{label} darf keine Leerzeichen enthalten'
'{label} must not contain whitespace': '{label} darf keine Leerzeichen enthalten',
'Compensation': 'Kompensatiion',
'Link': 'Link',
'Multi-instance': 'Multi-Instanz',
'Timer': 'Timer',
'History cleanup': 'Verlauf löschen',
'Tasklist': 'Taskliste',
'Candidate starter': 'Candidate starter',
'External task': 'Externer Task',
'Process variables': 'Prozessvariablen',
'User assignment': 'Benutzeraufgabe',
'Form fields': 'Formfelder',
'Start initiator': 'Start-Initiator',
'Called element': 'Aufgerufenes Element',
'Asynchronous continuations': 'Asynchrone Fortsetzung',
'Job execution': 'Jobausführung',
'In mapping propagation': 'In mapping propagation',
'In mapping': 'In mapping',
'Inputs': 'Eingaben',
'Connector inputs': 'Connector-Inputs',
'Out mapping propagation': 'Out mapping propagation',
'Out mappings': 'Out mappings',
'Outputs': 'Outputs',
'Connector outputs': 'Connector-Ausgaben',
'Execution listeners': 'Ausführungs-Listener',
'Extension properties': 'Zusätzliche Eigenschaften',
'Field injections': 'Feld-Injektion',
'Business key': 'Business key',
'Version tag': 'Versions-Tag',
'Element documentation': 'Element-Dokumentation',
'Time to live': 'Time to live',
'Candidate starter groups': 'Candidate Starter-Gruppen',
'Candidate starter users': 'Candidate Starter-Benutzer',
'Event type': 'Event-Typ',
'Listener type': 'Listener-Typ',
'Java class': 'Java Klasse',
'Delegate expression': 'Delegierte Expression',
'Field injection': 'Feld-Injektionen',
'Errors': 'Fehler',
'Task listener': 'Task listener',
'Task listeners': 'Task listener',
'In mappings': 'In mappings',
'Set Color': 'In mappings',
'<none>': ' - ',
'Camunda Forms': 'Camunda Formulare',
'Before': 'Vor',
'After': 'Nach',
'Local variable name': 'Lokaler Variablenname',
'Assignment type': 'Aufgabentyp',
'String or expression': 'String oder Expression',
'Change element': 'Element ändern',
'Inline script': 'Inline-Skript',
'Format': 'Format',
'External resource': 'Externe Ressource',
'Start typing "${}" to create an expression.': 'Beginnen Sie mit der Eingabe von "${}", um eine Expression zu erstellen.',
'Created in': 'Erstellt in',
'Process variable name': 'Prozess-Variablenname',
'Embedded or External Task Forms': 'Eingebettete oder externe Task-Formen',
'Generated Task Forms': 'Generierte Task-Formen',
'Form key': 'Formular Key',
'Form reference': 'Formular Referenz'
};
4 changes: 3 additions & 1 deletion client/config/I18nPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,15 @@ export default class I18nPlugin extends PureComponent {

render() {
return <Fragment>
<Fill slot="toolbar" group="9_language">
<Fill slot="tab-actions" group="9_language">
<Select
styles={{
control: provided => ({
...provided,
width: 125,
minHeight: 24,
marginRight: 10,
marginTop: 2,
"&>div:first-of-type": {
padding: "0px 4px"
},
Expand Down
Loading

0 comments on commit 092abda

Please sign in to comment.