@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
package/dist/agent-catalog.json
CHANGED
|
@@ -1811,20 +1811,20 @@ export declare const arUi: {
|
|
|
1811
1811
|
};
|
|
1812
1812
|
};
|
|
1813
1813
|
readonly success: {
|
|
1814
|
-
readonly heading: "
|
|
1815
|
-
readonly descriptionSingle: "
|
|
1816
|
-
readonly descriptionMultiple: "
|
|
1817
|
-
readonly descriptionDemo: "
|
|
1818
|
-
readonly summaryDate: "
|
|
1819
|
-
readonly summaryTime: "
|
|
1820
|
-
readonly summaryProvider: "
|
|
1821
|
-
readonly summaryService: "
|
|
1822
|
-
readonly summarySpecialty: "
|
|
1823
|
-
readonly bookAnother: "
|
|
1824
|
-
readonly modifyBooking: "
|
|
1814
|
+
readonly heading: "تم إرسال الحجز";
|
|
1815
|
+
readonly descriptionSingle: "لقد أرسلنا لك رابط تأكيد عبر {{channel}}. انقر على الرابط لتأكيد حجزك.";
|
|
1816
|
+
readonly descriptionMultiple: "لقد أرسلنا لك رابط تأكيد عبر {{channels}}. انقر على الرابط في أي منها لتأكيد حجزك.";
|
|
1817
|
+
readonly descriptionDemo: "هذا عرض تجريبي — لم يتم إرسال أي تأكيد. في الإصدار الفعلي، سنرسل إليك رابطًا عبر البريد الإلكتروني للتأكيد.";
|
|
1818
|
+
readonly summaryDate: "التاريخ";
|
|
1819
|
+
readonly summaryTime: "الوقت";
|
|
1820
|
+
readonly summaryProvider: "المختص";
|
|
1821
|
+
readonly summaryService: "الخدمة";
|
|
1822
|
+
readonly summarySpecialty: "التخصص";
|
|
1823
|
+
readonly bookAnother: "احجز موعدًا آخر";
|
|
1824
|
+
readonly modifyBooking: "تعديل الحجز";
|
|
1825
1825
|
};
|
|
1826
1826
|
readonly submitError: {
|
|
1827
|
-
readonly generic: "
|
|
1827
|
+
readonly generic: "تعذر إرسال حجزك. يرجى المحاولة مرة أخرى.";
|
|
1828
1828
|
};
|
|
1829
1829
|
readonly details: {
|
|
1830
1830
|
readonly heading: "بياناتك";
|
|
@@ -1919,104 +1919,104 @@ export declare const arUi: {
|
|
|
1919
1919
|
};
|
|
1920
1920
|
};
|
|
1921
1921
|
readonly practiceResults: {
|
|
1922
|
-
readonly regionLabel: "
|
|
1923
|
-
readonly loading: "
|
|
1922
|
+
readonly regionLabel: "نتائج البحث عن العيادات";
|
|
1923
|
+
readonly loading: "جارٍ تحميل النتائج…";
|
|
1924
1924
|
readonly results: {
|
|
1925
|
-
readonly heading_one: "{{count}}
|
|
1926
|
-
readonly heading_zero: "{{count}}
|
|
1927
|
-
readonly heading_two: "{{count}}
|
|
1928
|
-
readonly heading_few: "{{count}}
|
|
1929
|
-
readonly heading_many: "{{count}}
|
|
1930
|
-
readonly heading_other: "{{count}}
|
|
1931
|
-
readonly summary_one: "{{count}}
|
|
1932
|
-
readonly summary_zero: "{{count}}
|
|
1933
|
-
readonly summary_two: "{{count}}
|
|
1934
|
-
readonly summary_few: "{{count}}
|
|
1935
|
-
readonly summary_many: "{{count}}
|
|
1936
|
-
readonly summary_other: "{{count}}
|
|
1925
|
+
readonly heading_one: "{{count}} نتيجة في {{place}}";
|
|
1926
|
+
readonly heading_zero: "{{count}} نتائج في {{place}}";
|
|
1927
|
+
readonly heading_two: "{{count}} نتيجتان في {{place}}";
|
|
1928
|
+
readonly heading_few: "{{count}} نتائج في {{place}}";
|
|
1929
|
+
readonly heading_many: "{{count}} نتيجة في {{place}}";
|
|
1930
|
+
readonly heading_other: "{{count}} نتيجة في {{place}}";
|
|
1931
|
+
readonly summary_one: "{{count}} نتيجة";
|
|
1932
|
+
readonly summary_zero: "{{count}} نتائج";
|
|
1933
|
+
readonly summary_two: "{{count}} نتيجتان";
|
|
1934
|
+
readonly summary_few: "{{count}} نتائج";
|
|
1935
|
+
readonly summary_many: "{{count}} نتيجة";
|
|
1936
|
+
readonly summary_other: "{{count}} نتيجة";
|
|
1937
1937
|
};
|
|
1938
1938
|
readonly list: {
|
|
1939
|
-
readonly label: "
|
|
1939
|
+
readonly label: "قائمة نتائج العيادات";
|
|
1940
1940
|
};
|
|
1941
1941
|
readonly map: {
|
|
1942
|
-
readonly label: "
|
|
1942
|
+
readonly label: "خريطة نتائج العيادات";
|
|
1943
1943
|
};
|
|
1944
1944
|
readonly thumbnail: {
|
|
1945
|
-
readonly alt: "
|
|
1945
|
+
readonly alt: "معاينة خريطة لموقع العيادة";
|
|
1946
1946
|
};
|
|
1947
1947
|
readonly filters: {
|
|
1948
|
-
readonly label: "
|
|
1949
|
-
readonly clear: "
|
|
1950
|
-
readonly empty: "
|
|
1948
|
+
readonly label: "الفلاتر";
|
|
1949
|
+
readonly clear: "مسح الفلاتر";
|
|
1950
|
+
readonly empty: "لا توجد فلاتر متاحة.";
|
|
1951
1951
|
};
|
|
1952
1952
|
readonly sort: {
|
|
1953
|
-
readonly label: "
|
|
1954
|
-
readonly distance: "
|
|
1955
|
-
readonly rating: "
|
|
1956
|
-
readonly nextAvailable: "
|
|
1957
|
-
readonly relevance: "
|
|
1953
|
+
readonly label: "الترتيب";
|
|
1954
|
+
readonly distance: "المسافة";
|
|
1955
|
+
readonly rating: "التقييم";
|
|
1956
|
+
readonly nextAvailable: "أقرب موعد متاح";
|
|
1957
|
+
readonly relevance: "الأكثر صلة";
|
|
1958
1958
|
};
|
|
1959
1959
|
readonly empty: {
|
|
1960
|
-
readonly title: "
|
|
1961
|
-
readonly description: "
|
|
1960
|
+
readonly title: "لا توجد نتائج";
|
|
1961
|
+
readonly description: "حاول توسيع نطاق البحث أو إزالة أحد الفلاتر.";
|
|
1962
1962
|
};
|
|
1963
1963
|
readonly error: {
|
|
1964
|
-
readonly title: "
|
|
1965
|
-
readonly description: "
|
|
1966
|
-
readonly retry: "
|
|
1964
|
+
readonly title: "تعذر تحميل النتائج";
|
|
1965
|
+
readonly description: "تحقق من اتصالك وحاول مرة أخرى.";
|
|
1966
|
+
readonly retry: "حاول مرة أخرى";
|
|
1967
1967
|
};
|
|
1968
|
-
readonly viewMap: "
|
|
1969
|
-
readonly viewList: "
|
|
1968
|
+
readonly viewMap: "عرض الخريطة";
|
|
1969
|
+
readonly viewList: "عرض القائمة";
|
|
1970
1970
|
readonly nextSlot: {
|
|
1971
|
-
readonly summary: "
|
|
1972
|
-
readonly cta: "
|
|
1971
|
+
readonly summary: "أقرب موعد متاح {{time}}";
|
|
1972
|
+
readonly cta: "احجز الساعة {{time}}";
|
|
1973
1973
|
};
|
|
1974
1974
|
readonly distance: {
|
|
1975
1975
|
readonly km: "{{distance}} km";
|
|
1976
1976
|
readonly below: "< 1 km";
|
|
1977
1977
|
};
|
|
1978
1978
|
readonly fearPatient: {
|
|
1979
|
-
readonly label: "
|
|
1979
|
+
readonly label: "مناسب للمرضى القلقين";
|
|
1980
1980
|
};
|
|
1981
1981
|
readonly card: {
|
|
1982
|
-
readonly open: "
|
|
1983
|
-
readonly book: "
|
|
1984
|
-
readonly firstVisitPrice: "
|
|
1982
|
+
readonly open: "فتح";
|
|
1983
|
+
readonly book: "احجز";
|
|
1984
|
+
readonly firstVisitPrice: "تكلفة الزيارة الأولى";
|
|
1985
1985
|
};
|
|
1986
1986
|
readonly sheet: {
|
|
1987
|
-
readonly title_one: "{{count}}
|
|
1988
|
-
readonly title_zero: "{{count}}
|
|
1989
|
-
readonly title_two: "{{count}}
|
|
1990
|
-
readonly title_few: "{{count}}
|
|
1991
|
-
readonly title_many: "{{count}}
|
|
1992
|
-
readonly title_other: "{{count}}
|
|
1993
|
-
readonly description: "
|
|
1994
|
-
readonly descriptionMapFirst: "
|
|
1987
|
+
readonly title_one: "{{count}} عيادة";
|
|
1988
|
+
readonly title_zero: "{{count}} عيادات";
|
|
1989
|
+
readonly title_two: "{{count}} عيادتان";
|
|
1990
|
+
readonly title_few: "{{count}} عيادات";
|
|
1991
|
+
readonly title_many: "{{count}} عيادة";
|
|
1992
|
+
readonly title_other: "{{count}} عيادة";
|
|
1993
|
+
readonly description: "خريطة العيادات المطابقة مع قائمة النتائج أسفلها.";
|
|
1994
|
+
readonly descriptionMapFirst: "قائمة العيادات، عناصر تحكم الترتيب، ومجموعة أزرار اختيار حجم اللوحة.";
|
|
1995
1995
|
readonly snap: {
|
|
1996
|
-
readonly label: "
|
|
1997
|
-
readonly peek: "
|
|
1998
|
-
readonly half: "
|
|
1999
|
-
readonly full: "
|
|
1996
|
+
readonly label: "حجم اللوحة";
|
|
1997
|
+
readonly peek: "معاينة";
|
|
1998
|
+
readonly half: "نصف";
|
|
1999
|
+
readonly full: "كامل";
|
|
2000
2000
|
};
|
|
2001
2001
|
};
|
|
2002
2002
|
};
|
|
2003
2003
|
readonly contactProfileCard: {
|
|
2004
|
-
readonly heading: "
|
|
2005
|
-
readonly openInGoogleMaps: "
|
|
2004
|
+
readonly heading: "الملف الشخصي";
|
|
2005
|
+
readonly openInGoogleMaps: "فتح في Google Maps";
|
|
2006
2006
|
readonly label: {
|
|
2007
|
-
readonly address: "
|
|
2008
|
-
readonly phone: "
|
|
2007
|
+
readonly address: "عنوان العيادة";
|
|
2008
|
+
readonly phone: "الهاتف";
|
|
2009
2009
|
readonly whatsapp: "WhatsApp";
|
|
2010
2010
|
readonly email: "Email";
|
|
2011
|
-
readonly website: "
|
|
2012
|
-
readonly languages: "
|
|
2013
|
-
readonly insurances: "
|
|
2014
|
-
readonly firstVisitPrice: "
|
|
2015
|
-
readonly expertForAnxiousPatients: "
|
|
2016
|
-
readonly profession: "
|
|
2011
|
+
readonly website: "الموقع الإلكتروني";
|
|
2012
|
+
readonly languages: "اللغات المتحدثة";
|
|
2013
|
+
readonly insurances: "التأمين / الشراكات";
|
|
2014
|
+
readonly firstVisitPrice: "تكلفة الزيارة الأولى";
|
|
2015
|
+
readonly expertForAnxiousPatients: "خبرة مع المرضى القلقين";
|
|
2016
|
+
readonly profession: "المهنة";
|
|
2017
2017
|
};
|
|
2018
2018
|
readonly value: {
|
|
2019
|
-
readonly yesShort: "
|
|
2019
|
+
readonly yesShort: "نعم";
|
|
2020
2020
|
};
|
|
2021
2021
|
readonly map: {
|
|
2022
2022
|
readonly alt: "خريطة تعرض {{address}}";
|
|
@@ -2619,8 +2619,8 @@ export declare const arUi: {
|
|
|
2619
2619
|
};
|
|
2620
2620
|
readonly operatorHero: {
|
|
2621
2621
|
readonly colorLabel: "Calendar colour";
|
|
2622
|
-
readonly regionLabel: "
|
|
2623
|
-
readonly ratingLabel: "{{value}}
|
|
2622
|
+
readonly regionLabel: "الملف الشخصي للمختص";
|
|
2623
|
+
readonly ratingLabel: "{{value}} من أصل 5 نجوم، استنادًا إلى {{count}} مراجعة";
|
|
2624
2624
|
};
|
|
2625
2625
|
readonly reviewsPanel: {
|
|
2626
2626
|
readonly regionLabel: "تقييمات المرضى";
|
package/dist/i18n/locales/ar.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: "تم إرسال الحجز",
|
|
1812
|
+
descriptionSingle: "لقد أرسلنا لك رابط تأكيد عبر {{channel}}. انقر على الرابط لتأكيد حجزك.",
|
|
1813
|
+
descriptionMultiple: "لقد أرسلنا لك رابط تأكيد عبر {{channels}}. انقر على الرابط في أي منها لتأكيد حجزك.",
|
|
1814
|
+
descriptionDemo: "هذا عرض تجريبي — لم يتم إرسال أي تأكيد. في الإصدار الفعلي، سنرسل إليك رابطًا عبر البريد الإلكتروني للتأكيد.",
|
|
1815
|
+
summaryDate: "التاريخ",
|
|
1816
|
+
summaryTime: "الوقت",
|
|
1817
|
+
summaryProvider: "المختص",
|
|
1818
|
+
summaryService: "الخدمة",
|
|
1819
|
+
summarySpecialty: "التخصص",
|
|
1820
|
+
bookAnother: "احجز موعدًا آخر",
|
|
1821
|
+
modifyBooking: "تعديل الحجز"
|
|
1822
1822
|
},
|
|
1823
1823
|
submitError: {
|
|
1824
|
-
generic: "
|
|
1824
|
+
generic: "تعذر إرسال حجزك. يرجى المحاولة مرة أخرى."
|
|
1825
1825
|
},
|
|
1826
1826
|
details: {
|
|
1827
1827
|
heading: "بياناتك",
|
|
@@ -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: "نتائج البحث عن العيادات",
|
|
1921
|
+
loading: "جارٍ تحميل النتائج…",
|
|
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}} نتيجة في {{place}}",
|
|
1924
|
+
heading_zero: "{{count}} نتائج في {{place}}",
|
|
1925
|
+
heading_two: "{{count}} نتيجتان في {{place}}",
|
|
1926
|
+
heading_few: "{{count}} نتائج في {{place}}",
|
|
1927
|
+
heading_many: "{{count}} نتيجة في {{place}}",
|
|
1928
|
+
heading_other: "{{count}} نتيجة في {{place}}",
|
|
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: "معاينة خريطة لموقع العيادة" },
|
|
1939
1939
|
filters: {
|
|
1940
|
-
label: "
|
|
1941
|
-
clear: "
|
|
1942
|
-
empty: "
|
|
1940
|
+
label: "الفلاتر",
|
|
1941
|
+
clear: "مسح الفلاتر",
|
|
1942
|
+
empty: "لا توجد فلاتر متاحة."
|
|
1943
1943
|
},
|
|
1944
1944
|
sort: {
|
|
1945
|
-
label: "
|
|
1946
|
-
distance: "
|
|
1947
|
-
rating: "
|
|
1948
|
-
nextAvailable: "
|
|
1949
|
-
relevance: "
|
|
1945
|
+
label: "الترتيب",
|
|
1946
|
+
distance: "المسافة",
|
|
1947
|
+
rating: "التقييم",
|
|
1948
|
+
nextAvailable: "أقرب موعد متاح",
|
|
1949
|
+
relevance: "الأكثر صلة"
|
|
1950
1950
|
},
|
|
1951
1951
|
empty: {
|
|
1952
|
-
title: "
|
|
1953
|
-
description: "
|
|
1952
|
+
title: "لا توجد نتائج",
|
|
1953
|
+
description: "حاول توسيع نطاق البحث أو إزالة أحد الفلاتر."
|
|
1954
1954
|
},
|
|
1955
1955
|
error: {
|
|
1956
|
-
title: "
|
|
1957
|
-
description: "
|
|
1958
|
-
retry: "
|
|
1956
|
+
title: "تعذر تحميل النتائج",
|
|
1957
|
+
description: "تحقق من اتصالك وحاول مرة أخرى.",
|
|
1958
|
+
retry: "حاول مرة أخرى"
|
|
1959
1959
|
},
|
|
1960
|
-
viewMap: "
|
|
1961
|
-
viewList: "
|
|
1960
|
+
viewMap: "عرض الخريطة",
|
|
1961
|
+
viewList: "عرض القائمة",
|
|
1962
1962
|
nextSlot: {
|
|
1963
|
-
summary: "
|
|
1964
|
-
cta: "
|
|
1963
|
+
summary: "أقرب موعد متاح {{time}}",
|
|
1964
|
+
cta: "احجز الساعة {{time}}"
|
|
1965
1965
|
},
|
|
1966
1966
|
distance: { km: "{{distance}} km", below: "< 1 km" },
|
|
1967
|
-
fearPatient: { label: "
|
|
1967
|
+
fearPatient: { label: "مناسب للمرضى القلقين" },
|
|
1968
1968
|
card: {
|
|
1969
|
-
open: "
|
|
1970
|
-
book: "
|
|
1971
|
-
firstVisitPrice: "
|
|
1969
|
+
open: "فتح",
|
|
1970
|
+
book: "احجز",
|
|
1971
|
+
firstVisitPrice: "تكلفة الزيارة الأولى"
|
|
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}} عيادة",
|
|
1975
|
+
title_zero: "{{count}} عيادات",
|
|
1976
|
+
title_two: "{{count}} عيادتان",
|
|
1977
|
+
title_few: "{{count}} عيادات",
|
|
1978
|
+
title_many: "{{count}} عيادة",
|
|
1979
|
+
title_other: "{{count}} عيادة",
|
|
1980
|
+
description: "خريطة العيادات المطابقة مع قائمة النتائج أسفلها.",
|
|
1981
|
+
descriptionMapFirst: "قائمة العيادات، عناصر تحكم الترتيب، ومجموعة أزرار اختيار حجم اللوحة.",
|
|
1982
1982
|
snap: {
|
|
1983
|
-
label: "
|
|
1984
|
-
peek: "
|
|
1985
|
-
half: "
|
|
1986
|
-
full: "
|
|
1983
|
+
label: "حجم اللوحة",
|
|
1984
|
+
peek: "معاينة",
|
|
1985
|
+
half: "نصف",
|
|
1986
|
+
full: "كامل"
|
|
1987
1987
|
}
|
|
1988
1988
|
}
|
|
1989
1989
|
},
|
|
1990
1990
|
contactProfileCard: {
|
|
1991
|
-
heading: "
|
|
1992
|
-
openInGoogleMaps: "
|
|
1991
|
+
heading: "الملف الشخصي",
|
|
1992
|
+
openInGoogleMaps: "فتح في Google Maps",
|
|
1993
1993
|
label: {
|
|
1994
|
-
address: "
|
|
1995
|
-
phone: "
|
|
1994
|
+
address: "عنوان العيادة",
|
|
1995
|
+
phone: "الهاتف",
|
|
1996
1996
|
whatsapp: "WhatsApp",
|
|
1997
1997
|
email: "Email",
|
|
1998
|
-
website: "
|
|
1999
|
-
languages: "
|
|
2000
|
-
insurances: "
|
|
2001
|
-
firstVisitPrice: "
|
|
2002
|
-
expertForAnxiousPatients: "
|
|
2003
|
-
profession: "
|
|
1998
|
+
website: "الموقع الإلكتروني",
|
|
1999
|
+
languages: "اللغات المتحدثة",
|
|
2000
|
+
insurances: "التأمين / الشراكات",
|
|
2001
|
+
firstVisitPrice: "تكلفة الزيارة الأولى",
|
|
2002
|
+
expertForAnxiousPatients: "خبرة مع المرضى القلقين",
|
|
2003
|
+
profession: "المهنة"
|
|
2004
2004
|
},
|
|
2005
2005
|
value: {
|
|
2006
|
-
yesShort: "
|
|
2006
|
+
yesShort: "نعم"
|
|
2007
2007
|
},
|
|
2008
2008
|
map: {
|
|
2009
2009
|
alt: "خريطة تعرض {{address}}"
|
|
@@ -2593,8 +2593,8 @@ const e = {
|
|
|
2593
2593
|
},
|
|
2594
2594
|
operatorHero: {
|
|
2595
2595
|
colorLabel: "Calendar colour",
|
|
2596
|
-
regionLabel: "
|
|
2597
|
-
ratingLabel: "{{value}}
|
|
2596
|
+
regionLabel: "الملف الشخصي للمختص",
|
|
2597
|
+
ratingLabel: "{{value}} من أصل 5 نجوم، استنادًا إلى {{count}} مراجعة"
|
|
2598
2598
|
},
|
|
2599
2599
|
reviewsPanel: {
|
|
2600
2600
|
regionLabel: "تقييمات المرضى",
|
|
@@ -1811,20 +1811,20 @@ export declare const deUi: {
|
|
|
1811
1811
|
};
|
|
1812
1812
|
};
|
|
1813
1813
|
readonly success: {
|
|
1814
|
-
readonly heading: "
|
|
1815
|
-
readonly descriptionSingle: "
|
|
1816
|
-
readonly descriptionMultiple: "
|
|
1817
|
-
readonly descriptionDemo: "
|
|
1818
|
-
readonly summaryDate: "
|
|
1819
|
-
readonly summaryTime: "
|
|
1820
|
-
readonly summaryProvider: "
|
|
1821
|
-
readonly summaryService: "
|
|
1822
|
-
readonly summarySpecialty: "
|
|
1823
|
-
readonly bookAnother: "
|
|
1824
|
-
readonly modifyBooking: "
|
|
1814
|
+
readonly heading: "Buchung gesendet";
|
|
1815
|
+
readonly descriptionSingle: "Wir haben dir einen Bestätigungslink über {{channel}} geschickt. Klicke auf den Link, um deine Buchung zu bestätigen.";
|
|
1816
|
+
readonly descriptionMultiple: "Wir haben dir einen Bestätigungslink über {{channels}} geschickt. Klicke auf den Link in einem dieser Kanäle, um deine Buchung zu bestätigen.";
|
|
1817
|
+
readonly descriptionDemo: "Das war eine Demo — es wurde keine Bestätigung gesendet. In der Produktivumgebung würden wir dir einen Bestätigungslink per E-Mail schicken.";
|
|
1818
|
+
readonly summaryDate: "Datum";
|
|
1819
|
+
readonly summaryTime: "Uhrzeit";
|
|
1820
|
+
readonly summaryProvider: "Fachperson";
|
|
1821
|
+
readonly summaryService: "Leistung";
|
|
1822
|
+
readonly summarySpecialty: "Fachgebiet";
|
|
1823
|
+
readonly bookAnother: "Weiteren Termin buchen";
|
|
1824
|
+
readonly modifyBooking: "Buchung ändern";
|
|
1825
1825
|
};
|
|
1826
1826
|
readonly submitError: {
|
|
1827
|
-
readonly generic: "
|
|
1827
|
+
readonly generic: "Deine Buchung konnte nicht gesendet werden. Bitte versuche es erneut.";
|
|
1828
1828
|
};
|
|
1829
1829
|
readonly details: {
|
|
1830
1830
|
readonly heading: "Ihre Daten";
|
|
@@ -2001,22 +2001,22 @@ export declare const deUi: {
|
|
|
2001
2001
|
};
|
|
2002
2002
|
};
|
|
2003
2003
|
readonly contactProfileCard: {
|
|
2004
|
-
readonly heading: "
|
|
2005
|
-
readonly openInGoogleMaps: "
|
|
2004
|
+
readonly heading: "Profil";
|
|
2005
|
+
readonly openInGoogleMaps: "In Google Maps öffnen";
|
|
2006
2006
|
readonly label: {
|
|
2007
|
-
readonly address: "
|
|
2008
|
-
readonly phone: "
|
|
2009
|
-
readonly whatsapp: "WhatsApp";
|
|
2007
|
+
readonly address: "Praxisadresse";
|
|
2008
|
+
readonly phone: "Telefon";
|
|
2009
|
+
readonly whatsapp: "WhatsApp-Nummer";
|
|
2010
2010
|
readonly email: "Email";
|
|
2011
2011
|
readonly website: "Website";
|
|
2012
|
-
readonly languages: "
|
|
2013
|
-
readonly insurances: "
|
|
2012
|
+
readonly languages: "Gesprochene Sprachen";
|
|
2013
|
+
readonly insurances: "Versicherung / Kooperation";
|
|
2014
2014
|
readonly firstVisitPrice: "Kosten der Erstuntersuchung";
|
|
2015
|
-
readonly expertForAnxiousPatients: "
|
|
2016
|
-
readonly profession: "
|
|
2015
|
+
readonly expertForAnxiousPatients: "Erfahren im Umgang mit ängstlichen Patient:innen";
|
|
2016
|
+
readonly profession: "Beruf";
|
|
2017
2017
|
};
|
|
2018
2018
|
readonly value: {
|
|
2019
|
-
readonly yesShort: "
|
|
2019
|
+
readonly yesShort: "Ja";
|
|
2020
2020
|
};
|
|
2021
2021
|
readonly map: {
|
|
2022
2022
|
readonly alt: "Karte mit {{address}}";
|
|
@@ -2619,8 +2619,8 @@ export declare const deUi: {
|
|
|
2619
2619
|
};
|
|
2620
2620
|
readonly operatorHero: {
|
|
2621
2621
|
readonly colorLabel: "Calendar colour";
|
|
2622
|
-
readonly regionLabel: "
|
|
2623
|
-
readonly ratingLabel: "{{value}}
|
|
2622
|
+
readonly regionLabel: "Profil der Fachperson";
|
|
2623
|
+
readonly ratingLabel: "{{value}} von 5 Sternen, basierend auf {{count}} Bewertungen";
|
|
2624
2624
|
};
|
|
2625
2625
|
readonly reviewsPanel: {
|
|
2626
2626
|
readonly regionLabel: "Patientenbewertungen";
|
package/dist/i18n/locales/de.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: "Buchung gesendet",
|
|
1812
|
+
descriptionSingle: "Wir haben dir einen Bestätigungslink über {{channel}} geschickt. Klicke auf den Link, um deine Buchung zu bestätigen.",
|
|
1813
|
+
descriptionMultiple: "Wir haben dir einen Bestätigungslink über {{channels}} geschickt. Klicke auf den Link in einem dieser Kanäle, um deine Buchung zu bestätigen.",
|
|
1814
|
+
descriptionDemo: "Das war eine Demo — es wurde keine Bestätigung gesendet. In der Produktivumgebung würden wir dir einen Bestätigungslink per E-Mail schicken.",
|
|
1815
|
+
summaryDate: "Datum",
|
|
1816
|
+
summaryTime: "Uhrzeit",
|
|
1817
|
+
summaryProvider: "Fachperson",
|
|
1818
|
+
summaryService: "Leistung",
|
|
1819
|
+
summarySpecialty: "Fachgebiet",
|
|
1820
|
+
bookAnother: "Weiteren Termin buchen",
|
|
1821
|
+
modifyBooking: "Buchung ändern"
|
|
1822
1822
|
},
|
|
1823
1823
|
submitError: {
|
|
1824
|
-
generic: "
|
|
1824
|
+
generic: "Deine Buchung konnte nicht gesendet werden. Bitte versuche es erneut."
|
|
1825
1825
|
},
|
|
1826
1826
|
details: {
|
|
1827
1827
|
heading: "Ihre Daten",
|
|
@@ -1987,22 +1987,22 @@ const e = {
|
|
|
1987
1987
|
}
|
|
1988
1988
|
},
|
|
1989
1989
|
contactProfileCard: {
|
|
1990
|
-
heading: "
|
|
1991
|
-
openInGoogleMaps: "
|
|
1990
|
+
heading: "Profil",
|
|
1991
|
+
openInGoogleMaps: "In Google Maps öffnen",
|
|
1992
1992
|
label: {
|
|
1993
|
-
address: "
|
|
1994
|
-
phone: "
|
|
1995
|
-
whatsapp: "WhatsApp",
|
|
1993
|
+
address: "Praxisadresse",
|
|
1994
|
+
phone: "Telefon",
|
|
1995
|
+
whatsapp: "WhatsApp-Nummer",
|
|
1996
1996
|
email: "Email",
|
|
1997
1997
|
website: "Website",
|
|
1998
|
-
languages: "
|
|
1999
|
-
insurances: "
|
|
1998
|
+
languages: "Gesprochene Sprachen",
|
|
1999
|
+
insurances: "Versicherung / Kooperation",
|
|
2000
2000
|
firstVisitPrice: "Kosten der Erstuntersuchung",
|
|
2001
|
-
expertForAnxiousPatients: "
|
|
2002
|
-
profession: "
|
|
2001
|
+
expertForAnxiousPatients: "Erfahren im Umgang mit ängstlichen Patient:innen",
|
|
2002
|
+
profession: "Beruf"
|
|
2003
2003
|
},
|
|
2004
2004
|
value: {
|
|
2005
|
-
yesShort: "
|
|
2005
|
+
yesShort: "Ja"
|
|
2006
2006
|
},
|
|
2007
2007
|
map: {
|
|
2008
2008
|
alt: "Karte mit {{address}}"
|
|
@@ -2594,8 +2594,8 @@ const e = {
|
|
|
2594
2594
|
},
|
|
2595
2595
|
operatorHero: {
|
|
2596
2596
|
colorLabel: "Calendar colour",
|
|
2597
|
-
regionLabel: "
|
|
2598
|
-
ratingLabel: "{{value}}
|
|
2597
|
+
regionLabel: "Profil der Fachperson",
|
|
2598
|
+
ratingLabel: "{{value}} von 5 Sternen, basierend auf {{count}} Bewertungen"
|
|
2599
2599
|
},
|
|
2600
2600
|
reviewsPanel: {
|
|
2601
2601
|
regionLabel: "Patientenbewertungen",
|