Merge branch 'main' into vue3
# Conflicts: # src/components/input/editor.vue # src/components/list/partials/filters.vue # src/components/tasks/partials/editAssignees.vue # src/helpers/find.ts # src/helpers/time/formatDate.js # src/main.ts # src/store/modules/attachments.js # src/store/modules/kanban.js # src/views/list/views/List.vue # yarn.lock
This commit is contained in:
commit
3a7a4bdc42
120 changed files with 717 additions and 272 deletions
|
|
@ -625,7 +625,8 @@
|
|||
"createPlaceholder": "Das als neues Label hinzuefüege",
|
||||
"addSuccess": "Das Label isch erfolgriich hinzuegfüegt worde.",
|
||||
"createSuccess": "Das Label isch erfolgriich erstellt worde.",
|
||||
"removeSuccess": "Das Label isch erfolgriich glöscht."
|
||||
"removeSuccess": "Das Label isch erfolgriich glöscht.",
|
||||
"addCreateSuccess": "The label has been created and added successfully."
|
||||
},
|
||||
"priority": {
|
||||
"unset": "Nid iihgstellt",
|
||||
|
|
@ -644,7 +645,21 @@
|
|||
"noneYet": "S'git kei Uufgabe Beziehige.",
|
||||
"delete": "Uufgabe Beziehig chüble",
|
||||
"deleteText1": "Bisch du dir sicher, dass du die Zueghörigkeit chüblä wetsch?",
|
||||
"deleteText2": "Das chan nid rückgängig gmacht werde!"
|
||||
"deleteText2": "Das chan nid rückgängig gmacht werde!",
|
||||
"select": "Select a relation kind",
|
||||
"kinds": {
|
||||
"subtask": "Subtask | Subtasks",
|
||||
"parenttask": "Parent Task | Parent Tasks",
|
||||
"related": "Related Task | Related Tasks",
|
||||
"duplicateof": "Duplicate Of | Duplicates Of",
|
||||
"duplicates": "Duplicates | Duplicates",
|
||||
"blocking": "Blocking | Blocking",
|
||||
"blocked": "Blocked By | Blocked By",
|
||||
"precedes": "Precedes | Precedes",
|
||||
"follows": "Follows | Follows",
|
||||
"copiedfrom": "Copied From | Copied From",
|
||||
"copiedto": "Copied To | Copied To"
|
||||
}
|
||||
},
|
||||
"repeat": {
|
||||
"everyDay": "Jedä Tag",
|
||||
|
|
@ -795,8 +810,6 @@
|
|||
},
|
||||
"date": {
|
||||
"locale": "ch",
|
||||
"in": "in {date}",
|
||||
"ago": "vor {date}",
|
||||
"altFormatLong": "j M Y H:i",
|
||||
"altFormatShort": "j M Y"
|
||||
},
|
||||
|
|
|
|||
Reference in a new issue