diff --git a/apps/web/src/locales/de/messages.json b/apps/web/src/locales/de/messages.json index 922f7029..c6121cf8 100644 --- a/apps/web/src/locales/de/messages.json +++ b/apps/web/src/locales/de/messages.json @@ -1751,11 +1751,11 @@ "translation": "Mitglieder kopieren" }, "7mrkyO": { - "translation": "Ticket-ID kopieren", "message": "Copy ticket ID", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 87]] + "origin": [["src/views/card/components/Dropdown.tsx", 87]], + "translation": "Ticket-ID kopieren" }, "9PaIxv": { "message": "Core features", @@ -3283,11 +3283,11 @@ "translation": "Ich bestätige, dass alle Workspace-Daten dauerhaft gelöscht werden und möchte fortfahren." }, "VOwhhz": { - "translation": "ID kopiert", "message": "ID copied", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 64]] + "origin": [["src/views/card/components/Dropdown.tsx", 64]], + "translation": "ID kopiert" }, "iwr7AP": { "message": "Ideas", @@ -5772,11 +5772,11 @@ "translation": "Dieser Workspace-Benutzername ist bereits vergeben" }, "pEb95p": { - "translation": "Ticket-ID in die Zwischenablage kopiert", "message": "Ticket ID copied to clipboard", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 66]] + "origin": [["src/views/card/components/Dropdown.tsx", 66]], + "translation": "Ticket-ID in die Zwischenablage kopiert" }, "MHrjPM": { "message": "Title", @@ -5892,11 +5892,11 @@ "translation": "Überschreibungen konnten nicht gelöscht werden" }, "5MPY04": { - "translation": "ID konnte nicht kopiert werden", "message": "Unable to copy ID", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 71]] + "origin": [["src/views/card/components/Dropdown.tsx", 71]], + "translation": "ID konnte nicht kopiert werden" }, "W1ewR0": { "message": "Unable to copy link", diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index a238eca8..ae0ffd0d 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -2923,7 +2923,6 @@ "translation": "Copy members" }, "7mrkyO": { - "translation": "Copy ticket ID", "message": "Copy ticket ID", "placeholders": {}, "comments": [], @@ -2932,7 +2931,8 @@ "src/views/card/components/Dropdown.tsx", 87 ] - ] + ], + "translation": "Copy ticket ID" }, "9PaIxv": { "message": "Core features", @@ -5517,7 +5517,6 @@ "translation": "I acknowledge that all of the workspace data will be permanently deleted and want to proceed." }, "VOwhhz": { - "translation": "ID copied", "message": "ID copied", "placeholders": {}, "comments": [], @@ -5526,7 +5525,8 @@ "src/views/card/components/Dropdown.tsx", 64 ] - ] + ], + "translation": "ID copied" }, "iwr7AP": { "message": "Ideas", @@ -9803,7 +9803,6 @@ "translation": "This workspace username has already been taken" }, "pEb95p": { - "translation": "Ticket ID copied to clipboard", "message": "Ticket ID copied to clipboard", "placeholders": {}, "comments": [], @@ -9812,7 +9811,8 @@ "src/views/card/components/Dropdown.tsx", 66 ] - ] + ], + "translation": "Ticket ID copied to clipboard" }, "MHrjPM": { "message": "Title", @@ -10003,7 +10003,6 @@ "translation": "Unable to clear overrides" }, "5MPY04": { - "translation": "Unable to copy ID", "message": "Unable to copy ID", "placeholders": {}, "comments": [], @@ -10012,7 +10011,8 @@ "src/views/card/components/Dropdown.tsx", 71 ] - ] + ], + "translation": "Unable to copy ID" }, "W1ewR0": { "message": "Unable to copy link", diff --git a/apps/web/src/locales/es/messages.json b/apps/web/src/locales/es/messages.json index 7348988e..37420716 100644 --- a/apps/web/src/locales/es/messages.json +++ b/apps/web/src/locales/es/messages.json @@ -1751,11 +1751,11 @@ "translation": "Copiar miembros" }, "7mrkyO": { - "translation": "Copiar ID del ticket", "message": "Copy ticket ID", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 87]] + "origin": [["src/views/card/components/Dropdown.tsx", 87]], + "translation": "Copiar ID del ticket" }, "9PaIxv": { "message": "Core features", @@ -3283,11 +3283,11 @@ "translation": "Reconozco que todos los datos del espacio de trabajo se eliminarán permanentemente y quiero continuar." }, "VOwhhz": { - "translation": "ID copiado", "message": "ID copied", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 64]] + "origin": [["src/views/card/components/Dropdown.tsx", 64]], + "translation": "ID copiado" }, "iwr7AP": { "message": "Ideas", @@ -5772,11 +5772,11 @@ "translation": "Este nombre de usuario de espacio de trabajo ya está en uso" }, "pEb95p": { - "translation": "ID del ticket copiado al portapapeles", "message": "Ticket ID copied to clipboard", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 66]] + "origin": [["src/views/card/components/Dropdown.tsx", 66]], + "translation": "ID del ticket copiado al portapapeles" }, "MHrjPM": { "message": "Title", @@ -5892,11 +5892,11 @@ "translation": "No se pudieron borrar las anulaciones" }, "5MPY04": { - "translation": "No se pudo copiar el ID", "message": "Unable to copy ID", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 71]] + "origin": [["src/views/card/components/Dropdown.tsx", 71]], + "translation": "No se pudo copiar el ID" }, "W1ewR0": { "message": "Unable to copy link", diff --git a/apps/web/src/locales/fr/messages.json b/apps/web/src/locales/fr/messages.json index e2b2700d..cae8e928 100644 --- a/apps/web/src/locales/fr/messages.json +++ b/apps/web/src/locales/fr/messages.json @@ -1751,11 +1751,11 @@ "translation": "Copier les membres" }, "7mrkyO": { - "translation": "Copier l'ID du ticket", "message": "Copy ticket ID", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 87]] + "origin": [["src/views/card/components/Dropdown.tsx", 87]], + "translation": "Copier l'ID du ticket" }, "9PaIxv": { "message": "Core features", @@ -3283,11 +3283,11 @@ "translation": "Je reconnais que toutes les données de l'espace de travail seront définitivement supprimées et je souhaite continuer." }, "VOwhhz": { - "translation": "ID copié", "message": "ID copied", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 64]] + "origin": [["src/views/card/components/Dropdown.tsx", 64]], + "translation": "ID copié" }, "iwr7AP": { "message": "Ideas", @@ -5772,11 +5772,11 @@ "translation": "Ce nom d'utilisateur d'espace de travail est déjà pris" }, "pEb95p": { - "translation": "ID du ticket copié dans le presse-papiers", "message": "Ticket ID copied to clipboard", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 66]] + "origin": [["src/views/card/components/Dropdown.tsx", 66]], + "translation": "ID du ticket copié dans le presse-papiers" }, "MHrjPM": { "message": "Title", @@ -5892,11 +5892,11 @@ "translation": "Impossible d'effacer les remplacements" }, "5MPY04": { - "translation": "Impossible de copier l'ID", "message": "Unable to copy ID", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 71]] + "origin": [["src/views/card/components/Dropdown.tsx", 71]], + "translation": "Impossible de copier l'ID" }, "W1ewR0": { "message": "Unable to copy link", diff --git a/apps/web/src/locales/it/messages.json b/apps/web/src/locales/it/messages.json index df85767a..6f581cf7 100644 --- a/apps/web/src/locales/it/messages.json +++ b/apps/web/src/locales/it/messages.json @@ -1751,11 +1751,11 @@ "translation": "Copia membri" }, "7mrkyO": { - "translation": "Copia ID ticket", "message": "Copy ticket ID", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 87]] + "origin": [["src/views/card/components/Dropdown.tsx", 87]], + "translation": "Copia ID ticket" }, "9PaIxv": { "message": "Core features", @@ -3283,11 +3283,11 @@ "translation": "Riconosco che tutti i dati del workspace verranno eliminati definitivamente e voglio procedere." }, "VOwhhz": { - "translation": "ID copiato", "message": "ID copied", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 64]] + "origin": [["src/views/card/components/Dropdown.tsx", 64]], + "translation": "ID copiato" }, "iwr7AP": { "message": "Ideas", @@ -5772,11 +5772,11 @@ "translation": "Questo nome utente dello workspace è già stato utilizzato" }, "pEb95p": { - "translation": "ID ticket copiato negli appunti", "message": "Ticket ID copied to clipboard", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 66]] + "origin": [["src/views/card/components/Dropdown.tsx", 66]], + "translation": "ID ticket copiato negli appunti" }, "MHrjPM": { "message": "Title", @@ -5892,11 +5892,11 @@ "translation": "Impossibile cancellare le sostituzioni" }, "5MPY04": { - "translation": "Impossibile copiare l'ID", "message": "Unable to copy ID", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 71]] + "origin": [["src/views/card/components/Dropdown.tsx", 71]], + "translation": "Impossibile copiare l'ID" }, "W1ewR0": { "message": "Unable to copy link", diff --git a/apps/web/src/locales/nl/messages.json b/apps/web/src/locales/nl/messages.json index 74099a50..163a4a8a 100644 --- a/apps/web/src/locales/nl/messages.json +++ b/apps/web/src/locales/nl/messages.json @@ -1751,11 +1751,11 @@ "translation": "Leden kopiëren" }, "7mrkyO": { - "translation": "Ticket-ID kopiëren", "message": "Copy ticket ID", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 87]] + "origin": [["src/views/card/components/Dropdown.tsx", 87]], + "translation": "Ticket-ID kopiëren" }, "9PaIxv": { "message": "Core features", @@ -3283,11 +3283,11 @@ "translation": "Ik bevestig dat alle werkruimtegegevens permanent worden verwijderd en wil doorgaan." }, "VOwhhz": { - "translation": "ID gekopieerd", "message": "ID copied", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 64]] + "origin": [["src/views/card/components/Dropdown.tsx", 64]], + "translation": "ID gekopieerd" }, "iwr7AP": { "message": "Ideas", @@ -5772,11 +5772,11 @@ "translation": "Deze workspace-gebruikersnaam is al in gebruik" }, "pEb95p": { - "translation": "Ticket-ID gekopieerd naar klembord", "message": "Ticket ID copied to clipboard", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 66]] + "origin": [["src/views/card/components/Dropdown.tsx", 66]], + "translation": "Ticket-ID gekopieerd naar klembord" }, "MHrjPM": { "message": "Title", @@ -5892,11 +5892,11 @@ "translation": "Kan overschrijvingen niet wissen" }, "5MPY04": { - "translation": "Kan ID niet kopiëren", "message": "Unable to copy ID", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 71]] + "origin": [["src/views/card/components/Dropdown.tsx", 71]], + "translation": "Kan ID niet kopiëren" }, "W1ewR0": { "message": "Unable to copy link", diff --git a/apps/web/src/locales/pl/messages.json b/apps/web/src/locales/pl/messages.json index 33902b07..d5f99eee 100644 --- a/apps/web/src/locales/pl/messages.json +++ b/apps/web/src/locales/pl/messages.json @@ -1751,11 +1751,11 @@ "translation": "Kopiuj członków" }, "7mrkyO": { - "translation": "Skopiuj ID zgłoszenia", "message": "Copy ticket ID", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 87]] + "origin": [["src/views/card/components/Dropdown.tsx", 87]], + "translation": "Skopiuj ID zgłoszenia" }, "9PaIxv": { "message": "Core features", @@ -3283,11 +3283,11 @@ "translation": "Potwierdzam, że wszystkie dane przestrzeni roboczej zostaną trwale usunięte i chcę kontynuować." }, "VOwhhz": { - "translation": "ID skopiowane", "message": "ID copied", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 64]] + "origin": [["src/views/card/components/Dropdown.tsx", 64]], + "translation": "ID skopiowane" }, "iwr7AP": { "message": "Ideas", @@ -5772,11 +5772,11 @@ "translation": "Ta nazwa użytkownika workspace jest już zajęta" }, "pEb95p": { - "translation": "ID zgłoszenia skopiowane do schowka", "message": "Ticket ID copied to clipboard", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 66]] + "origin": [["src/views/card/components/Dropdown.tsx", 66]], + "translation": "ID zgłoszenia skopiowane do schowka" }, "MHrjPM": { "message": "Title", @@ -5892,11 +5892,11 @@ "translation": "Nie można wyczyścić nadpisań" }, "5MPY04": { - "translation": "Nie udało się skopiować ID", "message": "Unable to copy ID", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 71]] + "origin": [["src/views/card/components/Dropdown.tsx", 71]], + "translation": "Nie udało się skopiować ID" }, "W1ewR0": { "message": "Unable to copy link", diff --git a/apps/web/src/locales/pt-BR/messages.json b/apps/web/src/locales/pt-BR/messages.json index 585ab1a4..55d820ab 100644 --- a/apps/web/src/locales/pt-BR/messages.json +++ b/apps/web/src/locales/pt-BR/messages.json @@ -1751,11 +1751,11 @@ "translation": "Copiar membros" }, "7mrkyO": { - "translation": "Copiar ID do ticket", "message": "Copy ticket ID", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 87]] + "origin": [["src/views/card/components/Dropdown.tsx", 87]], + "translation": "Copiar ID do ticket" }, "9PaIxv": { "message": "Core features", @@ -3283,11 +3283,11 @@ "translation": "Reconheço que todos os dados do workspace serão permanentemente excluídos e desejo prosseguir." }, "VOwhhz": { - "translation": "ID copiado", "message": "ID copied", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 64]] + "origin": [["src/views/card/components/Dropdown.tsx", 64]], + "translation": "ID copiado" }, "iwr7AP": { "message": "Ideas", @@ -5772,11 +5772,11 @@ "translation": "Este nome de usuário de workspace já está em uso" }, "pEb95p": { - "translation": "ID do ticket copiado para a área de transferência", "message": "Ticket ID copied to clipboard", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 66]] + "origin": [["src/views/card/components/Dropdown.tsx", 66]], + "translation": "ID do ticket copiado para a área de transferência" }, "MHrjPM": { "message": "Title", @@ -5892,11 +5892,11 @@ "translation": "Não foi possível limpar substituições" }, "5MPY04": { - "translation": "Não foi possível copiar o ID", "message": "Unable to copy ID", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 71]] + "origin": [["src/views/card/components/Dropdown.tsx", 71]], + "translation": "Não foi possível copiar o ID" }, "W1ewR0": { "message": "Unable to copy link", diff --git a/apps/web/src/locales/ru/messages.json b/apps/web/src/locales/ru/messages.json index 9a81fb34..3d6455fd 100644 --- a/apps/web/src/locales/ru/messages.json +++ b/apps/web/src/locales/ru/messages.json @@ -1751,11 +1751,11 @@ "translation": "Копировать участников" }, "7mrkyO": { - "translation": "Скопировать ID задачи", "message": "Copy ticket ID", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 87]] + "origin": [["src/views/card/components/Dropdown.tsx", 87]], + "translation": "Скопировать ID задачи" }, "9PaIxv": { "message": "Core features", @@ -3283,11 +3283,11 @@ "translation": "Я подтверждаю, что все данные рабочего пространства будут безвозвратно удалены, и хочу продолжить." }, "VOwhhz": { - "translation": "ID скопирован", "message": "ID copied", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 64]] + "origin": [["src/views/card/components/Dropdown.tsx", 64]], + "translation": "ID скопирован" }, "iwr7AP": { "message": "Ideas", @@ -5772,11 +5772,11 @@ "translation": "Это имя пользователя рабочей области уже занято" }, "pEb95p": { - "translation": "ID задачи скопирован в буфер обмена", "message": "Ticket ID copied to clipboard", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 66]] + "origin": [["src/views/card/components/Dropdown.tsx", 66]], + "translation": "ID задачи скопирован в буфер обмена" }, "MHrjPM": { "message": "Title", @@ -5892,11 +5892,11 @@ "translation": "Не удалось сбросить переопределения" }, "5MPY04": { - "translation": "Не удалось скопировать ID", "message": "Unable to copy ID", "placeholders": {}, "comments": [], - "origin": [["src/views/card/components/Dropdown.tsx", 71]] + "origin": [["src/views/card/components/Dropdown.tsx", 71]], + "translation": "Не удалось скопировать ID" }, "W1ewR0": { "message": "Unable to copy link",