Compare commits

...

6 Commits

Author SHA1 Message Date
6592fd6eef chore(deps): update dependency node
Some checks are pending
continuous-integration/drone/pr Build is pending
2024-05-09 15:05:40 +00:00
b93e237899 chore(deps): update dev-dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-05-09 06:06:20 +00:00
Frederick [Bot]
9706ebb2fc chore(i18n): update translations via Crowdin
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-09 00:06:59 +00:00
1d2ee77e8a fix(deps): update tiptap to v2.3.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-05-08 21:05:52 +00:00
5098363e56 fix(deps): update sentry-javascript monorepo to v7.114.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-05-08 09:05:57 +00:00
4c1dc6930d chore(deps): update dev-dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-05-08 05:05:55 +00:00
35 changed files with 1561 additions and 1173 deletions

View File

@ -364,7 +364,7 @@ steps:
- api-build
- name: frontend-dependencies
image: node:20.12.2-alpine
image: node:20.13.0-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@ -378,7 +378,7 @@ steps:
# - restore-cache
- name: frontend-lint
image: node:20.12.2-alpine
image: node:20.13.0-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@ -390,7 +390,7 @@ steps:
- frontend-dependencies
- name: frontend-build-prod
image: node:20.12.2-alpine
image: node:20.13.0-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@ -402,7 +402,7 @@ steps:
- frontend-dependencies
- name: frontend-test-unit
image: node:20.12.2-alpine
image: node:20.13.0-alpine
pull: always
commands:
- cd frontend
@ -413,7 +413,7 @@ steps:
- name: frontend-typecheck
failure: ignore
image: node:20.12.2-alpine
image: node:20.13.0-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@ -544,7 +544,7 @@ steps:
- git fetch --tags
- name: frontend-dependencies
image: node:20.12.2-alpine
image: node:20.13.0-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@ -556,7 +556,7 @@ steps:
- pnpm install --fetch-timeout 100000
- name: frontend-build
image: node:20.12.2-alpine
image: node:20.13.0-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@ -901,7 +901,7 @@ steps:
- git fetch --tags
- name: build
image: node:20.12.2-alpine
image: node:20.13.0-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@ -962,7 +962,7 @@ steps:
- git fetch --tags
- name: build
image: node:20.12.2-alpine
image: node:20.13.0-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM --platform=$BUILDPLATFORM node:20.12.2-alpine AS frontendbuilder
FROM --platform=$BUILDPLATFORM node:20.13.0-alpine AS frontendbuilder
WORKDIR /build

View File

