From cd0dc1b3e189889cdc75408a365c94670c02b885 Mon Sep 17 00:00:00 2001 From: Gianluca Frediani Date: Tue, 14 Jan 2025 15:32:08 +0100 Subject: [PATCH] chore(i18n): updated modules translations --- .../translations/locales/uk.json | 68 +++++++++---------- .../translations/locales/uk.json | 30 ++++---- .../shared/translations/locales/af.json | 5 ++ .../translations/locales/ar-x-pseudo.json | 5 ++ .../shared/translations/locales/ar.json | 5 ++ .../shared/translations/locales/az.json | 5 ++ .../shared/translations/locales/be.json | 5 ++ .../shared/translations/locales/bg.json | 5 ++ .../shared/translations/locales/bn.json | 5 ++ .../shared/translations/locales/bs.json | 5 ++ .../shared/translations/locales/ca.json | 5 ++ .../shared/translations/locales/cs.json | 5 ++ .../shared/translations/locales/cy.json | 5 ++ .../shared/translations/locales/da.json | 5 ++ .../shared/translations/locales/de-de.json | 5 ++ .../translations/locales/de-x-informal.json | 5 ++ .../shared/translations/locales/de.json | 5 ++ .../shared/translations/locales/el.json | 5 ++ .../shared/translations/locales/en-001.json | 5 ++ .../shared/translations/locales/en-150.json | 5 ++ .../shared/translations/locales/en-au.json | 5 ++ .../shared/translations/locales/en-ca.json | 5 ++ .../shared/translations/locales/en-gb.json | 5 ++ .../shared/translations/locales/en-my.json | 5 ++ .../shared/translations/locales/en-ph.json | 5 ++ .../shared/translations/locales/en-se.json | 5 ++ .../shared/translations/locales/en-us.json | 5 ++ .../shared/translations/locales/en-x-dev.json | 5 ++ .../translations/locales/en-x-keys.json | 5 ++ .../translations/locales/en-x-obsolete.json | 5 ++ .../translations/locales/en-x-pseudo.json | 5 ++ .../translations/locales/en-x-test.json | 5 ++ .../shared/translations/locales/es-419.json | 5 ++ .../shared/translations/locales/es-es.json | 5 ++ .../shared/translations/locales/es.json | 5 ++ .../shared/translations/locales/et.json | 5 ++ .../shared/translations/locales/eu.json | 5 ++ .../shared/translations/locales/fa-af.json | 5 ++ .../shared/translations/locales/fa.json | 5 ++ .../shared/translations/locales/fi.json | 5 ++ .../shared/translations/locales/fil.json | 5 ++ .../shared/translations/locales/fo.json | 5 ++ .../shared/translations/locales/fr-ca.json | 5 ++ .../shared/translations/locales/fr.json | 5 ++ .../shared/translations/locales/ga.json | 5 ++ .../shared/translations/locales/he.json | 5 ++ .../shared/translations/locales/hi.json | 5 ++ .../shared/translations/locales/hr.json | 5 ++ .../shared/translations/locales/hu.json | 5 ++ .../shared/translations/locales/hy.json | 5 ++ .../shared/translations/locales/id.json | 5 ++ .../shared/translations/locales/is.json | 5 ++ .../shared/translations/locales/it-ch.json | 5 ++ .../shared/translations/locales/it.json | 5 ++ .../shared/translations/locales/ja.json | 5 ++ .../shared/translations/locales/ka.json | 5 ++ .../shared/translations/locales/kk.json | 5 ++ .../shared/translations/locales/kl-dk.json | 5 ++ .../shared/translations/locales/ko.json | 5 ++ .../shared/translations/locales/ku.json | 5 ++ .../shared/translations/locales/lt.json | 5 ++ .../shared/translations/locales/lv.json | 5 ++ .../shared/translations/locales/mk.json | 5 ++ .../shared/translations/locales/mn.json | 5 ++ .../shared/translations/locales/ms.json | 5 ++ .../shared/translations/locales/mt.json | 5 ++ .../shared/translations/locales/my.json | 5 ++ .../shared/translations/locales/nl-be.json | 5 ++ .../shared/translations/locales/nl.json | 5 ++ .../shared/translations/locales/no.json | 5 ++ .../shared/translations/locales/pl.json | 5 ++ .../shared/translations/locales/pt-br.json | 5 ++ .../shared/translations/locales/pt.json | 5 ++ .../shared/translations/locales/ro.json | 5 ++ .../shared/translations/locales/ru.json | 5 ++ .../shared/translations/locales/sk.json | 5 ++ .../shared/translations/locales/sl.json | 5 ++ .../shared/translations/locales/sq.json | 5 ++ .../shared/translations/locales/sr-me.json | 5 ++ .../shared/translations/locales/sr.json | 5 ++ .../shared/translations/locales/sv.json | 5 ++ .../shared/translations/locales/th.json | 5 ++ .../shared/translations/locales/tr.json | 5 ++ .../shared/translations/locales/uk.json | 5 ++ .../shared/translations/locales/ur.json | 5 ++ .../shared/translations/locales/uz.json | 5 ++ .../shared/translations/locales/vi.json | 5 ++ .../shared/translations/locales/zh-cn.json | 5 ++ .../shared/translations/locales/zh-tw.json | 5 ++ .../translations/locales/uk.json | 10 +-- 90 files changed, 489 insertions(+), 54 deletions(-) create mode 100644 src/modules/shared/translations/locales/af.json create mode 100644 src/modules/shared/translations/locales/ar-x-pseudo.json create mode 100644 src/modules/shared/translations/locales/ar.json create mode 100644 src/modules/shared/translations/locales/az.json create mode 100644 src/modules/shared/translations/locales/be.json create mode 100644 src/modules/shared/translations/locales/bg.json create mode 100644 src/modules/shared/translations/locales/bn.json create mode 100644 src/modules/shared/translations/locales/bs.json create mode 100644 src/modules/shared/translations/locales/ca.json create mode 100644 src/modules/shared/translations/locales/cs.json create mode 100644 src/modules/shared/translations/locales/cy.json create mode 100644 src/modules/shared/translations/locales/da.json create mode 100644 src/modules/shared/translations/locales/de-de.json create mode 100644 src/modules/shared/translations/locales/de-x-informal.json create mode 100644 src/modules/shared/translations/locales/de.json create mode 100644 src/modules/shared/translations/locales/el.json create mode 100644 src/modules/shared/translations/locales/en-001.json create mode 100644 src/modules/shared/translations/locales/en-150.json create mode 100644 src/modules/shared/translations/locales/en-au.json create mode 100644 src/modules/shared/translations/locales/en-ca.json create mode 100644 src/modules/shared/translations/locales/en-gb.json create mode 100644 src/modules/shared/translations/locales/en-my.json create mode 100644 src/modules/shared/translations/locales/en-ph.json create mode 100644 src/modules/shared/translations/locales/en-se.json create mode 100644 src/modules/shared/translations/locales/en-us.json create mode 100644 src/modules/shared/translations/locales/en-x-dev.json create mode 100644 src/modules/shared/translations/locales/en-x-keys.json create mode 100644 src/modules/shared/translations/locales/en-x-obsolete.json create mode 100644 src/modules/shared/translations/locales/en-x-pseudo.json create mode 100644 src/modules/shared/translations/locales/en-x-test.json create mode 100644 src/modules/shared/translations/locales/es-419.json create mode 100644 src/modules/shared/translations/locales/es-es.json create mode 100644 src/modules/shared/translations/locales/es.json create mode 100644 src/modules/shared/translations/locales/et.json create mode 100644 src/modules/shared/translations/locales/eu.json create mode 100644 src/modules/shared/translations/locales/fa-af.json create mode 100644 src/modules/shared/translations/locales/fa.json create mode 100644 src/modules/shared/translations/locales/fi.json create mode 100644 src/modules/shared/translations/locales/fil.json create mode 100644 src/modules/shared/translations/locales/fo.json create mode 100644 src/modules/shared/translations/locales/fr-ca.json create mode 100644 src/modules/shared/translations/locales/fr.json create mode 100644 src/modules/shared/translations/locales/ga.json create mode 100644 src/modules/shared/translations/locales/he.json create mode 100644 src/modules/shared/translations/locales/hi.json create mode 100644 src/modules/shared/translations/locales/hr.json create mode 100644 src/modules/shared/translations/locales/hu.json create mode 100644 src/modules/shared/translations/locales/hy.json create mode 100644 src/modules/shared/translations/locales/id.json create mode 100644 src/modules/shared/translations/locales/is.json create mode 100644 src/modules/shared/translations/locales/it-ch.json create mode 100644 src/modules/shared/translations/locales/it.json create mode 100644 src/modules/shared/translations/locales/ja.json create mode 100644 src/modules/shared/translations/locales/ka.json create mode 100644 src/modules/shared/translations/locales/kk.json create mode 100644 src/modules/shared/translations/locales/kl-dk.json create mode 100644 src/modules/shared/translations/locales/ko.json create mode 100644 src/modules/shared/translations/locales/ku.json create mode 100644 src/modules/shared/translations/locales/lt.json create mode 100644 src/modules/shared/translations/locales/lv.json create mode 100644 src/modules/shared/translations/locales/mk.json create mode 100644 src/modules/shared/translations/locales/mn.json create mode 100644 src/modules/shared/translations/locales/ms.json create mode 100644 src/modules/shared/translations/locales/mt.json create mode 100644 src/modules/shared/translations/locales/my.json create mode 100644 src/modules/shared/translations/locales/nl-be.json create mode 100644 src/modules/shared/translations/locales/nl.json create mode 100644 src/modules/shared/translations/locales/no.json create mode 100644 src/modules/shared/translations/locales/pl.json create mode 100644 src/modules/shared/translations/locales/pt-br.json create mode 100644 src/modules/shared/translations/locales/pt.json create mode 100644 src/modules/shared/translations/locales/ro.json create mode 100644 src/modules/shared/translations/locales/ru.json create mode 100644 src/modules/shared/translations/locales/sk.json create mode 100644 src/modules/shared/translations/locales/sl.json create mode 100644 src/modules/shared/translations/locales/sq.json create mode 100644 src/modules/shared/translations/locales/sr-me.json create mode 100644 src/modules/shared/translations/locales/sr.json create mode 100644 src/modules/shared/translations/locales/sv.json create mode 100644 src/modules/shared/translations/locales/th.json create mode 100644 src/modules/shared/translations/locales/tr.json create mode 100644 src/modules/shared/translations/locales/uk.json create mode 100644 src/modules/shared/translations/locales/ur.json create mode 100644 src/modules/shared/translations/locales/uz.json create mode 100644 src/modules/shared/translations/locales/vi.json create mode 100644 src/modules/shared/translations/locales/zh-cn.json create mode 100644 src/modules/shared/translations/locales/zh-tw.json diff --git a/src/modules/new-request-form/translations/locales/uk.json b/src/modules/new-request-form/translations/locales/uk.json index 21f68515b..2184d4d98 100644 --- a/src/modules/new-request-form/translations/locales/uk.json +++ b/src/modules/new-request-form/translations/locales/uk.json @@ -1,36 +1,36 @@ { - "new-request-form.answer-bot-modal.footer-content": "If it does, we can close your recent request {{requestId}}", - "new-request-form.answer-bot-modal.mark-irrelevant": "No, I need help", - "new-request-form.answer-bot-modal.request-closed": "Nice. Your request has been closed.", - "new-request-form.answer-bot-modal.request-submitted": "Your request was successfully submitted", - "new-request-form.answer-bot-modal.solve-error": "There was an error closing your request", - "new-request-form.answer-bot-modal.solve-request": "Yes, close my request", - "new-request-form.answer-bot-modal.title": "While you wait, do any of these articles answer your question?", - "new-request-form.answer-bot-modal.view-article": "View article", - "new-request-form.attachments.choose-file-label": "Choose a file or drag and drop here", - "new-request-form.attachments.drop-files-label": "Drop files here", - "new-request-form.attachments.file": "File: {{fileName}}, press delete to remove", - "new-request-form.attachments.remove-file": "Remove file", - "new-request-form.attachments.remove-file-aria-label": "Remove file: {{fileName}}", - "new-request-form.attachments.stop-upload": "Stop upload", - "new-request-form.attachments.stop-upload-aria-label": "Stop uploading {{fileName}}", - "new-request-form.attachments.upload-error-description": "There was an error uploading {{fileName}}. Try again or upload another file.", - "new-request-form.attachments.upload-error-title": "Upload error", - "new-request-form.attachments.uploading": "Uploading {{fileName}}", - "new-request-form.cc-field.container-label": "Selected CC emails", - "new-request-form.cc-field.email-added": "{{email}} has been added", - "new-request-form.cc-field.email-label": "{{email}} - Press Backspace to remove", - "new-request-form.cc-field.email-removed": "{{email}} has been removed", - "new-request-form.cc-field.emails-added": "{{emails}} have been added", - "new-request-form.cc-field.invalid-email": "Invalid email address", - "new-request-form.close-label": "Close", - "new-request-form.credit-card-digits-hint": "(Last 4 digits)", - "new-request-form.dropdown.empty-option": "Select an option", - "new-request-form.lookup-field.loading-options": "Loading items...", - "new-request-form.lookup-field.no-matches-found": "No matches found", - "new-request-form.lookup-field.placeholder": "Search {{label}}", - "new-request-form.parent-request-link": "Follow-up to request {{parentId}}", - "new-request-form.required-fields-info": "Fields marked with an asterisk (*) are required.", - "new-request-form.submit": "Submit", - "new-request-form.suggested-articles": "Suggested articles" + "new-request-form.answer-bot-modal.footer-content": "Якщо так, ми можемо закрити ваш нещодавній запит {{requestId}}", + "new-request-form.answer-bot-modal.mark-irrelevant": "Ні, мені потрібна допомога", + "new-request-form.answer-bot-modal.request-closed": "Чудово. Ваш запит було закрито!", + "new-request-form.answer-bot-modal.request-submitted": "Ваш запит успішно прийнятий", + "new-request-form.answer-bot-modal.solve-error": "Під час закриття запиту сталася помилка", + "new-request-form.answer-bot-modal.solve-request": "Так, закрийте мій запит", + "new-request-form.answer-bot-modal.title": "Поки ви очікуєте, чи відповідає якась із цих статей на ваше запитання?", + "new-request-form.answer-bot-modal.view-article": "Переглянути статтю", + "new-request-form.attachments.choose-file-label": "Виберіть файл або перетягніть його сюди", + "new-request-form.attachments.drop-files-label": "Перетягніть файли сюди", + "new-request-form.attachments.file": "Файл: {{fileName}}, натисніть «Видалити» для вилучення", + "new-request-form.attachments.remove-file": "Видалити файл", + "new-request-form.attachments.remove-file-aria-label": "Видалити файл: {{fileName}}", + "new-request-form.attachments.stop-upload": "Зупинити завантаження", + "new-request-form.attachments.stop-upload-aria-label": "Зупинити передавання {{fileName}}", + "new-request-form.attachments.upload-error-description": "Сталася помилка при завантаженні {{fileName}}. Спробуйте ще раз або завантажте інший файл.", + "new-request-form.attachments.upload-error-title": "Помилка завантаження", + "new-request-form.attachments.uploading": "Вивантаження {{fileName}}", + "new-request-form.cc-field.container-label": "Вибрані отримувачі копій електронних листів", + "new-request-form.cc-field.email-added": "{{email}} було додано", + "new-request-form.cc-field.email-label": "{{email}} - Натисніть Backspace, щоб видалити", + "new-request-form.cc-field.email-removed": "{{email}} було видалено", + "new-request-form.cc-field.emails-added": "{{emails}} були додані", + "new-request-form.cc-field.invalid-email": "Недійсна адреса електронної пошти", + "new-request-form.close-label": "Закрити", + "new-request-form.credit-card-digits-hint": "(Останні 4 цифри)", + "new-request-form.dropdown.empty-option": "Виберіть варіант", + "new-request-form.lookup-field.loading-options": "Завантаження елементів...", + "new-request-form.lookup-field.no-matches-found": "Збігів не знайдено", + "new-request-form.lookup-field.placeholder": "Шукати {{label}}", + "new-request-form.parent-request-link": "Подальші дії за запитом {{parentId}}", + "new-request-form.required-fields-info": "Поля, позначені зірочкою (*), є обов'язковими для заповнення.", + "new-request-form.submit": "Надіслати", + "new-request-form.suggested-articles": "Пропоновані статті" } diff --git a/src/modules/service-catalog/translations/locales/uk.json b/src/modules/service-catalog/translations/locales/uk.json index aa303f796..a6dff4a9b 100644 --- a/src/modules/service-catalog/translations/locales/uk.json +++ b/src/modules/service-catalog/translations/locales/uk.json @@ -1,17 +1,17 @@ { - "service-catalog.empty-state.description": "Once services are added to catalog, you'll find them here.", - "service-catalog.empty-state.go-to-homepage": "Go to the homepage", - "service-catalog.empty-state.no-services": "No services in sight", - "service-catalog.empty-state.support-article-link": "Learn about the service catalog", - "service-catalog.item.read-less": "Read less", - "service-catalog.item.read-more": "Read more", - "service-catalog.item.service-request-error-message": "Give it a moment and try it again", - "service-catalog.item.service-request-error-title": "Service couldn't be submitted", - "service-catalog.item.service-request-error.close-label": "Close", - "service-catalog.item.service-request-submitted": "Service request submitted", - "service-catalog.item.submit-button": "Submit request", - "service-catalog.pagination.next": "Next", - "service-catalog.pagination.previous": "Previous", - "service-catalog.service-list-error-message": "Give it a moment and try it again", - "service-catalog.service-list-error-title": "Services couldn't be loaded" + "service-catalog.empty-state.description": "Після додавання до каталогу послуги відображатимуться тут.", + "service-catalog.empty-state.go-to-homepage": "Перейти на домашню сторінку", + "service-catalog.empty-state.no-services": "Послуги не відображаються", + "service-catalog.empty-state.support-article-link": "Докладніше про каталог послуг", + "service-catalog.item.read-less": "Менше", + "service-catalog.item.read-more": "Більше", + "service-catalog.item.service-request-error-message": "Зачекайте хвилину й спробуйте ще раз", + "service-catalog.item.service-request-error-title": "Не вдалося надіслати послугу", + "service-catalog.item.service-request-error.close-label": "Закрити", + "service-catalog.item.service-request-submitted": "Запит на обслуговування надіслано", + "service-catalog.item.submit-button": "Надіслати запит", + "service-catalog.pagination.next": "Далі", + "service-catalog.pagination.previous": "Попередня", + "service-catalog.service-list-error-message": "Зачекайте хвилину й спробуйте ще раз", + "service-catalog.service-list-error-title": "Не вдалося завантажити послуги" } diff --git a/src/modules/shared/translations/locales/af.json b/src/modules/shared/translations/locales/af.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/af.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/ar-x-pseudo.json b/src/modules/shared/translations/locales/ar-x-pseudo.json new file mode 100644 index 000000000..2b03f9b82 --- /dev/null +++ b/src/modules/shared/translations/locales/ar-x-pseudo.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "[ผู้龍Ḡṓṓ ṭṓṓ ṭḥḛḛ ḥṓṓṃḛḛṗααḡḛḛ龍ผู้]", + "cph-theme-error-boundary.message": "[ผู้龍Ḡḭḭṽḛḛ ḭḭṭ αα ṃṓṓṃḛḛṇṭ ααṇḍ ṭṛẏẏ ααḡααḭḭṇ ḽααṭḛḛṛ龍ผู้]", + "cph-theme-error-boundary.title": "[ผู้龍Ṣṓṓṃḛḛṭḥḭḭṇḡ ẁḛḛṇṭ ẁṛṓṓṇḡ.龍ผู้]" +} diff --git a/src/modules/shared/translations/locales/ar.json b/src/modules/shared/translations/locales/ar.json new file mode 100644 index 000000000..3bc66f2fe --- /dev/null +++ b/src/modules/shared/translations/locales/ar.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "انتقال إلى الصفحة الرئيسية", + "cph-theme-error-boundary.message": "انتظر لحظة وحاول مرة أخرى لاحقًا", + "cph-theme-error-boundary.title": "حدث خطأ." +} diff --git a/src/modules/shared/translations/locales/az.json b/src/modules/shared/translations/locales/az.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/az.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/be.json b/src/modules/shared/translations/locales/be.json new file mode 100644 index 000000000..0cf5ca1b2 --- /dev/null +++ b/src/modules/shared/translations/locales/be.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Перейти на главную страницу", + "cph-theme-error-boundary.message": "Подождите немного и повторите попытку позже", + "cph-theme-error-boundary.title": "Возникла неполадка." +} diff --git a/src/modules/shared/translations/locales/bg.json b/src/modules/shared/translations/locales/bg.json new file mode 100644 index 000000000..5a6afa627 --- /dev/null +++ b/src/modules/shared/translations/locales/bg.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Към началната страница", + "cph-theme-error-boundary.message": "Изчакайте малко и опитайте отново по-късно", + "cph-theme-error-boundary.title": "Възникна грешка." +} diff --git a/src/modules/shared/translations/locales/bn.json b/src/modules/shared/translations/locales/bn.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/bn.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/bs.json b/src/modules/shared/translations/locales/bs.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/bs.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/ca.json b/src/modules/shared/translations/locales/ca.json new file mode 100644 index 000000000..ee7f47efe --- /dev/null +++ b/src/modules/shared/translations/locales/ca.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Ir a la página principal", + "cph-theme-error-boundary.message": "Espere un momento y vuelva a intentarlo más tarde", + "cph-theme-error-boundary.title": "Algo salió mal." +} diff --git a/src/modules/shared/translations/locales/cs.json b/src/modules/shared/translations/locales/cs.json new file mode 100644 index 000000000..53411ebac --- /dev/null +++ b/src/modules/shared/translations/locales/cs.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Přejít na domovskou stránku", + "cph-theme-error-boundary.message": "Chvilku počkejte a zkuste to znovu později.", + "cph-theme-error-boundary.title": "Něco se nepovedlo." +} diff --git a/src/modules/shared/translations/locales/cy.json b/src/modules/shared/translations/locales/cy.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/cy.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/da.json b/src/modules/shared/translations/locales/da.json new file mode 100644 index 000000000..e774bacc6 --- /dev/null +++ b/src/modules/shared/translations/locales/da.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Gå til startsiden", + "cph-theme-error-boundary.message": "Vent et øjeblik og prøv igen senere", + "cph-theme-error-boundary.title": "Noget gik galt." +} diff --git a/src/modules/shared/translations/locales/de-de.json b/src/modules/shared/translations/locales/de-de.json new file mode 100644 index 000000000..18286e0a0 --- /dev/null +++ b/src/modules/shared/translations/locales/de-de.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Zur Homepage gehen", + "cph-theme-error-boundary.message": "Versuchen Sie es in Kürze erneut.", + "cph-theme-error-boundary.title": "Ein Fehler ist aufgetreten." +} diff --git a/src/modules/shared/translations/locales/de-x-informal.json b/src/modules/shared/translations/locales/de-x-informal.json new file mode 100644 index 000000000..18286e0a0 --- /dev/null +++ b/src/modules/shared/translations/locales/de-x-informal.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Zur Homepage gehen", + "cph-theme-error-boundary.message": "Versuchen Sie es in Kürze erneut.", + "cph-theme-error-boundary.title": "Ein Fehler ist aufgetreten." +} diff --git a/src/modules/shared/translations/locales/de.json b/src/modules/shared/translations/locales/de.json new file mode 100644 index 000000000..18286e0a0 --- /dev/null +++ b/src/modules/shared/translations/locales/de.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Zur Homepage gehen", + "cph-theme-error-boundary.message": "Versuchen Sie es in Kürze erneut.", + "cph-theme-error-boundary.title": "Ein Fehler ist aufgetreten." +} diff --git a/src/modules/shared/translations/locales/el.json b/src/modules/shared/translations/locales/el.json new file mode 100644 index 000000000..aa8df51dd --- /dev/null +++ b/src/modules/shared/translations/locales/el.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Μετάβαση στην αρχική σελίδα", + "cph-theme-error-boundary.message": "Περιμένετε λίγο και δοκιμάστε ξανά αργότερα", + "cph-theme-error-boundary.title": "Παρουσιάστηκε κάποιο πρόβλημα." +} diff --git a/src/modules/shared/translations/locales/en-001.json b/src/modules/shared/translations/locales/en-001.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/en-001.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/en-150.json b/src/modules/shared/translations/locales/en-150.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/en-150.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/en-au.json b/src/modules/shared/translations/locales/en-au.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/en-au.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/en-ca.json b/src/modules/shared/translations/locales/en-ca.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/en-ca.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/en-gb.json b/src/modules/shared/translations/locales/en-gb.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/en-gb.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/en-my.json b/src/modules/shared/translations/locales/en-my.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/en-my.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/en-ph.json b/src/modules/shared/translations/locales/en-ph.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/en-ph.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/en-se.json b/src/modules/shared/translations/locales/en-se.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/en-se.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/en-us.json b/src/modules/shared/translations/locales/en-us.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/en-us.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/en-x-dev.json b/src/modules/shared/translations/locales/en-x-dev.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/en-x-dev.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/en-x-keys.json b/src/modules/shared/translations/locales/en-x-keys.json new file mode 100644 index 000000000..a2e893e55 --- /dev/null +++ b/src/modules/shared/translations/locales/en-x-keys.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "cph-theme-error-boundary.go-to-homepage", + "cph-theme-error-boundary.message": "cph-theme-error-boundary.message", + "cph-theme-error-boundary.title": "cph-theme-error-boundary.title" +} diff --git a/src/modules/shared/translations/locales/en-x-obsolete.json b/src/modules/shared/translations/locales/en-x-obsolete.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/en-x-obsolete.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/en-x-pseudo.json b/src/modules/shared/translations/locales/en-x-pseudo.json new file mode 100644 index 000000000..2b03f9b82 --- /dev/null +++ b/src/modules/shared/translations/locales/en-x-pseudo.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "[ผู้龍Ḡṓṓ ṭṓṓ ṭḥḛḛ ḥṓṓṃḛḛṗααḡḛḛ龍ผู้]", + "cph-theme-error-boundary.message": "[ผู้龍Ḡḭḭṽḛḛ ḭḭṭ αα ṃṓṓṃḛḛṇṭ ααṇḍ ṭṛẏẏ ααḡααḭḭṇ ḽααṭḛḛṛ龍ผู้]", + "cph-theme-error-boundary.title": "[ผู้龍Ṣṓṓṃḛḛṭḥḭḭṇḡ ẁḛḛṇṭ ẁṛṓṓṇḡ.龍ผู้]" +} diff --git a/src/modules/shared/translations/locales/en-x-test.json b/src/modules/shared/translations/locales/en-x-test.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/en-x-test.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/es-419.json b/src/modules/shared/translations/locales/es-419.json new file mode 100644 index 000000000..ee7f47efe --- /dev/null +++ b/src/modules/shared/translations/locales/es-419.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Ir a la página principal", + "cph-theme-error-boundary.message": "Espere un momento y vuelva a intentarlo más tarde", + "cph-theme-error-boundary.title": "Algo salió mal." +} diff --git a/src/modules/shared/translations/locales/es-es.json b/src/modules/shared/translations/locales/es-es.json new file mode 100644 index 000000000..ee7f47efe --- /dev/null +++ b/src/modules/shared/translations/locales/es-es.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Ir a la página principal", + "cph-theme-error-boundary.message": "Espere un momento y vuelva a intentarlo más tarde", + "cph-theme-error-boundary.title": "Algo salió mal." +} diff --git a/src/modules/shared/translations/locales/es.json b/src/modules/shared/translations/locales/es.json new file mode 100644 index 000000000..ee7f47efe --- /dev/null +++ b/src/modules/shared/translations/locales/es.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Ir a la página principal", + "cph-theme-error-boundary.message": "Espere un momento y vuelva a intentarlo más tarde", + "cph-theme-error-boundary.title": "Algo salió mal." +} diff --git a/src/modules/shared/translations/locales/et.json b/src/modules/shared/translations/locales/et.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/et.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/eu.json b/src/modules/shared/translations/locales/eu.json new file mode 100644 index 000000000..ee7f47efe --- /dev/null +++ b/src/modules/shared/translations/locales/eu.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Ir a la página principal", + "cph-theme-error-boundary.message": "Espere un momento y vuelva a intentarlo más tarde", + "cph-theme-error-boundary.title": "Algo salió mal." +} diff --git a/src/modules/shared/translations/locales/fa-af.json b/src/modules/shared/translations/locales/fa-af.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/fa-af.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/fa.json b/src/modules/shared/translations/locales/fa.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/fa.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/fi.json b/src/modules/shared/translations/locales/fi.json new file mode 100644 index 000000000..fa1771bb4 --- /dev/null +++ b/src/modules/shared/translations/locales/fi.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Siirry kotisivulle", + "cph-theme-error-boundary.message": "Odota hetki ja yritä myöhemmin uudelleen", + "cph-theme-error-boundary.title": "Jotain meni pieleen." +} diff --git a/src/modules/shared/translations/locales/fil.json b/src/modules/shared/translations/locales/fil.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/fil.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/fo.json b/src/modules/shared/translations/locales/fo.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/fo.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/fr-ca.json b/src/modules/shared/translations/locales/fr-ca.json new file mode 100644 index 000000000..c05671091 --- /dev/null +++ b/src/modules/shared/translations/locales/fr-ca.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Aller à la page d’accueil", + "cph-theme-error-boundary.message": "Patientez quelques instants et réessayez ultérieurement", + "cph-theme-error-boundary.title": "Un problème est survenu." +} diff --git a/src/modules/shared/translations/locales/fr.json b/src/modules/shared/translations/locales/fr.json new file mode 100644 index 000000000..c05671091 --- /dev/null +++ b/src/modules/shared/translations/locales/fr.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Aller à la page d’accueil", + "cph-theme-error-boundary.message": "Patientez quelques instants et réessayez ultérieurement", + "cph-theme-error-boundary.title": "Un problème est survenu." +} diff --git a/src/modules/shared/translations/locales/ga.json b/src/modules/shared/translations/locales/ga.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/ga.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/he.json b/src/modules/shared/translations/locales/he.json new file mode 100644 index 000000000..55288b553 --- /dev/null +++ b/src/modules/shared/translations/locales/he.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "עבור לדף הבית", + "cph-theme-error-boundary.message": "המתן רגע ונסה שוב מאוחר יותר", + "cph-theme-error-boundary.title": "משהו השתבש." +} diff --git a/src/modules/shared/translations/locales/hi.json b/src/modules/shared/translations/locales/hi.json new file mode 100644 index 000000000..70310dffa --- /dev/null +++ b/src/modules/shared/translations/locales/hi.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "होमपेज पर जाएं", + "cph-theme-error-boundary.message": "थोड़ा ठहरकर पुनः प्रयास करें।", + "cph-theme-error-boundary.title": "कोई गड़बड़ी हुई है।" +} diff --git a/src/modules/shared/translations/locales/hr.json b/src/modules/shared/translations/locales/hr.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/hr.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/hu.json b/src/modules/shared/translations/locales/hu.json new file mode 100644 index 000000000..c351e3b60 --- /dev/null +++ b/src/modules/shared/translations/locales/hu.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Ugrás a kezdőlapra", + "cph-theme-error-boundary.message": "Várjon egy percet, majd próbálkozzon újra később", + "cph-theme-error-boundary.title": "Hiba történt." +} diff --git a/src/modules/shared/translations/locales/hy.json b/src/modules/shared/translations/locales/hy.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/hy.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/id.json b/src/modules/shared/translations/locales/id.json new file mode 100644 index 000000000..61d0846d5 --- /dev/null +++ b/src/modules/shared/translations/locales/id.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Pergi ke beranda", + "cph-theme-error-boundary.message": "Tunggu sebentar dan coba lagi nanti", + "cph-theme-error-boundary.title": "Terjadi kesalahan." +} diff --git a/src/modules/shared/translations/locales/is.json b/src/modules/shared/translations/locales/is.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/is.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/it-ch.json b/src/modules/shared/translations/locales/it-ch.json new file mode 100644 index 000000000..b776bc97b --- /dev/null +++ b/src/modules/shared/translations/locales/it-ch.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Vai alla home page", + "cph-theme-error-boundary.message": "Attendi un attimo e riprova più tardi", + "cph-theme-error-boundary.title": "Si è verificato un problema." +} diff --git a/src/modules/shared/translations/locales/it.json b/src/modules/shared/translations/locales/it.json new file mode 100644 index 000000000..b776bc97b --- /dev/null +++ b/src/modules/shared/translations/locales/it.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Vai alla home page", + "cph-theme-error-boundary.message": "Attendi un attimo e riprova più tardi", + "cph-theme-error-boundary.title": "Si è verificato un problema." +} diff --git a/src/modules/shared/translations/locales/ja.json b/src/modules/shared/translations/locales/ja.json new file mode 100644 index 000000000..f0e86787a --- /dev/null +++ b/src/modules/shared/translations/locales/ja.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "ホームページに移動", + "cph-theme-error-boundary.message": "少し待ってからもう一度やり直してください", + "cph-theme-error-boundary.title": "問題が発生したようです。" +} diff --git a/src/modules/shared/translations/locales/ka.json b/src/modules/shared/translations/locales/ka.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/ka.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/kk.json b/src/modules/shared/translations/locales/kk.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/kk.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/kl-dk.json b/src/modules/shared/translations/locales/kl-dk.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/kl-dk.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/ko.json b/src/modules/shared/translations/locales/ko.json new file mode 100644 index 000000000..7d99b4510 --- /dev/null +++ b/src/modules/shared/translations/locales/ko.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "홈페이지로 이동", + "cph-theme-error-boundary.message": "잠시 후 다시 시도하세요.", + "cph-theme-error-boundary.title": "문제가 발생했습니다." +} diff --git a/src/modules/shared/translations/locales/ku.json b/src/modules/shared/translations/locales/ku.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/ku.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/lt.json b/src/modules/shared/translations/locales/lt.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/lt.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/lv.json b/src/modules/shared/translations/locales/lv.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/lv.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/mk.json b/src/modules/shared/translations/locales/mk.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/mk.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/mn.json b/src/modules/shared/translations/locales/mn.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/mn.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/ms.json b/src/modules/shared/translations/locales/ms.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/ms.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/mt.json b/src/modules/shared/translations/locales/mt.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/mt.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/my.json b/src/modules/shared/translations/locales/my.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/my.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/nl-be.json b/src/modules/shared/translations/locales/nl-be.json new file mode 100644 index 000000000..49f5fd6cb --- /dev/null +++ b/src/modules/shared/translations/locales/nl-be.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Naar de startpagina", + "cph-theme-error-boundary.message": "Probeer het na korte tijd opnieuw", + "cph-theme-error-boundary.title": "Er is iets fout gegaan." +} diff --git a/src/modules/shared/translations/locales/nl.json b/src/modules/shared/translations/locales/nl.json new file mode 100644 index 000000000..49f5fd6cb --- /dev/null +++ b/src/modules/shared/translations/locales/nl.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Naar de startpagina", + "cph-theme-error-boundary.message": "Probeer het na korte tijd opnieuw", + "cph-theme-error-boundary.title": "Er is iets fout gegaan." +} diff --git a/src/modules/shared/translations/locales/no.json b/src/modules/shared/translations/locales/no.json new file mode 100644 index 000000000..09d404b95 --- /dev/null +++ b/src/modules/shared/translations/locales/no.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Gå til hjemmesiden", + "cph-theme-error-boundary.message": "Vent et øyeblikk og prøv på nytt senere", + "cph-theme-error-boundary.title": "Noe gikk galt." +} diff --git a/src/modules/shared/translations/locales/pl.json b/src/modules/shared/translations/locales/pl.json new file mode 100644 index 000000000..4e5047f0a --- /dev/null +++ b/src/modules/shared/translations/locales/pl.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Przejdź do strony głównej", + "cph-theme-error-boundary.message": "Poczekaj chwilę i spróbuj ponownie później", + "cph-theme-error-boundary.title": "Wystąpił jakiś problem." +} diff --git a/src/modules/shared/translations/locales/pt-br.json b/src/modules/shared/translations/locales/pt-br.json new file mode 100644 index 000000000..5c39b3354 --- /dev/null +++ b/src/modules/shared/translations/locales/pt-br.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Ir para a página inicial", + "cph-theme-error-boundary.message": "Aguarde um momento e tente novamente mais tarde", + "cph-theme-error-boundary.title": "Algo deu errado." +} diff --git a/src/modules/shared/translations/locales/pt.json b/src/modules/shared/translations/locales/pt.json new file mode 100644 index 000000000..5c39b3354 --- /dev/null +++ b/src/modules/shared/translations/locales/pt.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Ir para a página inicial", + "cph-theme-error-boundary.message": "Aguarde um momento e tente novamente mais tarde", + "cph-theme-error-boundary.title": "Algo deu errado." +} diff --git a/src/modules/shared/translations/locales/ro.json b/src/modules/shared/translations/locales/ro.json new file mode 100644 index 000000000..bffcb0e11 --- /dev/null +++ b/src/modules/shared/translations/locales/ro.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Mergeți la pagina de pornire", + "cph-theme-error-boundary.message": "Așteptați un moment, apoi încercați din nou mai târziu", + "cph-theme-error-boundary.title": "A apărut o problemă." +} diff --git a/src/modules/shared/translations/locales/ru.json b/src/modules/shared/translations/locales/ru.json new file mode 100644 index 000000000..0cf5ca1b2 --- /dev/null +++ b/src/modules/shared/translations/locales/ru.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Перейти на главную страницу", + "cph-theme-error-boundary.message": "Подождите немного и повторите попытку позже", + "cph-theme-error-boundary.title": "Возникла неполадка." +} diff --git a/src/modules/shared/translations/locales/sk.json b/src/modules/shared/translations/locales/sk.json new file mode 100644 index 000000000..ee01116b5 --- /dev/null +++ b/src/modules/shared/translations/locales/sk.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Prejsť na domovskú stránku", + "cph-theme-error-boundary.message": "Chvíľu počkajte a skúste to znova neskôr", + "cph-theme-error-boundary.title": "Niekde sa stala chyba." +} diff --git a/src/modules/shared/translations/locales/sl.json b/src/modules/shared/translations/locales/sl.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/sl.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/sq.json b/src/modules/shared/translations/locales/sq.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/sq.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/sr-me.json b/src/modules/shared/translations/locales/sr-me.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/sr-me.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/sr.json b/src/modules/shared/translations/locales/sr.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/sr.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/sv.json b/src/modules/shared/translations/locales/sv.json new file mode 100644 index 000000000..8cd8186bf --- /dev/null +++ b/src/modules/shared/translations/locales/sv.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Gå till startsidan", + "cph-theme-error-boundary.message": "Vänta en stund och försök igen senare", + "cph-theme-error-boundary.title": "Något gick fel." +} diff --git a/src/modules/shared/translations/locales/th.json b/src/modules/shared/translations/locales/th.json new file mode 100644 index 000000000..dc0f9efeb --- /dev/null +++ b/src/modules/shared/translations/locales/th.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "ไปที่หน้าหลัก", + "cph-theme-error-boundary.message": "รอสักครู่แล้วลองอีกครั้งในภายหลัง", + "cph-theme-error-boundary.title": "มีบางอย่างผิดพลาด" +} diff --git a/src/modules/shared/translations/locales/tr.json b/src/modules/shared/translations/locales/tr.json new file mode 100644 index 000000000..b41d3d7a6 --- /dev/null +++ b/src/modules/shared/translations/locales/tr.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Ana sayfaya git", + "cph-theme-error-boundary.message": "Kısa bir süre bekleyip yeniden deneyin", + "cph-theme-error-boundary.title": "Bir sorun oluştu." +} diff --git a/src/modules/shared/translations/locales/uk.json b/src/modules/shared/translations/locales/uk.json new file mode 100644 index 000000000..e245cff2c --- /dev/null +++ b/src/modules/shared/translations/locales/uk.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Перейти на домашню сторінку", + "cph-theme-error-boundary.message": "Зачекайте хвилину й спробуйте ще раз пізніше", + "cph-theme-error-boundary.title": "Сталася помилка." +} diff --git a/src/modules/shared/translations/locales/ur.json b/src/modules/shared/translations/locales/ur.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/ur.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/uz.json b/src/modules/shared/translations/locales/uz.json new file mode 100644 index 000000000..58900d3cb --- /dev/null +++ b/src/modules/shared/translations/locales/uz.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Go to the homepage", + "cph-theme-error-boundary.message": "Give it a moment and try again later", + "cph-theme-error-boundary.title": "Something went wrong." +} diff --git a/src/modules/shared/translations/locales/vi.json b/src/modules/shared/translations/locales/vi.json new file mode 100644 index 000000000..aa9225e40 --- /dev/null +++ b/src/modules/shared/translations/locales/vi.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "Đi đến trang chủ", + "cph-theme-error-boundary.message": "Hãy chờ một lát và thử lại sau", + "cph-theme-error-boundary.title": "Đã xảy ra sự cố." +} diff --git a/src/modules/shared/translations/locales/zh-cn.json b/src/modules/shared/translations/locales/zh-cn.json new file mode 100644 index 000000000..cc1a58831 --- /dev/null +++ b/src/modules/shared/translations/locales/zh-cn.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "转到主页", + "cph-theme-error-boundary.message": "请稍候片刻再重试", + "cph-theme-error-boundary.title": "出错了。" +} diff --git a/src/modules/shared/translations/locales/zh-tw.json b/src/modules/shared/translations/locales/zh-tw.json new file mode 100644 index 000000000..08eb09d3c --- /dev/null +++ b/src/modules/shared/translations/locales/zh-tw.json @@ -0,0 +1,5 @@ +{ + "cph-theme-error-boundary.go-to-homepage": "前往主頁", + "cph-theme-error-boundary.message": "請稍候片刻,然後再試一次", + "cph-theme-error-boundary.title": "發生問題。" +} diff --git a/src/modules/ticket-fields/translations/locales/uk.json b/src/modules/ticket-fields/translations/locales/uk.json index 151a88743..606ca6ae5 100644 --- a/src/modules/ticket-fields/translations/locales/uk.json +++ b/src/modules/ticket-fields/translations/locales/uk.json @@ -1,7 +1,7 @@ { - "cph-theme-ticket-fields.credit-card-digits-hint": "(Last 4 digits)", - "cph-theme-ticket-fields.dropdown.empty-option": "Select an option", - "cph-theme-ticket-fields.lookup-field.loading-options": "Loading items...", - "cph-theme-ticket-fields.lookup-field.no-matches-found": "No matches found", - "cph-theme-ticket-fields.lookup-field.placeholder": "Search {{label}}" + "cph-theme-ticket-fields.credit-card-digits-hint": "(Останні 4 цифри)", + "cph-theme-ticket-fields.dropdown.empty-option": "Виберіть варіант", + "cph-theme-ticket-fields.lookup-field.loading-options": "Завантаження елементів...", + "cph-theme-ticket-fields.lookup-field.no-matches-found": "Збігів не знайдено", + "cph-theme-ticket-fields.lookup-field.placeholder": "Пошук {{label}}" }