Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 58 additions & 2 deletions packages/i18n/src/locales/cs/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1734,8 +1734,64 @@
}
},
"estimates": {
"title": "Povolit odhady v projektu",
"description": "Pomáhají komunikovat složitost a vytížení týmu."
"label": "Odhady",
"title": "Povolit odhady pro můj projekt",
"description": "Pomáhají komunikovat složitost a vytížení týmu.",
"no_estimate": "Bez odhadu",
"create": {
"custom": "Vlastní",
"start_from_scratch": "Začít od začátku",
"choose_template": "Vybrat šablonu",
"choose_estimate_system": "Vybrat systém odhadů",
"enter_estimate_point": "Zadejte bod odhadu"
},
"toasts": {
"created": {
"success": {
"title": "Bod odhadu vytvořen",
"message": "Bod odhadu byl úspěšně vytvořen"
},
"error": {
"title": "Vytvoření bodu odhadu se nezdařilo",
"message": "Nepodařilo se vytvořit nový bod odhadu, zkuste to prosím znovu."
}
},
"updated": {
"success": {
"title": "Odhad upraven",
"message": "Bod odhadu byl aktualizován ve vašem projektu."
},
"error": {
"title": "Úprava odhadu se nezdařila",
"message": "Nepodařilo se upravit odhad, zkuste to prosím znovu"
}
},
"enabled": {
"success": {
"title": "Úspěch!",
"message": "Odhady byly povoleny."
}
},
"disabled": {
"success": {
"title": "Úspěch!",
"message": "Odhady byly zakázány."
},
"error": {
"title": "Chyba!",
"message": "Odhad nelze zakázat. Zkuste to prosím znovu"
}
}
},
"validation": {
"min_length": "Bod odhadu musí být větší než 0.",
"unable_to_process": "Váš požadavek nelze zpracovat, zkuste to prosím znovu.",
"numeric": "Bod odhadu musí být číselná hodnota.",
"character": "Bod odhadu musí být znakovou hodnotou.",
"empty": "Hodnota odhadu nemůže být prázdná.",
"already_exists": "Hodnota odhadu již existuje.",
"unsaved_changes": "Máte neuložené změny. Před kliknutím na hotovo je prosím uložte"
}
},
"automations": {
"label": "Automatizace",
Expand Down
62 changes: 59 additions & 3 deletions packages/i18n/src/locales/de/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
"export": "Exportieren",
"member": "{count, plural, one{# Mitglied} few{# Mitglieder} other{# Mitglieder}}",
"new_password_must_be_different_from_old_password": "Das neue Passwort muss von dem alten Passwort abweichen",

"project_view": {
"sort_by": {
"created_at": "Erstellt am",
Expand Down Expand Up @@ -1710,8 +1710,64 @@
}
},
"estimates": {
"title": "Schätzungen im Projekt aktivieren",
"description": "Hilft, die Komplexität und Auslastung für das Team zu kommunizieren."
"label": "Schätzungen",
"title": "Schätzungen für mein Projekt aktivieren",
"description": "Sie helfen bei der Kommunikation von Komplexität und Arbeitsbelastung des Teams.",
"no_estimate": "Keine Schätzung",
"create": {
"custom": "Benutzerdefiniert",
"start_from_scratch": "Von vorne beginnen",
"choose_template": "Vorlage auswählen",
"choose_estimate_system": "Schätzungssystem auswählen",
"enter_estimate_point": "Schätzungspunkt eingeben"
},
"toasts": {
"created": {
"success": {
"title": "Schätzungspunkt erstellt",
"message": "Der Schätzungspunkt wurde erfolgreich erstellt"
},
"error": {
"title": "Erstellung des Schätzungspunkts fehlgeschlagen",
"message": "Der neue Schätzungspunkt konnte nicht erstellt werden, bitte versuchen Sie es erneut."
}
},
"updated": {
"success": {
"title": "Schätzung geändert",
"message": "Der Schätzungspunkt wurde in Ihrem Projekt aktualisiert."
},
"error": {
"title": "Änderung der Schätzung fehlgeschlagen",
"message": "Die Schätzung konnte nicht geändert werden, bitte versuchen Sie es erneut"
}
},
"enabled": {
"success": {
"title": "Erfolg!",
"message": "Schätzungen wurden aktiviert."
}
},
"disabled": {
"success": {
"title": "Erfolg!",
"message": "Schätzungen wurden deaktiviert."
},
"error": {
"title": "Fehler!",
"message": "Schätzung konnte nicht deaktiviert werden. Bitte versuchen Sie es erneut"
}
}
},
"validation": {
"min_length": "Schätzungspunkt muss größer als 0 sein.",
"unable_to_process": "Ihre Anfrage konnte nicht verarbeitet werden, bitte versuchen Sie es erneut.",
"numeric": "Schätzungspunkt muss ein numerischer Wert sein.",
"character": "Schätzungspunkt muss ein Zeichenwert sein.",
"empty": "Schätzungswert darf nicht leer sein.",
"already_exists": "Schätzungswert existiert bereits.",
"unsaved_changes": "Sie haben ungespeicherte Änderungen. Bitte speichern Sie diese, bevor Sie auf Fertig klicken"
}
},
"automations": {
"label": "Automatisierung",
Expand Down
58 changes: 57 additions & 1 deletion packages/i18n/src/locales/en/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1568,8 +1568,64 @@
}
},
"estimates": {
"label": "Estimates",
"title": "Enable estimates for my project",
"description": "They help you in communicating complexity and workload of the team."
"description": "They help you in communicating complexity and workload of the team.",
"no_estimate": "No estimate",
"create": {
"custom": "Custom",
"start_from_scratch": "Start from scratch",
"choose_template": "Choose a template",
"choose_estimate_system": "Choose an estimate system",
"enter_estimate_point": "Enter estimate point"
},
"toasts": {
"created": {
"success": {
"title": "Estimate point created",
"message": "The estimate point has been created successfully"
},
"error": {
"title": "Estimate point creation failed",
"message": "We were unable to create the new estimate point, please try again."
}
},
"updated": {
"success": {
"title": "Estimate modified",
"message": "The estimate point has been updated in your project."
},
"error": {
"title": "Estimate modification failed",
"message": "We were unable to modify the estimate, please try again"
}
},
"enabled": {
"success": {
"title": "Success!",
"message": "Estimates have been enabled."
}
},
"disabled": {
"success": {
"title": "Success!",
"message": "Estimates have been disabled."
},
"error": {
"title": "Error!",
"message": "Estimate could not be disabled. Please try again"
}
}
},
"validation": {
"min_length": "Estimate point needs to be greater than 0.",
"unable_to_process": "We are unable to process your request, please try again.",
"numeric": "Estimate point needs to be a numeric value.",
"character": "Estimate point needs to be a character value.",
"empty": "Estimate value cannot be empty.",
"already_exists": "Estimate value already exists.",
"unsaved_changes": "You have some unsaved changes, Please save them before clicking on done"
}
},
"automations": {
"label": "Automations",
Expand Down
58 changes: 57 additions & 1 deletion packages/i18n/src/locales/es/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1738,8 +1738,64 @@
}
},
"estimates": {
"label": "Estimaciones",
"title": "Habilitar estimaciones para mi proyecto",
"description": "Ayudan a comunicar la complejidad y la carga de trabajo del equipo."
"description": "Ayudan a comunicar la complejidad y la carga de trabajo del equipo.",
"no_estimate": "Sin estimación",
"create": {
"custom": "Personalizado",
"start_from_scratch": "Empezar desde cero",
"choose_template": "Elegir una plantilla",
"choose_estimate_system": "Elegir un sistema de estimación",
"enter_estimate_point": "Ingresar punto de estimación"
},
"toasts": {
"created": {
"success": {
"title": "Punto de estimación creado",
"message": "El punto de estimación se ha creado exitosamente"
},
"error": {
"title": "Error al crear punto de estimación",
"message": "No pudimos crear el nuevo punto de estimación, por favor intenta de nuevo."
}
},
"updated": {
"success": {
"title": "Estimación modificada",
"message": "El punto de estimación ha sido actualizado en tu proyecto."
},
"error": {
"title": "Error al modificar estimación",
"message": "No pudimos modificar la estimación, por favor intenta de nuevo"
}
},
"enabled": {
"success": {
"title": "¡Éxito!",
"message": "Las estimaciones han sido habilitadas."
}
},
"disabled": {
"success": {
"title": "¡Éxito!",
"message": "Las estimaciones han sido deshabilitadas."
},
"error": {
"title": "¡Error!",
"message": "No se pudo deshabilitar la estimación. Por favor intenta de nuevo"
}
}
},
"validation": {
"min_length": "El punto de estimación debe ser mayor que 0.",
"unable_to_process": "No podemos procesar tu solicitud, por favor intenta de nuevo.",
"numeric": "El punto de estimación debe ser un valor numérico.",
"character": "El punto de estimación debe ser un valor de carácter.",
"empty": "El valor de estimación no puede estar vacío.",
"already_exists": "El valor de estimación ya existe.",
"unsaved_changes": "Tienes cambios sin guardar. Por favor guárdalos antes de hacer clic en listo"
}
},
"automations": {
"label": "Automatizaciones",
Expand Down
58 changes: 57 additions & 1 deletion packages/i18n/src/locales/fr/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1736,8 +1736,64 @@
}
},
"estimates": {
"label": "Estimations",
"title": "Activer les estimations pour mon projet",
"description": "Elles vous aident à communiquer la complexité et la charge de travail de l'équipe."
"description": "Elles vous aident à communiquer la complexité et la charge de travail de l'équipe.",
"no_estimate": "Aucune estimation",
"create": {
"custom": "Personnalisé",
"start_from_scratch": "Commencer de zéro",
"choose_template": "Choisir un modèle",
"choose_estimate_system": "Choisir un système d'estimation",
"enter_estimate_point": "Saisir un point d'estimation"
},
"toasts": {
"created": {
"success": {
"title": "Point d'estimation créé",
"message": "Le point d'estimation a été créé avec succès"
},
"error": {
"title": "Échec de la création du point d'estimation",
"message": "Nous n'avons pas pu créer le nouveau point d'estimation, veuillez réessayer."
}
},
"updated": {
"success": {
"title": "Estimation modifiée",
"message": "Le point d'estimation a été mis à jour dans votre projet."
},
"error": {
"title": "Échec de la modification de l'estimation",
"message": "Nous n'avons pas pu modifier l'estimation, veuillez réessayer"
}
},
"enabled": {
"success": {
"title": "Succès !",
"message": "Les estimations ont été activées."
}
},
"disabled": {
"success": {
"title": "Succès !",
"message": "Les estimations ont été désactivées."
},
"error": {
"title": "Erreur !",
"message": "L'estimation n'a pas pu être désactivée. Veuillez réessayer"
}
}
},
"validation": {
"min_length": "Le point d'estimation doit être supérieur à 0.",
"unable_to_process": "Nous ne pouvons pas traiter votre demande, veuillez réessayer.",
"numeric": "Le point d'estimation doit être une valeur numérique.",
"character": "Le point d'estimation doit être une valeur caractère.",
"empty": "La valeur d'estimation ne peut pas être vide.",
"already_exists": "La valeur d'estimation existe déjà.",
"unsaved_changes": "Vous avez des modifications non enregistrées, veuillez les sauvegarder avant de cliquer sur terminé"
}
},
"automations": {
"label": "Automatisations",
Expand Down
Loading