From 2f289b48cb9b1e6afd73245bff4780aac3966c3d Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 26 Jul 2022 17:19:45 +0300 Subject: [PATCH] Add missing translation keys to german, persian and portuguese-br --- .../language/german/translations_lang.php | 77 +++++++++++++++++++ .../language/persian/translations_lang.php | 74 ++++++++++++++++++ .../portuguese-br/translations_lang.php | 1 + 3 files changed, 152 insertions(+) diff --git a/application/language/german/translations_lang.php b/application/language/german/translations_lang.php index 0d57da11..3cf9424e 100755 --- a/application/language/german/translations_lang.php +++ b/application/language/german/translations_lang.php @@ -16,11 +16,13 @@ $lang['first_name'] = 'Vorname'; $lang['last_name'] = 'Nachname'; $lang['email'] = 'E-Mail'; $lang['phone_number'] = 'Telefonnummer'; +$lang['phone'] = 'Phone'; $lang['address'] = 'Adresse'; $lang['city'] = 'Stadt'; $lang['zip_code'] = 'Postleitzahl'; $lang['notes'] = 'Bemerkungen'; $lang['language'] = 'Sprache'; +$lang['no_language'] = 'No language'; $lang['fields_are_required'] = 'Die Felder mit einem * sind Pflichtfelder.'; $lang['appointment_confirmation'] = 'Bitte bestätigen Sie die Terminauswahl'; $lang['confirm'] = 'Bestätigung'; @@ -108,6 +110,7 @@ $lang['new_unavailability_title'] = 'Neuer, nicht zur Verfügung stehender Zeitr $lang['edit_unavailability_title'] = 'Nicht zur Verfügung stehenden Zeitraum bearbeiten'; $lang['unavailability_saved'] = 'Nicht zur Verfügung stehenden Zeitraum erfolgreich gespeichert.'; $lang['start_date_before_end_error'] = 'Das Startdatum liegt vor dem Enddatum.'; +$lang['invalid_duration'] = 'Invalid duration.'; $lang['invalid_email'] = 'Ungültige E-Mail-Adresse.'; $lang['customers'] = 'Kunden'; $lang['details'] = 'Details'; @@ -123,6 +126,7 @@ $lang['admins'] = 'Administrator'; $lang['providers'] = 'Anbieter'; $lang['secretaries'] = 'Bearbeiter'; $lang['mobile_number'] = 'Mobiltelefonnummer'; +$lang['mobile'] = 'Mobile'; $lang['state'] = 'Region/Land'; $lang['username'] = 'Nutzername'; $lang['password'] = 'Passwort'; @@ -328,3 +332,76 @@ $lang['list'] = 'Liste'; $lang['default'] = 'Standard'; $lang['table'] = 'Tabelle'; $lang['date'] = 'Datum'; +$lang['about'] = 'About'; +$lang['booking_settings'] = 'Booking Settings'; +$lang['display'] = 'Display'; +$lang['require'] = 'Require'; +$lang['color'] = 'Color'; +$lang['matomo_analytics_url_hint'] = 'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.'; +$lang['invalid_phone'] = 'Invalid phone number.'; +$lang['legal'] = 'Legal'; +$lang['business'] = 'Business'; +$lang['account'] = 'Account'; +$lang['disable_booking'] = 'Disable Booking'; +$lang['disable_booking_hint'] = 'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.'; +$lang['display_message'] = 'Display Message'; +$lang['booking_is_disabled'] = 'Booking Is Disabled!'; +$lang['appearance'] = 'Appearance'; +$lang['company_logo'] = 'Company Logo'; +$lang['company_logo_hint'] = 'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).'; +$lang['company_color'] = 'Company Color'; +$lang['company_color_hint'] = 'The company color will be applied across the app so that it the app uses your branding.'; +$lang['localization'] = 'Localization'; +$lang['integrations'] = 'Integrations'; +$lang['company'] = 'Company'; +$lang['remove'] = 'Remove'; +$lang['login_button'] = 'Login Button'; +$lang['display_login_button_hint'] = 'Defines whether the login button is being displayed in the booking page.'; +$lang['private'] = 'Private'; +$lang['private_hint'] = 'Private records will not be displayed or processed in public pages such as the booking page.'; +$lang['reset'] = 'Reset'; +$lang['all'] = 'All'; +$lang['booking_link'] = 'Booking Link'; +$lang['add_new_event'] = 'Add New Event'; +$lang['what_kind_of_event'] = 'What kind of event would you like to add?'; +$lang['theme'] = 'Theme'; +$lang['limit_customer_access'] = 'Limit Customer Access'; +$lang['limit_customer_access_hint'] = 'If enabled, providers and secretaries will only be able to access customers they have an appointment with.'; +$lang['url'] = 'URL'; +$lang['secret_token'] = 'Secret Token'; +$lang['verify_ssl'] = 'Verify SSL'; +$lang['appointment_save'] = 'Appointment Save'; +$lang['appointment_delete'] = 'Appointment Delete'; +$lang['unavailability_save'] = 'Unavailability Save'; +$lang['unavailability_delete'] = 'Unavailability Delete'; +$lang['customer_save'] = 'Customer Save'; +$lang['customer_delete'] = 'Customer Delete'; +$lang['service_save'] = 'Service Save'; +$lang['service_delete'] = 'Service Delete'; +$lang['category_save'] = 'Category Save'; +$lang['category_delete'] = 'Category Delete'; +$lang['provider_save'] = 'Provider Save'; +$lang['provider_delete'] = 'Provider Delete'; +$lang['secretary_save'] = 'Secretary Save'; +$lang['secretary_delete'] = 'Secretary Delete'; +$lang['admin_save'] = 'Admin Save'; +$lang['admin_delete'] = 'Admin Delete'; +$lang['options'] = 'Options'; +$lang['webhooks'] = 'Webhooks'; +$lang['webhooks_info'] = 'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.'; +$lang['integrations_info'] = 'Integrations enable you to make third-party connections with external applications and APIs.'; +$lang['configure'] = 'Configure'; +$lang['google_analytics'] = 'Google Analytics'; +$lang['google_analytics_info'] = 'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.'; +$lang['matomo_analytics'] = 'Matomo Analytics'; +$lang['matomo_analytics_info'] = 'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.'; +$lang['api'] = 'API'; +$lang['api_info'] = 'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.'; +$lang['google_analytics_code'] = 'Google Analytics Code'; +$lang['matomo_analytics_url'] = 'Matomo Analytics URL'; +$lang['future_booking_limit'] = 'Future Booking Limit'; +$lang['limit_days'] = 'Limit (Days)'; +$lang['future_booking_limit_hint'] = 'Set the future limit in days customers can make appointments via the public booking page.'; +$lang['api_token'] = 'API Token'; +$lang['allow_rescheduling_cancellation_before'] = 'Allow Rescheduling/Cancellation Before'; +// End diff --git a/application/language/persian/translations_lang.php b/application/language/persian/translations_lang.php index b9333b61..ab0dd558 100644 --- a/application/language/persian/translations_lang.php +++ b/application/language/persian/translations_lang.php @@ -111,6 +111,7 @@ $lang['edit_unavailability_title'] = 'ویرایش دوره تعطیلی'; $lang['unavailability_saved'] = 'دوره تعطیلی با موفقیت ذخیره شد'; $lang['start_date_before_end_error'] = 'تاریخ شروع بعد از تاریخ پایان است'; $lang['invalid_email'] = 'آدرس پست الکترونیکی صحیح نیست'; +$lang['invalid_duration'] = 'Invalid duration.'; $lang['customers'] = 'مشتریان'; $lang['details'] = 'جزئیات'; $lang['no_records_found'] = 'رکوردی یافت نشد...'; @@ -331,3 +332,76 @@ $lang['list'] = 'لیست'; $lang['default'] = 'پیش فرض'; $lang['table'] = 'جدول'; $lang['date'] = 'تاریخ'; +$lang['about'] = 'About'; +$lang['booking_settings'] = 'Booking Settings'; +$lang['display'] = 'Display'; +$lang['require'] = 'Require'; +$lang['color'] = 'Color'; +$lang['matomo_analytics_url_hint'] = 'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.'; +$lang['invalid_phone'] = 'Invalid phone number.'; +$lang['legal'] = 'Legal'; +$lang['business'] = 'Business'; +$lang['account'] = 'Account'; +$lang['disable_booking'] = 'Disable Booking'; +$lang['disable_booking_hint'] = 'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.'; +$lang['display_message'] = 'Display Message'; +$lang['booking_is_disabled'] = 'Booking Is Disabled!'; +$lang['appearance'] = 'Appearance'; +$lang['company_logo'] = 'Company Logo'; +$lang['company_logo_hint'] = 'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).'; +$lang['company_color'] = 'Company Color'; +$lang['company_color_hint'] = 'The company color will be applied across the app so that it the app uses your branding.'; +$lang['localization'] = 'Localization'; +$lang['integrations'] = 'Integrations'; +$lang['company'] = 'Company'; +$lang['remove'] = 'Remove'; +$lang['login_button'] = 'Login Button'; +$lang['display_login_button_hint'] = 'Defines whether the login button is being displayed in the booking page.'; +$lang['private'] = 'Private'; +$lang['private_hint'] = 'Private records will not be displayed or processed in public pages such as the booking page.'; +$lang['reset'] = 'Reset'; +$lang['all'] = 'All'; +$lang['booking_link'] = 'Booking Link'; +$lang['add_new_event'] = 'Add New Event'; +$lang['what_kind_of_event'] = 'What kind of event would you like to add?'; +$lang['theme'] = 'Theme'; +$lang['limit_customer_access'] = 'Limit Customer Access'; +$lang['limit_customer_access_hint'] = 'If enabled, providers and secretaries will only be able to access customers they have an appointment with.'; +$lang['url'] = 'URL'; +$lang['secret_token'] = 'Secret Token'; +$lang['verify_ssl'] = 'Verify SSL'; +$lang['appointment_save'] = 'Appointment Save'; +$lang['appointment_delete'] = 'Appointment Delete'; +$lang['unavailability_save'] = 'Unavailability Save'; +$lang['unavailability_delete'] = 'Unavailability Delete'; +$lang['customer_save'] = 'Customer Save'; +$lang['customer_delete'] = 'Customer Delete'; +$lang['service_save'] = 'Service Save'; +$lang['service_delete'] = 'Service Delete'; +$lang['category_save'] = 'Category Save'; +$lang['category_delete'] = 'Category Delete'; +$lang['provider_save'] = 'Provider Save'; +$lang['provider_delete'] = 'Provider Delete'; +$lang['secretary_save'] = 'Secretary Save'; +$lang['secretary_delete'] = 'Secretary Delete'; +$lang['admin_save'] = 'Admin Save'; +$lang['admin_delete'] = 'Admin Delete'; +$lang['options'] = 'Options'; +$lang['webhooks'] = 'Webhooks'; +$lang['webhooks_info'] = 'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.'; +$lang['integrations_info'] = 'Integrations enable you to make third-party connections with external applications and APIs.'; +$lang['configure'] = 'Configure'; +$lang['google_analytics'] = 'Google Analytics'; +$lang['google_analytics_info'] = 'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.'; +$lang['matomo_analytics'] = 'Matomo Analytics'; +$lang['matomo_analytics_info'] = 'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.'; +$lang['api'] = 'API'; +$lang['api_info'] = 'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.'; +$lang['google_analytics_code'] = 'Google Analytics Code'; +$lang['matomo_analytics_url'] = 'Matomo Analytics URL'; +$lang['future_booking_limit'] = 'Future Booking Limit'; +$lang['limit_days'] = 'Limit (Days)'; +$lang['future_booking_limit_hint'] = 'Set the future limit in days customers can make appointments via the public booking page.'; +$lang['api_token'] = 'API Token'; +$lang['allow_rescheduling_cancellation_before'] = 'Allow Rescheduling/Cancellation Before'; +// End diff --git a/application/language/portuguese-br/translations_lang.php b/application/language/portuguese-br/translations_lang.php index 6283a351..9faffb10 100755 --- a/application/language/portuguese-br/translations_lang.php +++ b/application/language/portuguese-br/translations_lang.php @@ -16,6 +16,7 @@ $lang['first_name'] = 'Primeiro nome'; $lang['last_name'] = 'Ultimo nome'; $lang['email'] = 'Email'; $lang['phone_number'] = 'Telefone'; +$lang['phone'] = 'Telefone'; $lang['address'] = 'Endereço'; $lang['city'] = 'Cidade'; $lang['zip_code'] = 'CEP';