Skip to content

Commit 58f2ded

Browse files
Merge branch '6' into 7.1
2 parents a4a0a4c + 1f6a2e6 commit 58f2ded

File tree

17 files changed

+51
-2
lines changed

17 files changed

+51
-2
lines changed

client/lang/de.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
66
}
77
} else {
88
ss.i18n.addDictionary('de', {
9+
"Workflow.CreateWorkflow": "Arbeitsablauf erstellen",
910
"Workflow.DeleteQuestion": "Sind Sie sicher, dass sie dies endgültig löschen wollen?",
1011
"Workflow.ProcessError": "Arbeitsablauf konnte nicht verarbeitet werden"
1112
});

client/lang/en.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
66
}
77
} else {
88
ss.i18n.addDictionary('en', {
9+
"Workflow.CreateWorkflow": "Create workflow",
910
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
1011
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
1112
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
1213
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
13-
"Workflow.ProcessError": "Could not process workflow"
14+
"Workflow.ProcessError": "Could not process workflow",
15+
"WorkflowField.AddTransition": "Add transition to {action}",
16+
"WorkflowField.EditSpecificAction": "Edit {action}",
17+
"WorkflowField.EditTransition": "Edit transition {action}"
1418
});
1519
}

client/lang/eo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
66
}
77
} else {
88
ss.i18n.addDictionary('eo', {
9+
"Workflow.CreateWorkflow": "Krei laborfluon",
910
"Workflow.DeleteQuestion": "Ĉi vi vere volas porĉiame forigi ĉi tiun dosieron?",
1011
"Workflow.EMBARGOMESSAGEDATE": "Konservitaj malnetoj de la paĝo aŭtomate publikiĝos je <a>%s</a>",
1112
"Workflow.EMBARGOMESSAGEDATETIME": "Konservitaj malnetoj de la paĝo aŭtomate publikiĝos ĉe <a>%s je %s</a>",

client/lang/es.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
66
}
77
} else {
88
ss.i18n.addDictionary('es', {
9+
"Workflow.CreateWorkflow": "Crear flujo de trabajo",
910
"Workflow.DeleteQuestion": "¿Está seguro de querer borrar esto permanentemente?",
1011
"Workflow.EMBARGOMESSAGEDATE": "Los borradores guardados de esta página se publicarán automáticamente el <a>%s</a>",
1112
"Workflow.EMBARGOMESSAGEDATETIME": "Los borradores guardados de esta página se publicarán automáticamente el <a>%s a las %s</a>",

client/lang/fi_FI.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// This file was generated by silverstripe/tx-translator from client/lang/src/fi_FI.js.
2+
// See https://github.com/silverstripe/silverstripe-tx-translator for details
3+
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
4+
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
5+
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
6+
}
7+
} else {
8+
ss.i18n.addDictionary('fi_FI', {
9+
"Workflow.CreateWorkflow": "Luo työnkulku"
10+
});
11+
}

client/lang/hr.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
66
}
77
} else {
88
ss.i18n.addDictionary('hr', {
9+
"Workflow.CreateWorkflow": "Kreiraj proces",
910
"Workflow.DeleteQuestion": "Da li ste sigurni da želite trajno obrisati ovo?",
1011
"Workflow.EMBARGOMESSAGEDATE": "Spremljeni draft ove stranice će biti automatski objavljen <a>%s</a>",
1112
"Workflow.EMBARGOMESSAGEDATETIME": "Spremljeni draft ove stranice će biti automatski objavljen <a>%s u %s</a>",

client/lang/it.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
66
}
77
} else {
88
ss.i18n.addDictionary('it', {
9+
"Workflow.CreateWorkflow": "Crea flusso di lavoro",
910
"Workflow.DeleteQuestion": "Si e' sicuri di voler eliminare definitivamente questo? ",
1011
"Workflow.EMBARGOMESSAGEDATE": "Le bozze salvate di questa pagina saranno auto pubblicate il <a>%s</a>",
1112
"Workflow.EMBARGOMESSAGEDATETIME": "Le bozze salvate di questa pagina saranno auto pubblicate il <a>%s alle %s</a>",

client/lang/pt_BR.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// This file was generated by silverstripe/tx-translator from client/lang/src/pt_BR.js.
2+
// See https://github.com/silverstripe/silverstripe-tx-translator for details
3+
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
4+
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
5+
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
6+
}
7+
} else {
8+
ss.i18n.addDictionary('pt_BR', {
9+
"Workflow.CreateWorkflow": "Criar workflow"
10+
});
11+
}

client/lang/src/de.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"Workflow.CreateWorkflow": "Arbeitsablauf erstellen",
23
"Workflow.DeleteQuestion": "Sind Sie sicher, dass sie dies endgültig löschen wollen?",
34
"Workflow.ProcessError": "Arbeitsablauf konnte nicht verarbeitet werden"
45
}

client/lang/src/en.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
2+
"Workflow.CreateWorkflow": "Create workflow",
23
"Workflow.DeleteQuestion": "Are you sure you want to permanently delete this?",
34
"Workflow.EMBARGOMESSAGEDATE": "Saved drafts of this page will auto publish on <a>%s</a>",
45
"Workflow.EMBARGOMESSAGEDATETIME": "Saved drafts of this page will auto publish on <a>%s at %s</a>",
56
"Workflow.EMBARGOMESSAGETIME": "Saved drafts of this page will auto publish today at <a>%s</a>",
6-
"Workflow.ProcessError": "Could not process workflow"
7+
"Workflow.ProcessError": "Could not process workflow",
8+
"WorkflowField.AddTransition": "Add transition to {action}",
9+
"WorkflowField.EditSpecificAction": "Edit {action}",
10+
"WorkflowField.EditTransition": "Edit transition {action}"
711
}

0 commit comments

Comments
 (0)