-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from dushevadnqka/add-bg-translation-and-dynami…
…c-locale-for-fullcalendar Bg Translation and Dynamic locale for fullcalendar
- Loading branch information
Showing
5 changed files
with
61 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
coop_tilleuls_click_n_collect: | ||
menu: | ||
admin: | ||
main: | ||
sales: | ||
collections: Click 'N' Collect | ||
configuration: | ||
locations: Локации за Click 'N' Collect | ||
ui: | ||
new_location: Нова локация за Click 'N' Collect | ||
edit_location: Промени локация за Click 'N' Collect | ||
locations: Локации за Click 'N' Collect | ||
collect_details: Детайли за получаване | ||
pin: 'ПИН-код:' | ||
collections: Click 'N' Collect | ||
change_collection_time: Промяна време за получаване | ||
form: | ||
location: | ||
name: име | ||
rrule: Правило за повторение на работното време (формат iCalendar) | ||
rrule_interval: интервал на получаване | ||
rrule_hoursly: Часове | ||
rrule_minutely: Минути | ||
rrule_days: Дни от седмицата | ||
rrule_weekdays: | ||
monday: Пон. | ||
tuesday: Вто. | ||
wednesday: Сря. | ||
thursday: Четв. | ||
friday: Пет. | ||
saturday: Съб. | ||
sunday: Нед. | ||
rrule_schedule: Работно време | ||
rrule_dtstart: Начална дата | ||
rrule_expert: Начин за напреднали | ||
rrule_toggle: Смени | ||
order_preparation_delay: Време за приготвяне на поръчката (в минути) | ||
throughput: Поток (колко човека едновременно могат да бъдат обслужени) | ||
generate_pin: Активирай ПИН-код операции? | ||
street: Улица | ||
city: Град | ||
postcode: Пощ. код | ||
country: Държава | ||
province_code: Код на област | ||
province_name: име на област | ||
enabled: Включено | ||
shipping_method: | ||
click_n_collect: Click 'N' Collect | ||
locations: Локации за Click 'N' Collect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{# TODO: use a local installation and Webpack Encore, need https://github.com/Sylius/Sylius/issues/10656 #} | ||
{% include '@SyliusUi/_javascripts.html.twig' with {'path': 'https://unpkg.com/@fullcalendar/core@^4/locales-all.js'} %} | ||
{% include '@SyliusUi/_javascripts.html.twig' with {'path': 'https://unpkg.com/@fullcalendar/core@^4/main.js'} %} | ||
{% include '@SyliusUi/_javascripts.html.twig' with {'path': 'https://unpkg.com/@fullcalendar/daygrid@^4/main.js'} %} | ||
{% include '@SyliusUi/_javascripts.html.twig' with {'path': 'https://unpkg.com/@fullcalendar/timegrid@^4/main.js'} %} |