Skip to content

Commit cf94e52

Browse files
authored
Merge branch 'develop' into i18n-translations
2 parents 9e77e4c + 156bcf8 commit cf94e52

File tree

18 files changed

+571
-276
lines changed

18 files changed

+571
-276
lines changed

src/common/schema.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,7 @@ export interface components {
759759
/** Format: float */
760760
end: number;
761761
tags: components['schemas']['VideoTag'][];
762+
quotes: string;
762763
};
763764
/**
764765
* Output
@@ -2775,6 +2776,7 @@ export interface operations {
27752776
start?: number;
27762777
/** Format: float */
27772778
end?: number;
2779+
quotes?: string;
27782780
tags?: number[];
27792781
};
27802782
};

src/features/api/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,6 +1389,7 @@ export type PatchVideosByVidObservationsAndOidApiArg = {
13891389
description?: string;
13901390
start?: number;
13911391
end?: number;
1392+
quotes?: string;
13921393
tags?: number[];
13931394
};
13941395
};
@@ -1810,6 +1811,7 @@ export type Observation = {
18101811
start: number;
18111812
end: number;
18121813
tags: VideoTag[];
1814+
quotes: string;
18131815
};
18141816
export type Insight = {
18151817
id: number;

src/locales/en/translation.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,8 @@
834834
"__TAILORED_LABEL": "Tailored",
835835
"__TOAST_CLOSE_TEXT": "Dismiss",
836836
"__TOAST_GENERIC_ERROR_MESSAGE": "Something went wrong. Please try again later.",
837-
"__VIDEO_LIST_META_SEVERITIES_COUNT": "You have found",
837+
"__VIDEO_LIST_META_SEVERITIES_COUNT_one": "<0>You have found <2>{{count}} observations:</2></0>",
838+
"__VIDEO_LIST_META_SEVERITIES_COUNT_other": "<0>You have found <2>{{count}} observations:</2></0>",
838839
"__VIDEO_PAGE_ACTIONS_EXPORT_BUTTON_LABEL": "Download report",
839840
"__VIDEO_PAGE_ACTIONS_EXPORT_TOAST_ERROR_MESSAGE": "Something went wrong, try again",
840841
"__VIDEO_PAGE_ACTIONS_EXPORT_TOAST_SUCCESS_MESSAGE": "Downloading report",
@@ -846,6 +847,7 @@
846847
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_DELETE_TOAST_SUCCESS": "Observation deleted successfully",
847848
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_FIELD_NOTES_LABEL": "Notes about the observation",
848849
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_FIELD_NOTES_PLACEHOLDER": "Add a comment to work more efficiently on this observation",
850+
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_FIELD_QUOTS_ERROR": "You must insert a quote",
849851
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_FIELD_QUOTS_LABEL": "Quotes",
850852
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_FIELD_SEVERITY_ERROR": "You must select a typology",
851853
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_FIELD_SEVERITY_LABEL": "Observation type",
@@ -856,6 +858,8 @@
856858
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_FIELD_TAGS_SHOW_MORE_other": "Show more",
857859
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_FIELD_TITLE_ERROR": "You must insert a title",
858860
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_FIELD_TITLE_LABEL": "Title",
861+
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_FIELD_TITLE_MAX_ERROR": "You must insert a title between 1 and 40 characters",
862+
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_FIELD_TITLE_NO_MATCHING_TITLES": "No matching titles",
859863
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_FIELD_TITLE_PLACEHOLDER": "Add a title to identify this observation",
860864
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_SAVE_BUTTON": "Save",
861865
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_SAVE_TOAST_SUCCESS": "Observation saved successfully",
@@ -880,7 +884,8 @@
880884
"__VIDEOS_LIST_OTHER_TITLE": "Other",
881885
"__VIDEOS_LIST_SMARTPHONE_TITLE": "Mobile",
882886
"__VIDEOS_LIST_TABLET_TITLE": "Tablet",
883-
"__VIDEOS_LIST_USECASE_INFO": "videos",
887+
"__VIDEOS_LIST_USECASE_INFO_one": "video",
888+
"__VIDEOS_LIST_USECASE_INFO_other": "videos",
884889
"__VIDEOS_PAGE_TITLE": "Playlist",
885890
"__WIZARD_EXPRESS_2_USE_CASE_MODAL_HEADER_SAVE_BUTTON": "Save and continue",
886891
"__WIZARD_EXPRESS_2_USE_CASE_MODAL_PRE_TITLE": "Step \"How\"",

src/locales/it/translation.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"__APP_MOBILE_NAVIGATION_MENU_LABEL MAX:5": "menu",
1717
"__APP_MOBILE_NAVIGATION_PERSONAL_WORKSPACES_DROPDOWN_GROUP_LABEL": "I tuoi workspace",
1818
"__APP_MOBILE_NAVIGATION_SHARED_WORKSPACES_COUNTER_LABEL_one": "{{count}} elemento condiviso",
19+
"__APP_MOBILE_NAVIGATION_SHARED_WORKSPACES_COUNTER_LABEL_many": "",
1920
"__APP_MOBILE_NAVIGATION_SHARED_WORKSPACES_COUNTER_LABEL_other": "{{count}} elementi condivisi",
2021
"__APP_MOBILE_NAVIGATION_SHARED_WORKSPACES_DROPDOWN_GROUP_LABEL": "Workspace condivisi",
2122
"__APP_MOBILE_NAVIGATION_WORKSPACES_DROPDOWN_LABEL_NO_MATCHING_ITEMS": "Nessun workspace trovato",
@@ -87,10 +88,12 @@
8788
"__BUGS_PAGE_BUG_DETAIL_ATTACHMENTS_EXTRA_TAB_ITEM_LABEL": "File extra",
8889
"__BUGS_PAGE_BUG_DETAIL_ATTACHMENTS_EXTRA_TAB_TITLE": "Extra",
8990
"__BUGS_PAGE_BUG_DETAIL_ATTACHMENTS_IMAGE_LABEL_one": "immagine",
91+
"__BUGS_PAGE_BUG_DETAIL_ATTACHMENTS_IMAGE_LABEL_many": "",
9092
"__BUGS_PAGE_BUG_DETAIL_ATTACHMENTS_IMAGE_LABEL_other": "immagini",
9193
"__BUGS_PAGE_BUG_DETAIL_ATTACHMENTS_LABEL": "Allegati",
9294
"__BUGS_PAGE_BUG_DETAIL_ATTACHMENTS_MEDIA_TAB_TITLE": "Immagini & video",
9395
"__BUGS_PAGE_BUG_DETAIL_ATTACHMENTS_VIDEO_LABEL_one": "video",
96+
"__BUGS_PAGE_BUG_DETAIL_ATTACHMENTS_VIDEO_LABEL_many": "",
9497
"__BUGS_PAGE_BUG_DETAIL_ATTACHMENTS_VIDEO_LABEL_other": "video",
9598
"__BUGS_PAGE_BUG_DETAIL_CURRENT_RESULT_LABEL": "Risultato ottenuto",
9699
"__BUGS_PAGE_BUG_DETAIL_CUSTOM_STATUS_DROPDOWN_MANAGE_LABEL": "Crea o modifica stati",
@@ -119,12 +122,14 @@
119122
"__BUGS_PAGE_BUG_DETAIL_SIBLINGS_FATHER_SUBTITLE": "Il bug da prendere come riferimento",
120123
"__BUGS_PAGE_BUG_DETAIL_SIBLINGS_FATHER_TITLE": "Bug unico",
121124
"__BUGS_PAGE_BUG_DETAIL_SIBLINGS_SHOW_MORE_one": "+ {{count}} altro",
125+
"__BUGS_PAGE_BUG_DETAIL_SIBLINGS_SHOW_MORE_many": "Show more +{{count}}",
122126
"__BUGS_PAGE_BUG_DETAIL_SIBLINGS_SHOW_MORE_other": "+ altri {{count}}",
123127
"__BUGS_PAGE_BUG_DETAIL_STATE_LABEL": "Stato",
124128
"__BUGS_PAGE_BUG_DETAIL_TAGS_ADD_NEW": "Aggiungi",
125129
"__BUGS_PAGE_BUG_DETAIL_TAGS_LABEL": "Tag",
126130
"__BUGS_PAGE_BUG_DETAIL_TAGS_PLACEHOLDER": "Cerca o aggiungi altri tag",
127131
"__BUGS_PAGE_BUG_DETAIL_TAGS_SHOW_MORE_one": "+ {{count}} altro",
132+
"__BUGS_PAGE_BUG_DETAIL_TAGS_SHOW_MORE_many": "",
128133
"__BUGS_PAGE_BUG_DETAIL_TAGS_SHOW_MORE_other": "+ altri {{count}}",
129134
"__BUGS_PAGE_CLOSE_DETAILS_TOOLTIP": "Chiudi",
130135
"__BUGS_PAGE_CUSTOM_STATUS_CLOSE_DRAWER_MODAL_BODY_TEXT": "Stai uscendo dalle modifiche, sicuro di voler uscire?",
@@ -150,10 +155,13 @@
150155
"__BUGS_PAGE_CUSTOM_STATUS_MIGRATION_MODAL_BODY_STATUS_TO_DELETE": "Stato da eliminare",
151156
"__BUGS_PAGE_CUSTOM_STATUS_MIGRATION_MODAL_BODY_STATUS_TO_MIGRATE_TO": "Nuovo stato",
152157
"__BUGS_PAGE_CUSTOM_STATUS_MIGRATION_MODAL_BODY_TEXT_STATUS_BUGS_one": "Prima di continuare e confermare l'eliminazione, scegli come gestire <2>{{custom_statuses_num}} bug</2> di questa campagna per lo stato:",
158+
"__BUGS_PAGE_CUSTOM_STATUS_MIGRATION_MODAL_BODY_TEXT_STATUS_BUGS_many": "Before confirming and deleting, choose how to handle <2>{{custom_statuses_num}} bugs</2> in this campaign associated with these status:",
153159
"__BUGS_PAGE_CUSTOM_STATUS_MIGRATION_MODAL_BODY_TEXT_STATUS_BUGS_other": "Prima di continuare e confermare l'eliminazione, scegli come gestire <2>{{custom_statuses_num}} bug</2> di questa campagna per gli stati:",
154160
"__BUGS_PAGE_CUSTOM_STATUS_MIGRATION_MODAL_BODY_TEXT_STATUS_INTRO_one": "Stai per eleminare uno stato.",
161+
"__BUGS_PAGE_CUSTOM_STATUS_MIGRATION_MODAL_BODY_TEXT_STATUS_INTRO_many": "You are about to delete a custom status.",
155162
"__BUGS_PAGE_CUSTOM_STATUS_MIGRATION_MODAL_BODY_TEXT_STATUS_INTRO_other": "Stai per eliminare più di uno stato.",
156163
"__BUGS_PAGE_CUSTOM_STATUS_MIGRATION_MODAL_BODY_TEXT_STATUS_NO_BUGS_one": "Attualmente <2>{{custom_statuses}}</2> non è associato a nessun bug.",
164+
"__BUGS_PAGE_CUSTOM_STATUS_MIGRATION_MODAL_BODY_TEXT_STATUS_NO_BUGS_many": "Currently <2>{{custom_statuses}}</2> are not associated with any bugs.",
157165
"__BUGS_PAGE_CUSTOM_STATUS_MIGRATION_MODAL_BODY_TEXT_STATUS_NO_BUGS_other": "Attualmente <2>{{custom_statuses}}</2> non sono associati a nessun bug.",
158166
"__BUGS_PAGE_CUSTOM_STATUS_MIGRATION_MODAL_CANCEL_BUTTON": "Annulla",
159167
"__BUGS_PAGE_CUSTOM_STATUS_MIGRATION_MODAL_CONFIRM_BUTTON": "Conferma",
@@ -165,47 +173,56 @@
165173
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_CUSTOM_STATUSE_TITLE": "Stato",
166174
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_CUSTOM_STATUSES_SHOW_LESS_LABEL": "Mostra meno",
167175
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_CUSTOM_STATUSES_SHOW_MORE_LABEL_one": "+ <2>1</2> altra",
176+
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_CUSTOM_STATUSES_SHOW_MORE_LABEL_many": "Show <2>{{count}}</2> more statuses",
168177
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_CUSTOM_STATUSES_SHOW_MORE_LABEL_other": "+ altre <2>{{count}}</2>",
169178
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_DEVICE_ALL_LABEL": "Tutti",
170179
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_DEVICE_SHOW_LESS_LABEL": "Mostra meno",
171180
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_DEVICE_SHOW_MORE_LABEL_one": "+ <2>1</2> altro",
181+
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_DEVICE_SHOW_MORE_LABEL_many": "Show <2>{{count}}</2> more devices",
172182
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_DEVICE_SHOW_MORE_LABEL_other": "+ altri <2>{{count}}</2>",
173183
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_DEVICE_TITLE": "Dispositivo",
174184
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_DUPLICATES_TITLE": "Duplicati",
175185
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_OS_ALL_LABEL": "Tutti",
176186
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_OS_SHOW_LESS_LABEL": "Mostra meno",
177187
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_OS_SHOW_MORE_LABEL_one": "+ <2>1</2> altro",
188+
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_OS_SHOW_MORE_LABEL_many": "Show <2>{{count}}</2> more OS",
178189
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_OS_SHOW_MORE_LABEL_other": "+ altri <2>{{count}}</2>",
179190
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_OS_TITLE": "OS",
180191
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_PRIORITIES_SHOW_LESS_LABEL": "Mostra meno",
181192
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_PRIORITIES_SHOW_MORE_LABEL_one": "+ <2>1</2> altra",
193+
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_PRIORITIES_SHOW_MORE_LABEL_many": "Show <2>{{count}}</2> more priorities",
182194
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_PRIORITIES_SHOW_MORE_LABEL_other": "+ altre <2>{{count}}</2>",
183195
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_PRIORITY_ALL_LABEL": "Tutte",
184196
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_PRIORITY_TITLE": "Priorità",
185197
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_READ_TITLE": "Letti/non letti",
186198
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_REPLICABILITY_ALL_LABEL": "Tutte",
187199
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_REPLICABILITY_SHOW_LESS_LABEL": "Mostra meno",
188200
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_REPLICABILITY_SHOW_MORE_LABEL_one": "+ <2>1</2> altra",
201+
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_REPLICABILITY_SHOW_MORE_LABEL_many": "Show <2>{{count}}</2> more replicabilities",
189202
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_REPLICABILITY_SHOW_MORE_LABEL_other": "+ altre <2>{{count}}</2>",
190203
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_REPLICABILITY_TITLE": "Replicabilità",
191204
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_SEVERITIES_SHOW_LESS_LABEL": "Mostra meno",
192205
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_SEVERITIES_SHOW_MORE_LABEL_one": "+ <2>1</2> altra",
206+
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_SEVERITIES_SHOW_MORE_LABEL_many": "Show <2>{{count}}</2> more severities",
193207
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_SEVERITIES_SHOW_MORE_LABEL_other": "+ altre <2>{{count}}</2>",
194208
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_SEVERITY_ALL_LABEL": "Tutte",
195209
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_SEVERITY_TITLE": "Gravità",
196210
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_TAG_SHOW_LESS_LABEL": "Mostra meno",
197211
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_TAG_SHOW_MORE_LABEL_one": "+ <2>1</2> altro",
212+
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_TAG_SHOW_MORE_LABEL_many": "Show <2>{{count}}</2> more tags",
198213
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_TAG_SHOW_MORE_LABEL_other": "+ altri <2>{{count}}</2>",
199214
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_TAGS_ALL_LABEL": "Tutti",
200215
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_TAGS_TITLE": "Tag",
201216
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_TYPOLOGY_ALL_LABEL": "Tutte",
202217
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_TYPOLOGY_SHOW_LESS_LABEL": "Mostra meno",
203218
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_TYPOLOGY_SHOW_MORE_LABEL_one": "+ <2>1</2> altra",
219+
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_TYPOLOGY_SHOW_MORE_LABEL_many": "Show <2>{{typologies}}</2> more typologies",
204220
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_TYPOLOGY_SHOW_MORE_LABEL_other": "+ altre <2>{{count}}</2>",
205221
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_TYPOLOGY_TITLE": "Tipologia",
206222
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_USECASE_ALL_LABEL": "Tutti",
207223
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_USECASE_SHOW_LESS_LABEL": "Mostra meno",
208224
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_USECASE_SHOW_MORE_LABEL_one": "+ <2>1</2> altro",
225+
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_USECASE_SHOW_MORE_LABEL_many": "Show <2>{{useCases}}</2> more Use Cases",
209226
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_USECASE_SHOW_MORE_LABEL_other": "+ altri <2>{{count}}</2>",
210227
"__BUGS_PAGE_FILTER_DRAWER_BODY_FILTER_USECASE_TITLE": "Use Case",
211228
"__BUGS_PAGE_FILTER_DRAWER_CONFIRM_BUTTON": "Vedi risultati",
@@ -238,6 +255,7 @@
238255
"__BUGS_PAGE_USECASE_COMPLETION_4": "<0>Use case <1>completato</1></0>",
239256
"__BUGS_PAGE_USECASE_COMPLETION_4_TOOLTIP": "Siamo pronti con lo Use Case.",
240257
"__BUGS_PAGE_VIEW_BUG_COMMENTS_TOOLTIP_one": "{{count}} commento nella pagina di dettaglio bug",
258+
"__BUGS_PAGE_VIEW_BUG_COMMENTS_TOOLTIP_many": "",
241259
"__BUGS_PAGE_VIEW_BUG_COMMENTS_TOOLTIP_other": "{{count}} commenti nella pagina di dettaglio bug",
242260
"__BUGS_PAGE_VIEW_BUG_COMMENTS_TOOLTIP_EMPTY": "Non ci sono commenti su questo bug",
243261
"__BUGS_PAGE_VIEW_BUG_TOOLTIP": "Apri il bug",
@@ -255,6 +273,7 @@
255273
"__BUGS_SEARCH_INPUT_PLACEHOLDER": "Cerca bug",
256274
"__BUGS_SEVERITY_FILTER_ITEM_NO_ITEMS": "Tipologia",
257275
"__BUGS_SEVERITY_FILTER_ITEM_WITH_COUNTER_one": "Tipologia ({{count}})",
276+
"__BUGS_SEVERITY_FILTER_ITEM_WITH_COUNTER_many": "",
258277
"__BUGS_SEVERITY_FILTER_ITEM_WITH_COUNTER_other": "Tipologia ({{count}})",
259278
"__BUGS_TABLE_BUG_ID_HEADER_COLUMN": "Bug ID",
260279
"__BUGS_TABLE_DUPLICATE_HEADER_COLUMN": "Duplicati",
@@ -283,6 +302,7 @@
283302
"__CAMPAIGN_EXP_WIDGET_SENTIMENT_LIST_ITEM_VAL_5": "Molto positivo",
284303
"__CAMPAIGN_EXP_WIDGET_SENTIMENT_LIST_SENTIMENT_LABEL": "Sentimento",
285304
"__CAMPAIGN_EXP_WIDGET_SENTIMENT_LIST_USECASE_LABEL_one": "Use Case (tot. {{count}})",
305+
"__CAMPAIGN_EXP_WIDGET_SENTIMENT_LIST_USECASE_LABEL_many": "",
286306
"__CAMPAIGN_EXP_WIDGET_SENTIMENT_LIST_USECASE_LABEL_other": "Use Case (tot. {{count}})",
287307
"__CAMPAIGN_PAGE_BUTTON_DETAIL_BUG": "Vai alla lista bug",
288308
"__CAMPAIGN_PAGE_BUTTON_DETAIL_VIDEO": "Vai alla lista video",
@@ -303,6 +323,7 @@
303323
"__CAMPAIGN_PAGE_INSIGHTS_ALL_CLUSTERS": "Generale",
304324
"__CAMPAIGN_PAGE_INSIGHTS_LIGHTBOX_DETAILS_LINKED_INSIGHT_LABEL": "Scoperta collegata",
305325
"__CAMPAIGN_PAGE_INSIGHTS_LIGHTBOX_HEADER_HIGHLIGHTS_LABEL_one": "({{count}} Evidenze)",
326+
"__CAMPAIGN_PAGE_INSIGHTS_LIGHTBOX_HEADER_HIGHLIGHTS_LABEL_many": "({{count}} Highlights)",
306327
"__CAMPAIGN_PAGE_INSIGHTS_LIGHTBOX_HEADER_HIGHLIGHTS_LABEL_other": "({{count}} Evidenze)",
307328
"__CAMPAIGN_PAGE_INSIGHTS_NAVIGATION_TITLE": "Executive summary",
308329
"__CAMPAIGN_PAGE_INSIGHTS_NUMBER_LABEL": "Scoperta",
@@ -321,6 +342,7 @@
321342
"__CAMPAIGN_PAGE_INSIGHTS_SECTION_TITLE": "Punti principali",
322343
"__CAMPAIGN_PAGE_INSIGHTS_SHOW_LESS_LABEL": "Mostra meno",
323344
"__CAMPAIGN_PAGE_INSIGHTS_SHOW_MORE_LABEL_one": "Vedi altre evidenze <2>({{video_count}})</2>",
345+
"__CAMPAIGN_PAGE_INSIGHTS_SHOW_MORE_LABEL_many": "Show more highlights <2>({{video_count}})</2>",
324346
"__CAMPAIGN_PAGE_INSIGHTS_SHOW_MORE_LABEL_other": "Vedi altre evidenze <2>({{video_count}})</2>",
325347
"__CAMPAIGN_PAGE_INSIGHTS_VIDEO_PART_NUMBER_LABEL": "Evidenza {{index}} di {{video_count}}",
326348
"__CAMPAIGN_PAGE_METHODOLOGY_CARD_INVOLVED_USERS_LABEL": "UTENTI COINVOLTI",
@@ -332,6 +354,7 @@
332354
"__CAMPAIGN_PAGE_METHODOLOGY_SHOW_LESS": "Mostra meno",
333355
"__CAMPAIGN_PAGE_METHODOLOGY_SHOW_MORE": "Leggi di più",
334356
"__CAMPAIGN_PAGE_METHODOLOGY_USERS_NUMBER_one": "{{count}} Utente",
357+
"__CAMPAIGN_PAGE_METHODOLOGY_USERS_NUMBER_many": "",
335358
"__CAMPAIGN_PAGE_METHODOLOGY_USERS_NUMBER_other": "{{count}} Utenti",
336359
"__CAMPAIGN_PAGE_METHODOLOGY_USERS_QUALIQUANTITATIVE": "Quali-quantitative",
337360
"__CAMPAIGN_PAGE_METHODOLOGY_USERS_QUALITATIVE": "Qualitativa",
@@ -774,6 +797,7 @@
774797
"__PAGE_BUGS_COMMENTS_NUMBER_LABEL": "Commenti",
775798
"__PAGE_BUGS_UNREAD_PILL": "Non letti",
776799
"__PAGE_CAMPAIGN_WIDGET_BUGS_BY_TYPE_AXIS_BOTTOM_LABEL_one": "Bug",
800+
"__PAGE_CAMPAIGN_WIDGET_BUGS_BY_TYPE_AXIS_BOTTOM_LABEL_many": "",
777801
"__PAGE_CAMPAIGN_WIDGET_BUGS_BY_TYPE_AXIS_BOTTOM_LABEL_other": "Bug",
778802
"__PAGE_CAMPAIGN_WIDGET_BUGS_BY_TYPE_AXIS_LEFT_LABEL": "Tipologie",
779803
"__PAGE_HEADER_BUGS_DOTS_MENU_ITEM_INT_CENTER": "Integra con altri tool",
@@ -855,6 +879,7 @@
855879
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_FIELD_TAGS_LABEL": "Extra tag",
856880
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_FIELD_TAGS_PLACEHOLDER": "Aggiungi o crea un tag personalizzato",
857881
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_FIELD_TAGS_SHOW_MORE_one": "Mostra ancora",
882+
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_FIELD_TAGS_SHOW_MORE_many": "",
858883
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_FIELD_TAGS_SHOW_MORE_other": "Mostra ancora",
859884
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_FIELD_TITLE_ERROR": "Devi inserire un titolo",
860885
"__VIDEO_PAGE_ACTIONS_OBSERVATION_FORM_FIELD_TITLE_LABEL": "Titolo",
@@ -913,23 +938,33 @@
913938
"__WORKSPACE_SETTINGS_MEMBER_RESEND_INVITE_ACTION": "Rimanda invito",
914939
"__WORKSPACE_SETTINGS_MODAL_CTA_COPY_LINK": "Copia il link",
915940
"Devices ({{count}})_one": "Dispositivi ({{count}})",
941+
"Devices ({{count}})_many": "",
916942
"Devices ({{count}})_other": "Dispositivi ({{count}})",
917943
"OS ({{count}})_one": "OS ({{count}})",
944+
"OS ({{count}})_many": "",
918945
"OS ({{count}})_other": "OS ({{count}})",
919946
"Priority ({{count}})_one": "Priorità ({{count}})",
947+
"Priority ({{count}})_many": "",
920948
"Priority ({{count}})_other": "Priorità ({{count}})",
921949
"Replicability ({{count}})_one": "Replicabilità ({{count}})",
950+
"Replicability ({{count}})_many": "",
922951
"Replicability ({{count}})_other": "Replicabilità ({{count}})",
923952
"Severity ({{count}})_one": "Gravità ({{count}})",
953+
"Severity ({{count}})_many": "",
924954
"Severity ({{count}})_other": "Gravità ({{count}})",
925955
"Status ({{count}})_one": "Stato ({{count}})",
956+
"Status ({{count}})_many": "",
926957
"Status ({{count}})_other": "Stati ({{count}})",
927958
"Tags ({{count}})_one": "Tag ({{count}})",
959+
"Tags ({{count}})_many": "",
928960
"Tags ({{count}})_other": "Tag ({{count}})",
929961
"Typology ({{count}})_one": "Tipologia ({{count}})",
962+
"Typology ({{count}})_many": "",
930963
"Typology ({{count}})_other": "Tipologie ({{count}})",
931964
"Use Cases ({{count}})_one": "Use Case ({{count}})",
965+
"Use Cases ({{count}})_many": "",
932966
"Use Cases ({{count}})_other": "Use Case ({{count}})",
933967
"UseCase ({{count}})_one": "Use Case ({{count}})",
968+
"UseCase ({{count}})_many": "",
934969
"UseCase ({{count}})_other": "Use Case ({{count}})"
935970
}

