Skip to content

Commit

Permalink
chore(release): 3.71.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.71.4](v3.71.3...v3.71.4) (2024-09-04)

### Bug Fixes

* Exact plural forms for basic MT translators ([#2454](#2454)) ([12b3fd6](12b3fd6))
  • Loading branch information
semantic-release-bot committed Sep 4, 2024
1 parent 12b3fd6 commit 16d764c
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.71.4](https://github.com/tolgee/tolgee-platform/compare/v3.71.3...v3.71.4) (2024-09-04)


### Bug Fixes

* Exact plural forms for basic MT translators ([#2454](https://github.com/tolgee/tolgee-platform/issues/2454)) ([12b3fd6](https://github.com/tolgee/tolgee-platform/commit/12b3fd62cc48a0bd7b15b3ef06fe85e637505645))

## [3.71.3](https://github.com/tolgee/tolgee-platform/compare/v3.71.2...v3.71.3) (2024-09-02)


Expand Down
18 changes: 16 additions & 2 deletions webapp/src/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
"activity_entity_project.language" : "základní jazyk",
"activity_entity_project.name" : "název",
"activity_entity_screenshot" : "Screenshot",
"activity_entity_task" : "Úkol",
"activity_entity_task.description" : "Popis",
"activity_entity_task.due_date" : "Termín splnění",
"activity_entity_task.name" : "název",
"activity_entity_task.state" : "Stav",
"activity_entity_task.type" : "Typ",
"activity_entity_translation" : "Překlad",
"activity_entity_translation_comment" : "Komentář",
"activity_entity_translation.flag_emoji" : "vlajka",
Expand All @@ -101,6 +107,11 @@
"activity_set_outdated_flag" : "Upraven stav",
"activity_set_translation" : "Upraven překlad",
"activity_set_translation_state" : "Nastaven stav překladu",
"activity_task_create" : "Vytvořený úkol",
"activity_task_finish" : "Dokončený úkol",
"activity_task_keys_update" : "Upravený rozsah úkolu",
"activity_tasks_create" : "Vytvořené úkoly",
"activity_task_update" : "Upravený úkol",
"activity_translation_comment_add" : "Přidán komentář",
"activity_translation_comment_delete" : "Odstraněn komentář",
"activity_translation_comment_set_state" : "Změněn stav komentáře",
Expand Down Expand Up @@ -1223,12 +1234,12 @@
"task_detail_field_description" : "Popis",
"task_detail_field_due_date" : "Termín splnění",
"task_detail_field_name" : "Název",
"task_detail_link_translations_tooltip" : "Přejít na překlady",
"task_detail_project_label" : "Projekt",
"task_detail_scope_title" : "Rozsah",
"task_detail_submit_button" : "Uložit",
"task_detail_summarize_tooltip" : "Stáhnout přehled",
"task_detail_title" : "Detail úkolu",
"task_detail_tooltip" : "Zobrazit detail",
"task_filter_assignees" : "Přiřazení",
"task_filter_indicator_blocking_warning" : "Úkol je blokován",
"task_filter_indicator_label" : "Předfiltrované podle úkolu",
Expand All @@ -1243,6 +1254,7 @@
"task_finished_confirmation_message" : "Chcete označit úkol jako dokončený?",
"task_finished_confirmation_title" : "Všechny položky v úkolu jsou dokončeny",
"task_keys_count" : "{value, plural, one {# klíč} few {# klíče} many {# klíče} other {# klíčů}}",
"task_link_translations_tooltip" : "Přejít na překlady",
"task_menu_clone_task" : "Klonovat do nového úkolu",
"task_menu_close_confirmation_title" : "Zavřít úkol",
"task_menu_close_success" : "Úkol uzavřen",
Expand All @@ -1269,11 +1281,13 @@
"tasks_filter_by_language" : "Vyberte jazyk...",
"tasks_search_placeholder" : "Hledat...",
"tasks_show_closed_label" : "Uzavřené úkoly",
"tasks_show_closed_label_tooltip" : "Zobrazit uzavřené úkoly a také hotové úkoly starší než 30 dní",
"task_state_closed" : "Uzavřeno",
"task_state_done" : "Hotovo",
"task_state_in_progress" : "Probíhá",
"task_state_new" : "Nový",
"tasks_view_title" : "Úkoly projektu",
"task_tooltip_content_assignees" : "Přiřazený:",
"task_tooltip_content_assignees" : "Přiřazeno",
"task_tooltip_content_detail" : "Detail",
"task_tooltip_content_no_access" : "Nemáte přístup k zobrazení tohoto úkolu",
"task_tooltip_content_no_assignees" : "Žádné přiřazení",
Expand Down
18 changes: 16 additions & 2 deletions webapp/src/i18n/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
"activity_entity_project.language" : "basis sprog",
"activity_entity_project.name" : "navn",
"activity_entity_screenshot" : "Skærmbillede",
"activity_entity_task" : "Opgave",
"activity_entity_task.description" : "Beskrivelse",
"activity_entity_task.due_date" : "Forfaldsdato",
"activity_entity_task.name" : "Navn",
"activity_entity_task.state" : "Status",
"activity_entity_task.type" : "Type",
"activity_entity_translation" : "Oversættelse",
"activity_entity_translation_comment" : "Kommentar",
"activity_entity_translation.flag_emoji" : "flag",
Expand All @@ -101,6 +107,11 @@
"activity_set_outdated_flag" : "Opdaterede status",
"activity_set_translation" : "Opdaterede oversættelse",
"activity_set_translation_state" : "Sæt oversættelsesstatus",
"activity_task_create" : "Oprettet opgave",
"activity_task_finish" : "Færdig opgave",
"activity_task_keys_update" : "Opdateret opgaveomfang",
"activity_tasks_create" : "Oprettede opgaver",
"activity_task_update" : "Opdateret opgave",
"activity_translation_comment_add" : "Tilføjede kommentar",
"activity_translation_comment_delete" : "Kommentar slettet",
"activity_translation_comment_set_state" : "Kommentarstatus ændret",
Expand Down Expand Up @@ -1222,12 +1233,12 @@
"task_detail_field_description" : "Beskrivelse",
"task_detail_field_due_date" : "Forfaldsdato",
"task_detail_field_name" : "Navn",
"task_detail_link_translations_tooltip" : "Gå til oversættelser",
"task_detail_project_label" : "Projekt",
"task_detail_scope_title" : "Omfang",
"task_detail_submit_button" : "Gem",
"task_detail_summarize_tooltip" : "Download rapport",
"task_detail_title" : "Opgavedetalje",
"task_detail_tooltip" : "Vis detalje",
"task_filter_assignees" : "Tildelte",
"task_filter_indicator_blocking_warning" : "Opgave er blokeret af",
"task_filter_indicator_label" : "Filtreret efter opgave",
Expand All @@ -1242,6 +1253,7 @@
"task_finished_confirmation_message" : "Vil du markere opgaven som færdig?",
"task_finished_confirmation_title" : "Alle elementer i opgaven er færdige",
"task_keys_count" : "{value, plural, one {# nøgle} other {# nøgler}}",
"task_link_translations_tooltip" : "Gå til oversættelser",
"task_menu_clone_task" : "Klon til ny opgave",
"task_menu_close_confirmation_title" : "Luk opgave",
"task_menu_close_success" : "Opgave lukket",
Expand All @@ -1267,11 +1279,13 @@
"tasks_filter_by_language" : "Vælg sprog...",
"tasks_search_placeholder" : "Søg...",
"tasks_show_closed_label" : "Lukkede opgaver",
"tasks_show_closed_label_tooltip" : "Vis lukkede opgaver og også udførte opgaver ældre end 30 dage",
"task_state_closed" : "Lukket",
"task_state_done" : "Færdig",
"task_state_in_progress" : "I gang",
"task_state_new" : "Ny",
"tasks_view_title" : "Projektopgaver",
"task_tooltip_content_assignees" : "Tildelt:",
"task_tooltip_content_assignees" : "Tildelt til",
"task_tooltip_content_detail" : "Detalje",
"task_tooltip_content_no_access" : "Du har ingen adgang til at se denne opgave",
"task_tooltip_content_no_assignees" : "Ingen tildelte",
Expand Down
18 changes: 16 additions & 2 deletions webapp/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
"activity_entity_project.language" : "base language",
"activity_entity_project.name" : "name",
"activity_entity_screenshot" : "Screenshot",
"activity_entity_task" : "Task",
"activity_entity_task.description" : "Description",
"activity_entity_task.due_date" : "Due date",
"activity_entity_task.name" : "Name",
"activity_entity_task.state" : "State",
"activity_entity_task.type" : "Type",
"activity_entity_translation" : "Translation",
"activity_entity_translation_comment" : "Comment",
"activity_entity_translation.flag_emoji" : "flag",
Expand All @@ -101,6 +107,11 @@
"activity_set_outdated_flag" : "Updated state",
"activity_set_translation" : "Updated translation",
"activity_set_translation_state" : "Set translation state",
"activity_task_create" : "Created task",
"activity_task_finish" : "Finished task",
"activity_task_keys_update" : "Updated task scope",
"activity_tasks_create" : "Created tasks",
"activity_task_update" : "Updated task",
"activity_translation_comment_add" : "Added comment",
"activity_translation_comment_delete" : "Comment deleted",
"activity_translation_comment_set_state" : "Comment state changed",
Expand Down Expand Up @@ -1223,12 +1234,12 @@
"task_detail_field_description" : "Description",
"task_detail_field_due_date" : "Due date",
"task_detail_field_name" : "Name",
"task_detail_link_translations_tooltip" : "Go to translations",
"task_detail_project_label" : "Project",
"task_detail_scope_title" : "Scope",
"task_detail_submit_button" : "Save",
"task_detail_summarize_tooltip" : "Download report",
"task_detail_title" : "Task detail",
"task_detail_tooltip" : "Show detail",
"task_filter_assignees" : "Assignees",
"task_filter_indicator_blocking_warning" : "Task is blocked by",
"task_filter_indicator_label" : "Prefiltered by task",
Expand All @@ -1243,6 +1254,7 @@
"task_finished_confirmation_message" : "Do you want to mark the task as done?",
"task_finished_confirmation_title" : "All items in the task are finished",
"task_keys_count" : "{value, plural, one {# key} other {# keys}}",
"task_link_translations_tooltip" : "Go to translations",
"task_menu_clone_task" : "Clone to new task",
"task_menu_close_confirmation_title" : "Close task",
"task_menu_close_success" : "Task closed",
Expand All @@ -1269,11 +1281,13 @@
"tasks_filter_by_language" : "Select language...",
"tasks_search_placeholder" : "Search...",
"tasks_show_closed_label" : "Closed tasks",
"tasks_show_closed_label_tooltip" : "Show closed tasks and also done tasks older than 30 days",
"task_state_closed" : "Closed",
"task_state_done" : "Done",
"task_state_in_progress" : "In progress",
"task_state_new" : "New",
"tasks_view_title" : "Project tasks",
"task_tooltip_content_assignees" : "Assignee:",
"task_tooltip_content_assignees" : "Assigned to",
"task_tooltip_content_detail" : "Detail",
"task_tooltip_content_no_access" : "You have no access to view this task",
"task_tooltip_content_no_assignees" : "No assignees",
Expand Down
18 changes: 16 additions & 2 deletions webapp/src/i18n/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
"activity_entity_project.language" : "limba de bază",
"activity_entity_project.name" : "nume",
"activity_entity_screenshot" : "Captură de ecran",
"activity_entity_task" : "Sarcină",
"activity_entity_task.description" : "Descriere",
"activity_entity_task.due_date" : "Data scadentă",
"activity_entity_task.name" : "Nume",
"activity_entity_task.state" : "Stare",
"activity_entity_task.type" : "Tip",
"activity_entity_translation" : "Traducere",
"activity_entity_translation_comment" : "Comentariu",
"activity_entity_translation.flag_emoji" : "steag",
Expand All @@ -101,6 +107,11 @@
"activity_set_outdated_flag" : "Stare actualizată",
"activity_set_translation" : "Traducere actualizată",
"activity_set_translation_state" : "Setează starea traducerii",
"activity_task_create" : "Sarcină creată",
"activity_task_finish" : "Sarcină finalizată",
"activity_task_keys_update" : "Domeniul sarcinii actualizat",
"activity_tasks_create" : "Sarcini create",
"activity_task_update" : "Sarcină actualizată",
"activity_translation_comment_add" : "Comentariu adăugat",
"activity_translation_comment_delete" : "Comentariu șters",
"activity_translation_comment_set_state" : "Starea comentariului a fost schimbată",
Expand Down Expand Up @@ -1223,12 +1234,12 @@
"task_detail_field_description" : "Descriere",
"task_detail_field_due_date" : "Data scadentă",
"task_detail_field_name" : "Nume",
"task_detail_link_translations_tooltip" : "Mergi la traduceri",
"task_detail_project_label" : "Proiect",
"task_detail_scope_title" : "Domeniu de acțiune",
"task_detail_submit_button" : "Salvează",
"task_detail_summarize_tooltip" : "Descarcă raport",
"task_detail_title" : "Detaliu sarcină",
"task_detail_tooltip" : "Afișează detaliu",
"task_filter_assignees" : "Persoane desemnate",
"task_filter_indicator_blocking_warning" : "Sarcina este blocată de",
"task_filter_indicator_label" : "Filtrat în prealabil după sarcină",
Expand All @@ -1243,6 +1254,7 @@
"task_finished_confirmation_message" : "Doriți să marcați sarcina ca finalizată?",
"task_finished_confirmation_title" : "Toate elementele din sarcină sunt finalizate",
"task_keys_count" : "{value, plural, one {# cheie} few {# chei} other {# de chei}}",
"task_link_translations_tooltip" : "Mergi la traduceri",
"task_menu_clone_task" : "Clonează într-o sarcină nouă",
"task_menu_close_confirmation_title" : "Închide sarcină",
"task_menu_close_success" : "Sarcină închisă",
Expand All @@ -1269,11 +1281,13 @@
"tasks_filter_by_language" : "Selectați limba...",
"tasks_search_placeholder" : "Căutare...",
"tasks_show_closed_label" : "Sarcini închise",
"tasks_show_closed_label_tooltip" : "Afișează sarcinile închise și sarcinile finalizate mai vechi de 30 de zile",
"task_state_closed" : "Închis",
"task_state_done" : "Finalizat",
"task_state_in_progress" : "În desfășurare",
"task_state_new" : "Nou",
"tasks_view_title" : "Sarcini proiect",
"task_tooltip_content_assignees" : "Persoană desemnată:",
"task_tooltip_content_assignees" : "Atribuit lui",
"task_tooltip_content_detail" : "Detaliu",
"task_tooltip_content_no_access" : "Nu aveți acces să vizualizați această sarcină",
"task_tooltip_content_no_assignees" : "Nicio persoană desemnată",
Expand Down

0 comments on commit 16d764c

Please sign in to comment.