Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations task #6

Merged
merged 3 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 52 additions & 1 deletion __generated__/schema.tsx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions locales/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"exhibitNotFound": "Exhibit not found",
"exhibitNotFoundForLanguage": "Exhibit not found for the selected language, but you can view it in",
"exhibitNotFoundRussian": "Russian",
"exhibitNotFoundEnglish": "English",
"exhibitNotFoundUzbek": "Uzbek",
"exhibitNotFoundKarakalpak": "Karakalpak",
"exhibitNotFoundLanguage": "language",
"date": "Year",
"description": "Description",
"playAudioguide": "Play audioguide",
"pause": "Pause",
"forward": "Forward",
"rewind": "Rewind",
"logo": "Logo"
}
16 changes: 16 additions & 0 deletions locales/ka.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"exhibitNotFound": "Exhibit not found",
"exhibitNotFoundForLanguage": "Exhibit not found for the selected language, but you can view it in",
"exhibitNotFoundRussian": "Russian",
"exhibitNotFoundEnglish": "English",
"exhibitNotFoundUzbek": "Uzbek",
"exhibitNotFoundKarakalpak": "Karakalpak",
"exhibitNotFoundLanguage": "language",
"date": "Year",
"description": "Description",
"playAudioguide": "Play audioguide",
"pause": "Pause",
"forward": "Forward",
"rewind": "Rewind",
"logo": "Logo"
}
16 changes: 16 additions & 0 deletions locales/ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"exhibitNotFound": "Экспонат не найден",
"exhibitNotFoundForLanguage": "Экспонат не найден для выбранного языка, но вы можете просмотреть его на",
"exhibitNotFoundRussian": "русском",
"exhibitNotFoundEnglish": "английском",
"exhibitNotFoundUzbek": "узбекском",
"exhibitNotFoundKarakalpak": "каракалпакском",
"exhibitNotFoundLanguage": "языке",
"date": "Дата",
"description": "Описание",
"playAudioguide": "Слушать аудиогид",
"pause": "Пауза",
"forward": "Вперед",
"rewind": "Назад",
"logo": "Лого"
}
16 changes: 16 additions & 0 deletions locales/uz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"exhibitNotFound": "Ekspozitsiya topilmadi",
"exhibitNotFoundForLanguage": "Tanlangan til uchun eksponat topilmadi, lekin siz uni ko'rishingiz mumkin",
"exhibitNotFoundRussian": "rus",
"exhibitNotFoundEnglish": "ingliz",
"exhibitNotFoundUzbek": "o'zbek",
"exhibitNotFoundKarakalpak": "qoraqalpoq",
"exhibitNotFoundLanguage": "tilida",
"date": "Yil",
"description": "Tavsif",
"playAudioguide": "Audiogidni ijro etish",
"pause": "Pauza",
"forward": "Oldinga",
"rewind": "Orqaga",
"logo": "Logo"
}
Loading
Loading