Skip to content

Commit 0db2076

Browse files
committed
Added option to copy service order
1 parent c0c354a commit 0db2076

15 files changed

Lines changed: 41 additions & 23 deletions

File tree

public/locales/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,7 @@
10191019
"copyNothing": "Nichts",
10201020
"copyPositions": "Nur Positionen",
10211021
"copyPrevious": "Vom Vorherigen Plan Kopieren",
1022+
"copyServiceOrder": "Gottesdienstablauf kopieren",
10221023
"none": "Keine",
10231024
"planAdd": "Plan hinzufügen",
10241025
"planEdit": "Plan bearbeiten",

public/locales/en.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,7 @@
10461046
"copyNothing": "Nothing",
10471047
"copyPositions": "Positions Only",
10481048
"copyPrevious": "Copy from Previous Plan",
1049+
"copyServiceOrder": "Copy Order of Service",
10491050
"none": "None",
10501051
"planAdd": "Add a Plan",
10511052
"planEdit": "Edit Plan",
@@ -1240,6 +1241,7 @@
12401241
"serviceOrder": {
12411242
"add": "Add",
12421243
"addLesson": "Add Lesson",
1244+
"associateLesson": "Associate Lesson",
12431245
"addSection": "Add Section",
12441246
"customizeLesson": "Customize",
12451247
"lessonPreview": "Lesson Preview",

public/locales/es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,7 @@
10201020
"copyNothing": "Nada",
10211021
"copyPositions": "Solo Posiciones",
10221022
"copyPrevious": "Copiar del Plan Anterior",
1023+
"copyServiceOrder": "Copiar Orden del Servicio",
10231024
"none": "Ninguno",
10241025
"planAdd": "Agregar un Plan",
10251026
"planEdit": "Editar Plan",

public/locales/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,7 @@
10191019
"copyNothing": "Rien",
10201020
"copyPositions": "Postes uniquement",
10211021
"copyPrevious": "Copier du Plan Précédent",
1022+
"copyServiceOrder": "Copier l'ordre du culte",
10221023
"none": "Aucun",
10231024
"planAdd": "Ajouter un plan",
10241025
"planEdit": "Modifier le plan",

public/locales/hi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,7 @@
10191019
"copyNothing": "कुछ नहीं",
10201020
"copyPositions": "केवल पद",
10211021
"copyPrevious": "पिछली योजना से कॉपी",
1022+
"copyServiceOrder": "सेवा क्रम कॉपी करें",
10221023
"none": "कोई नहीं",
10231024
"planAdd": "योजना जोड़ें",
10241025
"planEdit": "योजना संपादित करें",

public/locales/it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,7 @@
10191019
"copyNothing": "Niente",
10201020
"copyPositions": "Solo Posizioni",
10211021
"copyPrevious": "Copia dal Piano Precedente",
1022+
"copyServiceOrder": "Copia Ordine del Servizio",
10221023
"none": "Nessuno",
10231024
"planAdd": "Aggiungi un Piano",
10241025
"planEdit": "Modifica Piano",

public/locales/ko.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,7 @@
10191019
"copyNothing": "없음",
10201020
"copyPositions": "직책만",
10211021
"copyPrevious": "이전 계획에서 복사",
1022+
"copyServiceOrder": "예배 순서 복사",
10221023
"none": "없음",
10231024
"planAdd": "계획 추가",
10241025
"planEdit": "계획 편집",

public/locales/no.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,7 @@
10191019
"copyNothing": "Ingenting",
10201020
"copyPositions": "Kun posisjoner",
10211021
"copyPrevious": "Kopier fra Forrige Plan",
1022+
"copyServiceOrder": "Kopier gudstjenesteorden",
10221023
"none": "Ingen",
10231024
"planAdd": "Legg til plan",
10241025
"planEdit": "Rediger plan",

public/locales/pt.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,7 @@
10191019
"copyNothing": "Nada",
10201020
"copyPositions": "Apenas Posições",
10211021
"copyPrevious": "Copiar do Plano Anterior",
1022+
"copyServiceOrder": "Copiar Ordem do Culto",
10221023
"none": "Nenhum",
10231024
"planAdd": "Adicionar um Plano",
10241025
"planEdit": "Editar Plano",

public/locales/ru.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,7 @@
10191019
"copyNothing": "Ничего",
10201020
"copyPositions": "Только позиции",
10211021
"copyPrevious": "Копировать из Предыдущего Плана",
1022+
"copyServiceOrder": "Копировать порядок богослужения",
10221023
"none": "Нет",
10231024
"planAdd": "Добавить план",
10241025
"planEdit": "Редактировать план",

0 commit comments

Comments
 (0)