@ -51,7 +51,7 @@
}
},
"devDependencies": {
"electron": "29.3.2",
"electron": "29.3.3",
"electron-builder": "24.13.3"
},
"dependencies": {

View File

@ -14,8 +14,8 @@ dependencies:
devDependencies:
electron:
specifier: 29.3.2
version: 29.3.2
specifier: 29.3.3
version: 29.3.3
electron-builder:
specifier: 24.13.3
version: 24.13.3(electron-builder-squirrel-windows@24.13.3)
@ -917,8 +917,8 @@ packages:
- supports-color
dev: true
/electron@29.3.2:
resolution: {integrity: sha512-pRWsaFtbd78kEHR0lg5aMhZDY6b5JykIEhZRtyTCaJpGFObB2NFIJDzR7mTia0cZp3pPq60n/SS4gRxvSM5WFQ==}
/electron@29.3.3:
resolution: {integrity: sha512-I/USTe9UsQUKb/iuiYnmt074vHxNHCJZWYiU4Xg6lNPKVBsPadAhZcc+g2gYLqC1rA7KT4AvKTmNsY8n7oEUCw==}
engines: {node: '>= 12.20.55'}
hasBin: true
requiresBuild: true

View File

@ -1 +1 @@
20.13.0
20.13.1

View File

@ -58,41 +58,41 @@
"@infectoone/vue-ganttastic": "2.3.2",
"@intlify/unplugin-vue-i18n": "4.0.0",
"@kyvg/vue3-notification": "3.2.1",
"@sentry/tracing": "7.113.0",
"@sentry/vue": "7.113.0",
"@tiptap/core": "2.3.1",
"@tiptap/extension-blockquote": "2.3.1",
"@tiptap/extension-bold": "2.3.1",
"@tiptap/extension-bullet-list": "2.3.1",
"@tiptap/extension-code": "2.3.1",
"@tiptap/extension-code-block-lowlight": "2.3.1",
"@tiptap/extension-document": "2.3.1",
"@tiptap/extension-dropcursor": "2.3.1",
"@tiptap/extension-gapcursor": "2.3.1",
"@tiptap/extension-hard-break": "2.3.1",
"@tiptap/extension-heading": "2.3.1",
"@tiptap/extension-history": "2.3.1",
"@tiptap/extension-horizontal-rule": "2.3.1",
"@tiptap/extension-image": "2.3.1",
"@tiptap/extension-italic": "2.3.1",
"@tiptap/extension-link": "2.3.1",
"@tiptap/extension-list-item": "2.3.1",
"@tiptap/extension-ordered-list": "2.3.1",
"@tiptap/extension-paragraph": "2.3.1",
"@tiptap/extension-placeholder": "2.3.1",
"@tiptap/extension-strike": "2.3.1",
"@tiptap/extension-table": "2.3.1",
"@tiptap/extension-table-cell": "2.3.1",
"@tiptap/extension-table-header": "2.3.1",
"@tiptap/extension-table-row": "2.3.1",
"@tiptap/extension-task-item": "2.3.1",
"@tiptap/extension-task-list": "2.3.1",
"@tiptap/extension-text": "2.3.1",
"@tiptap/extension-typography": "2.3.1",
"@tiptap/extension-underline": "2.3.1",
"@tiptap/pm": "2.3.1",
"@tiptap/suggestion": "2.3.1",
"@tiptap/vue-3": "2.3.1",
"@sentry/tracing": "7.114.0",
"@sentry/vue": "7.114.0",
"@tiptap/core": "2.3.2",
"@tiptap/extension-blockquote": "2.3.2",
"@tiptap/extension-bold": "2.3.2",
"@tiptap/extension-bullet-list": "2.3.2",
"@tiptap/extension-code": "2.3.2",
"@tiptap/extension-code-block-lowlight": "2.3.2",
"@tiptap/extension-document": "2.3.2",
"@tiptap/extension-dropcursor": "2.3.2",
"@tiptap/extension-gapcursor": "2.3.2",
"@tiptap/extension-hard-break": "2.3.2",
"@tiptap/extension-heading": "2.3.2",
"@tiptap/extension-history": "2.3.2",
"@tiptap/extension-horizontal-rule": "2.3.2",
"@tiptap/extension-image": "2.3.2",
"@tiptap/extension-italic": "2.3.2",
"@tiptap/extension-link": "2.3.2",
"@tiptap/extension-list-item": "2.3.2",
"@tiptap/extension-ordered-list": "2.3.2",
"@tiptap/extension-paragraph": "2.3.2",
"@tiptap/extension-placeholder": "2.3.2",
"@tiptap/extension-strike": "2.3.2",
"@tiptap/extension-table": "2.3.2",
"@tiptap/extension-table-cell": "2.3.2",
"@tiptap/extension-table-header": "2.3.2",
"@tiptap/extension-table-row": "2.3.2",
"@tiptap/extension-task-item": "2.3.2",
"@tiptap/extension-task-list": "2.3.2",
"@tiptap/extension-text": "2.3.2",
"@tiptap/extension-typography": "2.3.2",
"@tiptap/extension-underline": "2.3.2",
"@tiptap/pm": "2.3.2",
"@tiptap/suggestion": "2.3.2",
"@tiptap/vue-3": "2.3.2",
"@types/is-touch-device": "1.0.2",
"@types/lodash.clonedeep": "4.5.9",
"@vueuse/core": "10.9.0",
@ -142,25 +142,25 @@
"@types/is-touch-device": "1.0.2",
"@types/lodash.debounce": "4.0.9",
"@types/marked": "5.0.2",
"@types/node": "20.12.10",
"@types/node": "20.12.11",
"@types/postcss-preset-env": "7.7.0",
"@types/sortablejs": "1.15.8",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@vitejs/plugin-legacy": "5.3.2",
"@vitejs/plugin-legacy": "5.4.0",
"@vitejs/plugin-vue": "5.0.4",
"@vue/eslint-config-typescript": "13.0.0",
"@vue/test-utils": "2.4.6",
"@vue/tsconfig": "0.5.1",
"autoprefixer": "10.4.19",
"browserslist": "4.23.0",
"caniuse-lite": "1.0.30001616",
"caniuse-lite": "1.0.30001617",
"css-has-pseudo": "6.0.3",
"csstype": "3.1.3",
"cypress": "13.8.1",
"esbuild": "0.21.0",
"cypress": "13.9.0",
"esbuild": "0.21.1",
"eslint": "8.57.0",
"eslint-plugin-vue": "9.25.0",
"eslint-plugin-vue": "9.26.0",
"happy-dom": "14.10.1",
"histoire": "0.17.17",
"postcss": "8.4.38",

File diff suppressed because it is too large Load Diff

View File

@ -922,7 +922,7 @@
"every30d": "كل 30 يوماً",
"mode": "وضع التكرار",
"monthly": "شهرياً",
"fromCurrentDate": "من التاريخ الحالي",
"fromCurrentDate": "From completion date",
"each": "كل",
"specifyAmount": "حدد قيمة…",
"hours": "الساعات",
@ -1060,7 +1060,7 @@
"duplicate": "تكرار",
"delete": "حذف",
"unarchive": "إلغاء الأرشفة",
"setBackground": "تعيين خلفية",
"setBackground": "Background settings",
"share": "مشاركة",
"newProject": "مشروع جديد",
"createProject": "إنشاء مشروع",

View File

@ -922,7 +922,7 @@
"every30d": "Every 30 Days",
"mode": "Repeat mode",
"monthly": "Monthly",
"fromCurrentDate": "From Current Date",
"fromCurrentDate": "From completion date",
"each": "Each",
"specifyAmount": "Specify an amount…",
"hours": "Hours",
@ -1060,7 +1060,7 @@
"duplicate": "Duplicate",
"delete": "Delete",
"unarchive": "Un-Archive",
"setBackground": "Set background",
"setBackground": "Background settings",
"share": "Share",
"newProject": "New project",
"createProject": "Create project",

View File

@ -922,7 +922,7 @@
"every30d": "Každých 30 dní",
"mode": "Režim opakování",
"monthly": "Měsíčně",
"fromCurrentDate": "Od aktuálního data",
"fromCurrentDate": "From completion date",
"each": "Každý",
"specifyAmount": "Zadejte množství…",
"hours": "Hodin",
@ -1060,7 +1060,7 @@
"duplicate": "Duplikovat",
"delete": "Smazat",
"unarchive": "Zrušit archivaci",
"setBackground": "Nastavit pozadí",
"setBackground": "Background settings",
"share": "Sdílet",
"newProject": "Nový projekt",
"createProject": "Vytvořit projekt",

View File

@ -922,7 +922,7 @@
"every30d": "Every 30 Days",
"mode": "Gentagelsestilstand",
"monthly": "Månedligt",
"fromCurrentDate": "Fra Nuværende Dato",
"fromCurrentDate": "From completion date",
"each": "Hver",
"specifyAmount": "Angiv et beløb…",
"hours": "Timer",
@ -1060,7 +1060,7 @@
"duplicate": "Dupliker",
"delete": "Slet",
"unarchive": "Tilbagekald",
"setBackground": "Indstil baggrund",
"setBackground": "Background settings",
"share": "Del",
"newProject": "New project",
"createProject": "Create project",

View File

@ -922,7 +922,7 @@
"every30d": "Alle 30 Tage",
"mode": "Wiederholungsmodus",
"monthly": "Monatlich",
"fromCurrentDate": "Ab dem aktuellen Datum",
"fromCurrentDate": "Ab Fertigstellungsdatum",
"each": "Alle",
"specifyAmount": "Gib einen Anzahl an …",
"hours": "Stunden",
@ -1060,7 +1060,7 @@
"duplicate": "Duplizieren",
"delete": "Löschen",
"unarchive": "Archivierung aufheben",
"setBackground": "Hintergrund einstellen",
"setBackground": "Hintergrundeinstellungen",
"share": "Teilen",
"newProject": "Neues Projekt",
"createProject": "Projekt erstellen",

View File

@ -922,7 +922,7 @@
"every30d": "Alle 30 Tage",
"mode": "Widerholigs Modus",
"monthly": "Monatlich",
"fromCurrentDate": "Vom Hüttige Datum",
"fromCurrentDate": "Ab Fertigstellungsdatum",
"each": "Jedä",
"specifyAmount": "Gib e Ahzahl ah…",
"hours": "Stundä",
@ -1060,7 +1060,7 @@
"duplicate": "Dublizierä",
"delete": "Chüble",
"unarchive": "Ent-archiviere",
"setBackground": "Hintergrund iihstelle",
"setBackground": "Hintergrundeinstellungen",
"share": "Teilä",
"newProject": "Neues Projekt",
"createProject": "Projekt erstellen",

View File

@ -922,7 +922,7 @@
"every30d": "Every 30 Days",
"mode": "Repeat mode",
"monthly": "Monthly",
"fromCurrentDate": "From Current Date",
"fromCurrentDate": "From completion date",
"each": "Each",
"specifyAmount": "Specify an amount…",
"hours": "Hours",
@ -1060,7 +1060,7 @@
"duplicate": "Duplicate",
"delete": "Delete",
"unarchive": "Un-Archive",
"setBackground": "Set background",
"setBackground": "Background settings",
"share": "Share",
"newProject": "New project",
"createProject": "Create project",

View File

@ -922,7 +922,7 @@
"every30d": "Every 30 Days",
"mode": "Modo de repetición",
"monthly": "Mensualmente",
"fromCurrentDate": "Desde la Fecha Actual",
"fromCurrentDate": "From completion date",
"each": "Cada",
"specifyAmount": "Especifique una cantidad…",
"hours": "Horas",
@ -1060,7 +1060,7 @@
"duplicate": "Duplicar",
"delete": "Eliminar",
"unarchive": "Desarchivar",
"setBackground": "Establecer fondo",
"setBackground": "Background settings",
"share": "Compartir",
"newProject": "Nuevo proyecto",
"createProject": "Crear proyecto",

View File

@ -922,7 +922,7 @@
"every30d": "Every 30 Days",
"mode": "Mode de répétition",
"monthly": "Mensuel",
"fromCurrentDate": "À partir de la date actuelle",
"fromCurrentDate": "From completion date",
"each": "Tous ou toutes les",
"specifyAmount": "Indiquer un nombre…",
"hours": "Heures",
@ -1060,7 +1060,7 @@
"duplicate": "Dupliquer",
"delete": "Supprimer",
"unarchive": "Désarchiver",
"setBackground": "Définir larrière-plan",
"setBackground": "Background settings",
"share": "Partager",
"newProject": "Nouveau projet",
"createProject": "Créer un projet",

View File

@ -922,7 +922,7 @@
"every30d": "30 naponta",
"mode": "Ismétlés típusa",
"monthly": "Havi",
"fromCurrentDate": "Aktuális dátumtól",
"fromCurrentDate": "From completion date",
"each": "Minden egyes",
"specifyAmount": "Adja meg a mennyiséget…",
"hours": "Órák",
@ -1060,7 +1060,7 @@
"duplicate": "Duplikálás",
"delete": "Törlés",
"unarchive": "Archiválás visszavonása",
"setBackground": "Háttérkép beállítása",
"setBackground": "Background settings",
"share": "Megosztás",
"newProject": "Új projekt",
"createProject": "Projekt létrehozása",

View File

@ -922,7 +922,7 @@
"every30d": "Every 30 Days",
"mode": "Modalità Ripetizione",
"monthly": "Mensilmente",
"fromCurrentDate": "Dalla Data Attuale",
"fromCurrentDate": "From completion date",
"each": "Ogni",
"specifyAmount": "Specifica una quantità…",
"hours": "Ore",
@ -1060,7 +1060,7 @@
"duplicate": "Duplica",
"delete": "Elimina",
"unarchive": "Disarchivia",
"setBackground": "Imposta sfondo",
"setBackground": "Background settings",
"share": "Condividi",
"newProject": "New project",
"createProject": "Create project",

View File

@ -922,7 +922,7 @@
"every30d": "30日ごと",
"mode": "繰り返しモード",
"monthly": "毎月",
"fromCurrentDate": "現在時刻からの間隔",
"fromCurrentDate": "From completion date",
"each": "隔",
"specifyAmount": "数字を入力…",
"hours": "時間ごと",
@ -1060,7 +1060,7 @@
"duplicate": "複製",
"delete": "削除",
"unarchive": "アーカイブの取り消し",
"setBackground": "背景画像の設定",
"setBackground": "Background settings",
"share": "共有",
"newProject": "新しいプロジェクトの作成",
"createProject": "プロジェクトの作成",

View File

@ -922,7 +922,7 @@
"every30d": "Every 30 Days",
"mode": "Repeat mode",
"monthly": "Monthly",
"fromCurrentDate": "From Current Date",
"fromCurrentDate": "From completion date",
"each": "Each",
"specifyAmount": "Specify an amount…",
"hours": "Hours",
@ -1060,7 +1060,7 @@
"duplicate": "Duplicate",
"delete": "Delete",
"unarchive": "Un-Archive",
"setBackground": "Set background",
"setBackground": "Background settings",
"share": "Share",
"newProject": "New project",
"createProject": "Create project",

View File

@ -922,7 +922,7 @@
"every30d": "Every 30 Days",
"mode": "Herhaalmodus",
"monthly": "Maandelijks",
"fromCurrentDate": "Vanaf huidige datum",
"fromCurrentDate": "From completion date",
"each": "Each",
"specifyAmount": "Specify an amount…",
"hours": "Uren",
@ -1060,7 +1060,7 @@
"duplicate": "Dupliceer",
"delete": "Verwijderen",
"unarchive": "Archivering opheffen",
"setBackground": "Achtergrond instellen",
"setBackground": "Background settings",
"share": "Delen",
"newProject": "New project",
"createProject": "Create project",

View File

@ -922,7 +922,7 @@
"every30d": "Every 30 Days",
"mode": "Repeter modus",
"monthly": "Månedlig",
"fromCurrentDate": "Fra gjeldende dato",
"fromCurrentDate": "From completion date",
"each": "Hver",
"specifyAmount": "Angi beløp…",
"hours": "Timer",
@ -1060,7 +1060,7 @@
"duplicate": "Dupliser",
"delete": "Slett",
"unarchive": "Av-arkiver",
"setBackground": "Bruk som bakgrunn",
"setBackground": "Background settings",
"share": "Del",
"newProject": "Nytt prosjekt",
"createProject": "Create project",

View File

@ -922,7 +922,7 @@
"every30d": "Co 30 dni",
"mode": "Tryb powtarzania",
"monthly": "Miesięczny",
"fromCurrentDate": "Od bieżącej daty",
"fromCurrentDate": "From completion date",
"each": "Co",
"specifyAmount": "Określ ilość…",
"hours": "Godziny",
@ -1060,7 +1060,7 @@
"duplicate": "Duplikuj",
"delete": "Usuń",
"unarchive": "Cofnij archiwizację",
"setBackground": "Ustaw tło",
"setBackground": "Background settings",
"share": "Udostępnij",
"newProject": "Nowy projekt",
"createProject": "Utwórz projekt",

View File

@ -922,7 +922,7 @@
"every30d": "A cada 30 dias",
"mode": "Modo repetição",
"monthly": "Mensalmente",
"fromCurrentDate": "Data atual",
"fromCurrentDate": "From completion date",
"each": "Cada",
"specifyAmount": "Especifique uma quantidade…",
"hours": "Horas",
@ -1060,7 +1060,7 @@
"duplicate": "Duplicar",
"delete": "Excluir",
"unarchive": "Desarquivar",
"setBackground": "Definir plano de fundo",
"setBackground": "Background settings",
"share": "Compartilhar",
"newProject": "Novo projeto",
"createProject": "Criar projeto",

View File

@ -922,7 +922,7 @@
"every30d": "A cada 30 Dias",
"mode": "Modo de repetição",
"monthly": "Mensal",
"fromCurrentDate": "Da Data Atual",
"fromCurrentDate": "From completion date",
"each": "Cada",
"specifyAmount": "Especifica uma quantidade…",
"hours": "Horas",
@ -1060,7 +1060,7 @@
"duplicate": "Duplicar",
"delete": "Eliminar",
"unarchive": "Desarquivar",
"setBackground": "Definir Fundo",
"setBackground": "Background settings",
"share": "Partilhar",
"newProject": "Novo projeto",
"createProject": "Criar projeto",

View File

@ -922,7 +922,7 @@
"every30d": "Every 30 Days",
"mode": "Repeat mode",
"monthly": "Monthly",
"fromCurrentDate": "From Current Date",
"fromCurrentDate": "From completion date",
"each": "Each",
"specifyAmount": "Specify an amount…",
"hours": "Hours",
@ -1060,7 +1060,7 @@
"duplicate": "Duplicate",
"delete": "Delete",
"unarchive": "Un-Archive",
"setBackground": "Set background",
"setBackground": "Background settings",
"share": "Share",
"newProject": "New project",
"createProject": "Create project",

View File

@ -922,7 +922,7 @@
"every30d": "Каждые 30 дней",
"mode": "Режим повтора",
"monthly": "Ежемесячно",
"fromCurrentDate": "От сегодняшей даты",
"fromCurrentDate": "From completion date",
"each": "Каждые",
"specifyAmount": "Укажите количество…",
"hours": "Часов",
@ -1060,7 +1060,7 @@
"duplicate": "Создать копию",
"delete": "Удалить",
"unarchive": "Вернуть из архива",
"setBackground": "Задать фон",
"setBackground": "Background settings",
"share": "Поделиться",
"newProject": "Создать проект",
"createProject": "Создать проект",

View File

@ -922,7 +922,7 @@
"every30d": "Every 30 Days",
"mode": "Repeat mode",
"monthly": "Monthly",
"fromCurrentDate": "From Current Date",
"fromCurrentDate": "From completion date",
"each": "Each",
"specifyAmount": "Specify an amount…",
"hours": "Hours",
@ -1060,7 +1060,7 @@
"duplicate": "Duplicate",
"delete": "Delete",
"unarchive": "Un-Archive",
"setBackground": "Set background",
"setBackground": "Background settings",
"share": "Share",
"newProject": "New project",
"createProject": "Create project",

View File

@ -922,7 +922,7 @@
"every30d": "Vsakih 30 dni",
"mode": "Način ponavljanja",
"monthly": "Mesečno",
"fromCurrentDate": "Od trenutnega datuma",
"fromCurrentDate": "From completion date",
"each": "Vsak",
"specifyAmount": "Določi znesek…",
"hours": "Ur",
@ -1060,7 +1060,7 @@
"duplicate": "Podvoji",
"delete": "Izbriši",
"unarchive": "Odstrani iz arhiva",
"setBackground": "Nastavi ozadje",
"setBackground": "Background settings",
"share": "Skupna raba",
"newProject": "Nov projekt",
"createProject": "Ustvari projekt",

View File

@ -922,7 +922,7 @@
"every30d": "Every 30 Days",
"mode": "Repeat mode",
"monthly": "Monthly",
"fromCurrentDate": "From Current Date",
"fromCurrentDate": "From completion date",
"each": "Each",
"specifyAmount": "Specify an amount…",
"hours": "Hours",
@ -1060,7 +1060,7 @@
"duplicate": "Duplicate",
"delete": "Delete",
"unarchive": "Un-Archive",
"setBackground": "Set background",
"setBackground": "Background settings",
"share": "Share",
"newProject": "New project",
"createProject": "Create project",

View File

@ -922,7 +922,7 @@
"every30d": "Every 30 Days",
"mode": "Repeat mode",
"monthly": "Monthly",
"fromCurrentDate": "From Current Date",
"fromCurrentDate": "From completion date",
"each": "Each",
"specifyAmount": "Specify an amount…",
"hours": "Timmar",
@ -1060,7 +1060,7 @@
"duplicate": "Duplicera",
"delete": "Radera",
"unarchive": "Un-Archive",
"setBackground": "Set background",
"setBackground": "Background settings",
"share": "Dela",
"newProject": "Nytt projekt",
"createProject": "Skapa projekt",

View File

@ -922,7 +922,7 @@
"every30d": "Every 30 Days",
"mode": "Repeat mode",
"monthly": "Monthly",
"fromCurrentDate": "From Current Date",
"fromCurrentDate": "From completion date",
"each": "Each",
"specifyAmount": "Specify an amount…",
"hours": "Hours",
@ -1060,7 +1060,7 @@
"duplicate": "Duplicate",
"delete": "Delete",
"unarchive": "Un-Archive",
"setBackground": "Set background",
"setBackground": "Background settings",
"share": "Share",
"newProject": "New project",
"createProject": "Create project",

View File

@ -922,7 +922,7 @@
"every30d": "Every 30 Days",
"mode": "Chế độ lặp lại",
"monthly": "Hàng tháng",
"fromCurrentDate": "Từ ngày hiện tại",
"fromCurrentDate": "From completion date",
"each": "Mỗi",
"specifyAmount": "Chỉ định một số lượng…",
"hours": "Giờ",
@ -1060,7 +1060,7 @@
"duplicate": "Nhân bản",
"delete": "Xóa",
"unarchive": "Bỏ lưu trữ",
"setBackground": "Cài hình nền",
"setBackground": "Background settings",
"share": "Chia sẻ",
"newProject": "New project",
"createProject": "Create project",

View File

@ -922,7 +922,7 @@
"every30d": "每 30 天",
"mode": "重复模式",
"monthly": "每月",
"fromCurrentDate": "从当前日期",
"fromCurrentDate": "From completion date",
"each": "每个",
"specifyAmount": "指定数量…",
"hours": "小时",
@ -1060,7 +1060,7 @@
"duplicate": "复制",
"delete": "删除",
"unarchive": "取消存档",
"setBackground": "设置背景",
"setBackground": "Background settings",
"share": "共享",
"newProject": "新项目",
"createProject": "创建项目",

View File

@ -922,7 +922,7 @@
"every30d": "Every 30 Days",
"mode": "Repeat mode",
"monthly": "Monthly",
"fromCurrentDate": "From Current Date",
"fromCurrentDate": "From completion date",
"each": "Each",
"specifyAmount": "Specify an amount…",
"hours": "Hours",
@ -1060,7 +1060,7 @@
"duplicate": "Duplicate",
"delete": "Delete",
"unarchive": "Un-Archive",
"setBackground": "Set background",
"setBackground": "Background settings",
"share": "Share",
"newProject": "New project",
"createProject": "Create project",