@alfadocs/ui-kit 1.28.1 → 1.28.2
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.
- package/dist/agent-catalog.json +1 -1
- package/dist/i18n/locales/ar.d.ts +75 -75
- package/dist/i18n/locales/ar.js +76 -76
- package/dist/i18n/locales/de.d.ts +24 -24
- package/dist/i18n/locales/de.js +24 -24
- package/dist/i18n/locales/el.d.ts +75 -75
- package/dist/i18n/locales/el.js +76 -76
- package/dist/i18n/locales/es.d.ts +25 -25
- package/dist/i18n/locales/es.js +25 -25
- package/dist/i18n/locales/fr.d.ts +25 -25
- package/dist/i18n/locales/fr.js +25 -25
- package/dist/i18n/locales/hi.d.ts +75 -75
- package/dist/i18n/locales/hi.js +76 -76
- package/dist/i18n/locales/ja.d.ts +75 -75
- package/dist/i18n/locales/ja.js +76 -76
- package/dist/i18n/locales/nl.d.ts +23 -23
- package/dist/i18n/locales/nl.js +23 -23
- package/dist/i18n/locales/pl.d.ts +75 -75
- package/dist/i18n/locales/pl.js +76 -76
- package/dist/i18n/locales/pt.d.ts +25 -25
- package/dist/i18n/locales/pt.js +25 -25
- package/dist/i18n/locales/ro.d.ts +75 -75
- package/dist/i18n/locales/ro.js +76 -76
- package/dist/i18n/locales/ru.d.ts +75 -75
- package/dist/i18n/locales/ru.js +76 -76
- package/dist/i18n/locales/sq.d.ts +75 -75
- package/dist/i18n/locales/sq.js +76 -76
- package/dist/i18n/locales/sv.d.ts +74 -74
- package/dist/i18n/locales/sv.js +75 -75
- package/dist/i18n/locales/tr.d.ts +75 -75
- package/dist/i18n/locales/tr.js +76 -76
- package/dist/i18n/locales/zh.d.ts +75 -75
- package/dist/i18n/locales/zh.js +76 -76
- package/dist/locales/ar.json +75 -75
- package/dist/locales/de.json +24 -24
- package/dist/locales/el.json +75 -75
- package/dist/locales/es.json +25 -25
- package/dist/locales/fr.json +25 -25
- package/dist/locales/hi.json +75 -75
- package/dist/locales/ja.json +75 -75
- package/dist/locales/nl.json +23 -23
- package/dist/locales/pl.json +75 -75
- package/dist/locales/pt.json +25 -25
- package/dist/locales/ro.json +75 -75
- package/dist/locales/ru.json +75 -75
- package/dist/locales/sq.json +75 -75
- package/dist/locales/sv.json +74 -74
- package/dist/locales/tr.json +75 -75
- package/dist/locales/zh.json +75 -75
- package/package.json +1 -1
|
@@ -1808,20 +1808,20 @@ export declare const svUi: {
|
|
|
1808
1808
|
};
|
|
1809
1809
|
};
|
|
1810
1810
|
readonly success: {
|
|
1811
|
-
readonly heading: "
|
|
1812
|
-
readonly descriptionSingle: "
|
|
1813
|
-
readonly descriptionMultiple: "
|
|
1814
|
-
readonly descriptionDemo: "
|
|
1815
|
-
readonly summaryDate: "
|
|
1816
|
-
readonly summaryTime: "
|
|
1817
|
-
readonly summaryProvider: "
|
|
1818
|
-
readonly summaryService: "
|
|
1819
|
-
readonly summarySpecialty: "
|
|
1820
|
-
readonly bookAnother: "
|
|
1821
|
-
readonly modifyBooking: "
|
|
1811
|
+
readonly heading: "Bokning skickad";
|
|
1812
|
+
readonly descriptionSingle: "Vi har skickat en bekräftelselänk via {{channel}}. Klicka på länken för att bekräfta din bokning.";
|
|
1813
|
+
readonly descriptionMultiple: "Vi har skickat en bekräftelselänk via {{channels}}. Klicka på länken i någon av dessa för att bekräfta din bokning.";
|
|
1814
|
+
readonly descriptionDemo: "Det här var en demo — ingen bekräftelse skickades. I produktion skulle vi mejla dig en länk för att bekräfta.";
|
|
1815
|
+
readonly summaryDate: "Datum";
|
|
1816
|
+
readonly summaryTime: "Tid";
|
|
1817
|
+
readonly summaryProvider: "Vårdgivare";
|
|
1818
|
+
readonly summaryService: "Behandling";
|
|
1819
|
+
readonly summarySpecialty: "Specialitet";
|
|
1820
|
+
readonly bookAnother: "Boka en ny tid";
|
|
1821
|
+
readonly modifyBooking: "Ändra bokning";
|
|
1822
1822
|
};
|
|
1823
1823
|
readonly submitError: {
|
|
1824
|
-
readonly generic: "
|
|
1824
|
+
readonly generic: "Vi kunde inte skicka din bokning. Försök igen.";
|
|
1825
1825
|
};
|
|
1826
1826
|
readonly details: {
|
|
1827
1827
|
readonly heading: "Dina uppgifter";
|
|
@@ -1916,104 +1916,104 @@ export declare const svUi: {
|
|
|
1916
1916
|
};
|
|
1917
1917
|
};
|
|
1918
1918
|
readonly practiceResults: {
|
|
1919
|
-
readonly regionLabel: "
|
|
1920
|
-
readonly loading: "
|
|
1919
|
+
readonly regionLabel: "Sökresultat för mottagningar";
|
|
1920
|
+
readonly loading: "Laddar resultat…";
|
|
1921
1921
|
readonly results: {
|
|
1922
|
-
readonly heading_one: "{{count}}
|
|
1923
|
-
readonly heading_zero: "{{count}}
|
|
1924
|
-
readonly heading_two: "{{count}}
|
|
1925
|
-
readonly heading_few: "{{count}}
|
|
1926
|
-
readonly heading_many: "{{count}}
|
|
1927
|
-
readonly heading_other: "{{count}}
|
|
1928
|
-
readonly summary_one: "{{count}}
|
|
1929
|
-
readonly summary_zero: "{{count}}
|
|
1930
|
-
readonly summary_two: "{{count}}
|
|
1931
|
-
readonly summary_few: "{{count}}
|
|
1932
|
-
readonly summary_many: "{{count}}
|
|
1933
|
-
readonly summary_other: "{{count}}
|
|
1922
|
+
readonly heading_one: "{{count}} resultat i {{place}}";
|
|
1923
|
+
readonly heading_zero: "{{count}} resultat i {{place}}";
|
|
1924
|
+
readonly heading_two: "{{count}} resultat i {{place}}";
|
|
1925
|
+
readonly heading_few: "{{count}} resultat i {{place}}";
|
|
1926
|
+
readonly heading_many: "{{count}} resultat i {{place}}";
|
|
1927
|
+
readonly heading_other: "{{count}} resultat i {{place}}";
|
|
1928
|
+
readonly summary_one: "{{count}} resultat";
|
|
1929
|
+
readonly summary_zero: "{{count}} resultat";
|
|
1930
|
+
readonly summary_two: "{{count}} resultat";
|
|
1931
|
+
readonly summary_few: "{{count}} resultat";
|
|
1932
|
+
readonly summary_many: "{{count}} resultat";
|
|
1933
|
+
readonly summary_other: "{{count}} resultat";
|
|
1934
1934
|
};
|
|
1935
1935
|
readonly list: {
|
|
1936
|
-
readonly label: "
|
|
1936
|
+
readonly label: "Lista över mottagningar";
|
|
1937
1937
|
};
|
|
1938
1938
|
readonly map: {
|
|
1939
|
-
readonly label: "
|
|
1939
|
+
readonly label: "Karta över mottagningar";
|
|
1940
1940
|
};
|
|
1941
1941
|
readonly thumbnail: {
|
|
1942
|
-
readonly alt: "
|
|
1942
|
+
readonly alt: "Kartförhandsvisning av mottagningens plats";
|
|
1943
1943
|
};
|
|
1944
1944
|
readonly filters: {
|
|
1945
|
-
readonly label: "
|
|
1946
|
-
readonly clear: "
|
|
1947
|
-
readonly empty: "
|
|
1945
|
+
readonly label: "Filter";
|
|
1946
|
+
readonly clear: "Rensa filter";
|
|
1947
|
+
readonly empty: "Inga filter tillgängliga.";
|
|
1948
1948
|
};
|
|
1949
1949
|
readonly sort: {
|
|
1950
|
-
readonly label: "
|
|
1951
|
-
readonly distance: "
|
|
1952
|
-
readonly rating: "
|
|
1953
|
-
readonly nextAvailable: "
|
|
1954
|
-
readonly relevance: "
|
|
1950
|
+
readonly label: "Sortera";
|
|
1951
|
+
readonly distance: "Avstånd";
|
|
1952
|
+
readonly rating: "Betyg";
|
|
1953
|
+
readonly nextAvailable: "Nästa lediga tid";
|
|
1954
|
+
readonly relevance: "Relevans";
|
|
1955
1955
|
};
|
|
1956
1956
|
readonly empty: {
|
|
1957
|
-
readonly title: "
|
|
1958
|
-
readonly description: "
|
|
1957
|
+
readonly title: "Inga resultat";
|
|
1958
|
+
readonly description: "Försök att utöka sökradien eller ta bort ett filter.";
|
|
1959
1959
|
};
|
|
1960
1960
|
readonly error: {
|
|
1961
|
-
readonly title: "
|
|
1962
|
-
readonly description: "
|
|
1963
|
-
readonly retry: "
|
|
1961
|
+
readonly title: "Vi kunde inte läsa in resultaten";
|
|
1962
|
+
readonly description: "Kontrollera din anslutning och försök igen.";
|
|
1963
|
+
readonly retry: "Försök igen";
|
|
1964
1964
|
};
|
|
1965
|
-
readonly viewMap: "
|
|
1966
|
-
readonly viewList: "
|
|
1965
|
+
readonly viewMap: "Visa karta";
|
|
1966
|
+
readonly viewList: "Visa lista";
|
|
1967
1967
|
readonly nextSlot: {
|
|
1968
|
-
readonly summary: "
|
|
1969
|
-
readonly cta: "
|
|
1968
|
+
readonly summary: "Nästa lediga tid {{time}}";
|
|
1969
|
+
readonly cta: "Boka {{time}}";
|
|
1970
1970
|
};
|
|
1971
1971
|
readonly distance: {
|
|
1972
1972
|
readonly km: "{{distance}} km";
|
|
1973
1973
|
readonly below: "< 1 km";
|
|
1974
1974
|
};
|
|
1975
1975
|
readonly fearPatient: {
|
|
1976
|
-
readonly label: "
|
|
1976
|
+
readonly label: "Anpassad för oroliga patienter";
|
|
1977
1977
|
};
|
|
1978
1978
|
readonly card: {
|
|
1979
|
-
readonly open: "
|
|
1980
|
-
readonly book: "
|
|
1981
|
-
readonly firstVisitPrice: "
|
|
1979
|
+
readonly open: "Öppna";
|
|
1980
|
+
readonly book: "Boka";
|
|
1981
|
+
readonly firstVisitPrice: "Kostnad för första besöket";
|
|
1982
1982
|
};
|
|
1983
1983
|
readonly sheet: {
|
|
1984
|
-
readonly title_one: "{{count}}
|
|
1985
|
-
readonly title_zero: "{{count}}
|
|
1986
|
-
readonly title_two: "{{count}}
|
|
1987
|
-
readonly title_few: "{{count}}
|
|
1988
|
-
readonly title_many: "{{count}}
|
|
1989
|
-
readonly title_other: "{{count}}
|
|
1990
|
-
readonly description: "
|
|
1991
|
-
readonly descriptionMapFirst: "
|
|
1984
|
+
readonly title_one: "{{count}} mottagning";
|
|
1985
|
+
readonly title_zero: "{{count}} mottagningar";
|
|
1986
|
+
readonly title_two: "{{count}} mottagningar";
|
|
1987
|
+
readonly title_few: "{{count}} mottagningar";
|
|
1988
|
+
readonly title_many: "{{count}} mottagningar";
|
|
1989
|
+
readonly title_other: "{{count}} mottagningar";
|
|
1990
|
+
readonly description: "Karta över matchande mottagningar med resultatlistan under.";
|
|
1991
|
+
readonly descriptionMapFirst: "Lista över mottagningar, sorteringskontroller och radioknappar för panelstorlek.";
|
|
1992
1992
|
readonly snap: {
|
|
1993
|
-
readonly label: "
|
|
1994
|
-
readonly peek: "
|
|
1995
|
-
readonly half: "
|
|
1993
|
+
readonly label: "Panelstorlek";
|
|
1994
|
+
readonly peek: "Kika";
|
|
1995
|
+
readonly half: "Halv";
|
|
1996
1996
|
readonly full: "Full";
|
|
1997
1997
|
};
|
|
1998
1998
|
};
|
|
1999
1999
|
};
|
|
2000
2000
|
readonly contactProfileCard: {
|
|
2001
|
-
readonly heading: "
|
|
2002
|
-
readonly openInGoogleMaps: "
|
|
2001
|
+
readonly heading: "Profil";
|
|
2002
|
+
readonly openInGoogleMaps: "Öppna i Google Maps";
|
|
2003
2003
|
readonly label: {
|
|
2004
|
-
readonly address: "
|
|
2005
|
-
readonly phone: "
|
|
2004
|
+
readonly address: "Mottagningens adress";
|
|
2005
|
+
readonly phone: "Telefon";
|
|
2006
2006
|
readonly whatsapp: "WhatsApp";
|
|
2007
2007
|
readonly email: "Email";
|
|
2008
|
-
readonly website: "
|
|
2009
|
-
readonly languages: "
|
|
2010
|
-
readonly insurances: "
|
|
2011
|
-
readonly firstVisitPrice: "
|
|
2012
|
-
readonly expertForAnxiousPatients: "
|
|
2013
|
-
readonly profession: "
|
|
2008
|
+
readonly website: "Webbplats";
|
|
2009
|
+
readonly languages: "Talade språk";
|
|
2010
|
+
readonly insurances: "Försäkring / samarbete";
|
|
2011
|
+
readonly firstVisitPrice: "Kostnad för första besöket";
|
|
2012
|
+
readonly expertForAnxiousPatients: "Erfaren av oroliga patienter";
|
|
2013
|
+
readonly profession: "Yrke";
|
|
2014
2014
|
};
|
|
2015
2015
|
readonly value: {
|
|
2016
|
-
readonly yesShort: "
|
|
2016
|
+
readonly yesShort: "Ja";
|
|
2017
2017
|
};
|
|
2018
2018
|
readonly map: {
|
|
2019
2019
|
readonly alt: "Karta som visar {{address}}";
|
|
@@ -2616,8 +2616,8 @@ export declare const svUi: {
|
|
|
2616
2616
|
};
|
|
2617
2617
|
readonly operatorHero: {
|
|
2618
2618
|
readonly colorLabel: "Calendar colour";
|
|
2619
|
-
readonly regionLabel: "
|
|
2620
|
-
readonly ratingLabel: "{{value}}
|
|
2619
|
+
readonly regionLabel: "Vårdgivarens profil";
|
|
2620
|
+
readonly ratingLabel: "{{value}} av 5 stjärnor, baserat på {{count}} recensioner";
|
|
2621
2621
|
};
|
|
2622
2622
|
readonly reviewsPanel: {
|
|
2623
2623
|
readonly regionLabel: "Patientomdömen";
|
package/dist/i18n/locales/sv.js
CHANGED
|
@@ -1808,20 +1808,20 @@ const e = {
|
|
|
1808
1808
|
}
|
|
1809
1809
|
},
|
|
1810
1810
|
success: {
|
|
1811
|
-
heading: "
|
|
1812
|
-
descriptionSingle: "
|
|
1813
|
-
descriptionMultiple: "
|
|
1814
|
-
descriptionDemo: "
|
|
1815
|
-
summaryDate: "
|
|
1816
|
-
summaryTime: "
|
|
1817
|
-
summaryProvider: "
|
|
1818
|
-
summaryService: "
|
|
1819
|
-
summarySpecialty: "
|
|
1820
|
-
bookAnother: "
|
|
1821
|
-
modifyBooking: "
|
|
1811
|
+
heading: "Bokning skickad",
|
|
1812
|
+
descriptionSingle: "Vi har skickat en bekräftelselänk via {{channel}}. Klicka på länken för att bekräfta din bokning.",
|
|
1813
|
+
descriptionMultiple: "Vi har skickat en bekräftelselänk via {{channels}}. Klicka på länken i någon av dessa för att bekräfta din bokning.",
|
|
1814
|
+
descriptionDemo: "Det här var en demo — ingen bekräftelse skickades. I produktion skulle vi mejla dig en länk för att bekräfta.",
|
|
1815
|
+
summaryDate: "Datum",
|
|
1816
|
+
summaryTime: "Tid",
|
|
1817
|
+
summaryProvider: "Vårdgivare",
|
|
1818
|
+
summaryService: "Behandling",
|
|
1819
|
+
summarySpecialty: "Specialitet",
|
|
1820
|
+
bookAnother: "Boka en ny tid",
|
|
1821
|
+
modifyBooking: "Ändra bokning"
|
|
1822
1822
|
},
|
|
1823
1823
|
submitError: {
|
|
1824
|
-
generic: "
|
|
1824
|
+
generic: "Vi kunde inte skicka din bokning. Försök igen."
|
|
1825
1825
|
},
|
|
1826
1826
|
details: {
|
|
1827
1827
|
heading: "Dina uppgifter",
|
|
@@ -1917,93 +1917,93 @@ const e = {
|
|
|
1917
1917
|
},
|
|
1918
1918
|
// TODO i18n: practiceResults strings pending translation — currently EN fallback
|
|
1919
1919
|
practiceResults: {
|
|
1920
|
-
regionLabel: "
|
|
1921
|
-
loading: "
|
|
1920
|
+
regionLabel: "Sökresultat för mottagningar",
|
|
1921
|
+
loading: "Laddar resultat…",
|
|
1922
1922
|
results: {
|
|
1923
|
-
heading_one: "{{count}}
|
|
1924
|
-
heading_zero: "{{count}}
|
|
1925
|
-
heading_two: "{{count}}
|
|
1926
|
-
heading_few: "{{count}}
|
|
1927
|
-
heading_many: "{{count}}
|
|
1928
|
-
heading_other: "{{count}}
|
|
1929
|
-
summary_one: "{{count}}
|
|
1930
|
-
summary_zero: "{{count}}
|
|
1931
|
-
summary_two: "{{count}}
|
|
1932
|
-
summary_few: "{{count}}
|
|
1933
|
-
summary_many: "{{count}}
|
|
1934
|
-
summary_other: "{{count}}
|
|
1935
|
-
},
|
|
1936
|
-
list: { label: "
|
|
1937
|
-
map: { label: "
|
|
1938
|
-
thumbnail: { alt: "
|
|
1923
|
+
heading_one: "{{count}} resultat i {{place}}",
|
|
1924
|
+
heading_zero: "{{count}} resultat i {{place}}",
|
|
1925
|
+
heading_two: "{{count}} resultat i {{place}}",
|
|
1926
|
+
heading_few: "{{count}} resultat i {{place}}",
|
|
1927
|
+
heading_many: "{{count}} resultat i {{place}}",
|
|
1928
|
+
heading_other: "{{count}} resultat i {{place}}",
|
|
1929
|
+
summary_one: "{{count}} resultat",
|
|
1930
|
+
summary_zero: "{{count}} resultat",
|
|
1931
|
+
summary_two: "{{count}} resultat",
|
|
1932
|
+
summary_few: "{{count}} resultat",
|
|
1933
|
+
summary_many: "{{count}} resultat",
|
|
1934
|
+
summary_other: "{{count}} resultat"
|
|
1935
|
+
},
|
|
1936
|
+
list: { label: "Lista över mottagningar" },
|
|
1937
|
+
map: { label: "Karta över mottagningar" },
|
|
1938
|
+
thumbnail: { alt: "Kartförhandsvisning av mottagningens plats" },
|
|
1939
1939
|
filters: {
|
|
1940
|
-
label: "
|
|
1941
|
-
clear: "
|
|
1942
|
-
empty: "
|
|
1940
|
+
label: "Filter",
|
|
1941
|
+
clear: "Rensa filter",
|
|
1942
|
+
empty: "Inga filter tillgängliga."
|
|
1943
1943
|
},
|
|
1944
1944
|
sort: {
|
|
1945
|
-
label: "
|
|
1946
|
-
distance: "
|
|
1947
|
-
rating: "
|
|
1948
|
-
nextAvailable: "
|
|
1949
|
-
relevance: "
|
|
1945
|
+
label: "Sortera",
|
|
1946
|
+
distance: "Avstånd",
|
|
1947
|
+
rating: "Betyg",
|
|
1948
|
+
nextAvailable: "Nästa lediga tid",
|
|
1949
|
+
relevance: "Relevans"
|
|
1950
1950
|
},
|
|
1951
1951
|
empty: {
|
|
1952
|
-
title: "
|
|
1953
|
-
description: "
|
|
1952
|
+
title: "Inga resultat",
|
|
1953
|
+
description: "Försök att utöka sökradien eller ta bort ett filter."
|
|
1954
1954
|
},
|
|
1955
1955
|
error: {
|
|
1956
|
-
title: "
|
|
1957
|
-
description: "
|
|
1958
|
-
retry: "
|
|
1956
|
+
title: "Vi kunde inte läsa in resultaten",
|
|
1957
|
+
description: "Kontrollera din anslutning och försök igen.",
|
|
1958
|
+
retry: "Försök igen"
|
|
1959
1959
|
},
|
|
1960
|
-
viewMap: "
|
|
1961
|
-
viewList: "
|
|
1960
|
+
viewMap: "Visa karta",
|
|
1961
|
+
viewList: "Visa lista",
|
|
1962
1962
|
nextSlot: {
|
|
1963
|
-
summary: "
|
|
1964
|
-
cta: "
|
|
1963
|
+
summary: "Nästa lediga tid {{time}}",
|
|
1964
|
+
cta: "Boka {{time}}"
|
|
1965
1965
|
},
|
|
1966
1966
|
distance: { km: "{{distance}} km", below: "< 1 km" },
|
|
1967
|
-
fearPatient: { label: "
|
|
1967
|
+
fearPatient: { label: "Anpassad för oroliga patienter" },
|
|
1968
1968
|
card: {
|
|
1969
|
-
open: "
|
|
1970
|
-
book: "
|
|
1971
|
-
firstVisitPrice: "
|
|
1969
|
+
open: "Öppna",
|
|
1970
|
+
book: "Boka",
|
|
1971
|
+
firstVisitPrice: "Kostnad för första besöket"
|
|
1972
1972
|
},
|
|
1973
1973
|
sheet: {
|
|
1974
|
-
title_one: "{{count}}
|
|
1975
|
-
title_zero: "{{count}}
|
|
1976
|
-
title_two: "{{count}}
|
|
1977
|
-
title_few: "{{count}}
|
|
1978
|
-
title_many: "{{count}}
|
|
1979
|
-
title_other: "{{count}}
|
|
1980
|
-
description: "
|
|
1981
|
-
descriptionMapFirst: "
|
|
1974
|
+
title_one: "{{count}} mottagning",
|
|
1975
|
+
title_zero: "{{count}} mottagningar",
|
|
1976
|
+
title_two: "{{count}} mottagningar",
|
|
1977
|
+
title_few: "{{count}} mottagningar",
|
|
1978
|
+
title_many: "{{count}} mottagningar",
|
|
1979
|
+
title_other: "{{count}} mottagningar",
|
|
1980
|
+
description: "Karta över matchande mottagningar med resultatlistan under.",
|
|
1981
|
+
descriptionMapFirst: "Lista över mottagningar, sorteringskontroller och radioknappar för panelstorlek.",
|
|
1982
1982
|
snap: {
|
|
1983
|
-
label: "
|
|
1984
|
-
peek: "
|
|
1985
|
-
half: "
|
|
1983
|
+
label: "Panelstorlek",
|
|
1984
|
+
peek: "Kika",
|
|
1985
|
+
half: "Halv",
|
|
1986
1986
|
full: "Full"
|
|
1987
1987
|
}
|
|
1988
1988
|
}
|
|
1989
1989
|
},
|
|
1990
1990
|
contactProfileCard: {
|
|
1991
|
-
heading: "
|
|
1992
|
-
openInGoogleMaps: "
|
|
1991
|
+
heading: "Profil",
|
|
1992
|
+
openInGoogleMaps: "Öppna i Google Maps",
|
|
1993
1993
|
label: {
|
|
1994
|
-
address: "
|
|
1995
|
-
phone: "
|
|
1994
|
+
address: "Mottagningens adress",
|
|
1995
|
+
phone: "Telefon",
|
|
1996
1996
|
whatsapp: "WhatsApp",
|
|
1997
1997
|
email: "Email",
|
|
1998
|
-
website: "
|
|
1999
|
-
languages: "
|
|
2000
|
-
insurances: "
|
|
2001
|
-
firstVisitPrice: "
|
|
2002
|
-
expertForAnxiousPatients: "
|
|
2003
|
-
profession: "
|
|
1998
|
+
website: "Webbplats",
|
|
1999
|
+
languages: "Talade språk",
|
|
2000
|
+
insurances: "Försäkring / samarbete",
|
|
2001
|
+
firstVisitPrice: "Kostnad för första besöket",
|
|
2002
|
+
expertForAnxiousPatients: "Erfaren av oroliga patienter",
|
|
2003
|
+
profession: "Yrke"
|
|
2004
2004
|
},
|
|
2005
2005
|
value: {
|
|
2006
|
-
yesShort: "
|
|
2006
|
+
yesShort: "Ja"
|
|
2007
2007
|
},
|
|
2008
2008
|
map: {
|
|
2009
2009
|
alt: "Karta som visar {{address}}"
|
|
@@ -2595,8 +2595,8 @@ const e = {
|
|
|
2595
2595
|
},
|
|
2596
2596
|
operatorHero: {
|
|
2597
2597
|
colorLabel: "Calendar colour",
|
|
2598
|
-
regionLabel: "
|
|
2599
|
-
ratingLabel: "{{value}}
|
|
2598
|
+
regionLabel: "Vårdgivarens profil",
|
|
2599
|
+
ratingLabel: "{{value}} av 5 stjärnor, baserat på {{count}} recensioner"
|
|
2600
2600
|
},
|
|
2601
2601
|
reviewsPanel: {
|
|
2602
2602
|
regionLabel: "Patientomdömen",
|
|
@@ -1808,20 +1808,20 @@ export declare const trUi: {
|
|
|
1808
1808
|
};
|
|
1809
1809
|
};
|
|
1810
1810
|
readonly success: {
|
|
1811
|
-
readonly heading: "
|
|
1812
|
-
readonly descriptionSingle: "
|
|
1813
|
-
readonly descriptionMultiple: "
|
|
1814
|
-
readonly descriptionDemo: "
|
|
1815
|
-
readonly summaryDate: "
|
|
1816
|
-
readonly summaryTime: "
|
|
1817
|
-
readonly summaryProvider: "
|
|
1818
|
-
readonly summaryService: "
|
|
1819
|
-
readonly summarySpecialty: "
|
|
1820
|
-
readonly bookAnother: "
|
|
1821
|
-
readonly modifyBooking: "
|
|
1811
|
+
readonly heading: "Randevu gönderildi";
|
|
1812
|
+
readonly descriptionSingle: "Size {{channel}} üzerinden bir onay bağlantısı gönderdik. Randevunuzu onaylamak için bağlantıya tıklayın.";
|
|
1813
|
+
readonly descriptionMultiple: "Size {{channels}} üzerinden bir onay bağlantısı gönderdik. Randevunuzu onaylamak için bunlardan herhangi birindeki bağlantıya tıklayın.";
|
|
1814
|
+
readonly descriptionDemo: "Bu bir demoydu — onay gönderilmedi. Gerçek ortamda size onay için e-postayla bir bağlantı gönderirdik.";
|
|
1815
|
+
readonly summaryDate: "Tarih";
|
|
1816
|
+
readonly summaryTime: "Saat";
|
|
1817
|
+
readonly summaryProvider: "Uzman";
|
|
1818
|
+
readonly summaryService: "Hizmet";
|
|
1819
|
+
readonly summarySpecialty: "Uzmanlık alanı";
|
|
1820
|
+
readonly bookAnother: "Başka bir randevu alın";
|
|
1821
|
+
readonly modifyBooking: "Randevuyu değiştirin";
|
|
1822
1822
|
};
|
|
1823
1823
|
readonly submitError: {
|
|
1824
|
-
readonly generic: "
|
|
1824
|
+
readonly generic: "Randevunuzu gönderemedik. Lütfen tekrar deneyin.";
|
|
1825
1825
|
};
|
|
1826
1826
|
readonly details: {
|
|
1827
1827
|
readonly heading: "Bilgileriniz";
|
|
@@ -1916,104 +1916,104 @@ export declare const trUi: {
|
|
|
1916
1916
|
};
|
|
1917
1917
|
};
|
|
1918
1918
|
readonly practiceResults: {
|
|
1919
|
-
readonly regionLabel: "
|
|
1920
|
-
readonly loading: "
|
|
1919
|
+
readonly regionLabel: "Klinik arama sonuçları";
|
|
1920
|
+
readonly loading: "Sonuçlar yükleniyor…";
|
|
1921
1921
|
readonly results: {
|
|
1922
|
-
readonly heading_one: "{{
|
|
1923
|
-
readonly heading_zero: "{{
|
|
1924
|
-
readonly heading_two: "{{
|
|
1925
|
-
readonly heading_few: "{{
|
|
1926
|
-
readonly heading_many: "{{
|
|
1927
|
-
readonly heading_other: "{{
|
|
1928
|
-
readonly summary_one: "{{count}}
|
|
1929
|
-
readonly summary_zero: "{{count}}
|
|
1930
|
-
readonly summary_two: "{{count}}
|
|
1931
|
-
readonly summary_few: "{{count}}
|
|
1932
|
-
readonly summary_many: "{{count}}
|
|
1933
|
-
readonly summary_other: "{{count}}
|
|
1922
|
+
readonly heading_one: "{{place}} içinde {{count}} sonuç";
|
|
1923
|
+
readonly heading_zero: "{{place}} içinde {{count}} sonuç";
|
|
1924
|
+
readonly heading_two: "{{place}} içinde {{count}} sonuç";
|
|
1925
|
+
readonly heading_few: "{{place}} içinde {{count}} sonuç";
|
|
1926
|
+
readonly heading_many: "{{place}} içinde {{count}} sonuç";
|
|
1927
|
+
readonly heading_other: "{{place}} içinde {{count}} sonuç";
|
|
1928
|
+
readonly summary_one: "{{count}} sonuç";
|
|
1929
|
+
readonly summary_zero: "{{count}} sonuç";
|
|
1930
|
+
readonly summary_two: "{{count}} sonuç";
|
|
1931
|
+
readonly summary_few: "{{count}} sonuç";
|
|
1932
|
+
readonly summary_many: "{{count}} sonuç";
|
|
1933
|
+
readonly summary_other: "{{count}} sonuç";
|
|
1934
1934
|
};
|
|
1935
1935
|
readonly list: {
|
|
1936
|
-
readonly label: "
|
|
1936
|
+
readonly label: "Klinik sonuç listesi";
|
|
1937
1937
|
};
|
|
1938
1938
|
readonly map: {
|
|
1939
|
-
readonly label: "
|
|
1939
|
+
readonly label: "Klinik sonuç haritası";
|
|
1940
1940
|
};
|
|
1941
1941
|
readonly thumbnail: {
|
|
1942
|
-
readonly alt: "
|
|
1942
|
+
readonly alt: "Kliniğin konumunun harita önizlemesi";
|
|
1943
1943
|
};
|
|
1944
1944
|
readonly filters: {
|
|
1945
|
-
readonly label: "
|
|
1946
|
-
readonly clear: "
|
|
1947
|
-
readonly empty: "
|
|
1945
|
+
readonly label: "Filtreler";
|
|
1946
|
+
readonly clear: "Filtreleri temizleyin";
|
|
1947
|
+
readonly empty: "Kullanılabilir filtre yok.";
|
|
1948
1948
|
};
|
|
1949
1949
|
readonly sort: {
|
|
1950
|
-
readonly label: "
|
|
1951
|
-
readonly distance: "
|
|
1952
|
-
readonly rating: "
|
|
1953
|
-
readonly nextAvailable: "
|
|
1954
|
-
readonly relevance: "
|
|
1950
|
+
readonly label: "Sıralama";
|
|
1951
|
+
readonly distance: "Mesafe";
|
|
1952
|
+
readonly rating: "Puan";
|
|
1953
|
+
readonly nextAvailable: "Sıradaki uygunluk";
|
|
1954
|
+
readonly relevance: "Alaka düzeyi";
|
|
1955
1955
|
};
|
|
1956
1956
|
readonly empty: {
|
|
1957
|
-
readonly title: "
|
|
1958
|
-
readonly description: "
|
|
1957
|
+
readonly title: "Sonuç yok";
|
|
1958
|
+
readonly description: "Arama yarıçapını genişletmeyi veya bir filtreyi kaldırmayı deneyin.";
|
|
1959
1959
|
};
|
|
1960
1960
|
readonly error: {
|
|
1961
|
-
readonly title: "
|
|
1962
|
-
readonly description: "
|
|
1963
|
-
readonly retry: "
|
|
1961
|
+
readonly title: "Sonuçları yükleyemedik";
|
|
1962
|
+
readonly description: "Bağlantınızı kontrol edin ve tekrar deneyin.";
|
|
1963
|
+
readonly retry: "Tekrar deneyin";
|
|
1964
1964
|
};
|
|
1965
|
-
readonly viewMap: "
|
|
1966
|
-
readonly viewList: "
|
|
1965
|
+
readonly viewMap: "Haritayı görüntüleyin";
|
|
1966
|
+
readonly viewList: "Listeyi görüntüleyin";
|
|
1967
1967
|
readonly nextSlot: {
|
|
1968
|
-
readonly summary: "
|
|
1969
|
-
readonly cta: "
|
|
1968
|
+
readonly summary: "Sıradaki uygunluk {{time}}";
|
|
1969
|
+
readonly cta: "{{time}} için randevu alın";
|
|
1970
1970
|
};
|
|
1971
1971
|
readonly distance: {
|
|
1972
1972
|
readonly km: "{{distance}} km";
|
|
1973
1973
|
readonly below: "< 1 km";
|
|
1974
1974
|
};
|
|
1975
1975
|
readonly fearPatient: {
|
|
1976
|
-
readonly label: "
|
|
1976
|
+
readonly label: "Kaygılı hastalar için uygun";
|
|
1977
1977
|
};
|
|
1978
1978
|
readonly card: {
|
|
1979
|
-
readonly open: "
|
|
1980
|
-
readonly book: "
|
|
1981
|
-
readonly firstVisitPrice: "
|
|
1979
|
+
readonly open: "Açın";
|
|
1980
|
+
readonly book: "Randevu alın";
|
|
1981
|
+
readonly firstVisitPrice: "İlk ziyaret ücreti";
|
|
1982
1982
|
};
|
|
1983
1983
|
readonly sheet: {
|
|
1984
|
-
readonly title_one: "{{count}}
|
|
1985
|
-
readonly title_zero: "{{count}}
|
|
1986
|
-
readonly title_two: "{{count}}
|
|
1987
|
-
readonly title_few: "{{count}}
|
|
1988
|
-
readonly title_many: "{{count}}
|
|
1989
|
-
readonly title_other: "{{count}}
|
|
1990
|
-
readonly description: "
|
|
1991
|
-
readonly descriptionMapFirst: "
|
|
1984
|
+
readonly title_one: "{{count}} klinik";
|
|
1985
|
+
readonly title_zero: "{{count}} klinik";
|
|
1986
|
+
readonly title_two: "{{count}} klinik";
|
|
1987
|
+
readonly title_few: "{{count}} klinik";
|
|
1988
|
+
readonly title_many: "{{count}} klinik";
|
|
1989
|
+
readonly title_other: "{{count}} klinik";
|
|
1990
|
+
readonly description: "Eşleşen kliniklerin haritası ve altında sonuç listesi.";
|
|
1991
|
+
readonly descriptionMapFirst: "Klinik listesi, sıralama kontrolleri ve panel boyutu seçim grubu.";
|
|
1992
1992
|
readonly snap: {
|
|
1993
|
-
readonly label: "
|
|
1994
|
-
readonly peek: "
|
|
1995
|
-
readonly half: "
|
|
1996
|
-
readonly full: "
|
|
1993
|
+
readonly label: "Panel boyutu";
|
|
1994
|
+
readonly peek: "Önizleme";
|
|
1995
|
+
readonly half: "Yarım";
|
|
1996
|
+
readonly full: "Tam";
|
|
1997
1997
|
};
|
|
1998
1998
|
};
|
|
1999
1999
|
};
|
|
2000
2000
|
readonly contactProfileCard: {
|
|
2001
|
-
readonly heading: "
|
|
2002
|
-
readonly openInGoogleMaps: "
|
|
2001
|
+
readonly heading: "Profil";
|
|
2002
|
+
readonly openInGoogleMaps: "Google Maps'te açın";
|
|
2003
2003
|
readonly label: {
|
|
2004
|
-
readonly address: "
|
|
2005
|
-
readonly phone: "
|
|
2004
|
+
readonly address: "Klinik adresi";
|
|
2005
|
+
readonly phone: "Telefon";
|
|
2006
2006
|
readonly whatsapp: "WhatsApp";
|
|
2007
2007
|
readonly email: "Email";
|
|
2008
|
-
readonly website: "
|
|
2009
|
-
readonly languages: "
|
|
2010
|
-
readonly insurances: "
|
|
2011
|
-
readonly firstVisitPrice: "
|
|
2012
|
-
readonly expertForAnxiousPatients: "
|
|
2013
|
-
readonly profession: "
|
|
2008
|
+
readonly website: "Web sitesi";
|
|
2009
|
+
readonly languages: "Konuşulan diller";
|
|
2010
|
+
readonly insurances: "Sigorta / anlaşmalı kurumlar";
|
|
2011
|
+
readonly firstVisitPrice: "İlk ziyaret ücreti";
|
|
2012
|
+
readonly expertForAnxiousPatients: "Kaygılı hastalar konusunda uzman";
|
|
2013
|
+
readonly profession: "Meslek";
|
|
2014
2014
|
};
|
|
2015
2015
|
readonly value: {
|
|
2016
|
-
readonly yesShort: "
|
|
2016
|
+
readonly yesShort: "Evet";
|
|
2017
2017
|
};
|
|
2018
2018
|
readonly map: {
|
|
2019
2019
|
readonly alt: "{{address}} adresini gösteren harita";
|
|
@@ -2616,8 +2616,8 @@ export declare const trUi: {
|
|
|
2616
2616
|
};
|
|
2617
2617
|
readonly operatorHero: {
|
|
2618
2618
|
readonly colorLabel: "Calendar colour";
|
|
2619
|
-
readonly regionLabel: "
|
|
2620
|
-
readonly ratingLabel: "{{value}}
|
|
2619
|
+
readonly regionLabel: "Uzman profili";
|
|
2620
|
+
readonly ratingLabel: "5 üzerinden {{value}}, {{count}} değerlendirmeye dayanmaktadır";
|
|
2621
2621
|
};
|
|
2622
2622
|
readonly reviewsPanel: {
|
|
2623
2623
|
readonly regionLabel: "Hasta değerlendirmeleri";
|