Skip to content

Commit

Permalink
chore(release): 3.41.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.41.4](v3.41.3...v3.41.4) (2023-12-22)

### Bug Fixes

* Fix auto-translation errors, drop some handled exceptions (sentry) ([#2040](#2040)) ([13e4c7e](13e4c7e))
  • Loading branch information
semantic-release-bot committed Dec 22, 2023
1 parent 13e4c7e commit 4049361
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.41.4](https://github.com/tolgee/tolgee-platform/compare/v3.41.3...v3.41.4) (2023-12-22)


### Bug Fixes

* Fix auto-translation errors, drop some handled exceptions (sentry) ([#2040](https://github.com/tolgee/tolgee-platform/issues/2040)) ([13e4c7e](https://github.com/tolgee/tolgee-platform/commit/13e4c7ec6caca42587f2ff618958a013ddd945f8))

## [3.41.3](https://github.com/tolgee/tolgee-platform/compare/v3.41.2...v3.41.3) (2023-12-18)


Expand Down
10 changes: 9 additions & 1 deletion webapp/src/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,10 +465,11 @@
"guide_production_content_delivery" : "Doručování obsahu",
"guide_title" : "Rychlý start",
"guide_try_demo_project" : "Vyzkoušejte demo projekt",
"guide_use" : "Integrujte do vaší aplikace",
"guide_use" : "Integrujte Tolgee do vaší aplikace",
"guide_use_export" : "Exportovat",
"guide_use_integrate" : "Integrovat",
"hard_mode_confirmation_rewrite_text" : "Přepište text: {text}",
"import-add-files-operation" : "Nahrávám soubory...",
"import_add_new_language_dialog_title" : "Přidat jazyk",
"import_apply_button" : "Importovat",
"import_cancel_button" : "Zrušit import",
Expand Down Expand Up @@ -512,6 +513,7 @@
"import_result_total_conflict_count_header" : "Vyřešeno/Konfliktů",
"import_result_total_count_header" : "Počet překladů",
"import_show_translations_title" : "Překlady",
"import-status-finalizing" : "Dokončování...",
"import-successful-message" : "Úspěšně importováno",
"import_translations_title" : "Importovat překlady",
"integrate-api-key-hidden-description" : "<Pouze nový klíč může být zobrazen>",
Expand Down Expand Up @@ -628,6 +630,7 @@
"namespace_select_placeholder" : "Zadejte název nového namespace",
"namespace_select_search" : "Hledat namespace...",
"namespae_select_title" : "Nový namespace",
"new-password-input-label" : "Nové heslo",
"no_exported_result" : "Není co exportovat",
"no-permissions-on-the-server" : "Na tomto serveru nemáte žádné oprávnění. Tento server neumožňuje uživatelům vytvářet organizace.",
"no-permissions-title" : "Žádné oprávnění",
Expand Down Expand Up @@ -719,6 +722,11 @@
"Password" : "Heslo",
"Password confirmation" : "Potvrzení hesla",
"password_reset_message" : "Heslo bylo úspěšně resetováno",
"password-strength-medium" : "Středně silné heslo",
"password-strength-strong" : "Silné heslo",
"password-strength-very-strong" : "Velmi silné heslo",
"password-strength-very-weak" : "Velmi slabé heslo",
"password-strength-weak" : "Slabé heslo",
"password-updated" : "Vaše heslo bylo aktualizováno.",
"pat-delete-button" : "Odstranit",
"pat-deleted-message" : "Token PAT odstraněn",
Expand Down
8 changes: 8 additions & 0 deletions webapp/src/i18n/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@
"guide_use_export" : "Eksporter",
"guide_use_integrate" : "Integrer",
"hard_mode_confirmation_rewrite_text" : "Omskriv tekst: {text}",
"import-add-files-operation" : "Uploader filer...",
"import_add_new_language_dialog_title" : "Tilføj nyt sprog",
"import_apply_button" : "Importer",
"import_cancel_button" : "Annuller import",
Expand Down Expand Up @@ -512,6 +513,7 @@
"import_result_total_conflict_count_header" : "Løst/Konflikter",
"import_result_total_count_header" : "Antal oversættelser",
"import_show_translations_title" : "Oversættelser",
"import-status-finalizing" : "Afslutter...",
"import-successful-message" : "Importering fuldført",
"import_translations_title" : "Importer oversættelser",
"integrate-api-key-hidden-description" : "<Kun nyoprettede nøgler kan vises>",
Expand Down Expand Up @@ -628,6 +630,7 @@
"namespace_select_placeholder" : "Indsæt nyt navnerumsnavn",
"namespace_select_search" : "Søg efter navnerum...",
"namespae_select_title" : "Nyt navnerum",
"new-password-input-label" : "Ny adgangskode",
"no_exported_result" : "Intet at eksportere",
"no-permissions-on-the-server" : "Du har ikke tilladelse til at bruge denne server. Denne server tillader ikke brugere at oprette organisationer.",
"no-permissions-title" : "Ingen tilladelse",
Expand Down Expand Up @@ -719,6 +722,11 @@
"Password" : "Adgangskode",
"Password confirmation" : "Bekræftelse af adgangskode",
"password_reset_message" : "Adgangskode nulstillet med succes",
"password-strength-medium" : "Mellemstærk adgangskode",
"password-strength-strong" : "Stærk adgangskode",
"password-strength-very-strong" : "Meget stærk adgangskode",
"password-strength-very-weak" : "Meget svagt kodeord",
"password-strength-weak" : "Svagt kodeord",
"password-updated" : "Din adgangskode er blevet opdateret.",
"pat-delete-button" : "Slet",
"pat-deleted-message" : "Personlig Adgangstoken slettet",
Expand Down
10 changes: 9 additions & 1 deletion webapp/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,10 +465,11 @@
"guide_production_content_delivery" : "Content delivery",
"guide_title" : "Quick start",
"guide_try_demo_project" : "Try demo project",
"guide_use" : "Integrate into your application",
"guide_use" : "Integrate Tolgee into your application",
"guide_use_export" : "Export",
"guide_use_integrate" : "Integrate",
"hard_mode_confirmation_rewrite_text" : "Rewrite text: {text}",
"import-add-files-operation" : "Uploading files...",
"import_add_new_language_dialog_title" : "Add new language",
"import_apply_button" : "Import",
"import_cancel_button" : "Cancel import",
Expand Down Expand Up @@ -512,6 +513,7 @@
"import_result_total_conflict_count_header" : "Resolved/Conflicts",
"import_result_total_count_header" : "Translation count",
"import_show_translations_title" : "Translations",
"import-status-finalizing" : "Finalizing...",
"import-successful-message" : "Import successful",
"import_translations_title" : "Import translations",
"integrate-api-key-hidden-description" : "<Only new key can be revealed>",
Expand Down Expand Up @@ -628,6 +630,7 @@
"namespace_select_placeholder" : "Insert new namespace name",
"namespace_select_search" : "Search namespace...",
"namespae_select_title" : "New namespace",
"new-password-input-label" : "New password",
"no_exported_result" : "Nothing to export",
"no-permissions-on-the-server" : "You have no permission on this server. This server doesn't allow users to create organizations.",
"no-permissions-title" : "No permission",
Expand Down Expand Up @@ -719,6 +722,11 @@
"Password" : "Password",
"Password confirmation" : "Password confirmation",
"password_reset_message" : "Password successfully reset",
"password-strength-medium" : "Medium password",
"password-strength-strong" : "Strong password",
"password-strength-very-strong" : "Very strong password",
"password-strength-very-weak" : "Very weak password",
"password-strength-weak" : "Weak password",
"password-updated" : "Your password has been updated.",
"pat-delete-button" : "Delete",
"pat-deleted-message" : "Personal Access Token deleted",
Expand Down
47 changes: 47 additions & 0 deletions webapp/src/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
"administration_user_role_user" : "Utilisateur",
"administration_users" : "Utilisateurs",
"announcement_feature_content_delivery_and_webhooks" : "Accélérez votre localisation avec la <link-delivery>Livraison de contenu</link-delivery> et les <link-webhooks>Webhooks</link-webhooks>!",
"announcement_general_link_text" : "Afficher plus",
"api-key-delete-button" : "Supprimer",
"api-key-deleted-message" : "Clé API supprimée",
"api-key-delete-token-confirmation-message" : "Voulez-vous vraiment supprimer cette clé API ?",
Expand Down Expand Up @@ -204,6 +205,8 @@
"batch_operation_status_success" : "Terminé",
"batch_operation_tag_input_placeholder" : "Rechercher un tag...",
"batch_operation_tag_remove_input_placeholder" : "Rechercher un tag...",
"batch_operation_type_automation" : "Automatisation",
"batch_operation_type_auto_translate" : "Traduction automatique",
"batch_operation_type_clear_translations" : "Effacer les traductions",
"batch_operation_type_copy_translations" : "Copier les traductions",
"batch_operation_type_delete_keys" : "Supprimer les clés",
Expand Down Expand Up @@ -293,6 +296,12 @@
"confirmation_dialog_message" : "Êtes-vous sûr ?",
"confirmation_dialog_title" : "Confirmation",
"conflict_is_not_resolved" : "Les conflits ne sont pas encore résolus",
"content_delivery_form_cancel" : "Annuler",
"content_delivery_form_delete" : "Supprimer",
"content_delivery_form_name_label" : "Nom",
"content_delivery_form_save" : "Sauvegarder",
"content_delivery_item_edit" : "Modifier",
"content_delivery_item_publish" : "Publier",
"create_language_title" : "Ajouter la langue",
"create_organization_description_label" : "Description",
"create_organization_name_label" : "Nom",
Expand Down Expand Up @@ -398,6 +407,15 @@
"global_nothing_found" : "Rien trouvé",
"global_search_organization" : "Rechercher l'organisation",
"global-upload-not-successful" : "Fichier n'a pas pu être chargé",
"guide_keys_add" : "Ajouter des clés\n",
"guide_keys_import" : "Importer",
"guide_languages_set_up" : "Configurer",
"guide_links_docs_platform" : "Documentation",
"guide_members_invite" : "Inviter",
"guide_new_project" : "Commencez votre premier projet",
"guide_use" : "Intégrez Tolgee dans votre application",
"guide_use_export" : "Exporter",
"guide_use_integrate" : "Intégrer",
"hard_mode_confirmation_rewrite_text" : "Copiez le texte: {text}",
"import_add_new_language_dialog_title" : "Ajouter la langue",
"import_apply_button" : "Importer",
Expand Down Expand Up @@ -482,6 +500,8 @@
"invoice_usage_dialog_title" : "Détails d’utilisation",
"invoice_usage_download_button" : "Télécharger le rapport détaillé",
"key-context-present-hint" : "Le contexte Tolgee est disponible pour cette clé",
"key_edit_modal_switch_context" : "Contexte",
"key_edit_modal_switch_general" : "Général",
"key_exists" : "Clé existe",
"key_exists_in_namespace" : "La clé existe déjà dans namespace",
"language_create_add" : "Ajouter",
Expand All @@ -498,6 +518,7 @@
"language_settings_title" : "Paramètres de la langue",
"languages_modify_ok_button" : "OK",
"languages_permitted_list_all" : "Toutes les langues",
"languages_permitted_list_reset" : "Réinitialiser",
"languages_permitted_list_select_all" : "Toutes les langues",
"languages_title" : "Langues",
"language_tag_exists" : "Abréviation existe",
Expand All @@ -524,6 +545,8 @@
"managed-account-field-hint" : "Ceci est géré par votre organisation.",
"managed-account-notice" : "Votre compte est géré par votre organisation.",
"missing_callback_url" : "URL callback paramètres manquent",
"mt_formality_formal" : "Formel",
"mt_formality_informal" : "Informel",
"mt_service_not_enabled" : "Le fournisseur de traduction n'est pas activé",
"namespace_default" : "<aucun>",
"namespace_menu_filter" : "Filtrer par namespace",
Expand All @@ -549,6 +572,8 @@
"no_screenshots_yet" : "Aucune capture d'écran n'a encore été ajoutée.",
"operation_not_permitted" : "Vos permissions ne sont pas suffisantes pour faire cette opération. ",
"operation_not_permitted_error" : "Vos permissions ne sont pas suffisantes pour faire cette opération. ",
"order_translation_dialog_cancel" : "Annuler",
"order_translation_dialog_note_label" : "Commentaire",
"organization_already_subscribed" : "L'organisation est déjà abonnée à un plan.",
"organization-billing-self-hosted-active-subscriptions" : "Abonnements actifs",
"organization-billing-self-hosted-cancel-subscription-button" : "Annuler",
Expand Down Expand Up @@ -662,6 +687,8 @@
"permissions_item_batch_jobs_cancel" : "Annuler",
"permissions_item_batch_jobs_view" : "Lire",
"permissions_item_batch_operations" : "Opérations par lots",
"permissions_item_content_delivery_manage" : "Administrer",
"permissions_item_content_delivery_publish" : "Publier",
"permissions_item_keys" : "Clés",
"permissions_item_keys_create" : "Créer",
"permissions_item_keys_delete" : "Supprimer",
Expand Down Expand Up @@ -762,6 +789,12 @@
"project_menu_projects" : "Projets",
"project_menu_project_settings" : "Paramètres du projet",
"project_menu_translations" : "Traductions",
"project_mt_dialog_cancel_button" : "Annuler",
"project_mt_dialog_save_button" : "Sauvegarder",
"project_mt_dialog_service_enabled" : "Activé",
"project_mt_dialog_service_formality" : "Formalité",
"project_mt_dialog_service_primary" : "Primaire",
"project_mt_dialog_title" : "Paramètres de traduction automatique",
"project_permission_information_text_base_permission_after" : "Cela signifie que chaque utilisateur a au moins cette permission. Vous ne pouves pas l'ajuster plus bas. ",
"project_permission_information_text_base_permission_before" : "Ce projet fait partie de l'organisation dont permissions de base sont ajustées à :",
"project_permissions_revoke_user_access_message" : "Voulez-vous vraiment supprimer l'utilisateur {userName} du projet ?",
Expand Down Expand Up @@ -818,6 +851,13 @@
"spending_limit_dialog_description" : "Contactez le support à l'adresse <email>billing@tolgee.io</email> pour augmenter votre limite de dépenses",
"spending_limit_dialog_title" : "Limite de dépenses dépassée",
"standard_search_label" : "Rechercher...",
"storage_form_cancel" : "Annuler",
"storage_form_delete" : "Supprimer",
"storage_form_name" : "Nom",
"storage_form_save" : "Sauvegarder",
"storage_form_test" : "Test",
"storage_form_type_s3" : "Bucket S3",
"storage_item_edit" : "Modifier",
"third_party_auth_error_message" : "Problèmes d'authentification d'applications tierces",
"this_will_delete_organization_forever" : "Cette option supprimera définitivement cette organisation.",
"this_will_delete_project_forever" : "Vous allez ainsi supprimer ce projet pour toujours.",
Expand Down Expand Up @@ -918,6 +958,7 @@
"translations_tag_label" : "tag",
"translations_tags_no_results" : "Rien trouvé",
"translation_state_change" : "Marquer comme {newState}",
"translation_state_disabled" : "Désactivé",
"translation_state_reviewed" : "Contrôlé",
"translation_state_translated" : "Traduit",
"translation_state_untranslated" : "Pas traduit",
Expand All @@ -932,6 +973,7 @@
"translation_tools_no_credits_message" : "Pas assez de <hint>crédits TA</hint>, contactez le propriétaire du projet",
"translation_tools_nothing_found" : "Rien trouvé",
"translation_tools_translation_memory" : "Mémoire de traduction",
"translation_visual_disabled" : "<désactivé>",
"unexpected_error_message" : "Erreur inattendue : {code}",
"unexpected_error_occurred" : "Une erreur inattendue s'est produite",
"user-account-security-title" : "Sécurité du compte",
Expand Down Expand Up @@ -963,6 +1005,11 @@
"validation_email_not_unique" : "Utilisateur avec cet e-mail existe déjà",
"Validation - required field" : "Ce champ doit être rempli",
"validation_slug_not_unique" : "Adresse n'est pas unique",
"webhook_form_cancel" : "Annuler",
"webhook_form_delete" : "Supprimer",
"webhook_form_save" : "Sauvegarder",
"webhook_item_edit" : "Modifier",
"webhook_test_fail" : "Test échoué!",
"wrong_current_password" : "Mauvais mot de passe actuel entré",
"your_email_was_changed_verification_message" : "Si vous changez votre adresse e-mail, la modification se manifestera après la vérification de cet e-mail."
}
10 changes: 9 additions & 1 deletion webapp/src/i18n/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,10 +465,11 @@
"guide_production_content_delivery" : "Livrare conținut",
"guide_title" : "Începere rapidă",
"guide_try_demo_project" : "Încercați proiectul demo",
"guide_use" : "Integrați în aplicația dvs",
"guide_use" : "Integrați Tolgee în aplicația dvs",
"guide_use_export" : "Export",
"guide_use_integrate" : "Integrare",
"hard_mode_confirmation_rewrite_text" : "Rescrieți textul: {text}",
"import-add-files-operation" : "Se încarcă fișierele...",
"import_add_new_language_dialog_title" : "Adaugă limbă nouă",
"import_apply_button" : "Import",
"import_cancel_button" : "Anulare import",
Expand Down Expand Up @@ -512,6 +513,7 @@
"import_result_total_conflict_count_header" : "Rezolvate/Confluențe",
"import_result_total_count_header" : "Număr de traduceri",
"import_show_translations_title" : "Traduceri",
"import-status-finalizing" : "Se finalizează...",
"import-successful-message" : "Importare reușită",
"import_translations_title" : "Importă traducerile",
"integrate-api-key-hidden-description" : "<Doar cheia nouă poate fi dezvăluită>",
Expand Down Expand Up @@ -628,6 +630,7 @@
"namespace_select_placeholder" : "Introduceți numele noului spațiu de nume",
"namespace_select_search" : "Căutați spațiul de nume...",
"namespae_select_title" : "Spațiu de nume nou",
"new-password-input-label" : "Parolă nouă",
"no_exported_result" : "Nimic de exportat",
"no-permissions-on-the-server" : "Nu aveți permisiunea de a accesa acest server. Acest server nu permite utilizatorilor să creeze organizații.",
"no-permissions-title" : "Fără permisiune",
Expand Down Expand Up @@ -719,6 +722,11 @@
"Password" : "Parolă",
"Password confirmation" : "Confirmare parolă",
"password_reset_message" : "Parola a fost resetată cu succes",
"password-strength-medium" : "Parolă medie",
"password-strength-strong" : "Parolă puternică",
"password-strength-very-strong" : "Parolă foarte puternică",
"password-strength-very-weak" : "Parolă foarte slabă",
"password-strength-weak" : "Parolă slabă",
"password-updated" : "Parola ta a fost actualizată.",
"pat-delete-button" : "Ștergeți",
"pat-deleted-message" : "Token de acces personal șters",
Expand Down

0 comments on commit 4049361

Please sign in to comment.