src/pages/Video/Actions.tsx

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
import { LG, Skeleton, Tag } from '@appquality/unguess-design-system';
1+
import { Skeleton, Tag, XL } from '@appquality/unguess-design-system';
22
import { useParams } from 'react-router-dom';
33
import { appTheme } from 'src/app/theme';
44
import { Meta } from 'src/common/components/Meta';
55
import { Pipe } from 'src/common/components/Pipe';
6-
import { Divider } from 'src/common/components/divider';
76
import { getDeviceIcon } from 'src/common/components/BugDetail/Meta';
87
import { ReactComponent as ClockIcon } from 'src/assets/icons/time-icon.svg';
98
import {
@@ -72,7 +71,7 @@ const Actions = () => {
7271

7372
return (
7473
<Container ref={refScroll}>
75-
<LG isBold>{video.tester.name}</LG>
74+
<XL isBold>{video.tester.name}</XL>
7675
<MetaContainer>
7776
<Meta size="medium">T{video.tester.id}</Meta>
7877
<Pipe />
@@ -91,21 +90,18 @@ const Actions = () => {
9190
</Tag>
9291
)}
9392
</MetaContainer>
94-
<Divider style={{ margin: `${appTheme.space.sm} auto` }} />
9593
{observations && observations.length ? (
96-
<div style={{ margin: `${appTheme.space.sm} 0` }}>
97-
{observations &&
98-
observations.map((observation) => (
99-
<Observation
100-
refScroll={refScroll}
101-
key={observation.id}
102-
observation={observation}
103-
{...(video.transcript && {
104-
transcript: video.transcript,
105-
})}
106-
/>
107-
))}
108-
</div>
94+
observations &&
95+
observations.map((observation) => (
96+
<Observation
97+
refScroll={refScroll}
98+
key={observation.id}
99+
observation={observation}
100+
{...(video.transcript && {
101+
transcript: video.transcript,
102+
})}
103+
/>
104+
))
109105
) : (
110106
<NoObservations />
111107
)}

0 commit comments

Comments
 (0)