@myinterview/widget-react 1.1.62 → 1.1.63-beta-1f35af3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1836,7 +1836,223 @@ export declare const resources: {
1836
1836
  };
1837
1837
  };
1838
1838
  };
1839
- readonly swe: {
1839
+ readonly sv: {
1840
+ readonly translation: {
1841
+ welcome: {
1842
+ title: string;
1843
+ startInterview: string;
1844
+ resumeInterview: string;
1845
+ see_more: string;
1846
+ see_less: string;
1847
+ click: string;
1848
+ terms: string;
1849
+ and: string;
1850
+ privacy: string;
1851
+ };
1852
+ top_tips: {
1853
+ top_tips: string;
1854
+ title: string;
1855
+ tip_1: string;
1856
+ tip_2: string;
1857
+ tip_3: string;
1858
+ tip_4: string;
1859
+ tip_5: string;
1860
+ tip_6: string;
1861
+ tip_7: string;
1862
+ };
1863
+ setup: {
1864
+ title: string;
1865
+ rotate: string;
1866
+ permission_denied: string;
1867
+ camera: {
1868
+ name: string;
1869
+ WAITING: string;
1870
+ ERROR: string;
1871
+ READY: string;
1872
+ };
1873
+ microphone: {
1874
+ name: string;
1875
+ WAITING: string;
1876
+ ERROR: string;
1877
+ READY: string;
1878
+ };
1879
+ internet: {
1880
+ name: string;
1881
+ TESTING: string;
1882
+ SLOW: string;
1883
+ CONNECTED: string;
1884
+ NO_CONNECTED: string;
1885
+ };
1886
+ unsupported_device: {
1887
+ IOS: string;
1888
+ BROWSER: string;
1889
+ INCOGNITO: string;
1890
+ };
1891
+ };
1892
+ parameters_answer_type: {
1893
+ video: string;
1894
+ text: string;
1895
+ multi_choice: string;
1896
+ };
1897
+ assessment: {
1898
+ instructions: {
1899
+ text: string;
1900
+ single: string;
1901
+ multi: string;
1902
+ };
1903
+ free_text: {
1904
+ input_placeholder: string;
1905
+ };
1906
+ };
1907
+ times_up: {
1908
+ title: string;
1909
+ text: string;
1910
+ };
1911
+ time: {
1912
+ unlimited: string;
1913
+ minuteLeft_one: string;
1914
+ minuteLeft: string;
1915
+ minute_one: string;
1916
+ minute_other: string;
1917
+ second_one: string;
1918
+ second_other: string;
1919
+ };
1920
+ practice: {
1921
+ title: string;
1922
+ subtitle: string;
1923
+ label: string;
1924
+ questions: {
1925
+ numOfRetakes: number;
1926
+ thinkingTime: number;
1927
+ partDuration: number;
1928
+ question: string;
1929
+ description: string;
1930
+ }[];
1931
+ };
1932
+ preview: {
1933
+ title: string;
1934
+ singleTake: string;
1935
+ take: string;
1936
+ question_title: {
1937
+ last_question_single_take: string;
1938
+ only_one_take: string;
1939
+ last_take: string;
1940
+ available_takes_first_attempt: string;
1941
+ available_takes: string;
1942
+ };
1943
+ practice_title: {
1944
+ last_question_single_take: string;
1945
+ only_one_take: string;
1946
+ last_take: string;
1947
+ available_takes_first_attempt: string;
1948
+ available_takes: string;
1949
+ };
1950
+ };
1951
+ upload: {
1952
+ title: string;
1953
+ subtitle: string;
1954
+ errorInfo: string;
1955
+ };
1956
+ questionList: {
1957
+ name: string;
1958
+ };
1959
+ recorder: {
1960
+ explanation: {
1961
+ take_one: string;
1962
+ take_other: string;
1963
+ remaining_take_one: string;
1964
+ remaining_take_other: string;
1965
+ question: {
1966
+ name: string;
1967
+ videoQuestionHeader: string;
1968
+ title: string;
1969
+ questionThinkingTime: string;
1970
+ questionDuration: string;
1971
+ isVideoQuestion: string;
1972
+ checkSpeakers: string;
1973
+ cannotPauseSkip: string;
1974
+ videoQuestionThinkingTime: string;
1975
+ videoQuestionNoThinkingTime: string;
1976
+ showQuestion_btn: string;
1977
+ watchQuestion_btn: string;
1978
+ };
1979
+ };
1980
+ errors: {
1981
+ MEDIA_PERMISSION: {
1982
+ TITLE: string;
1983
+ DETAILS: string;
1984
+ CTA: string;
1985
+ };
1986
+ NO_SOUND: {
1987
+ TITLE: string;
1988
+ DETAILS: string;
1989
+ DETAILS_MOBILE: string;
1990
+ CTA: string;
1991
+ };
1992
+ CONNECTION: {
1993
+ TITLE: string;
1994
+ DETAILS: string;
1995
+ };
1996
+ RETRY: {
1997
+ TITLE: string;
1998
+ DETAILS: string;
1999
+ CTA: string;
2000
+ };
2001
+ REDIRECT: {
2002
+ TITLE: string;
2003
+ DETAILS: string;
2004
+ };
2005
+ };
2006
+ permissions: {
2007
+ title: string;
2008
+ subtitle: string;
2009
+ permission: string;
2010
+ PERMISSION_STEPS: {
2011
+ IOS: {
2012
+ CHROME: string[];
2013
+ SAFARI: string[];
2014
+ };
2015
+ ANDROID: {
2016
+ CHROME: string[];
2017
+ SAMSUNG: string[];
2018
+ };
2019
+ MACBOOK: {
2020
+ CHROME: string[];
2021
+ SAFARI: string[];
2022
+ FIREFOX: string[];
2023
+ };
2024
+ WINDOWS: {
2025
+ CHROME: string[];
2026
+ FIREFOX: string[];
2027
+ };
2028
+ };
2029
+ };
2030
+ };
2031
+ buttons: {
2032
+ btn_watch_question: string;
2033
+ btn_show_question: string;
2034
+ button_next_question: string;
2035
+ btn_start_recording: string;
2036
+ btn_start_assessment: string;
2037
+ btn_stop_recording: string;
2038
+ btn_try_again: string;
2039
+ btn_internet_test_again: string;
2040
+ btn_practice: string;
2041
+ btn_start: string;
2042
+ btn_retry: string;
2043
+ btn_start_now: string;
2044
+ RETAKE: string;
2045
+ NEXT: string;
2046
+ SUBMIT: string;
2047
+ READY: string;
2048
+ };
2049
+ layout: {
2050
+ footer: string;
2051
+ at: string;
2052
+ };
2053
+ };
2054
+ };
2055
+ readonly nl: {
1840
2056
  readonly translation: {
1841
2057
  welcome: {
1842
2058
  title: string;