Skip to content

Commit f48dc56

Browse files
chore(release): 3.64.8 [skip ci]
## [3.64.8](tolgee/tolgee-platform@v3.64.7...v3.64.8) (2024-06-13) ### Bug Fixes * improve tools panels loading and empty states ([tolgee#2367](tolgee#2367)) ([025b201](tolgee@025b201))
1 parent 025b201 commit f48dc56

File tree

5 files changed

+26
-0
lines changed

5 files changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.64.8](https://github.com/tolgee/tolgee-platform/compare/v3.64.7...v3.64.8) (2024-06-13)
2+
3+
4+
### Bug Fixes
5+
6+
* improve tools panels loading and empty states ([#2367](https://github.com/tolgee/tolgee-platform/issues/2367)) ([025b201](https://github.com/tolgee/tolgee-platform/commit/025b201284eebc697e4a1c93a592287926b34ac8))
7+
18
## [3.64.7](https://github.com/tolgee/tolgee-platform/compare/v3.64.6...v3.64.7) (2024-06-11)
29

310

webapp/src/i18n/cs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@
331331
"billing_subscriptions_premium_support_feature" : "Prémiová podpora",
332332
"billing_subscriptions_prioritized_feature_requests" : "Prioritní požadavky na funkce",
333333
"billing_subscriptions_project_level_content_storages" : "Vlastní úložiště obsahu",
334+
"billing_subscriptions_slack_integration" : "Integrace se Slackem",
334335
"billing_subscriptions_standard_support" : "Standardní podpora",
335336
"billing_subscriptions_team_training" : "Trénink týmu",
336337
"billing_subscriptions_webhooks" : "Webhooky",
@@ -1112,6 +1113,7 @@
11121113
"simple_paginated_list_error_message" : "Nelze načíst data",
11131114
"slack_app_description" : "Aplikace Slack vás upozorní na změny ve vašich lokalizačních datech.",
11141115
"slack_app_docs_link" : "Více informací v dokumentaci",
1116+
"slack_app_no_need_to_connect" : "Slack připojen přes konfiguraci serveru",
11151117
"slack_app_workspace_disconnect" : "Odpojit",
11161118
"slack_connect_alert_success" : "Úspěch",
11171119
"slack_connect_cancel" : "Zrušit",
@@ -1196,6 +1198,7 @@
11961198
"translations_comments_delete_confirmation" : "Opravdu chcete smazat tento komentář?",
11971199
"translations_comments_load_more" : "Načíst další",
11981200
"translations_comments_needs_resolution" : "Nevyřešeno",
1201+
"translations_comments_no_comments" : "Zatím žádné komentáře",
11991202
"translations_comments_previous_comments" : "Předchozí komentáře",
12001203
"translations_comments_resolve" : "Vyřešeno",
12011204
"translations_comments_resolved" : "Vyřešeno",
@@ -1221,6 +1224,7 @@
12211224
"translations_filters_with_screenshots" : "Se screenshoty",
12221225
"translations-history-differences-toggle" : "Rozdíly",
12231226
"translations_history_load_more" : "Načíst další",
1227+
"translations_history_no_activity" : "Zatím žádná aktivita",
12241228
"translations_history_previous_items" : "Předchozí položky",
12251229
"translation_single_create_title" : "Vytvořit nový klíč",
12261230
"translation_single_delete_success" : "Klíč odstraněn!",

webapp/src/i18n/da.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@
331331
"billing_subscriptions_premium_support_feature" : "Premium support",
332332
"billing_subscriptions_prioritized_feature_requests" : "Prioriterede funktionsanmodninger",
333333
"billing_subscriptions_project_level_content_storages" : "Tilpasset lagerplads pr. projekt",
334+
"billing_subscriptions_slack_integration" : "Slack-integration",
334335
"billing_subscriptions_standard_support" : "Standard support",
335336
"billing_subscriptions_team_training" : "Holdtræning",
336337
"billing_subscriptions_webhooks" : "Webhooks",
@@ -1112,6 +1113,8 @@
11121113
"simple_paginated_list_error_message" : "Kan ikke indlæse data",
11131114
"slack_app_description" : "Slack-appen giver dig besked om ændringer i dine lokaliseringsdata.",
11141115
"slack_app_docs_link" : "Lær mere i dokumentationen",
1116+
"slack_app_no_need_to_connect" : "Slack forbundet via serverkonfiguration",
1117+
"slack_app_not_configured" : "Manglende konfiguration for Slack-integration",
11151118
"slack_app_workspace_disconnect" : "Afbryd forbindelse",
11161119
"slack_connect_alert_success" : "Succes",
11171120
"slack_connect_cancel" : "Annuller",
@@ -1196,6 +1199,7 @@
11961199
"translations_comments_delete_confirmation" : "Er du sikker på, at du vil slette denne kommentar?",
11971200
"translations_comments_load_more" : "Indlæs mere",
11981201
"translations_comments_needs_resolution" : "Ikke løst",
1202+
"translations_comments_no_comments" : "Ingen kommentarer endnu",
11991203
"translations_comments_previous_comments" : "Tidligere kommentarer",
12001204
"translations_comments_resolve" : "Løs",
12011205
"translations_comments_resolved" : "Løst",
@@ -1221,6 +1225,7 @@
12211225
"translations_filters_with_screenshots" : "Med skærmbilleder",
12221226
"translations-history-differences-toggle" : "Forskelle",
12231227
"translations_history_load_more" : "Indlæs mere",
1228+
"translations_history_no_activity" : "Ingen aktivitet endnu",
12241229
"translations_history_previous_items" : "Tidligere emner",
12251230
"translation_single_create_title" : "Opret ny nøgle",
12261231
"translation_single_delete_success" : "Nøgle slettet!",

webapp/src/i18n/en.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@
331331
"billing_subscriptions_premium_support_feature" : "Premium support",
332332
"billing_subscriptions_prioritized_feature_requests" : "Prioritized feature requests",
333333
"billing_subscriptions_project_level_content_storages" : "Custom content storage",
334+
"billing_subscriptions_slack_integration" : "Slack integration",
334335
"billing_subscriptions_standard_support" : "Standard support",
335336
"billing_subscriptions_team_training" : "Team training",
336337
"billing_subscriptions_webhooks" : "Webhooks",
@@ -1112,6 +1113,8 @@
11121113
"simple_paginated_list_error_message" : "Cannot load data",
11131114
"slack_app_description" : "The Slack app notifies you about the changes in your localization data.",
11141115
"slack_app_docs_link" : "Learn more in docs",
1116+
"slack_app_no_need_to_connect" : "Slack connected via server configuration",
1117+
"slack_app_not_configured" : "Missing configuration for slack integration",
11151118
"slack_app_workspace_disconnect" : "Disconnect",
11161119
"slack_connect_alert_success" : "Success",
11171120
"slack_connect_cancel" : "Cancel",
@@ -1196,6 +1199,7 @@
11961199
"translations_comments_delete_confirmation" : "Do you really want to delete this comment?",
11971200
"translations_comments_load_more" : "Load more",
11981201
"translations_comments_needs_resolution" : "Not resolved",
1202+
"translations_comments_no_comments" : "No comments yet",
11991203
"translations_comments_previous_comments" : "Previous comments",
12001204
"translations_comments_resolve" : "Resolve",
12011205
"translations_comments_resolved" : "Resolved",
@@ -1221,6 +1225,7 @@
12211225
"translations_filters_with_screenshots" : "With screenshots",
12221226
"translations-history-differences-toggle" : "Differences",
12231227
"translations_history_load_more" : "Load more",
1228+
"translations_history_no_activity" : "No activity yet",
12241229
"translations_history_previous_items" : "Previous items",
12251230
"translation_single_create_title" : "Create new key",
12261231
"translation_single_delete_success" : "Key deleted!",

webapp/src/i18n/ro.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@
331331
"billing_subscriptions_premium_support_feature" : "Suport premium",
332332
"billing_subscriptions_prioritized_feature_requests" : "Cereri de funcționalități prioritare",
333333
"billing_subscriptions_project_level_content_storages" : "Stocare personalizată pe proiect",
334+
"billing_subscriptions_slack_integration" : "Integrare Slack",
334335
"billing_subscriptions_standard_support" : "Suport standard",
335336
"billing_subscriptions_team_training" : "Instruire în echipă",
336337
"billing_subscriptions_webhooks" : "Webhook-uri",
@@ -1112,6 +1113,8 @@
11121113
"simple_paginated_list_error_message" : "Nu se poate încărca datele",
11131114
"slack_app_description" : "Aplicația Slack vă notifică despre modificările din datele de localizare.",
11141115
"slack_app_docs_link" : "Aflați mai multe în documentație",
1116+
"slack_app_no_need_to_connect" : "Slack conectat prin configurarea serverului",
1117+
"slack_app_not_configured" : "Lipsește configurarea pentru integrarea Slack",
11151118
"slack_app_workspace_disconnect" : "Deconectare",
11161119
"slack_connect_alert_success" : "Succes",
11171120
"slack_connect_cancel" : "Anulare",
@@ -1196,6 +1199,7 @@
11961199
"translations_comments_delete_confirmation" : "Sigur doriți să ștergeți acest comentariu?",
11971200
"translations_comments_load_more" : "Încarcă mai mult",
11981201
"translations_comments_needs_resolution" : "Nerezolvat",
1202+
"translations_comments_no_comments" : "Niciun comentariu încă",
11991203
"translations_comments_previous_comments" : "Comentarii anterioare",
12001204
"translations_comments_resolve" : "Rezolvă",
12011205
"translations_comments_resolved" : "Rezolvat",
@@ -1221,6 +1225,7 @@
12211225
"translations_filters_with_screenshots" : "Cu capturi de ecran",
12221226
"translations-history-differences-toggle" : "Diferențe",
12231227
"translations_history_load_more" : "Încarcă mai mult",
1228+
"translations_history_no_activity" : "Nicio activitate încă",
12241229
"translations_history_previous_items" : "Elemente anterioare",
12251230
"translation_single_create_title" : "Creați o nouă cheie",
12261231
"translation_single_delete_success" : "Cheia a fost ștearsă!",

0 commit comments

Comments
 (0)