diff --git a/frontend/src/i18n/lang/de-swiss.json b/frontend/src/i18n/lang/de-swiss.json index 90291d7d1..5cb057712 100644 --- a/frontend/src/i18n/lang/de-swiss.json +++ b/frontend/src/i18n/lang/de-swiss.json @@ -226,6 +226,7 @@ "unfavorite": "Dieses Projekt von Favoriten entfernen", "openSettingsMenu": "Projekteinstellungen öffnen", "description": "Projektbeschreibung", + "favoriteDescription": "This project has all tasks marked as favorites.", "create": { "header": "Neues Projekt", "titlePlaceholder": "Der Titel des Projekts kommt hier hin…", diff --git a/frontend/src/i18n/lang/no-NO.json b/frontend/src/i18n/lang/no-NO.json index 542111d3f..105f7edc9 100644 --- a/frontend/src/i18n/lang/no-NO.json +++ b/frontend/src/i18n/lang/no-NO.json @@ -77,7 +77,7 @@ "currentPassword": "Nåværende passord", "currentPasswordPlaceholder": "Ditt nåværende passord", "passwordsDontMatch": "Det nye passordet og bekreftelse samsvarer ikke.", - "passwordUpdateSuccess": "Passordet ble vellykket oppdatert.", + "passwordUpdateSuccess": "Passordet ble oppdatert.", "updateEmailTitle": "Oppdater e-postadresse", "updateEmailNew": "Ny e-postadresse", "updateEmailSuccess": "E-postadressen ble oppdatert. Vi har sendt deg en lenke for å bekrefte den.", @@ -226,6 +226,7 @@ "unfavorite": "Fjern dette prosjektet fra favoritter", "openSettingsMenu": "Åpne innstillingene til prosjektet", "description": "Prosjektbeskrivelse", + "favoriteDescription": "This project has all tasks marked as favorites.", "create": { "header": "Nytt prosjekt", "titlePlaceholder": "Prosjektets tittel angis her…", @@ -351,7 +352,7 @@ }, "kanban": { "title": "Kanban", - "limit": "Grense: {limit}", + "limit": "Begrens: {limit}", "noLimit": "Ikke angitt", "doneBucket": "Ferdigkurv", "doneBucketHint": "Alle oppgaver som flyttes til denne kurven vil automatisk bli markert som ferdige.", @@ -373,7 +374,7 @@ "bucketTitleSavedSuccess": "Kurven er lagret.", "bucketLimitSavedSuccess": "Begrensningen på kurven er lagret.", "collapse": "Skjul denne kurven", - "bucketLimitReached": "Du har nådd grensen for kurven. Fjern oppgaver eller øk grensen for oppgaver." + "bucketLimitReached": "Du har nådd grensen for antall oppgaver i kurven. Fjern oppgaver eller øk begrensningen." }, "pseudo": { "favorites": { @@ -769,8 +770,8 @@ "move": "Flytt oppgaven til et annet prosjekt", "done": "Marker som ferdig!", "undone": "Marker som uferdig", - "created": "Opprettet {0} av {1}", - "updated": "Oppdatert {0}", + "created": "Opprettet for {0} av {1}", + "updated": "Oppdatert for {0}", "doneAt": "Ferdig {0}", "updateSuccess": "Oppgaven ble lagret.", "deleteSuccess": "Oppgaven ble slettet.", @@ -1217,7 +1218,7 @@ "10001": "Kurven finnes ikke.", "10002": "Denne kurven tilhører ikke det prosjektet.", "10003": "Du kan ikke fjerne den siste kurven i et prosjekt.", - "10004": "Du kan ikke legge til oppgaven i denne kurven fordi den allerede overskrider grensen på oppgaver som den kan inneholde.", + "10004": "Du kan ikke legge til oppgaven i denne kurven fordi den allerede overskrider grensen på antall oppgaver den kan inneholde.", "10005": "Det kan bare finnes én ferdigstilt kurv per prosjekt.", "11001": "Det lagrede filteret finnes ikke.", "11002": "Lagrede filtre er ikke tilgjengelige for lenke delinger.", diff --git a/frontend/src/i18n/lang/pt-PT.json b/frontend/src/i18n/lang/pt-PT.json index 324d8dd76..17d392a8a 100644 --- a/frontend/src/i18n/lang/pt-PT.json +++ b/frontend/src/i18n/lang/pt-PT.json @@ -14,7 +14,7 @@ }, "demo": { "title": "Esta instância está em modo de demonstração. Não a utilizes para dados reais!", - "everythingWillBeDeleted": "Tudo aqui serão eliminados em intervalos regulares!", + "everythingWillBeDeleted": "Será tudo eliminado em intervalos regulares!", "accountWillBeDeleted": "A tua conta será eliminada, incluindo todos os projetos, tarefas e anexos que poderás ter criado." }, "404": { @@ -205,7 +205,7 @@ "description": "Podes solicitar uma cópia de todos os teus dados do Vikunja. Isso inclui Projetos, Tarefas e tudo o que lhes está associado. Podes importar esses dados em qualquer instância do Vikunja através da função de migração.", "descriptionPasswordRequired": "Por favor, introduz a tua palavra-passe para continuar:", "request": "Solicitar uma cópia dos meus dados do Vikunja", - "success": "Solicitaste com sucesso os teus dados do Vikunja! Enviaremos um e-mail assim que estiverem prontos para download.", + "success": "Solicitaste com sucesso os teus dados do Vikunja! Enviaremos um e-mail assim que estiverem prontos para transferência.", "downloadTitle": "Transferir os teus dados exportados" } }, @@ -226,6 +226,7 @@ "unfavorite": "Remover este projeto dos favoritos", "openSettingsMenu": "Abrir o menu de definições do projeto", "description": "Descrição do projeto", + "favoriteDescription": "This project has all tasks marked as favorites.", "create": { "header": "Novo projeto", "titlePlaceholder": "O título do projeto será aqui…", diff --git a/frontend/src/i18n/lang/ru-RU.json b/frontend/src/i18n/lang/ru-RU.json index 344342e31..bde176837 100644 --- a/frontend/src/i18n/lang/ru-RU.json +++ b/frontend/src/i18n/lang/ru-RU.json @@ -226,6 +226,7 @@ "unfavorite": "Удалить проект из избранного", "openSettingsMenu": "Открыть настройки проекта", "description": "Описание проекта", + "favoriteDescription": "This project has all tasks marked as favorites.", "create": { "header": "Создать проект", "titlePlaceholder": "Введите название проекта…", diff --git a/frontend/src/i18n/lang/tr-TR.json b/frontend/src/i18n/lang/tr-TR.json index 89dbe3611..56dc01beb 100644 --- a/frontend/src/i18n/lang/tr-TR.json +++ b/frontend/src/i18n/lang/tr-TR.json @@ -226,6 +226,7 @@ "unfavorite": "Bu projeyi favorilerden kaldır", "openSettingsMenu": "Proje ayarları menüsünü aç", "description": "Proje açıklaması", + "favoriteDescription": "This project has all tasks marked as favorites.", "create": { "header": "Yeni proje", "titlePlaceholder": "Proje başlığı buraya gelir…", diff --git a/pkg/i18n/lang/ar-SA.json b/pkg/i18n/lang/ar-SA.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/ar-SA.json +++ b/pkg/i18n/lang/ar-SA.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/bg-BG.json b/pkg/i18n/lang/bg-BG.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/bg-BG.json +++ b/pkg/i18n/lang/bg-BG.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/ca-ES.json b/pkg/i18n/lang/ca-ES.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/ca-ES.json +++ b/pkg/i18n/lang/ca-ES.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/cs-CZ.json b/pkg/i18n/lang/cs-CZ.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/cs-CZ.json +++ b/pkg/i18n/lang/cs-CZ.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/da-DK.json b/pkg/i18n/lang/da-DK.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/da-DK.json +++ b/pkg/i18n/lang/da-DK.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/de-DE.json b/pkg/i18n/lang/de-DE.json index a231c81f0..6353d16d9 100644 --- a/pkg/i18n/lang/de-DE.json +++ b/pkg/i18n/lang/de-DE.json @@ -134,16 +134,16 @@ "have_nice_day": "Hab einen schönen Tag!", "copy_url": "Falls der Button oben nicht funktioniert, kopiere die untenstehende URL und füge sie in die Adressleiste deines Browsers ein:", "actions": { - "open_task": "Open Task", - "open_vikunja": "Open Vikunja", - "open_project": "Open Project", - "open_team": "Open Team", - "download": "Download", - "reset_password": "Reset your password", - "go_to_settings": "Go to settings", - "confirm_email": "Confirm your email address", - "abort_deletion": "Abort the deletion", - "confirm_account_deletion": "Confirm the deletion of my account" + "open_task": "Aufgabe öffnen", + "open_vikunja": "Vikunja öffnen", + "open_project": "Projekt öffnen", + "open_team": "Team öffnen", + "download": "Herunterladen", + "reset_password": "Passwort zurücksetzen", + "go_to_settings": "Einstellungen öffnen", + "confirm_email": "E-Mail-Adresse bestätigen", + "abort_deletion": "Löschen abbrechen", + "confirm_account_deletion": "Löschung meines Accounts bestätigen" } } } diff --git a/pkg/i18n/lang/de-swiss.json b/pkg/i18n/lang/de-swiss.json index a231c81f0..6353d16d9 100644 --- a/pkg/i18n/lang/de-swiss.json +++ b/pkg/i18n/lang/de-swiss.json @@ -134,16 +134,16 @@ "have_nice_day": "Hab einen schönen Tag!", "copy_url": "Falls der Button oben nicht funktioniert, kopiere die untenstehende URL und füge sie in die Adressleiste deines Browsers ein:", "actions": { - "open_task": "Open Task", - "open_vikunja": "Open Vikunja", - "open_project": "Open Project", - "open_team": "Open Team", - "download": "Download", - "reset_password": "Reset your password", - "go_to_settings": "Go to settings", - "confirm_email": "Confirm your email address", - "abort_deletion": "Abort the deletion", - "confirm_account_deletion": "Confirm the deletion of my account" + "open_task": "Aufgabe öffnen", + "open_vikunja": "Vikunja öffnen", + "open_project": "Projekt öffnen", + "open_team": "Team öffnen", + "download": "Herunterladen", + "reset_password": "Passwort zurücksetzen", + "go_to_settings": "Einstellungen öffnen", + "confirm_email": "E-Mail-Adresse bestätigen", + "abort_deletion": "Löschen abbrechen", + "confirm_account_deletion": "Löschung meines Accounts bestätigen" } } } diff --git a/pkg/i18n/lang/eo-UY.json b/pkg/i18n/lang/eo-UY.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/eo-UY.json +++ b/pkg/i18n/lang/eo-UY.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/es-ES.json b/pkg/i18n/lang/es-ES.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/es-ES.json +++ b/pkg/i18n/lang/es-ES.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/fi-FI.json b/pkg/i18n/lang/fi-FI.json index 53627ca58..f42fe782c 100644 --- a/pkg/i18n/lang/fi-FI.json +++ b/pkg/i18n/lang/fi-FI.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Hauskaa päivän jatkoa!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/fr-FR.json b/pkg/i18n/lang/fr-FR.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/fr-FR.json +++ b/pkg/i18n/lang/fr-FR.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/hr-HR.json b/pkg/i18n/lang/hr-HR.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/hr-HR.json +++ b/pkg/i18n/lang/hr-HR.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/hu-HU.json b/pkg/i18n/lang/hu-HU.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/hu-HU.json +++ b/pkg/i18n/lang/hu-HU.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/it-IT.json b/pkg/i18n/lang/it-IT.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/it-IT.json +++ b/pkg/i18n/lang/it-IT.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/ja-JP.json b/pkg/i18n/lang/ja-JP.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/ja-JP.json +++ b/pkg/i18n/lang/ja-JP.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/ko-KR.json b/pkg/i18n/lang/ko-KR.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/ko-KR.json +++ b/pkg/i18n/lang/ko-KR.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/lt-LT.json b/pkg/i18n/lang/lt-LT.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/lt-LT.json +++ b/pkg/i18n/lang/lt-LT.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/nl-NL.json b/pkg/i18n/lang/nl-NL.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/nl-NL.json +++ b/pkg/i18n/lang/nl-NL.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/no-NO.json b/pkg/i18n/lang/no-NO.json index 22892f295..2df0ce49b 100644 --- a/pkg/i18n/lang/no-NO.json +++ b/pkg/i18n/lang/no-NO.json @@ -27,16 +27,16 @@ }, "account_locked": { "subject": "Vi har deaktivert kontoen din på Vikunja", - "message": "Someone tried to log in with your credentials but failed to provide a valid TOTP passcode.", - "disabled": "After 10 failed attempts, we've disabled your account and reset your password. To set a new one, follow the instructions in the reset email we just sent you.", - "reset_instructions": "If you did not receive an email with reset instructions, you can always request a new one at [%[1]s](%[2]s)." + "message": "Noen prøvde å logge inn med din legitimasjon, men kunne ikke oppgi en gyldig TOTP-kode.", + "disabled": "Etter 10 mislykkede forsøk har vi deaktivert kontoen din og tilbakestilt passordet ditt. For å angi et nytt passord må du følge instruksjonene i tilbakestillings-e-posten vi har sendt deg.", + "reset_instructions": "Hvis du ikke fikk en e-post med tilbakestillingsinstruksjoner kan du alltid be om en ny [%[1]s](%[2]s)." } }, "login": { "failed": { - "subject": "Someone just tried to login to your Vikunja account, but failed to provide a correct password", - "message": "Someone just tried to log in into your account with a wrong password three times in a row.", - "warning": "If this was not you, this could be someone else trying to break into your account.", + "subject": "Noen har nettopp prøvd å logge inn på Vikunja-kontoen din, men kunne ikke å oppgi et riktig passord", + "message": "Noen prøvde nettopp å logge inn på kontoen din med feil passord tre ganger på rad.", + "warning": "Hvis dette ikke var deg, kan dette være noen andre som prøver å bryte seg inn på kontoen din.", "enhance_security": "For å forbedre sikkerheten på kontoen bør du sette et sterkere passord eller aktivere TOTP-autentisering i innstillingene:" } }, @@ -44,15 +44,15 @@ "deletion": { "confirm": { "subject": "Bekreft sletting av Vikunja-kontoen din", - "request": "You have requested the deletion of your account. To confirm this, please click the link below:", + "request": "Du har bedt om sletting av kontoen din. For å bekrefte dette, klikk på lenken nedenfor:", "valid_duration": "Denne lenken vil være gyldig i 24 timer.", - "schedule_info": "Once you confirm the deletion we will schedule the deletion of your account in three days and send you another email until then.", - "consequences": "If you proceed with the deletion of your account, we will remove all of your projects and tasks you created. Everything you shared with another user or team will transfer ownership to them.", - "changed_mind": "If you did not requested the deletion or changed your mind, you can simply ignore this email." + "schedule_info": "Når du bekrefter slettingen, gjennomføres slettingen av kontoen din om tre dager. Du får ytterligere en e-post om dette før den tid.", + "consequences": "Hvis du fortsetter å slette kontoen din, fjerner du alle prosjektene og oppgavene du har opprettet. Alt du delte med en annen bruker eller gruppe blir overlevert med eierskap til dem.", + "changed_mind": "Hvis du ikke har bedt om sletting eller du har endret mening, kan du bare ignorere denne e-posten." }, "scheduled": { - "subject_days": "Your Vikunja account will be deleted in %[1]s days", - "subject_tomorrow": "Your Vikunja account will be deleted tomorrow", + "subject_days": "Vikunja-kontoen din slettes om %[1]s dager", + "subject_tomorrow": "Vikunja-kontoen din vil bli slettet i morgen", "request_reminder": "You recently requested the deletion of your Vikunja account.", "deletion_time_days": "We will delete your account in %[1]s days.", "deletion_time_tomorrow": "We will delete your account tomorrow.", @@ -131,19 +131,19 @@ } }, "common": { - "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "have_nice_day": "Ha en fin dag!", + "copy_url": "Hvis knappen over ikke fungerer, kopier nettadressen under og lim den inn i adresselinjen i nettleseren:", "actions": { - "open_task": "Open Task", - "open_vikunja": "Open Vikunja", - "open_project": "Open Project", - "open_team": "Open Team", - "download": "Download", - "reset_password": "Reset your password", - "go_to_settings": "Go to settings", - "confirm_email": "Confirm your email address", - "abort_deletion": "Abort the deletion", - "confirm_account_deletion": "Confirm the deletion of my account" + "open_task": "Åpne oppgave", + "open_vikunja": "Åpne Vikunja", + "open_project": "Åpne prosjekt", + "open_team": "Åpne gruppe", + "download": "Last ned", + "reset_password": "Tilbakestill passordet ditt", + "go_to_settings": "Gå til innstillinger", + "confirm_email": "Bekreft e-postadressen din", + "abort_deletion": "Avbryt slettingen", + "confirm_account_deletion": "Bekreft sletting av kontoen min" } } } diff --git a/pkg/i18n/lang/pl-PL.json b/pkg/i18n/lang/pl-PL.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/pl-PL.json +++ b/pkg/i18n/lang/pl-PL.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/pt-BR.json b/pkg/i18n/lang/pt-BR.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/pt-BR.json +++ b/pkg/i18n/lang/pt-BR.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/pt-PT.json b/pkg/i18n/lang/pt-PT.json index afdee7bce..22203a1b8 100644 --- a/pkg/i18n/lang/pt-PT.json +++ b/pkg/i18n/lang/pt-PT.json @@ -1,149 +1,149 @@ { "notifications": { - "greeting": "Hi %[1]s,", + "greeting": "Olá %[1]s,", "email_confirm": { - "subject": "%[1]s, please confirm your email address at Vikunja", + "subject": "%[1]s, por favor, confirma o teu e-mail no Vikunja", "subject_new": "%[1]s + Vikunja = <3", - "welcome": "Welcome to Vikunja!", - "confirm": "To confirm your email address, click the link below:" + "welcome": "Bem-Vindo ao Vikunja!", + "confirm": "Para confirmares o teu endereço de e-mail, clica no link abaixo:" }, "password": { "changed": { - "subject": "Your Password on Vikunja was changed", - "success": "Your account password was successfully changed.", - "warning": "If this wasn't you, it could mean someone compromised your account. In this case contact your server's administrator." + "subject": "A tua palavra-passe no Vikunja foi alterada", + "success": "A palavra-passe da tua conta foi alterada com sucesso.", + "warning": "Se não foste tu, isso pode significar que alguém comprometeu a tua conta. Nesse caso, contacta o administrador do teu servidor." }, "reset": { - "subject": "Reset your password on Vikunja", - "instructions": "To reset your password, click the link below:", - "valid_duration": "This link will be valid for 24 hours." + "subject": "Redefine a tua palavra-passe no Vikunja", + "instructions": "Para redefinires a tua palavra-passe, clica no link abaixo:", + "valid_duration": "Este link será válido por 24 horas." } }, "totp": { "invalid": { - "subject": "Someone just tried to login to your Vikunja account, but failed", - "message": "Someone just tried to log in into your account with correct username and password but a wrong TOTP passcode.", - "warning": "**If this was not you, someone else knows your password. You should set a new one immediately!**" + "subject": "Alguém tentou iniciar sessão na tua conta no Vikunja, mas sem sucesso", + "message": "Alguém tentou iniciar sessão na tua conta utilizando um nome de utilizador e palavra-passe corretos, mas com um código TOPT incorreto.", + "warning": "**Se não foste tu, significa que outra pessoa sabe a tua palavra-passe. Deves definir uma nova imediatamente!**" }, "account_locked": { - "subject": "We've disabled your account on Vikunja", - "message": "Someone tried to log in with your credentials but failed to provide a valid TOTP passcode.", - "disabled": "After 10 failed attempts, we've disabled your account and reset your password. To set a new one, follow the instructions in the reset email we just sent you.", - "reset_instructions": "If you did not receive an email with reset instructions, you can always request a new one at [%[1]s](%[2]s)." + "subject": "Desativamos a tua conta no Vikunja", + "message": "Alguém tentou iniciar sessão com as tuas credenciais, mas não forneceu um código TOTP válido.", + "disabled": "Após 10 tentativas falhadas, desativámos a tua conta e redefinimos a tua palavra-passe. Para definires uma nova palavra-passe, segue as instruções no e-mail que acabámos de te enviar.", + "reset_instructions": "Se não recebeste um e-mail com as instruções de redefinição, podes sempre solicitar um novo e-mail em [%[1]s](%[2]s)." } }, "login": { "failed": { - "subject": "Someone just tried to login to your Vikunja account, but failed to provide a correct password", - "message": "Someone just tried to log in into your account with a wrong password three times in a row.", - "warning": "If this was not you, this could be someone else trying to break into your account.", - "enhance_security": "To enhance the security of you account you may want to set a stronger password or enable TOTP authentication in the settings:" + "subject": "Alguém tento iniciar sessão na tua conta no Vikunja, mas não conseguiu fornecer uma palavra-passe correta", + "message": "Alguém tentou iniciar sessão na tua conta com uma palavra-passe incorreta por três vezes consecutivas.", + "warning": "Se não foste tu, pode ser outra pessoa a tentar invadir a tua conta.", + "enhance_security": "Para aumentar a segurança da tua conta, podes querer definir uma palavra-passe mais forte ou ativar a autenticação TOTP nas definições:" } }, "account": { "deletion": { "confirm": { - "subject": "Please confirm the deletion of your Vikunja account", - "request": "You have requested the deletion of your account. To confirm this, please click the link below:", - "valid_duration": "This link will be valid for 24 hours.", - "schedule_info": "Once you confirm the deletion we will schedule the deletion of your account in three days and send you another email until then.", - "consequences": "If you proceed with the deletion of your account, we will remove all of your projects and tasks you created. Everything you shared with another user or team will transfer ownership to them.", - "changed_mind": "If you did not requested the deletion or changed your mind, you can simply ignore this email." + "subject": "Por favor, confirma a eliminação da tua conta Vikunja", + "request": "Solicitas-te a eliminação da tua conta. Para o confirmar, clica no link abaixo:", + "valid_duration": "Este link será válido por 24 horas.", + "schedule_info": "Depois de confirmares a eliminação, agendaremos a eliminação da tua conta para daí a três dias e vamos enviar-te outro e-mail até lá.", + "consequences": "Se procederes à eliminação da tua conta, removeremos todos os teus projetos e tarefas que crias-te. Tudo o que partilhas-te com outro utilizador ou equipa será transferido para eles.", + "changed_mind": "Se não solicitas-te a eliminação da tua conta ou mudaste de ideias, podes simplesmente ignorar este e-mail." }, "scheduled": { - "subject_days": "Your Vikunja account will be deleted in %[1]s days", - "subject_tomorrow": "Your Vikunja account will be deleted tomorrow", - "request_reminder": "You recently requested the deletion of your Vikunja account.", - "deletion_time_days": "We will delete your account in %[1]s days.", - "deletion_time_tomorrow": "We will delete your account tomorrow.", - "changed_mind": "If you changed your mind, simply click the link below to cancel the deletion and follow the instructions there:" + "subject_days": "A tua conta Vikunja será eliminada em %[1]s dias", + "subject_tomorrow": "A tua conta Vikunja será eliminada amanhã", + "request_reminder": "Recentemente, solicitas-te a eliminação da tua conta Vikunja.", + "deletion_time_days": "Vamos eliminar a tua conta dentro de %[1]s dias.", + "deletion_time_tomorrow": "Vamos eliminar a tua conta amanhã.", + "changed_mind": "Se mudaste de ideias, basta clicares no link abaixo para cancelares a eliminação e seguir as instruções:" }, "completed": { - "subject": "Your Vikunja Account has been deleted", - "confirmation": "As requested, we've deleted your Vikunja account.", - "permanent": "This deletion is permanent. If did not create a backup and need your data back now, talk to your administrator." + "subject": "A tua conta Vikunja foi eliminada", + "confirmation": "Como solicitado, eliminámos a tua conta Vikunja.", + "permanent": "Esta eliminação é permanente. Se não criaste uma cópia de segurança e precisas dos teus dados de volta agora, fala com o teu administrador." } } }, "task": { "reminder": { - "subject": "Reminder for \"%[1]s\" (%[2]s)", - "message": "This is a friendly reminder of the task \"%[1]s\" (%[2]s)." + "subject": "Lembrete para \"%[1]s\" (%[2]s)", + "message": "Este é um lembrete cordial da tarefa “%[1]s” (%[2]s)." }, "comment": { "subject": "Re: %[1]s", - "mentioned_subject": "%[1]s mentioned you in a comment in \"%[2]s\"", - "mentioned_message": "**%[1]s** mentioned you in a comment:" + "mentioned_subject": "%[1]s mencionou-te num comentário em \"%[2]s\"", + "mentioned_message": "**%[1]s** mencionou-te num comentário:" }, "assigned": { - "subject_to_assignee": "You have been assigned to %[1]s (%[2]s)", - "message_to_assignee": "%[1]s has assigned you to %[2]s.", - "subject_to_others": "%[1]s(%[2]s) has been assigned to %[3]s", - "message_to_others": "%[1]s has assigned this task to %[2]s." + "subject_to_assignee": "Foste atribuído a %[1]s (%[2]s)", + "message_to_assignee": "%[1]s atribuiu-te a %[2]s.", + "subject_to_others": "%[1]s(%[2]s) foi atribuído a %[3]s", + "message_to_others": "%[1]s atribuiu esta tarefa a %[2]s." }, "deleted": { - "subject": "%[1]s (%[2]s) has been deleted", - "message": "%[1]s has deleted the task %[2]s (%[3]s)" + "subject": "%[1]s (%[2]s) foi eliminada", + "message": "%[1]s eliminou a tarefa %[2]s (%[3]s)" }, "mentioned": { - "subject_new": "%[1]s mentioned you in a new task \"%[2]s\"", - "subject": "%[1]s mentioned you in a task \"%[2]s\"", - "message": "**%[1]s** mentioned you in a task:" + "subject_new": "%[1]s mencionou-te numa nova tarefa \"%[2]s\"", + "subject": "%[1]s mencionou-te numa tarefa \"%[2]s\"", + "message": "**%[1]s** mencionou-te numa tarefa:" }, "overdue": { - "subject": "Task \"%[1]s\" (%[2]s) is overdue", - "message": "This is a friendly reminder of the task \"%[1]s\" (%[2]s) which is %[3]s and not yet done.", - "multiple_subject": "Your overdue tasks", - "multiple_message": "You have the following overdue tasks:", - "overdue_since": "overdue since %[1]s", - "overdue_now": "overdue now" + "subject": "A tarefa \"%[1]s\" (%[2]s) está em atraso", + "message": "Este é um lembrete cordial da tarefa \"%[1]s\" (%[2]s) que está %[3]s e ainda por concluir.", + "multiple_subject": "As tuas taredas em atraso", + "multiple_message": "Tens as seguintes tarefas em atraso:", + "overdue_since": "em atraso desde %[1]s", + "overdue_now": "agora em atraso" } }, "project": { - "created": "%[1]s created the project \"%[2]s\"" + "created": "%[1]s criou o projeto \"%[2]s\"" }, "team": { "member_added": { - "subject": "%[1]s added you to the %[2]s team in Vikunja", - "message": "%[1]s has just added you to the %[2]s team in Vikunja." + "subject": "%[1]s adicionou-te à equipa %[2]s no Vikunja", + "message": "%[1]s acabou de te adicionar à equipa %[2]s no Vikunja." } }, "data_export": { "ready": { - "subject": "Your Vikunja Data Export is ready", - "message": "Your Vikunja Data Export is ready for you to download. Click the button below to download it:", - "availability": "The download will be available for the next 7 days." + "subject": "A tua Exportação de Dados do Vikunja está pronta", + "message": "A tua Exportação de Dados Vikunja está pronta para ser descarregada. Clique no botão abaixo para a transferir:", + "availability": "A transferência estará disponível durante os próximos 7 dias." } }, "migration": { "done": { - "subject": "The migration from %[1]s to Vikunja was completed", - "imported": "Vikunja has imported all lists/projects, tasks, notes, reminders and files from %[1]s you have access to.", - "have_fun": "Have fun with your new (old) projects!" + "subject": "A migração de %[1]s para o Vikunja foi concluída", + "imported": "O Vikunja importou todas as listas/projetos, tarefas, notas, lembretes e ficheiros de %[1]s a que tens acesso.", + "have_fun": "Diverte-te com os teus novos (velhos) projetos!" }, "failed": { - "subject": "The migration from %[1]s to Vikunja has failed", - "message": "Looks like the move from %[1]s didn't go as planned this time.", - "retry": "No worries, though! Just give it another shot by starting over the same way you did before. Sometimes, these hiccups happen because of glitches on %[1]s's end, but trying again often does the trick.", - "error": "We bumped into a little error along the way: `%[2]s`.", - "report": "Please drop us a note about this [in the forum](https://community.vikunja.io/) or any of the usual places so that we can take a look at why it failed.", - "working_on_it": "We've got the error message on our radar and are on it to get it sorted out soon." + "subject": "A migração de %[1]s para o Vikunja falhou", + "message": "Parece que a migração de %[1]s não correu como planeado desta vez.", + "retry": "Mas não te preocupes! Basta tentar de novo, recomeçando da mesma forma que fizeste antes. Por vezes, estes contratempos acontecem devido a falhas no %[1]s, mas tentar de novo frequentemente resolve o problema.", + "error": "Deparámo-nos com um pequeno erro durante o processo: `%[2]s`.", + "report": "Por favor, envia-nos uma nota sobre este assunto [no fórum] (https://community.vikunja.io/) ou em qualquer um dos locais habituais, para que possamos analisar o motivo da falha.", + "working_on_it": "A mensagem de erro foi assinalada no nosso sistema e vamos tentar corrigir o problema em breve." } }, "common": { - "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "have_nice_day": "Tem um ótimo dia!", + "copy_url": "Se o botão acima não funcionar, copia o url abaixo e cola-o na barra de endereços do teu browser:", "actions": { - "open_task": "Open Task", - "open_vikunja": "Open Vikunja", - "open_project": "Open Project", - "open_team": "Open Team", - "download": "Download", - "reset_password": "Reset your password", - "go_to_settings": "Go to settings", - "confirm_email": "Confirm your email address", - "abort_deletion": "Abort the deletion", - "confirm_account_deletion": "Confirm the deletion of my account" + "open_task": "Abrir Tarefa", + "open_vikunja": "Abrir Vikunja", + "open_project": "Abrir Projeto", + "open_team": "Abrir Equipa", + "download": "Descarregar", + "reset_password": "Redefinir a tua palavra-passe", + "go_to_settings": "Ir para definições", + "confirm_email": "Confirmar o teu endereço de e-mail", + "abort_deletion": "Cancelar a eliminação", + "confirm_account_deletion": "Confirmar a eliminação da minha conta" } } } diff --git a/pkg/i18n/lang/ro-RO.json b/pkg/i18n/lang/ro-RO.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/ro-RO.json +++ b/pkg/i18n/lang/ro-RO.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/ru-RU.json b/pkg/i18n/lang/ru-RU.json index 6465feeed..88c227494 100644 --- a/pkg/i18n/lang/ru-RU.json +++ b/pkg/i18n/lang/ru-RU.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Хорошего дня!", - "copy_url": "Если ссылка выше не работает, скопируйте и вставьте в адресную строку ссылку отсюда:" + "copy_url": "Если ссылка выше не работает, скопируйте и вставьте в адресную строку ссылку отсюда:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/sk-SK.json b/pkg/i18n/lang/sk-SK.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/sk-SK.json +++ b/pkg/i18n/lang/sk-SK.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/sl-SI.json b/pkg/i18n/lang/sl-SI.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/sl-SI.json +++ b/pkg/i18n/lang/sl-SI.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/sr-CS.json b/pkg/i18n/lang/sr-CS.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/sr-CS.json +++ b/pkg/i18n/lang/sr-CS.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/sv-SE.json b/pkg/i18n/lang/sv-SE.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/sv-SE.json +++ b/pkg/i18n/lang/sv-SE.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/tr-TR.json b/pkg/i18n/lang/tr-TR.json index 509087f08..cc337b9f7 100644 --- a/pkg/i18n/lang/tr-TR.json +++ b/pkg/i18n/lang/tr-TR.json @@ -134,16 +134,16 @@ "have_nice_day": "İyi günler dileriz!", "copy_url": "Yukarıdaki düğme çalışmazsa, aşağıdaki URL'yi kopyalayıp tarayıcınızın adres çubuğuna yapıştırın:", "actions": { - "open_task": "Open Task", - "open_vikunja": "Open Vikunja", - "open_project": "Open Project", - "open_team": "Open Team", - "download": "Download", - "reset_password": "Reset your password", - "go_to_settings": "Go to settings", - "confirm_email": "Confirm your email address", - "abort_deletion": "Abort the deletion", - "confirm_account_deletion": "Confirm the deletion of my account" + "open_task": "Görevi Aç", + "open_vikunja": "Vikunja'yı Aç", + "open_project": "Projeyi Aç", + "open_team": "Takımı Aç", + "download": "İndir", + "reset_password": "Şifrenizi sıfırlayın", + "go_to_settings": "Ayarlara git", + "confirm_email": "E-posta adresinizi onaylayın", + "abort_deletion": "Silme işlemini iptal et", + "confirm_account_deletion": "Hesabımın silinmesini onayla" } } } diff --git a/pkg/i18n/lang/uk-UA.json b/pkg/i18n/lang/uk-UA.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/uk-UA.json +++ b/pkg/i18n/lang/uk-UA.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/zh-CN.json b/pkg/i18n/lang/zh-CN.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/zh-CN.json +++ b/pkg/i18n/lang/zh-CN.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file diff --git a/pkg/i18n/lang/zh-TW.json b/pkg/i18n/lang/zh-TW.json index be07b7e9b..afdee7bce 100644 --- a/pkg/i18n/lang/zh-TW.json +++ b/pkg/i18n/lang/zh-TW.json @@ -132,7 +132,19 @@ }, "common": { "have_nice_day": "Have a nice day!", - "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:" + "copy_url": "If the button above doesn't work, copy the url below and paste it in your browser's address bar:", + "actions": { + "open_task": "Open Task", + "open_vikunja": "Open Vikunja", + "open_project": "Open Project", + "open_team": "Open Team", + "download": "Download", + "reset_password": "Reset your password", + "go_to_settings": "Go to settings", + "confirm_email": "Confirm your email address", + "abort_deletion": "Abort the deletion", + "confirm_account_deletion": "Confirm the deletion of my account" + } } } } \ No newline at end of file