Skip to content

Commit

Permalink
chore(release): 3.83.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.83.0](v3.82.6...v3.83.0) (2024-11-22)

### Features

* select multiple keys with holding shift key ([#2712](#2712)) ([0079d36](0079d36)), closes [#2713](#2713)
  • Loading branch information
semantic-release-bot committed Nov 22, 2024
1 parent 0079d36 commit 209f798
Show file tree
Hide file tree
Showing 8 changed files with 1,475 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.83.0](https://github.com/tolgee/tolgee-platform/compare/v3.82.6...v3.83.0) (2024-11-22)


### Features

* select multiple keys with holding shift key ([#2712](https://github.com/tolgee/tolgee-platform/issues/2712)) ([0079d36](https://github.com/tolgee/tolgee-platform/commit/0079d36164b903a36c7abc331648cbc02c14f753)), closes [#2713](https://github.com/tolgee/tolgee-platform/issues/2713)

## [3.82.6](https://github.com/tolgee/tolgee-platform/compare/v3.82.5...v3.82.6) (2024-11-22)


Expand Down
1 change: 1 addition & 0 deletions webapp/src/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1412,6 +1412,7 @@
"translations_cell_tab_comments": "{value, plural, other {Komentáře (#)} =0 {Komentáře}}",
"translations_cell_tab_edit": "Editovat",
"translations_cell_tab_history": "Historie",
"translations_checkbox_select_multiple_hint": "Podržte „shift“ a klikněte pro výběr více položek",
"translations_clear_selection": "Zrušit výběr",
"translations_comments_delete_button": "Smazat",
"translations_comments_delete_confirmation": "Opravdu chcete smazat tento komentář?",
Expand Down
1 change: 1 addition & 0 deletions webapp/src/i18n/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -1412,6 +1412,7 @@
"translations_cell_tab_comments": "{value, plural, one {Kommentar} other {Kommentarer (#)} =0 {Kommentarer}}",
"translations_cell_tab_edit": "Rediger",
"translations_cell_tab_history": "Historik",
"translations_checkbox_select_multiple_hint": "Hold \"shift\" og klik for at vælge flere",
"translations_clear_selection": "Ryd markering",
"translations_comments_delete_button": "Slet",
"translations_comments_delete_confirmation": "Er du sikker på, at du vil slette denne kommentar?",
Expand Down
1 change: 1 addition & 0 deletions webapp/src/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1237,6 +1237,7 @@
"translations_cell_tab_comments": "{value, plural, other {Kommentare (#)} =0 {Kommentare}}",
"translations_cell_tab_edit": "Bearbeiten",
"translations_cell_tab_history": "Verlauf",
"translations_checkbox_select_multiple_hint": "Halten Sie die \"Umschalttaste\" gedrückt und klicken Sie, um mehrere auszuwählen",
"translations_clear_selection": "Auswahl löschen",
"translations_comments_delete_button": "Löschen",
"translations_comments_delete_confirmation": "Willst du diesen Kommentar wirklich löschen?",
Expand Down
1 change: 1 addition & 0 deletions webapp/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1423,6 +1423,7 @@
"translations_cell_tab_comments": "{value, plural, other {Comments (#)} =0 {Comments}}",
"translations_cell_tab_edit": "Edit",
"translations_cell_tab_history": "History",
"translations_checkbox_select_multiple_hint": "Hold \"shift\" and click to select multiple",
"translations_clear_selection": "Clear selection",
"translations_comments_delete_button": "Delete",
"translations_comments_delete_confirmation": "Do you really want to delete this comment?",
Expand Down
1 change: 1 addition & 0 deletions webapp/src/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1198,6 +1198,7 @@
"translations_cell_tab_comments": "{value, plural, other {Commentaires (#)} =0 {Commentaires}}",
"translations_cell_tab_edit": "Modifier",
"translations_cell_tab_history": "Historique",
"translations_checkbox_select_multiple_hint": "Maintenez \"shift\" et cliquez pour sélectionner plusieurs",
"translations_clear_selection": "Supprimer la sélection",
"translations_comments_delete_button": "Supprimer",
"translations_comments_delete_confirmation": "Voulez-vous vraiment supprimer ce commentaire? ",
Expand Down
1,462 changes: 1,462 additions & 0 deletions webapp/src/i18n/it-IT.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions webapp/src/i18n/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -1412,6 +1412,7 @@
"translations_cell_tab_comments": "{value, plural, one {Un comentariu} other {# comentarii} =0 {Comentarii}}",
"translations_cell_tab_edit": "Editare",
"translations_cell_tab_history": "Istoric",
"translations_checkbox_select_multiple_hint": "Țineți apăsată tasta „shift” și faceți clic pentru a selecta mai multe",
"translations_clear_selection": "Deselectați tot",
"translations_comments_delete_button": "Ștergeți",
"translations_comments_delete_confirmation": "Sigur doriți să ștergeți acest comentariu?",
Expand Down

0 comments on commit 209f798

Please sign in to comment.