From cf6afdcb43449314c9523f6d1ad84cf2f1c17f36 Mon Sep 17 00:00:00 2001
From: Benjamin Takats
Date: Sun, 18 Dec 2022 21:15:23 +0100
Subject: [PATCH] add languages
---
.../Controllers/Api/LanguageController.php | 98 ++++++++
app/Http/Kernel.php | 13 ++
app/Http/Livewire/Frontend/Footer.php | 20 +-
app/Http/Livewire/Frontend/Header.php | 18 +-
app/Http/Livewire/Frontend/Welcome.php | 16 +-
app/Http/Livewire/Library/LibraryTable.php | 6 +-
app/Http/Livewire/Tables/EventTable.php | 34 +--
app/Http/Livewire/Tables/LibraryItemTable.php | 10 +-
.../SetTimezoneForNovaMiddleware.php | 35 +++
app/Http/Middleware/SetTimezoneMiddleware.php | 7 +-
app/Nova/BitcoinEvent.php | 2 +-
app/Nova/BookCase.php | 2 +-
app/Nova/City.php | 2 +-
app/Nova/Course.php | 8 +-
app/Nova/CourseEvent.php | 2 +-
app/Nova/Episode.php | 2 +-
app/Nova/Language.php | 3 +
app/Nova/Lecturer.php | 6 +-
app/Nova/Library.php | 2 +-
app/Nova/LibraryItem.php | 6 +-
app/Nova/Meetup.php | 2 +-
app/Nova/MeetupEvent.php | 2 +-
app/Nova/Podcast.php | 2 +-
app/Nova/Venue.php | 2 +-
app/Providers/NovaServiceProvider.php | 6 +-
config/translation.php | 2 +-
...32_add_current_language_to_users_table.php | 30 +++
...022_12_18_201051_add_indexes_to_tables.php | 46 ++++
database/seeders/DatabaseSeeder.php | 9 +
resources/lang/af.json | 205 -----------------
resources/lang/af/auth.php | 9 -
resources/lang/af/http-statuses.php | 84 -------
resources/lang/af/pagination.php | 8 -
resources/lang/af/passwords.php | 11 -
resources/lang/af/validation.php | 210 ------------------
resources/lang/ar.json | 205 -----------------
resources/lang/ar/auth.php | 9 -
resources/lang/ar/http-statuses.php | 84 -------
resources/lang/ar/pagination.php | 8 -
resources/lang/ar/passwords.php | 11 -
resources/lang/ar/validation.php | 210 ------------------
resources/lang/az.json | 205 -----------------
resources/lang/az/auth.php | 9 -
resources/lang/az/http-statuses.php | 84 -------
resources/lang/az/pagination.php | 8 -
resources/lang/az/passwords.php | 11 -
resources/lang/az/validation.php | 210 ------------------
resources/lang/be.json | 205 -----------------
resources/lang/be/auth.php | 9 -
resources/lang/be/http-statuses.php | 84 -------
resources/lang/be/pagination.php | 8 -
resources/lang/be/passwords.php | 11 -
resources/lang/be/validation.php | 210 ------------------
resources/lang/bg.json | 205 -----------------
resources/lang/bg/auth.php | 9 -
resources/lang/bg/http-statuses.php | 84 -------
resources/lang/bg/pagination.php | 8 -
resources/lang/bg/passwords.php | 11 -
resources/lang/bg/validation.php | 210 ------------------
resources/lang/bn.json | 205 -----------------
resources/lang/bn/auth.php | 9 -
resources/lang/bn/http-statuses.php | 84 -------
resources/lang/bn/pagination.php | 8 -
resources/lang/bn/passwords.php | 11 -
resources/lang/bn/validation.php | 210 ------------------
resources/lang/bs.json | 205 -----------------
resources/lang/bs/auth.php | 9 -
resources/lang/bs/http-statuses.php | 84 -------
resources/lang/bs/pagination.php | 8 -
resources/lang/bs/passwords.php | 11 -
resources/lang/bs/validation.php | 210 ------------------
resources/lang/ca.json | 205 -----------------
resources/lang/ca/auth.php | 9 -
resources/lang/ca/http-statuses.php | 84 -------
resources/lang/ca/pagination.php | 8 -
resources/lang/ca/passwords.php | 11 -
resources/lang/ca/validation.php | 210 ------------------
resources/lang/cs.json | 205 -----------------
resources/lang/cs/auth.php | 9 -
resources/lang/cs/http-statuses.php | 84 -------
resources/lang/cs/pagination.php | 8 -
resources/lang/cs/passwords.php | 11 -
resources/lang/cs/validation.php | 210 ------------------
resources/lang/cy.json | 205 -----------------
resources/lang/cy/auth.php | 9 -
resources/lang/cy/http-statuses.php | 84 -------
resources/lang/cy/pagination.php | 8 -
resources/lang/cy/passwords.php | 11 -
resources/lang/cy/validation.php | 210 ------------------
resources/lang/da.json | 205 -----------------
resources/lang/da/auth.php | 9 -
resources/lang/da/http-statuses.php | 84 -------
resources/lang/da/pagination.php | 8 -
resources/lang/da/passwords.php | 11 -
resources/lang/da/validation.php | 210 ------------------
resources/lang/de_CH.json | 205 -----------------
resources/lang/de_CH/auth.php | 9 -
resources/lang/de_CH/http-statuses.php | 84 -------
resources/lang/de_CH/pagination.php | 8 -
resources/lang/de_CH/passwords.php | 11 -
resources/lang/de_CH/validation.php | 210 ------------------
resources/lang/el.json | 205 -----------------
resources/lang/el/auth.php | 9 -
resources/lang/el/http-statuses.php | 84 -------
resources/lang/el/pagination.php | 8 -
resources/lang/el/passwords.php | 11 -
resources/lang/el/validation.php | 210 ------------------
resources/lang/en.json | 19 +-
resources/lang/et.json | 205 -----------------
resources/lang/et/auth.php | 9 -
resources/lang/et/http-statuses.php | 84 -------
resources/lang/et/pagination.php | 8 -
resources/lang/et/passwords.php | 11 -
resources/lang/et/validation.php | 210 ------------------
resources/lang/eu.json | 205 -----------------
resources/lang/eu/auth.php | 9 -
resources/lang/eu/http-statuses.php | 84 -------
resources/lang/eu/pagination.php | 8 -
resources/lang/eu/passwords.php | 11 -
resources/lang/eu/validation.php | 210 ------------------
resources/lang/fa.json | 205 -----------------
resources/lang/fa/auth.php | 9 -
resources/lang/fa/http-statuses.php | 84 -------
resources/lang/fa/pagination.php | 8 -
resources/lang/fa/passwords.php | 11 -
resources/lang/fa/validation.php | 210 ------------------
resources/lang/fi.json | 205 -----------------
resources/lang/fi/auth.php | 9 -
resources/lang/fi/http-statuses.php | 84 -------
resources/lang/fi/pagination.php | 8 -
resources/lang/fi/passwords.php | 11 -
resources/lang/fi/validation.php | 210 ------------------
resources/lang/fil.json | 205 -----------------
resources/lang/fil/auth.php | 9 -
resources/lang/fil/http-statuses.php | 84 -------
resources/lang/fil/pagination.php | 8 -
resources/lang/fil/passwords.php | 11 -
resources/lang/fil/validation.php | 210 ------------------
resources/lang/gl.json | 205 -----------------
resources/lang/gl/auth.php | 9 -
resources/lang/gl/http-statuses.php | 84 -------
resources/lang/gl/pagination.php | 8 -
resources/lang/gl/passwords.php | 11 -
resources/lang/gl/validation.php | 210 ------------------
resources/lang/gu.json | 205 -----------------
resources/lang/gu/auth.php | 9 -
resources/lang/gu/http-statuses.php | 84 -------
resources/lang/gu/pagination.php | 8 -
resources/lang/gu/passwords.php | 11 -
resources/lang/gu/validation.php | 210 ------------------
resources/lang/he.json | 205 -----------------
resources/lang/he/auth.php | 9 -
resources/lang/he/http-statuses.php | 84 -------
resources/lang/he/pagination.php | 8 -
resources/lang/he/passwords.php | 11 -
resources/lang/he/validation.php | 210 ------------------
resources/lang/hi.json | 205 -----------------
resources/lang/hi/auth.php | 9 -
resources/lang/hi/http-statuses.php | 84 -------
resources/lang/hi/pagination.php | 8 -
resources/lang/hi/passwords.php | 11 -
resources/lang/hi/validation.php | 210 ------------------
resources/lang/hu.json | 205 -----------------
resources/lang/hu/auth.php | 9 -
resources/lang/hu/http-statuses.php | 84 -------
resources/lang/hu/pagination.php | 8 -
resources/lang/hu/passwords.php | 11 -
resources/lang/hu/validation.php | 210 ------------------
resources/lang/hy.json | 205 -----------------
resources/lang/hy/auth.php | 9 -
resources/lang/hy/http-statuses.php | 84 -------
resources/lang/hy/pagination.php | 8 -
resources/lang/hy/passwords.php | 11 -
resources/lang/hy/validation.php | 210 ------------------
resources/lang/id.json | 205 -----------------
resources/lang/id/auth.php | 9 -
resources/lang/id/http-statuses.php | 84 -------
resources/lang/id/pagination.php | 8 -
resources/lang/id/passwords.php | 11 -
resources/lang/id/validation.php | 210 ------------------
resources/lang/is.json | 205 -----------------
resources/lang/is/auth.php | 9 -
resources/lang/is/http-statuses.php | 84 -------
resources/lang/is/pagination.php | 8 -
resources/lang/is/passwords.php | 11 -
resources/lang/is/validation.php | 210 ------------------
resources/lang/ja.json | 205 -----------------
resources/lang/ja/auth.php | 9 -
resources/lang/ja/http-statuses.php | 84 -------
resources/lang/ja/pagination.php | 8 -
resources/lang/ja/passwords.php | 11 -
resources/lang/ja/validation.php | 210 ------------------
resources/lang/ka.json | 205 -----------------
resources/lang/ka/auth.php | 9 -
resources/lang/ka/http-statuses.php | 84 -------
resources/lang/ka/pagination.php | 8 -
resources/lang/ka/passwords.php | 11 -
resources/lang/ka/validation.php | 210 ------------------
resources/lang/kk.json | 205 -----------------
resources/lang/kk/auth.php | 9 -
resources/lang/kk/http-statuses.php | 84 -------
resources/lang/kk/pagination.php | 8 -
resources/lang/kk/passwords.php | 11 -
resources/lang/kk/validation.php | 210 ------------------
resources/lang/km.json | 205 -----------------
resources/lang/km/auth.php | 9 -
resources/lang/km/http-statuses.php | 84 -------
resources/lang/km/pagination.php | 8 -
resources/lang/km/passwords.php | 11 -
resources/lang/km/validation.php | 210 ------------------
resources/lang/kn.json | 205 -----------------
resources/lang/kn/auth.php | 9 -
resources/lang/kn/http-statuses.php | 84 -------
resources/lang/kn/pagination.php | 8 -
resources/lang/kn/passwords.php | 11 -
resources/lang/kn/validation.php | 210 ------------------
resources/lang/ko.json | 205 -----------------
resources/lang/ko/auth.php | 9 -
resources/lang/ko/http-statuses.php | 84 -------
resources/lang/ko/pagination.php | 8 -
resources/lang/ko/passwords.php | 11 -
resources/lang/ko/validation.php | 210 ------------------
resources/lang/lt.json | 205 -----------------
resources/lang/lt/auth.php | 9 -
resources/lang/lt/http-statuses.php | 84 -------
resources/lang/lt/pagination.php | 8 -
resources/lang/lt/passwords.php | 11 -
resources/lang/lt/validation.php | 210 ------------------
resources/lang/lv.json | 205 -----------------
resources/lang/lv/auth.php | 9 -
resources/lang/lv/http-statuses.php | 84 -------
resources/lang/lv/pagination.php | 8 -
resources/lang/lv/passwords.php | 11 -
resources/lang/lv/validation.php | 210 ------------------
resources/lang/mn.json | 205 -----------------
resources/lang/mn/auth.php | 9 -
resources/lang/mn/http-statuses.php | 84 -------
resources/lang/mn/pagination.php | 8 -
resources/lang/mn/passwords.php | 11 -
resources/lang/mn/validation.php | 210 ------------------
resources/lang/mr.json | 205 -----------------
resources/lang/mr/auth.php | 9 -
resources/lang/mr/http-statuses.php | 84 -------
resources/lang/mr/pagination.php | 8 -
resources/lang/mr/passwords.php | 11 -
resources/lang/mr/validation.php | 210 ------------------
resources/lang/ms.json | 205 -----------------
resources/lang/ms/auth.php | 9 -
resources/lang/ms/http-statuses.php | 84 -------
resources/lang/ms/pagination.php | 8 -
resources/lang/ms/passwords.php | 11 -
resources/lang/ms/validation.php | 210 ------------------
resources/lang/nb.json | 205 -----------------
resources/lang/nb/auth.php | 9 -
resources/lang/nb/http-statuses.php | 84 -------
resources/lang/nb/pagination.php | 8 -
resources/lang/nb/passwords.php | 11 -
resources/lang/nb/validation.php | 210 ------------------
resources/lang/ne.json | 205 -----------------
resources/lang/ne/auth.php | 9 -
resources/lang/ne/http-statuses.php | 84 -------
resources/lang/ne/pagination.php | 8 -
resources/lang/ne/passwords.php | 11 -
resources/lang/ne/validation.php | 210 ------------------
resources/lang/nl.json | 205 -----------------
resources/lang/nl/auth.php | 9 -
resources/lang/nl/http-statuses.php | 84 -------
resources/lang/nl/pagination.php | 8 -
resources/lang/nl/passwords.php | 11 -
resources/lang/nl/validation.php | 210 ------------------
resources/lang/nn.json | 205 -----------------
resources/lang/nn/auth.php | 9 -
resources/lang/nn/http-statuses.php | 84 -------
resources/lang/nn/pagination.php | 8 -
resources/lang/nn/passwords.php | 11 -
resources/lang/nn/validation.php | 210 ------------------
resources/lang/oc.json | 205 -----------------
resources/lang/oc/auth.php | 9 -
resources/lang/oc/http-statuses.php | 84 -------
resources/lang/oc/pagination.php | 8 -
resources/lang/oc/passwords.php | 11 -
resources/lang/oc/validation.php | 210 ------------------
resources/lang/ps.json | 205 -----------------
resources/lang/ps/auth.php | 9 -
resources/lang/ps/http-statuses.php | 84 -------
resources/lang/ps/pagination.php | 8 -
resources/lang/ps/passwords.php | 11 -
resources/lang/ps/validation.php | 210 ------------------
resources/lang/pt_BR.json | 205 -----------------
resources/lang/pt_BR/auth.php | 9 -
resources/lang/pt_BR/http-statuses.php | 84 -------
resources/lang/pt_BR/pagination.php | 8 -
resources/lang/pt_BR/passwords.php | 11 -
resources/lang/pt_BR/validation.php | 210 ------------------
resources/lang/ro.json | 205 -----------------
resources/lang/ro/auth.php | 9 -
resources/lang/ro/http-statuses.php | 84 -------
resources/lang/ro/pagination.php | 8 -
resources/lang/ro/passwords.php | 11 -
resources/lang/ro/validation.php | 210 ------------------
resources/lang/ru.json | 205 -----------------
resources/lang/ru/auth.php | 9 -
resources/lang/ru/http-statuses.php | 84 -------
resources/lang/ru/pagination.php | 8 -
resources/lang/ru/passwords.php | 11 -
resources/lang/ru/validation.php | 210 ------------------
resources/lang/sc.json | 205 -----------------
resources/lang/sc/auth.php | 9 -
resources/lang/sc/http-statuses.php | 84 -------
resources/lang/sc/pagination.php | 8 -
resources/lang/sc/passwords.php | 11 -
resources/lang/sc/validation.php | 210 ------------------
resources/lang/si.json | 205 -----------------
resources/lang/si/auth.php | 9 -
resources/lang/si/http-statuses.php | 84 -------
resources/lang/si/pagination.php | 8 -
resources/lang/si/passwords.php | 11 -
resources/lang/si/validation.php | 210 ------------------
resources/lang/sk.json | 205 -----------------
resources/lang/sk/auth.php | 9 -
resources/lang/sk/http-statuses.php | 84 -------
resources/lang/sk/pagination.php | 8 -
resources/lang/sk/passwords.php | 11 -
resources/lang/sk/validation.php | 210 ------------------
resources/lang/sl.json | 205 -----------------
resources/lang/sl/auth.php | 9 -
resources/lang/sl/http-statuses.php | 84 -------
resources/lang/sl/pagination.php | 8 -
resources/lang/sl/passwords.php | 11 -
resources/lang/sl/validation.php | 210 ------------------
resources/lang/sq.json | 205 -----------------
resources/lang/sq/auth.php | 9 -
resources/lang/sq/http-statuses.php | 84 -------
resources/lang/sq/pagination.php | 8 -
resources/lang/sq/passwords.php | 11 -
resources/lang/sq/validation.php | 210 ------------------
resources/lang/sr_Cyrl.json | 205 -----------------
resources/lang/sr_Cyrl/auth.php | 9 -
resources/lang/sr_Cyrl/http-statuses.php | 84 -------
resources/lang/sr_Cyrl/pagination.php | 8 -
resources/lang/sr_Cyrl/passwords.php | 11 -
resources/lang/sr_Cyrl/validation.php | 210 ------------------
resources/lang/sr_Latn.json | 205 -----------------
resources/lang/sr_Latn/auth.php | 9 -
resources/lang/sr_Latn/http-statuses.php | 84 -------
resources/lang/sr_Latn/pagination.php | 8 -
resources/lang/sr_Latn/passwords.php | 11 -
resources/lang/sr_Latn/validation.php | 210 ------------------
resources/lang/sr_Latn_ME.json | 205 -----------------
resources/lang/sr_Latn_ME/auth.php | 9 -
resources/lang/sr_Latn_ME/http-statuses.php | 84 -------
resources/lang/sr_Latn_ME/pagination.php | 8 -
resources/lang/sr_Latn_ME/passwords.php | 11 -
resources/lang/sr_Latn_ME/validation.php | 210 ------------------
resources/lang/sv.json | 205 -----------------
resources/lang/sv/auth.php | 9 -
resources/lang/sv/http-statuses.php | 84 -------
resources/lang/sv/pagination.php | 8 -
resources/lang/sv/passwords.php | 11 -
resources/lang/sv/validation.php | 210 ------------------
resources/lang/sw.json | 205 -----------------
resources/lang/sw/auth.php | 9 -
resources/lang/sw/http-statuses.php | 84 -------
resources/lang/sw/pagination.php | 8 -
resources/lang/sw/passwords.php | 11 -
resources/lang/sw/validation.php | 210 ------------------
resources/lang/tg.json | 205 -----------------
resources/lang/tg/auth.php | 9 -
resources/lang/tg/http-statuses.php | 84 -------
resources/lang/tg/pagination.php | 8 -
resources/lang/tg/passwords.php | 11 -
resources/lang/tg/validation.php | 210 ------------------
resources/lang/th.json | 205 -----------------
resources/lang/th/auth.php | 9 -
resources/lang/th/http-statuses.php | 84 -------
resources/lang/th/pagination.php | 8 -
resources/lang/th/passwords.php | 11 -
resources/lang/th/validation.php | 210 ------------------
resources/lang/tk.json | 205 -----------------
resources/lang/tk/auth.php | 9 -
resources/lang/tk/http-statuses.php | 84 -------
resources/lang/tk/pagination.php | 8 -
resources/lang/tk/passwords.php | 11 -
resources/lang/tk/validation.php | 210 ------------------
resources/lang/tl.json | 205 -----------------
resources/lang/tl/auth.php | 9 -
resources/lang/tl/http-statuses.php | 84 -------
resources/lang/tl/pagination.php | 8 -
resources/lang/tl/passwords.php | 11 -
resources/lang/tl/validation.php | 210 ------------------
resources/lang/tr.json | 205 -----------------
resources/lang/ug.json | 205 -----------------
resources/lang/ug/auth.php | 9 -
resources/lang/ug/http-statuses.php | 84 -------
resources/lang/ug/pagination.php | 8 -
resources/lang/ug/passwords.php | 11 -
resources/lang/ug/validation.php | 210 ------------------
resources/lang/uk.json | 205 -----------------
resources/lang/uk/auth.php | 9 -
resources/lang/uk/http-statuses.php | 84 -------
resources/lang/uk/pagination.php | 8 -
resources/lang/uk/passwords.php | 11 -
resources/lang/uk/validation.php | 210 ------------------
resources/lang/ur.json | 205 -----------------
resources/lang/ur/auth.php | 9 -
resources/lang/ur/http-statuses.php | 84 -------
resources/lang/ur/pagination.php | 8 -
resources/lang/ur/passwords.php | 11 -
resources/lang/ur/validation.php | 210 ------------------
resources/lang/uz_Cyrl.json | 205 -----------------
resources/lang/uz_Cyrl/auth.php | 9 -
resources/lang/uz_Cyrl/http-statuses.php | 84 -------
resources/lang/uz_Cyrl/pagination.php | 8 -
resources/lang/uz_Cyrl/passwords.php | 11 -
resources/lang/uz_Cyrl/validation.php | 210 ------------------
resources/lang/uz_Latn.json | 205 -----------------
resources/lang/uz_Latn/auth.php | 9 -
resources/lang/uz_Latn/http-statuses.php | 84 -------
resources/lang/uz_Latn/pagination.php | 8 -
resources/lang/uz_Latn/passwords.php | 11 -
resources/lang/uz_Latn/validation.php | 210 ------------------
resources/lang/vi.json | 205 -----------------
resources/lang/vi/auth.php | 9 -
resources/lang/vi/http-statuses.php | 84 -------
resources/lang/vi/pagination.php | 8 -
resources/lang/vi/passwords.php | 11 -
resources/lang/vi/validation.php | 210 ------------------
resources/lang/zh_CN.json | 205 -----------------
resources/lang/zh_CN/auth.php | 9 -
resources/lang/zh_CN/http-statuses.php | 84 -------
resources/lang/zh_CN/pagination.php | 8 -
resources/lang/zh_CN/passwords.php | 11 -
resources/lang/zh_CN/validation.php | 210 ------------------
resources/lang/zh_HK.json | 205 -----------------
resources/lang/zh_HK/auth.php | 9 -
resources/lang/zh_HK/http-statuses.php | 84 -------
resources/lang/zh_HK/pagination.php | 8 -
resources/lang/zh_HK/passwords.php | 11 -
resources/lang/zh_HK/validation.php | 210 ------------------
resources/lang/zh_TW.json | 205 -----------------
resources/lang/zh_TW/auth.php | 9 -
resources/lang/zh_TW/http-statuses.php | 84 -------
resources/lang/zh_TW/pagination.php | 8 -
resources/lang/zh_TW/passwords.php | 11 -
resources/lang/zh_TW/validation.php | 210 ------------------
resources/views/auth/login.blade.php | 2 +-
resources/views/auth/register.blade.php | 2 +-
.../book_cases/oranged-pilled.blade.php | 6 +-
.../views/columns/cities/action.blade.php | 6 +-
.../views/columns/courses/action.blade.php | 4 +-
.../views/columns/events/action.blade.php | 2 +-
.../views/columns/lectures/action.blade.php | 8 +-
.../columns/library_items/action.blade.php | 6 +-
.../columns/meetup_events/link.blade.php | 2 +-
.../views/columns/meetups/action.blade.php | 4 +-
.../views/columns/meetups/link.blade.php | 2 +-
.../views/columns/venues/action.blade.php | 4 +-
resources/views/dashboard.blade.php | 65 +-----
resources/views/errors/403.blade.php | 1 +
.../views/livewire/auth/ln-url-auth.blade.php | 10 +-
.../book-case/book-case-table.blade.php | 46 ++--
.../livewire/book-case/city-table.blade.php | 12 +
.../views/livewire/frontend/footer.blade.php | 28 ++-
.../views/livewire/frontend/header.blade.php | 65 +++---
.../livewire/frontend/search-tabs.blade.php | 12 +-
.../views/livewire/frontend/welcome.blade.php | 42 ++--
.../views/livewire/guest/welcome.blade.php | 39 ++--
.../livewire/library/library-table.blade.php | 4 +-
.../library/search-by-tag-component.blade.php | 4 +-
.../livewire/meetup/meetup-table.blade.php | 10 +-
.../views/livewire/meetup/world-map.blade.php | 11 +-
.../school/search-by-tag-component.blade.php | 9 +-
.../modals/book_cases/orange_pill.blade.php | 20 +-
.../views/modals/events/register.blade.php | 4 +-
resources/views/navigation-menu.blade.php | 22 +-
.../components/editors/easymde.blade.php | 4 +-
.../approvedCommentNotification.blade.php | 2 +-
.../signed/approval/approveComment.blade.php | 2 +-
.../approveCommentConfirmation.blade.php | 4 +-
.../signed/approval/rejectComment.blade.php | 2 +-
.../approval/rejectCommentApproval.blade.php | 2 +-
.../unsubscribe.blade.php | 2 +-
.../unsubscribeAll.blade.php | 2 +-
.../unsubscribeAllApproval.blade.php | 4 +-
.../unsubscribeApproval.blade.php | 4 +-
.../jetstream/components/banner.blade.php | 2 +-
.../vendor/wireui/components/dialog.blade.php | 2 +-
.../wireui/components/notifications.blade.php | 2 +-
routes/api.php | 6 +
489 files changed, 589 insertions(+), 36883 deletions(-)
create mode 100644 app/Http/Controllers/Api/LanguageController.php
create mode 100644 app/Http/Middleware/SetTimezoneForNovaMiddleware.php
create mode 100644 database/migrations/2022_12_18_122532_add_current_language_to_users_table.php
create mode 100644 database/migrations/2022_12_18_201051_add_indexes_to_tables.php
delete mode 100644 resources/lang/af.json
delete mode 100644 resources/lang/af/auth.php
delete mode 100644 resources/lang/af/http-statuses.php
delete mode 100644 resources/lang/af/pagination.php
delete mode 100644 resources/lang/af/passwords.php
delete mode 100644 resources/lang/af/validation.php
delete mode 100644 resources/lang/ar.json
delete mode 100644 resources/lang/ar/auth.php
delete mode 100644 resources/lang/ar/http-statuses.php
delete mode 100644 resources/lang/ar/pagination.php
delete mode 100644 resources/lang/ar/passwords.php
delete mode 100644 resources/lang/ar/validation.php
delete mode 100644 resources/lang/az.json
delete mode 100644 resources/lang/az/auth.php
delete mode 100644 resources/lang/az/http-statuses.php
delete mode 100644 resources/lang/az/pagination.php
delete mode 100644 resources/lang/az/passwords.php
delete mode 100644 resources/lang/az/validation.php
delete mode 100644 resources/lang/be.json
delete mode 100644 resources/lang/be/auth.php
delete mode 100644 resources/lang/be/http-statuses.php
delete mode 100644 resources/lang/be/pagination.php
delete mode 100644 resources/lang/be/passwords.php
delete mode 100644 resources/lang/be/validation.php
delete mode 100644 resources/lang/bg.json
delete mode 100644 resources/lang/bg/auth.php
delete mode 100644 resources/lang/bg/http-statuses.php
delete mode 100644 resources/lang/bg/pagination.php
delete mode 100644 resources/lang/bg/passwords.php
delete mode 100644 resources/lang/bg/validation.php
delete mode 100644 resources/lang/bn.json
delete mode 100644 resources/lang/bn/auth.php
delete mode 100644 resources/lang/bn/http-statuses.php
delete mode 100644 resources/lang/bn/pagination.php
delete mode 100644 resources/lang/bn/passwords.php
delete mode 100644 resources/lang/bn/validation.php
delete mode 100644 resources/lang/bs.json
delete mode 100644 resources/lang/bs/auth.php
delete mode 100644 resources/lang/bs/http-statuses.php
delete mode 100644 resources/lang/bs/pagination.php
delete mode 100644 resources/lang/bs/passwords.php
delete mode 100644 resources/lang/bs/validation.php
delete mode 100644 resources/lang/ca.json
delete mode 100644 resources/lang/ca/auth.php
delete mode 100644 resources/lang/ca/http-statuses.php
delete mode 100644 resources/lang/ca/pagination.php
delete mode 100644 resources/lang/ca/passwords.php
delete mode 100644 resources/lang/ca/validation.php
delete mode 100644 resources/lang/cs.json
delete mode 100644 resources/lang/cs/auth.php
delete mode 100644 resources/lang/cs/http-statuses.php
delete mode 100644 resources/lang/cs/pagination.php
delete mode 100644 resources/lang/cs/passwords.php
delete mode 100644 resources/lang/cs/validation.php
delete mode 100644 resources/lang/cy.json
delete mode 100644 resources/lang/cy/auth.php
delete mode 100644 resources/lang/cy/http-statuses.php
delete mode 100644 resources/lang/cy/pagination.php
delete mode 100644 resources/lang/cy/passwords.php
delete mode 100644 resources/lang/cy/validation.php
delete mode 100644 resources/lang/da.json
delete mode 100644 resources/lang/da/auth.php
delete mode 100644 resources/lang/da/http-statuses.php
delete mode 100644 resources/lang/da/pagination.php
delete mode 100644 resources/lang/da/passwords.php
delete mode 100644 resources/lang/da/validation.php
delete mode 100644 resources/lang/de_CH.json
delete mode 100644 resources/lang/de_CH/auth.php
delete mode 100644 resources/lang/de_CH/http-statuses.php
delete mode 100644 resources/lang/de_CH/pagination.php
delete mode 100644 resources/lang/de_CH/passwords.php
delete mode 100644 resources/lang/de_CH/validation.php
delete mode 100644 resources/lang/el.json
delete mode 100644 resources/lang/el/auth.php
delete mode 100644 resources/lang/el/http-statuses.php
delete mode 100644 resources/lang/el/pagination.php
delete mode 100644 resources/lang/el/passwords.php
delete mode 100644 resources/lang/el/validation.php
delete mode 100644 resources/lang/et.json
delete mode 100644 resources/lang/et/auth.php
delete mode 100644 resources/lang/et/http-statuses.php
delete mode 100644 resources/lang/et/pagination.php
delete mode 100644 resources/lang/et/passwords.php
delete mode 100644 resources/lang/et/validation.php
delete mode 100644 resources/lang/eu.json
delete mode 100644 resources/lang/eu/auth.php
delete mode 100644 resources/lang/eu/http-statuses.php
delete mode 100644 resources/lang/eu/pagination.php
delete mode 100644 resources/lang/eu/passwords.php
delete mode 100644 resources/lang/eu/validation.php
delete mode 100644 resources/lang/fa.json
delete mode 100644 resources/lang/fa/auth.php
delete mode 100644 resources/lang/fa/http-statuses.php
delete mode 100644 resources/lang/fa/pagination.php
delete mode 100644 resources/lang/fa/passwords.php
delete mode 100644 resources/lang/fa/validation.php
delete mode 100644 resources/lang/fi.json
delete mode 100644 resources/lang/fi/auth.php
delete mode 100644 resources/lang/fi/http-statuses.php
delete mode 100644 resources/lang/fi/pagination.php
delete mode 100644 resources/lang/fi/passwords.php
delete mode 100644 resources/lang/fi/validation.php
delete mode 100644 resources/lang/fil.json
delete mode 100644 resources/lang/fil/auth.php
delete mode 100644 resources/lang/fil/http-statuses.php
delete mode 100644 resources/lang/fil/pagination.php
delete mode 100644 resources/lang/fil/passwords.php
delete mode 100644 resources/lang/fil/validation.php
delete mode 100644 resources/lang/gl.json
delete mode 100644 resources/lang/gl/auth.php
delete mode 100644 resources/lang/gl/http-statuses.php
delete mode 100644 resources/lang/gl/pagination.php
delete mode 100644 resources/lang/gl/passwords.php
delete mode 100644 resources/lang/gl/validation.php
delete mode 100644 resources/lang/gu.json
delete mode 100644 resources/lang/gu/auth.php
delete mode 100644 resources/lang/gu/http-statuses.php
delete mode 100644 resources/lang/gu/pagination.php
delete mode 100644 resources/lang/gu/passwords.php
delete mode 100644 resources/lang/gu/validation.php
delete mode 100644 resources/lang/he.json
delete mode 100644 resources/lang/he/auth.php
delete mode 100644 resources/lang/he/http-statuses.php
delete mode 100644 resources/lang/he/pagination.php
delete mode 100644 resources/lang/he/passwords.php
delete mode 100644 resources/lang/he/validation.php
delete mode 100644 resources/lang/hi.json
delete mode 100644 resources/lang/hi/auth.php
delete mode 100644 resources/lang/hi/http-statuses.php
delete mode 100644 resources/lang/hi/pagination.php
delete mode 100644 resources/lang/hi/passwords.php
delete mode 100644 resources/lang/hi/validation.php
delete mode 100644 resources/lang/hu.json
delete mode 100644 resources/lang/hu/auth.php
delete mode 100644 resources/lang/hu/http-statuses.php
delete mode 100644 resources/lang/hu/pagination.php
delete mode 100644 resources/lang/hu/passwords.php
delete mode 100644 resources/lang/hu/validation.php
delete mode 100644 resources/lang/hy.json
delete mode 100644 resources/lang/hy/auth.php
delete mode 100644 resources/lang/hy/http-statuses.php
delete mode 100644 resources/lang/hy/pagination.php
delete mode 100644 resources/lang/hy/passwords.php
delete mode 100644 resources/lang/hy/validation.php
delete mode 100644 resources/lang/id.json
delete mode 100644 resources/lang/id/auth.php
delete mode 100644 resources/lang/id/http-statuses.php
delete mode 100644 resources/lang/id/pagination.php
delete mode 100644 resources/lang/id/passwords.php
delete mode 100644 resources/lang/id/validation.php
delete mode 100644 resources/lang/is.json
delete mode 100644 resources/lang/is/auth.php
delete mode 100644 resources/lang/is/http-statuses.php
delete mode 100644 resources/lang/is/pagination.php
delete mode 100644 resources/lang/is/passwords.php
delete mode 100644 resources/lang/is/validation.php
delete mode 100644 resources/lang/ja.json
delete mode 100644 resources/lang/ja/auth.php
delete mode 100644 resources/lang/ja/http-statuses.php
delete mode 100644 resources/lang/ja/pagination.php
delete mode 100644 resources/lang/ja/passwords.php
delete mode 100644 resources/lang/ja/validation.php
delete mode 100644 resources/lang/ka.json
delete mode 100644 resources/lang/ka/auth.php
delete mode 100644 resources/lang/ka/http-statuses.php
delete mode 100644 resources/lang/ka/pagination.php
delete mode 100644 resources/lang/ka/passwords.php
delete mode 100644 resources/lang/ka/validation.php
delete mode 100644 resources/lang/kk.json
delete mode 100644 resources/lang/kk/auth.php
delete mode 100644 resources/lang/kk/http-statuses.php
delete mode 100644 resources/lang/kk/pagination.php
delete mode 100644 resources/lang/kk/passwords.php
delete mode 100644 resources/lang/kk/validation.php
delete mode 100644 resources/lang/km.json
delete mode 100644 resources/lang/km/auth.php
delete mode 100644 resources/lang/km/http-statuses.php
delete mode 100644 resources/lang/km/pagination.php
delete mode 100644 resources/lang/km/passwords.php
delete mode 100644 resources/lang/km/validation.php
delete mode 100644 resources/lang/kn.json
delete mode 100644 resources/lang/kn/auth.php
delete mode 100644 resources/lang/kn/http-statuses.php
delete mode 100644 resources/lang/kn/pagination.php
delete mode 100644 resources/lang/kn/passwords.php
delete mode 100644 resources/lang/kn/validation.php
delete mode 100644 resources/lang/ko.json
delete mode 100644 resources/lang/ko/auth.php
delete mode 100644 resources/lang/ko/http-statuses.php
delete mode 100644 resources/lang/ko/pagination.php
delete mode 100644 resources/lang/ko/passwords.php
delete mode 100644 resources/lang/ko/validation.php
delete mode 100644 resources/lang/lt.json
delete mode 100644 resources/lang/lt/auth.php
delete mode 100644 resources/lang/lt/http-statuses.php
delete mode 100644 resources/lang/lt/pagination.php
delete mode 100644 resources/lang/lt/passwords.php
delete mode 100644 resources/lang/lt/validation.php
delete mode 100644 resources/lang/lv.json
delete mode 100644 resources/lang/lv/auth.php
delete mode 100644 resources/lang/lv/http-statuses.php
delete mode 100644 resources/lang/lv/pagination.php
delete mode 100644 resources/lang/lv/passwords.php
delete mode 100644 resources/lang/lv/validation.php
delete mode 100644 resources/lang/mn.json
delete mode 100644 resources/lang/mn/auth.php
delete mode 100644 resources/lang/mn/http-statuses.php
delete mode 100644 resources/lang/mn/pagination.php
delete mode 100644 resources/lang/mn/passwords.php
delete mode 100644 resources/lang/mn/validation.php
delete mode 100644 resources/lang/mr.json
delete mode 100644 resources/lang/mr/auth.php
delete mode 100644 resources/lang/mr/http-statuses.php
delete mode 100644 resources/lang/mr/pagination.php
delete mode 100644 resources/lang/mr/passwords.php
delete mode 100644 resources/lang/mr/validation.php
delete mode 100644 resources/lang/ms.json
delete mode 100644 resources/lang/ms/auth.php
delete mode 100644 resources/lang/ms/http-statuses.php
delete mode 100644 resources/lang/ms/pagination.php
delete mode 100644 resources/lang/ms/passwords.php
delete mode 100644 resources/lang/ms/validation.php
delete mode 100644 resources/lang/nb.json
delete mode 100644 resources/lang/nb/auth.php
delete mode 100644 resources/lang/nb/http-statuses.php
delete mode 100644 resources/lang/nb/pagination.php
delete mode 100644 resources/lang/nb/passwords.php
delete mode 100644 resources/lang/nb/validation.php
delete mode 100644 resources/lang/ne.json
delete mode 100644 resources/lang/ne/auth.php
delete mode 100644 resources/lang/ne/http-statuses.php
delete mode 100644 resources/lang/ne/pagination.php
delete mode 100644 resources/lang/ne/passwords.php
delete mode 100644 resources/lang/ne/validation.php
delete mode 100644 resources/lang/nl.json
delete mode 100644 resources/lang/nl/auth.php
delete mode 100644 resources/lang/nl/http-statuses.php
delete mode 100644 resources/lang/nl/pagination.php
delete mode 100644 resources/lang/nl/passwords.php
delete mode 100644 resources/lang/nl/validation.php
delete mode 100644 resources/lang/nn.json
delete mode 100644 resources/lang/nn/auth.php
delete mode 100644 resources/lang/nn/http-statuses.php
delete mode 100644 resources/lang/nn/pagination.php
delete mode 100644 resources/lang/nn/passwords.php
delete mode 100644 resources/lang/nn/validation.php
delete mode 100644 resources/lang/oc.json
delete mode 100644 resources/lang/oc/auth.php
delete mode 100644 resources/lang/oc/http-statuses.php
delete mode 100644 resources/lang/oc/pagination.php
delete mode 100644 resources/lang/oc/passwords.php
delete mode 100644 resources/lang/oc/validation.php
delete mode 100644 resources/lang/ps.json
delete mode 100644 resources/lang/ps/auth.php
delete mode 100644 resources/lang/ps/http-statuses.php
delete mode 100644 resources/lang/ps/pagination.php
delete mode 100644 resources/lang/ps/passwords.php
delete mode 100644 resources/lang/ps/validation.php
delete mode 100644 resources/lang/pt_BR.json
delete mode 100644 resources/lang/pt_BR/auth.php
delete mode 100644 resources/lang/pt_BR/http-statuses.php
delete mode 100644 resources/lang/pt_BR/pagination.php
delete mode 100644 resources/lang/pt_BR/passwords.php
delete mode 100644 resources/lang/pt_BR/validation.php
delete mode 100644 resources/lang/ro.json
delete mode 100644 resources/lang/ro/auth.php
delete mode 100644 resources/lang/ro/http-statuses.php
delete mode 100644 resources/lang/ro/pagination.php
delete mode 100644 resources/lang/ro/passwords.php
delete mode 100644 resources/lang/ro/validation.php
delete mode 100644 resources/lang/ru.json
delete mode 100644 resources/lang/ru/auth.php
delete mode 100644 resources/lang/ru/http-statuses.php
delete mode 100644 resources/lang/ru/pagination.php
delete mode 100644 resources/lang/ru/passwords.php
delete mode 100644 resources/lang/ru/validation.php
delete mode 100644 resources/lang/sc.json
delete mode 100644 resources/lang/sc/auth.php
delete mode 100644 resources/lang/sc/http-statuses.php
delete mode 100644 resources/lang/sc/pagination.php
delete mode 100644 resources/lang/sc/passwords.php
delete mode 100644 resources/lang/sc/validation.php
delete mode 100644 resources/lang/si.json
delete mode 100644 resources/lang/si/auth.php
delete mode 100644 resources/lang/si/http-statuses.php
delete mode 100644 resources/lang/si/pagination.php
delete mode 100644 resources/lang/si/passwords.php
delete mode 100644 resources/lang/si/validation.php
delete mode 100644 resources/lang/sk.json
delete mode 100644 resources/lang/sk/auth.php
delete mode 100644 resources/lang/sk/http-statuses.php
delete mode 100644 resources/lang/sk/pagination.php
delete mode 100644 resources/lang/sk/passwords.php
delete mode 100644 resources/lang/sk/validation.php
delete mode 100644 resources/lang/sl.json
delete mode 100644 resources/lang/sl/auth.php
delete mode 100644 resources/lang/sl/http-statuses.php
delete mode 100644 resources/lang/sl/pagination.php
delete mode 100644 resources/lang/sl/passwords.php
delete mode 100644 resources/lang/sl/validation.php
delete mode 100644 resources/lang/sq.json
delete mode 100644 resources/lang/sq/auth.php
delete mode 100644 resources/lang/sq/http-statuses.php
delete mode 100644 resources/lang/sq/pagination.php
delete mode 100644 resources/lang/sq/passwords.php
delete mode 100644 resources/lang/sq/validation.php
delete mode 100644 resources/lang/sr_Cyrl.json
delete mode 100644 resources/lang/sr_Cyrl/auth.php
delete mode 100644 resources/lang/sr_Cyrl/http-statuses.php
delete mode 100644 resources/lang/sr_Cyrl/pagination.php
delete mode 100644 resources/lang/sr_Cyrl/passwords.php
delete mode 100644 resources/lang/sr_Cyrl/validation.php
delete mode 100644 resources/lang/sr_Latn.json
delete mode 100644 resources/lang/sr_Latn/auth.php
delete mode 100644 resources/lang/sr_Latn/http-statuses.php
delete mode 100644 resources/lang/sr_Latn/pagination.php
delete mode 100644 resources/lang/sr_Latn/passwords.php
delete mode 100644 resources/lang/sr_Latn/validation.php
delete mode 100644 resources/lang/sr_Latn_ME.json
delete mode 100644 resources/lang/sr_Latn_ME/auth.php
delete mode 100644 resources/lang/sr_Latn_ME/http-statuses.php
delete mode 100644 resources/lang/sr_Latn_ME/pagination.php
delete mode 100644 resources/lang/sr_Latn_ME/passwords.php
delete mode 100644 resources/lang/sr_Latn_ME/validation.php
delete mode 100644 resources/lang/sv.json
delete mode 100644 resources/lang/sv/auth.php
delete mode 100644 resources/lang/sv/http-statuses.php
delete mode 100644 resources/lang/sv/pagination.php
delete mode 100644 resources/lang/sv/passwords.php
delete mode 100644 resources/lang/sv/validation.php
delete mode 100644 resources/lang/sw.json
delete mode 100644 resources/lang/sw/auth.php
delete mode 100644 resources/lang/sw/http-statuses.php
delete mode 100644 resources/lang/sw/pagination.php
delete mode 100644 resources/lang/sw/passwords.php
delete mode 100644 resources/lang/sw/validation.php
delete mode 100644 resources/lang/tg.json
delete mode 100644 resources/lang/tg/auth.php
delete mode 100644 resources/lang/tg/http-statuses.php
delete mode 100644 resources/lang/tg/pagination.php
delete mode 100644 resources/lang/tg/passwords.php
delete mode 100644 resources/lang/tg/validation.php
delete mode 100644 resources/lang/th.json
delete mode 100644 resources/lang/th/auth.php
delete mode 100644 resources/lang/th/http-statuses.php
delete mode 100644 resources/lang/th/pagination.php
delete mode 100644 resources/lang/th/passwords.php
delete mode 100644 resources/lang/th/validation.php
delete mode 100644 resources/lang/tk.json
delete mode 100644 resources/lang/tk/auth.php
delete mode 100644 resources/lang/tk/http-statuses.php
delete mode 100644 resources/lang/tk/pagination.php
delete mode 100644 resources/lang/tk/passwords.php
delete mode 100644 resources/lang/tk/validation.php
delete mode 100644 resources/lang/tl.json
delete mode 100644 resources/lang/tl/auth.php
delete mode 100644 resources/lang/tl/http-statuses.php
delete mode 100644 resources/lang/tl/pagination.php
delete mode 100644 resources/lang/tl/passwords.php
delete mode 100644 resources/lang/tl/validation.php
delete mode 100644 resources/lang/tr.json
delete mode 100644 resources/lang/ug.json
delete mode 100644 resources/lang/ug/auth.php
delete mode 100644 resources/lang/ug/http-statuses.php
delete mode 100644 resources/lang/ug/pagination.php
delete mode 100644 resources/lang/ug/passwords.php
delete mode 100644 resources/lang/ug/validation.php
delete mode 100644 resources/lang/uk.json
delete mode 100644 resources/lang/uk/auth.php
delete mode 100644 resources/lang/uk/http-statuses.php
delete mode 100644 resources/lang/uk/pagination.php
delete mode 100644 resources/lang/uk/passwords.php
delete mode 100644 resources/lang/uk/validation.php
delete mode 100644 resources/lang/ur.json
delete mode 100644 resources/lang/ur/auth.php
delete mode 100644 resources/lang/ur/http-statuses.php
delete mode 100644 resources/lang/ur/pagination.php
delete mode 100644 resources/lang/ur/passwords.php
delete mode 100644 resources/lang/ur/validation.php
delete mode 100644 resources/lang/uz_Cyrl.json
delete mode 100644 resources/lang/uz_Cyrl/auth.php
delete mode 100644 resources/lang/uz_Cyrl/http-statuses.php
delete mode 100644 resources/lang/uz_Cyrl/pagination.php
delete mode 100644 resources/lang/uz_Cyrl/passwords.php
delete mode 100644 resources/lang/uz_Cyrl/validation.php
delete mode 100644 resources/lang/uz_Latn.json
delete mode 100644 resources/lang/uz_Latn/auth.php
delete mode 100644 resources/lang/uz_Latn/http-statuses.php
delete mode 100644 resources/lang/uz_Latn/pagination.php
delete mode 100644 resources/lang/uz_Latn/passwords.php
delete mode 100644 resources/lang/uz_Latn/validation.php
delete mode 100644 resources/lang/vi.json
delete mode 100644 resources/lang/vi/auth.php
delete mode 100644 resources/lang/vi/http-statuses.php
delete mode 100644 resources/lang/vi/pagination.php
delete mode 100644 resources/lang/vi/passwords.php
delete mode 100644 resources/lang/vi/validation.php
delete mode 100644 resources/lang/zh_CN.json
delete mode 100644 resources/lang/zh_CN/auth.php
delete mode 100644 resources/lang/zh_CN/http-statuses.php
delete mode 100644 resources/lang/zh_CN/pagination.php
delete mode 100644 resources/lang/zh_CN/passwords.php
delete mode 100644 resources/lang/zh_CN/validation.php
delete mode 100644 resources/lang/zh_HK.json
delete mode 100644 resources/lang/zh_HK/auth.php
delete mode 100644 resources/lang/zh_HK/http-statuses.php
delete mode 100644 resources/lang/zh_HK/pagination.php
delete mode 100644 resources/lang/zh_HK/passwords.php
delete mode 100644 resources/lang/zh_HK/validation.php
delete mode 100644 resources/lang/zh_TW.json
delete mode 100644 resources/lang/zh_TW/auth.php
delete mode 100644 resources/lang/zh_TW/http-statuses.php
delete mode 100644 resources/lang/zh_TW/pagination.php
delete mode 100644 resources/lang/zh_TW/passwords.php
delete mode 100644 resources/lang/zh_TW/validation.php
create mode 100644 resources/views/errors/403.blade.php
diff --git a/app/Http/Controllers/Api/LanguageController.php b/app/Http/Controllers/Api/LanguageController.php
new file mode 100644
index 00000000..dd6983a7
--- /dev/null
+++ b/app/Http/Controllers/Api/LanguageController.php
@@ -0,0 +1,98 @@
+select('id', 'name', 'language')
+ ->orderBy('name')
+ ->with([
+ 'translations'
+ ])
+ ->when(
+ $request->search,
+ fn(Builder $query) => $query
+ ->where('name', 'ilike', "%{$request->search}%")
+ ->orWhere('language', 'ilike', "%{$request->search}%")
+ )
+ ->when(
+ $request->exists('selected'),
+ fn(Builder $query) => $query->whereIn('language', $request->input('selected', [])),
+ fn(Builder $query) => $query->limit(10)
+ )
+ ->get()
+ ->map(function (Language $language) {
+ $translated = $language->translations->whereNotNull('value')
+ ->where('value', '<>', '')
+ ->count();
+ $toTranslate = Translation::query()
+ ->where('language_id', $language->id)
+ ->count();
+ $language->description = $language->language === 'en' ? '100% translated' : round($translated / $toTranslate * 100).'% translated';
+
+ return $language;
+ });
+ }
+
+ /**
+ * Store a newly created resource in storage.
+ *
+ * @param \Illuminate\Http\Request $request
+ *
+ * @return \Illuminate\Http\Response
+ */
+ public function store(Request $request)
+ {
+ //
+ }
+
+ /**
+ * Display the specified resource.
+ *
+ * @param $language
+ *
+ * @return \Illuminate\Http\Response
+ */
+ public function show(Language $language)
+ {
+ //
+ }
+
+ /**
+ * Update the specified resource in storage.
+ *
+ * @param \Illuminate\Http\Request $request
+ * @param $language
+ *
+ * @return \Illuminate\Http\Response
+ */
+ public function update(Request $request, Language $language)
+ {
+ //
+ }
+
+ /**
+ * Remove the specified resource from storage.
+ *
+ * @param $language
+ *
+ * @return \Illuminate\Http\Response
+ */
+ public function destroy(Language $language)
+ {
+ //
+ }
+}
diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php
index d1bbe96d..900e9846 100644
--- a/app/Http/Kernel.php
+++ b/app/Http/Kernel.php
@@ -3,6 +3,7 @@
namespace App\Http;
use App\Http\Middleware\CustomEnsureEmailVerified;
+use App\Http\Middleware\SetTimezoneForNovaMiddleware;
use App\Http\Middleware\SetTimezoneMiddleware;
use Illuminate\Foundation\Http\Kernel as HttpKernel;
@@ -45,6 +46,18 @@ class Kernel extends HttpKernel
\Illuminate\View\Middleware\ShareErrorsFromSession::class,
\App\Http\Middleware\VerifyCsrfToken::class,
\Illuminate\Routing\Middleware\SubstituteBindings::class,
+ SetTimezoneForNovaMiddleware::class,
+ ],
+
+ 'translation' => [
+ \App\Http\Middleware\EncryptCookies::class,
+ \Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
+ \Illuminate\Session\Middleware\StartSession::class,
+ \Illuminate\View\Middleware\ShareErrorsFromSession::class,
+ \App\Http\Middleware\VerifyCsrfToken::class,
+ \Illuminate\Routing\Middleware\SubstituteBindings::class,
+ SetTimezoneMiddleware::class,
+ 'can:translate',
],
'api' => [
diff --git a/app/Http/Livewire/Frontend/Footer.php b/app/Http/Livewire/Frontend/Footer.php
index fcf875a9..2264c8a5 100644
--- a/app/Http/Livewire/Frontend/Footer.php
+++ b/app/Http/Livewire/Frontend/Footer.php
@@ -2,12 +2,30 @@
namespace App\Http\Livewire\Frontend;
+use Illuminate\Support\Facades\Cookie;
+use JoeDixon\Translation\Language;
+use JoeDixon\Translation\Translation;
use Livewire\Component;
class Footer extends Component
{
public function render()
{
- return view('livewire.frontend.footer');
+ $l = Cookie::get('lang', config('app.locale'));
+ $language = Language::query()
+ ->where('language', $l)
+ ->first();
+ $translated = $language->translations()
+ ->whereNotNull('value')
+ ->where('value', '<>', '')
+ ->count();
+ $toTranslate = Translation::query()
+ ->where('language_id', $language->id)
+ ->count();
+
+ return view('livewire.frontend.footer', [
+ 'percentTranslated' => $l === 'en' ? 100 : round(($translated / $toTranslate) * 100),
+ 'language' => $language,
+ ]);
}
}
diff --git a/app/Http/Livewire/Frontend/Header.php b/app/Http/Livewire/Frontend/Header.php
index 90b2f2b3..e83e4ab1 100644
--- a/app/Http/Livewire/Frontend/Header.php
+++ b/app/Http/Livewire/Frontend/Header.php
@@ -4,6 +4,7 @@ namespace App\Http\Livewire\Frontend;
use App\Models\City;
use App\Models\Country;
+use Illuminate\Support\Facades\Cookie;
use Illuminate\Support\Facades\Route;
use Livewire\Component;
@@ -12,17 +13,21 @@ class Header extends Component
public ?Country $country = null;
public $currentRouteName;
public string $c = 'de';
- public bool $withGlobe = true;
+ public string $l = 'de';
+
+ protected $queryString = ['c', 'l'];
public function rules()
{
return [
'c' => 'required',
+ 'l' => 'required',
];
}
public function mount()
{
+ $this->l = Cookie::get('lang') ?: config('app.locale');
if (!$this->country) {
$this->country = Country::query()
->where('code', $this->c)
@@ -34,11 +39,20 @@ class Header extends Component
public function updatedC($value)
{
- return to_route($this->currentRouteName, ['country' => $value]);
+ return to_route($this->currentRouteName, ['country' => $value, 'lang' => $this->l]);
+ }
+
+ public function updatedL($value)
+ {
+ Cookie::queue('lang', $this->l, 60 * 24 * 365);
+
+ return to_route($this->currentRouteName, ['country' => $this->c, 'l' => $value]);
}
public function render()
{
+ Cookie::queue('lang', $this->l, 60 * 24 * 365);
+
return view('livewire.frontend.header', [
'cities' => City::query()
->select(['latitude', 'longitude'])
diff --git a/app/Http/Livewire/Frontend/Welcome.php b/app/Http/Livewire/Frontend/Welcome.php
index 4d4c5a18..bf1f198e 100644
--- a/app/Http/Livewire/Frontend/Welcome.php
+++ b/app/Http/Livewire/Frontend/Welcome.php
@@ -3,31 +3,43 @@
namespace App\Http\Livewire\Frontend;
use App\Models\Country;
+use Illuminate\Support\Facades\Cookie;
use Livewire\Component;
use RalphJSmit\Laravel\SEO\Support\SEOData;
class Welcome extends Component
{
public string $c = 'de';
+ public string $l = 'de';
- protected $queryString = ['c'];
+ protected $queryString = ['c', 'l'];
public function rules()
{
return [
'c' => 'required',
+ 'l' => 'required',
];
}
+ public function mount()
+ {
+ $this->l = Cookie::get('lang') ?: config('app.locale');
+ }
+
public function updated($property, $value)
{
$this->validate();
- return to_route('welcome', ['c' => $value]);
+ Cookie::queue('lang', $this->l, 60 * 24 * 365);
+
+ return to_route('welcome', ['c' => $this->c, 'l' => $this->l]);
}
public function render()
{
+ Cookie::queue('lang', $this->l, 60 * 24 * 365);
+
return view('livewire.frontend.welcome', [
'countries' => Country::get(),
])->layout('layouts.guest', [
diff --git a/app/Http/Livewire/Library/LibraryTable.php b/app/Http/Livewire/Library/LibraryTable.php
index 7302d864..486ce7bb 100644
--- a/app/Http/Livewire/Library/LibraryTable.php
+++ b/app/Http/Livewire/Library/LibraryTable.php
@@ -10,10 +10,10 @@ class LibraryTable extends Component
{
public Country $country;
- public $currentTab = 'Alle';
+ public $currentTab = '*';
protected $queryString = [
- 'currentTab' => ['except' => 'Alle'],
+ 'currentTab' => ['except' => '*'],
];
public function render()
@@ -30,7 +30,7 @@ class LibraryTable extends Component
->get();
$tabs = collect([
[
- 'name' => 'Alle',
+ 'name' => '*',
]
]);
foreach ($libraries as $library) {
diff --git a/app/Http/Livewire/Tables/EventTable.php b/app/Http/Livewire/Tables/EventTable.php
index 685f9847..a4de5b03 100644
--- a/app/Http/Livewire/Tables/EventTable.php
+++ b/app/Http/Livewire/Tables/EventTable.php
@@ -52,9 +52,9 @@ class EventTable extends DataTableComponent
->filter(function (Builder $builder, string $value) {
$builder->whereIn('course_events.id', str($value)->explode(','));
}),
- TextFilter::make('Stadt')
+ TextFilter::make(__('City'))
->config([
- 'placeholder' => __('Suche Stadt'),
+ 'placeholder' => __('Search City'),
])
->filter(function (Builder $builder, string $value) {
if (str($value)->contains(',')) {
@@ -68,29 +68,29 @@ class EventTable extends DataTableComponent
fn($query) => $query->where('cities.name', 'ilike', "%$value%"));
}
}),
- TextFilter::make('Veranstaltungs-Ort', 'venue')
+ TextFilter::make(__('Venue'), 'venue')
->config([
- 'placeholder' => __('Suche Veranstaltungs-Ort'),
+ 'placeholder' => __('Search Venue'),
])
->filter(function (Builder $builder, string $value) {
$builder->whereHas('venue',
fn($query) => $query->where('venues.name', 'ilike', "%$value%"));
}),
- TextFilter::make('Kurs')
+ TextFilter::make(__('Course'))
->config([
- 'placeholder' => __('Suche Kurs'),
+ 'placeholder' => __('Search Course'),
])
->filter(function (Builder $builder, string $value) {
$builder->whereHas('course',
fn($query) => $query->where('courses.name', 'ilike', "%$value%"));
}),
- TextFilter::make('Kurs by ID', 'course_id')
+ TextFilter::make('Course by ID', 'course_id')
->hiddenFromMenus()
->filter(function (Builder $builder, string $value) {
$builder->whereHas('course',
fn($query) => $query->where('courses.id', '=', $value));
}),
- MultiSelectFilter::make('Art')
+ MultiSelectFilter::make(__('Type'))
->options(
Category::query()
->pluck('name', 'id')
@@ -100,7 +100,7 @@ class EventTable extends DataTableComponent
$builder->whereHas('course.categories',
fn($query) => $query->whereIn('categories.id', $values));
}),
- SelectFilter::make('Dozent')
+ SelectFilter::make(__('Lecturer'))
->options(
Lecturer::query()
->pluck('name', 'id')
@@ -116,31 +116,31 @@ class EventTable extends DataTableComponent
public function columns(): array
{
return [
- Column::make("Stadt", "venue.city.name")
+ Column::make(_('City'), "venue.city.name")
->sortable()
->collapseOnMobile(),
- Column::make("Veranstaltungs-Ort", "venue.name")
+ Column::make(__('Venue'), "venue.name")
->sortable()
->collapseOnMobile(),
- Column::make('Dozent', "course.lecturer.name")
+ Column::make(__('Lecturer'), "course.lecturer.name")
->label(
fn($row, Column $column) => view('columns.events.lecturer')->withRow($row)
)
->sortable()
->collapseOnMobile(),
- Column::make("Kurs", "course.name")
+ Column::make(__('Course'), "course.name")
->sortable(),
- Column::make("Art")
+ Column::make(__('Type'))
->label(
fn($row, Column $column) => view('columns.events.categories')->withRow($row)
)
->collapseOnMobile(),
- Column::make("Von", "from")
+ Column::make(__('From'), "from")
->format(
fn($value, $row, Column $column) => $value->asDateTime()
)
->sortable(),
- Column::make("Bis", "to")
+ Column::make(__('To'), "to")
->format(
fn($value, $row, Column $column) => $value->asDateTime()
)
@@ -152,7 +152,7 @@ class EventTable extends DataTableComponent
)
->html()
->sortable(),*/
- Column::make('Aktion')
+ Column::make(__('Actions'))
->label(
fn($row, Column $column) => view('columns.events.action')->withRow($row)
)
diff --git a/app/Http/Livewire/Tables/LibraryItemTable.php b/app/Http/Livewire/Tables/LibraryItemTable.php
index b1954fd9..379fc362 100644
--- a/app/Http/Livewire/Tables/LibraryItemTable.php
+++ b/app/Http/Livewire/Tables/LibraryItemTable.php
@@ -61,12 +61,12 @@ class LibraryItemTable extends DataTableComponent
Library::query()
->where('is_public', true)
->get()
- ->prepend(new Library(['name' => 'Alle']))
+ ->prepend(new Library(['name' => '*']))
->pluck('name', 'name')
->toArray(),
)
->filter(function (Builder $builder, string $value) {
- if ($value === 'Alle') {
+ if ($value === '*') {
return;
}
if (str($value)->contains(',')) {
@@ -87,11 +87,11 @@ class LibraryItemTable extends DataTableComponent
->toArray()
)
->mapWithKeys(fn($value, $key) => [$value['value'] => $value['label']])
- ->prepend('Alle', '')
+ ->prepend('*', '')
->toArray()
)
->filter(function (Builder $builder, string $value) {
- if ($value === 'Alle') {
+ if ($value === '*') {
return;
}
$builder->where('library_items.type', $value);
@@ -149,7 +149,7 @@ class LibraryItemTable extends DataTableComponent
return LibraryItem::query()
->whereHas('libraries', fn($query) => $query->where('libraries.is_public', $shouldBePublic))
- ->when($this->currentTab !== 'Alle', fn($query) => $query->whereHas('libraries',
+ ->when($this->currentTab !== '*', fn($query) => $query->whereHas('libraries',
fn($query) => $query->where('libraries.name', $this->currentTab)))
->withCount([
'lecturer',
diff --git a/app/Http/Middleware/SetTimezoneForNovaMiddleware.php b/app/Http/Middleware/SetTimezoneForNovaMiddleware.php
new file mode 100644
index 00000000..19cf521f
--- /dev/null
+++ b/app/Http/Middleware/SetTimezoneForNovaMiddleware.php
@@ -0,0 +1,35 @@
+user()
+ && $timezone = $request->user()->timezone
+ ) {
+ config([
+ 'app.user-timezone' => $timezone,
+ ]);
+
+ return $next($request);
+ }
+
+ return $next($request);
+ }
+}
diff --git a/app/Http/Middleware/SetTimezoneMiddleware.php b/app/Http/Middleware/SetTimezoneMiddleware.php
index 4f501920..91fda077 100644
--- a/app/Http/Middleware/SetTimezoneMiddleware.php
+++ b/app/Http/Middleware/SetTimezoneMiddleware.php
@@ -4,6 +4,8 @@ namespace App\Http\Middleware;
use Closure;
use Illuminate\Http\Request;
+use Illuminate\Support\Facades\App;
+use Illuminate\Support\Facades\Cookie;
class SetTimezoneMiddleware
{
@@ -17,18 +19,19 @@ class SetTimezoneMiddleware
*/
public function handle(Request $request, Closure $next)
{
+ App::setLocale(Cookie::get('lang') ?: config('app.locale'));
if ($request->user()
&& $timezone = $request->user()->timezone
) {
config([
- 'app.timezone' => $timezone,
+ 'app.timezone' => $timezone,
'app.user-timezone' => $timezone,
]);
return $next($request);
}
config([
- 'app.timezone' => 'Europe/Berlin',
+ 'app.timezone' => 'Europe/Berlin',
'app.user-timezone' => 'Europe/Berlin',
]);
diff --git a/app/Nova/BitcoinEvent.php b/app/Nova/BitcoinEvent.php
index a5b8590b..e97ee583 100644
--- a/app/Nova/BitcoinEvent.php
+++ b/app/Nova/BitcoinEvent.php
@@ -49,7 +49,7 @@ class BitcoinEvent extends Resource
public function subtitle()
{
- return __('Erstellt von: :name', ['name' => $this->createdBy->name]);
+ return __('Created by: :name', ['name' => $this->createdBy->name]);
}
/**
diff --git a/app/Nova/BookCase.php b/app/Nova/BookCase.php
index cbdcb971..2f871567 100644
--- a/app/Nova/BookCase.php
+++ b/app/Nova/BookCase.php
@@ -52,7 +52,7 @@ class BookCase extends Resource
public function subtitle()
{
- return __('Erstellt von: :name', ['name' => $this->createdBy->name]);
+ return __('Created by: :name', ['name' => $this->createdBy->name]);
}
/**
diff --git a/app/Nova/City.php b/app/Nova/City.php
index dd531af7..fb54f8c5 100644
--- a/app/Nova/City.php
+++ b/app/Nova/City.php
@@ -51,7 +51,7 @@ class City extends Resource
public function subtitle()
{
- return __('Land: :name', ['name' => $this->country->name]);
+ return __('Country: :name', ['name' => $this->country->name]);
}
/**
diff --git a/app/Nova/Course.php b/app/Nova/Course.php
index d7b1ac47..80b7caf4 100644
--- a/app/Nova/Course.php
+++ b/app/Nova/Course.php
@@ -68,7 +68,7 @@ class Course extends Resource
public function subtitle()
{
- return __('Erstellt von: :name', ['name' => $this->createdBy->name]);
+ return __('Created by: :name', ['name' => $this->createdBy->name]);
}
/**
@@ -90,7 +90,7 @@ class Course extends Resource
// todo: english
Images::make(__('Images'), 'images')
->conversionOnIndexView('thumb')
- ->help(__('Lade hier Bilder hoch, um sie eventuell später in der Markdown Description einzufügen. Du musst vorher aber Speichern.')),
+ ->help(__('Upload images here to insert them later in the Markdown Description. But you have to save before.')),
Tags::make(__('Tags'))
->type('course')
@@ -101,11 +101,11 @@ class Course extends Resource
Markdown::make(__('Description'), 'description')
->alwaysShow()
- ->help(__('Markdown ist erlaubt. Du kannst Bilder aus dem Feld "Images" hier einfügen. Benutze das Link Symbol der Bilder für die Urls, nach dem du auf "Aktualisieren und Weiterarbeiten" geklickt hast.')),
+ ->help(__('Markdown is allowed. You can paste images from the "Images" field here. Use the link icon of the images for the urls after clicking "Update and continue".')),
BelongsTo::make(__('Lecturer'), 'lecturer', Lecturer::class)
->searchable()
- ->help(__('Wähle hier den Dozenten aus, der den Kurs hält. Wenn der Dozent nicht in der Liste ist, dann erstelle ihn zuerst unter "Dozenten".'))->withSubtitles(),
+ ->help(__('Select here the lecturer who holds the course. If the lecturer is not in the list, create it first under "Lecturers".'))->withSubtitles(),
SelectPlus::make(__('Categories'), 'categories', Category::class)
->usingIndexLabel('name'),
diff --git a/app/Nova/CourseEvent.php b/app/Nova/CourseEvent.php
index 30a3b77b..8a402997 100644
--- a/app/Nova/CourseEvent.php
+++ b/app/Nova/CourseEvent.php
@@ -50,7 +50,7 @@ class CourseEvent extends Resource
public function subtitle()
{
- return __('Erstellt von: :name', ['name' => $this->createdBy->name]);
+ return __('Created by: :name', ['name' => $this->createdBy->name]);
}
/**
diff --git a/app/Nova/Episode.php b/app/Nova/Episode.php
index 5ef6fb9a..9f9a444e 100644
--- a/app/Nova/Episode.php
+++ b/app/Nova/Episode.php
@@ -78,7 +78,7 @@ class Episode extends Resource
public function subtitle()
{
- return __('Erstellt von: :name', ['name' => $this->createdBy->name]);
+ return __('Created by: :name', ['name' => $this->createdBy->name]);
}
/**
diff --git a/app/Nova/Language.php b/app/Nova/Language.php
index 7bb8aa6f..6cc41a03 100644
--- a/app/Nova/Language.php
+++ b/app/Nova/Language.php
@@ -65,6 +65,9 @@ class Language extends Resource
Text::make(__('Name'), 'name')
->rules('required', 'string'),
+
+ Text::make(__('Code'), 'language')
+ ->rules('required', 'string'),
];
}
diff --git a/app/Nova/Lecturer.php b/app/Nova/Lecturer.php
index 16f6972d..e670e236 100644
--- a/app/Nova/Lecturer.php
+++ b/app/Nova/Lecturer.php
@@ -62,7 +62,7 @@ class Lecturer extends Resource
public function subtitle()
{
- return __('Erstellt von: :name', ['name' => $this->createdBy->name]);
+ return __('Created by: :name', ['name' => $this->createdBy->name]);
}
/**
@@ -83,7 +83,7 @@ class Lecturer extends Resource
Images::make(__('Images'), 'images')
->conversionOnIndexView('thumb')
- ->help('Lade hier Bilder hoch, um sie eventuell später in der Markdown Description einzufügen. Du musst vorher aber Speichern.'),
+ ->help('Upload images here to insert them later in the Markdown Description. But you have to save before.'),
Text::make('Name')
->rules('required', 'string'),
@@ -98,7 +98,7 @@ class Lecturer extends Resource
Markdown::make('Description')
->alwaysShow()
- ->help('Markdown ist erlaubt. Du kannst Bilder aus dem Feld "Images" hier einfügen. Benutze das Link Symbol der Bilder für die Urls, nach dem du auf "Aktualisieren und Weiterarbeiten" geklickt hast.'),
+ ->help('Markdown is allowed. You can paste images from the "Images" field here. Use the link icon of the images for the urls after clicking "Update and continue".'),
BelongsTo::make('Team')
->exceptOnForms(),
diff --git a/app/Nova/Library.php b/app/Nova/Library.php
index 34eef72f..05e414bb 100644
--- a/app/Nova/Library.php
+++ b/app/Nova/Library.php
@@ -52,7 +52,7 @@ class Library extends Resource
public function subtitle()
{
- return __('Erstellt von: :name', ['name' => $this->createdBy->name]);
+ return __('Created by: :name', ['name' => $this->createdBy->name]);
}
/**
diff --git a/app/Nova/LibraryItem.php b/app/Nova/LibraryItem.php
index c634f5d9..52926a81 100644
--- a/app/Nova/LibraryItem.php
+++ b/app/Nova/LibraryItem.php
@@ -58,7 +58,7 @@ class LibraryItem extends Resource
public function subtitle()
{
- return __('Erstellt von: :name', ['name' => $this->createdBy->name]);
+ return __('Created by: :name', ['name' => $this->createdBy->name]);
}
/**
@@ -98,7 +98,7 @@ class LibraryItem extends Resource
Images::make(__('Images'), 'images')
->conversionOnIndexView('thumb')
- ->help('Lade hier Bilder hoch, um sie eventuell später in der Markdown Description einzufügen. Du musst vorher aber Speichern.'),
+ ->help('Upload images here to insert them later in the Markdown Description. But you have to save before.'),
Files::make(__('Downloadable File'), 'single_file')
->help('Für neue Datei-Typen bitte bei den Admins melden. (Derzeit: PDF)'),
@@ -125,7 +125,7 @@ class LibraryItem extends Resource
Code::make(__('Value'), 'value')
->rules('nullable', 'string')
- ->help('Hier bitte die URL zum Video einfügen, oder den Link zum Blog-Artikel, oder den Link zum Buch, oder das Markdown selbst einfügen.'),
+ ->help('Please paste the URL to the video here, or the link to the blog article, or the link to the book, or the Markdown itself.'),
BelongsTo::make(__('Lecturer/Content Creator'), 'lecturer', Lecturer::class)->searchable()->withSubtitles(),
diff --git a/app/Nova/Meetup.php b/app/Nova/Meetup.php
index 9606c8d0..d7cd3634 100644
--- a/app/Nova/Meetup.php
+++ b/app/Nova/Meetup.php
@@ -48,7 +48,7 @@ class Meetup extends Resource
public function subtitle()
{
- return __('Erstellt von: :name', ['name' => $this->createdBy->name]);
+ return __('Created by: :name', ['name' => $this->createdBy->name]);
}
/**
diff --git a/app/Nova/MeetupEvent.php b/app/Nova/MeetupEvent.php
index a160608b..38b3f1de 100644
--- a/app/Nova/MeetupEvent.php
+++ b/app/Nova/MeetupEvent.php
@@ -49,7 +49,7 @@ class MeetupEvent extends Resource
public function subtitle()
{
- return __('Erstellt von: :name', ['name' => $this->createdBy->name]);
+ return __('Created by: :name', ['name' => $this->createdBy->name]);
}
/**
diff --git a/app/Nova/Podcast.php b/app/Nova/Podcast.php
index cb34715c..9a8819e9 100644
--- a/app/Nova/Podcast.php
+++ b/app/Nova/Podcast.php
@@ -49,7 +49,7 @@ class Podcast extends Resource
public function subtitle()
{
- return __('Erstellt von: :name', ['name' => $this->createdBy->name]);
+ return __('Created by: :name', ['name' => $this->createdBy->name]);
}
/**
diff --git a/app/Nova/Venue.php b/app/Nova/Venue.php
index 088648b4..36fe2dd0 100644
--- a/app/Nova/Venue.php
+++ b/app/Nova/Venue.php
@@ -50,7 +50,7 @@ class Venue extends Resource
public function subtitle()
{
- return __('Stadt: :name', ['name' => $this->city->name]);
+ return __('City: :name', ['name' => $this->city->name]);
}
/**
diff --git a/app/Providers/NovaServiceProvider.php b/app/Providers/NovaServiceProvider.php
index 60aade98..e363da5f 100644
--- a/app/Providers/NovaServiceProvider.php
+++ b/app/Providers/NovaServiceProvider.php
@@ -12,6 +12,7 @@ use App\Nova\Course;
use App\Nova\CourseEvent;
use App\Nova\Dashboards\Main;
use App\Nova\Episode;
+use App\Nova\Language;
use App\Nova\Lecturer;
use App\Nova\Library;
use App\Nova\LibraryItem;
@@ -39,10 +40,6 @@ class NovaServiceProvider extends NovaApplicationServiceProvider
*/
public function boot()
{
- config([
- 'app.user-timezone' => 'Europe/Berlin',
- ]);
-
parent::boot();
Nova::mainMenu(function (Request $request) {
@@ -59,6 +56,7 @@ class NovaServiceProvider extends NovaApplicationServiceProvider
MenuSection::make('Admin', [
MenuItem::resource(Category::class),
MenuItem::resource(Country::class),
+ MenuItem::resource(Language::class),
MenuItem::resource(Team::class),
MenuItem::resource(User::class),
MenuItem::resource(Tag::class),
diff --git a/config/translation.php b/config/translation.php
index 67361795..bc59536c 100644
--- a/config/translation.php
+++ b/config/translation.php
@@ -23,7 +23,7 @@ return [
|
*/
'route_group_config' => [
- 'middleware' => 'can:translate',
+ 'middleware' => 'translation',
],
/*
diff --git a/database/migrations/2022_12_18_122532_add_current_language_to_users_table.php b/database/migrations/2022_12_18_122532_add_current_language_to_users_table.php
new file mode 100644
index 00000000..5321492c
--- /dev/null
+++ b/database/migrations/2022_12_18_122532_add_current_language_to_users_table.php
@@ -0,0 +1,30 @@
+string('current_language')
+ ->default('de');
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ * @return void
+ */
+ public function down()
+ {
+ Schema::table('users', function (Blueprint $table) {
+ //
+ });
+ }
+};
diff --git a/database/migrations/2022_12_18_201051_add_indexes_to_tables.php b/database/migrations/2022_12_18_201051_add_indexes_to_tables.php
new file mode 100644
index 00000000..9a52b7b5
--- /dev/null
+++ b/database/migrations/2022_12_18_201051_add_indexes_to_tables.php
@@ -0,0 +1,46 @@
+index([
+ 'value',
+ ]);
+ });
+ Schema::table('languages', function (Blueprint $table) {
+ $table->index([
+ 'name',
+ 'language',
+ ]);
+ });
+ Schema::table('countries', function (Blueprint $table) {
+ $table->index([
+ 'name',
+ 'code',
+ 'longitude',
+ 'latitude',
+ ]);
+ });
+ }
+
+ /**
+ * Reverse the migrations.
+ *
+ * @return void
+ */
+ public function down()
+ {
+ //
+ }
+};
diff --git a/database/seeders/DatabaseSeeder.php b/database/seeders/DatabaseSeeder.php
index e0ac5206..8a564419 100644
--- a/database/seeders/DatabaseSeeder.php
+++ b/database/seeders/DatabaseSeeder.php
@@ -26,6 +26,9 @@ use Illuminate\Database\Seeder;
use Illuminate\Support\Carbon;
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Str;
+use JoeDixon\Translation\Console\Commands\SynchroniseMissingTranslationKeys;
+use JoeDixon\Translation\Console\Commands\SynchroniseTranslationsCommand;
+use Spatie\Permission\Models\Permission;
use Spatie\Permission\Models\Role;
class DatabaseSeeder extends Seeder
@@ -41,6 +44,10 @@ class DatabaseSeeder extends Seeder
'name' => 'super-admin',
'guard_name' => 'web',
]);
+ Permission::create([
+ 'name' => 'translate',
+ 'guard_name' => 'web',
+ ]);
$user = User::create([
'name' => 'Admin',
'email' => 'admin@einundzwanzig.space',
@@ -54,6 +61,7 @@ class DatabaseSeeder extends Seeder
'user_id' => $user->id,
'personal_team' => true,
]);
+ $user->givePermissionTo('translate');
$user->current_team_id = $team->id;
$user->save();
Country::create([
@@ -360,5 +368,6 @@ Ticket presale begins on December 21, 2022 at 9:21 p.m. Be quick - there are a l
'link' => 'https://bconf.de/en/',
'created_by' => 1,
]);
+ Artisan::call(SynchroniseMissingTranslationKeys::class);
}
}
diff --git a/resources/lang/af.json b/resources/lang/af.json
deleted file mode 100644
index af0ab362..00000000
--- a/resources/lang/af.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Aanvaar uitnodiging",
- "Add": "Voeg by",
- "Add a new team member to your team, allowing them to collaborate with you.": "Voeg 'n nuwe spanlid by u span, sodat hulle met u kan saamwerk.",
- "Add additional security to your account using two factor authentication.": "Voeg ekstra sekuriteit by u rekening met tweefaktor-verifikasie.",
- "Add Team Member": "Voeg spanlid by",
- "Added.": "Bygevoeg.",
- "Administrator": "Administrateur",
- "Administrator users can perform any action.": "Administrateurgebruikers kan enige aksie uitvoer.",
- "All of the people that are part of this team.": "Al die mense wat deel uitmaak van hierdie span.",
- "All rights reserved.": "Alle regte voorbehou.",
- "Already registered?": "Reeds geregistreer?",
- "API Token": "API Token",
- "API Token Permissions": "API Token Toestemmings",
- "API Tokens": "API Tekens",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API tokens laat dienste van derdepartye namens u toe om met ons aansoek te verifieer.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Is jy seker jy wil hierdie span uitvee? Sodra 'n span verwyder is, sal al sy bronne en data permanent uitgevee word.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Is u seker dat u u rekening wil verwyder? Sodra u rekening verwyder is, sal al sy bronne en data permanent uitgevee word. Voer asseblief u wagwoord in om te bevestig dat u u rekening permanent wil verwyder.",
- "Are you sure you would like to delete this API token?": "Is u seker dat u hierdie API token wil verwyder?",
- "Are you sure you would like to leave this team?": "Is u seker dat u hierdie span wil verlaat?",
- "Are you sure you would like to remove this person from the team?": "Is u seker dat u hierdie persoon uit die span wil verwyder?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Blaaier-sessies",
- "Cancel": "Kanselleer",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Maak toe",
- "Code": "Kode",
- "Confirm": "Bevestig",
- "Confirm Password": "Bevestig Wagwoord",
- "Create": "Skep",
- "Create a new team to collaborate with others on projects.": "Skep 'n nuwe span om met ander saam te werk aan projekte.",
- "Create Account": "Skep rekening",
- "Create API Token": "Skep API-token",
- "Create New Team": "Skep nuwe span",
- "Create Team": "Skep span",
- "Created.": "Geskep.",
- "Current Password": "Huidige Wagwoord",
- "Dashboard": "Paneelbord",
- "Delete": "Vee uit",
- "Delete Account": "Verwyder rekening",
- "Delete API Token": "Vee API-token uit",
- "Delete Team": "Vee span uit",
- "Disable": "Deaktiveer",
- "Done.": "Klaar.",
- "Edit Profile": "Edit Profile",
- "Editor": "Redakteur",
- "Editor users have the ability to read, create, and update.": "Editor-gebruikers het die vermoë om te lees, te skep en op te dateer.",
- "Email": "E-pos",
- "Email Address": "E-Pos Adres",
- "Email Password Reset Link": "E-pos wagwoord herstel skakel",
- "Enable": "Aktiveer",
- "Ensure your account is using a long, random password to stay secure.": "Maak seker dat u rekening 'n lang, ewekansige wagwoord gebruik om veilig te bly.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Bevestig u wagwoord vir u veiligheid om voort te gaan.",
- "Forbidden": "Prohibido",
- "Forgot your password?": "Het jy jou wagwoord vergeet?",
- "Forgot Your Password?": "Het jy jou wagwoord vergeet?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Het jy jou wagwoord vergeet? Geen probleem. Laat weet u net u e-posadres en ons sal u 'n skakel vir die herstel van wagwoorde per e-pos stuur waarmee u 'n nuwe een kan kies.",
- "Go to page :page": "Gaan na bladsy :page",
- "Great! You have accepted the invitation to join the :team team.": "U het die uitnodiging aanvaar om by die :team span aan te sluit.",
- "Hello!": "Hallo!",
- "I agree to the :terms_of_service and :privacy_policy": "Ek stem in tot die :terms_of_service en :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Indien nodig, kan jy die log van al jou ander leser sessies oor al jou toestelle. Sommige van jou onlangse sessies word hieronder gelys; egter, hierdie lys kan nie volledig nie. As jy voel dat jou rekening is in die gedrang is, moet jy ook verander jou wagwoord.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "As u reeds 'n rekening het, kan u hierdie uitnodiging aanvaar deur op die onderstaande knoppie te klik:",
- "If you did not create an account, no further action is required.": "As u nie 'n rekening geskep het nie, is geen verdere optrede nodig nie.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "As u nie verwag het om 'n uitnodiging aan hierdie span te ontvang nie, kan u hierdie e-pos weggooi.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "As u nie 'n wagwoordregstelling gevra het nie, is geen verdere optrede nodig nie.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "As u nie 'n rekening het nie, kan u een skep deur op die knoppie hieronder te klik. Nadat u 'n rekening geskep het, kan u die uitnodigingsknoppie in hierdie e-pos klik om die spanuitnodiging te aanvaar:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "As u sukkel om op die knoppie \":actionText\" te klik, kopieer en plak die URL hieronder in u webblaaier:",
- "Last active": "Laaste aktief",
- "Last used": "Laaste gebruik",
- "Leave": "Verlaat",
- "Leave Team": "Verlaat die span",
- "Log in": "Teken in",
- "Log Out": "Teken Uit",
- "Log Out Other Browser Sessions": "Teken Uit Ander Leser Sessies",
- "Login": "Teken aan",
- "Logout": "Teken uit",
- "Manage Account": "Bestuur rekening",
- "Manage and log out your active sessions on other browsers and devices.": "Bestuur en teken jou aktiewe sessies op ander blaaiers en toestelle.",
- "Manage API Tokens": "Bestuur API tokens",
- "Manage Role": "Bestuur rol",
- "Manage Team": "Bestuur span",
- "Name": "Naam",
- "New Password": "Nuwe Wagwoord",
- "Not Found": "Nie gevind nie",
- "of": "van",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Sodra 'n span verwyder is, sal al sy hulpbronne en data permanent uitgevee word. Voordat u hierdie span verwyder, moet u enige data of inligting oor hierdie span wat u wil behou, aflaai.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Sodra u rekening verwyder is, sal al sy bronne en data permanent uitgevee word. Voordat u u rekening verwyder, laai asseblief enige data of inligting af wat u wil behou.",
- "Page Expired": "Bladsy het verval",
- "Pagination Navigation": "Paginasie-navigasie",
- "Password": "Wagwoord",
- "Pending Team Invitations": "Hangende spanuitnodigings",
- "Permanently delete this team.": "Vee hierdie span permanent uit.",
- "Permanently delete your account.": "Vee u rekening permanent uit.",
- "Permissions": "Toestemmings",
- "Photo": "Foto",
- "Please click the button below to verify your email address.": "Klik op die onderstaande knoppie om u e-posadres te verifieer.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Bevestig asseblief toegang tot u rekening deur een van u noodherstelkodes in te voer.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Bevestig asseblief toegang tot u rekening deur die verifikasiekode in te voer wat deur u verifikasie-toepassing verskaf word.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Kopieer asseblief u nuwe API-token. Vir u veiligheid sal dit nie weer gewys word nie.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Tik jou wagwoord te bevestig wat jy wil om aan te meld uit jou ander leser sessies oor al jou toestelle.",
- "Please provide the email address of the person you would like to add to this team.": "Verskaf asseblief die e-posadres van die persoon wat u by hierdie span wil voeg.",
- "Privacy Policy": "Privaatheidsbeleid",
- "Profile": "Profiel",
- "Profile Information": "Profielinligting",
- "Recovery Code": "Herstelkode",
- "Regards": "Groete",
- "Regenerate Recovery Codes": "Herstel herstelkodes",
- "Register": "Registreer",
- "Remember me": "Onthou my",
- "Remember Me": "Onthou my",
- "Remove": "Verwyder",
- "Remove Photo": "Verwyder foto",
- "Remove Team Member": "Verwyder spanlid",
- "Resend Verification Email": "Herstuur verifikasie e-pos",
- "Reset Password": "Herstel wagwoord",
- "Reset Password Notification": "Herstel wagwoord",
- "results": "resultate",
- "Role": "Rol",
- "Save": "Stoor",
- "Saved.": "Gestoor.",
- "Select A New Photo": "Kies 'n nuwe foto",
- "Send Password Reset Link": "Stuur skakel vir wagwoordherstel",
- "Server Error": "Bedienerprobleem",
- "Service Unavailable": "Diens Onbeskikbaar",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Wys herstelkodes",
- "Showing": "Wys",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Stoor hierdie herstelkodes in 'n veilige wagwoordbestuurder. Dit kan gebruik word om toegang tot u rekening te herstel as u tweefaktor-verifikasietoestel verlore gaan.",
- "Switch Teams": "Wissel span",
- "Team Details": "Spanbesonderhede",
- "Team Invitation": "Uitnodiging Span",
- "Team Members": "Spanlede",
- "Team Name": "Span naam",
- "Team Owner": "Span eienaar",
- "Team Settings": "Spaninstellings",
- "Terms of Service": "Diensvoorwaardes",
- "The :attribute must be a valid role.": "Die :attribute moet 'n geldige rol wees.",
- "The :attribute must be at least :length characters and contain at least one number.": "Die :attribute moet ten :length lengte karakters bevat en ten minste een nommer bevat.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "Die :attribute moet ten minste :length karakters en bevat ten minste een spesiale karakter en een nommer.",
- "The :attribute must be at least :length characters and contain at least one special character.": "Die :attribute moet ten :length lengte karakters bevat en ten minste een spesiale karakter bevat.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "Die :attribute moet ten minste :length karakters bevat en ten minste een hoofletter en een nommer bevat.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "Die :attribute moet ten minste :length karakters bevat en ten minste een hoofletter en een spesiale karakter bevat.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "Die :attribute moet ten minste :length karakters bevat en ten minste een hoofletter, een nommer en een spesiale karakter bevat.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "Die :attribute moet ten minste :length karakters bevat en ten minste een hoofletter bevat.",
- "The :attribute must be at least :length characters.": "Die :attribute moet ten minste :length karakters bevat.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Die wagwoord wat verskaf word, stem nie ooreen met u huidige wagwoord nie.",
- "The provided password was incorrect.": "Die verskafde wagwoord was verkeerd.",
- "The provided two factor authentication code was invalid.": "Die verstrekte tweefaktor-verifikasiekode was ongeldig.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Die span se naam en eienaarinligting.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Hierdie mense is na u span genooi en 'n uitnodiging-e-pos gestuur. Hulle kan by die span aansluit deur die e-posuitnodiging te aanvaar",
- "This device": "Hierdie toestel",
- "This is a secure area of the application. Please confirm your password before continuing.": "Dit is 'n veilige deel van die aansoek. Bevestig u wagwoord voordat u verder gaan.",
- "This password does not match our records.": "Hierdie wagwoord stem nie ooreen met ons rekords nie.",
- "This password reset link will expire in :count minutes.": "Hierdie skakel vir die herstel van u wagwoord sal verval oor :count minute.",
- "This user already belongs to the team.": "Hierdie gebruiker behoort reeds aan die span.",
- "This user has already been invited to the team.": "Hierdie gebruiker is reeds na die span genooi.",
- "to": "tot",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Skakel navigasie",
- "Token Name": "Naam van teken",
- "Too Many Requests": "Te veel versoeke",
- "Two Factor Authentication": "Tweefaktor-verifikasie",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Ongemagtigde",
- "Unknown": "Unknown",
- "Update Password": "Wagwoord op te dateer",
- "Update your account's profile information and email address.": "Dateer u rekening se profielinligting en e-posadres op.",
- "Use a recovery code": "Gebruik 'n herstelkode",
- "Use an authentication code": "Gebruik 'n verifikasiekode",
- "Verify Email Address": "Bevestig e-posadres",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Ons kon nie 'n geregistreerde gebruiker met hierdie e-posadres vind nie.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "As tweefaktor-verifikasie geaktiveer is, word u gevra om 'n veilige, ewekansige teken tydens verifikasie. U kan hierdie token ophaal in die Google Authenticator-toepassing op u foon.",
- "Whoops!": "Oeps!!",
- "Whoops! Something went wrong.": "Iets het verkeerd geloop.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "U ontvang hierdie e-pos omdat ons 'n versoek vir die herstel van wagwoord vir u rekening ontvang het.",
- "You have been invited to join the :team team!": "U is uitgenooi om by die: team span aan te sluit!",
- "You have enabled two factor authentication.": "U het tweefaktorautifikasie geaktiveer.",
- "You have not enabled two factor authentication.": "U het nie tweefaktor-verifikasie geaktiveer nie.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "U mag enige van u bestaande tekens verwyder as dit nie meer nodig is nie.",
- "You may not delete your personal team.": "U mag nie u persoonlike span verwyder nie.",
- "You may not leave a team that you created.": "U mag nie 'n span wat u geskep het, verlaat nie.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/af/auth.php b/resources/lang/af/auth.php
deleted file mode 100644
index 0964fc57..00000000
--- a/resources/lang/af/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Hierdie verwysings stem nie ooreen met ons rekords nie.',
- 'password' => 'Die wagwoord is verkeerd.',
- 'throttle' => 'Te veel pogings om aan te meld. Probeer asseblief weer binne :seconds sekondes',
-];
diff --git a/resources/lang/af/http-statuses.php b/resources/lang/af/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/af/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/af/pagination.php b/resources/lang/af/pagination.php
deleted file mode 100644
index 1a6d6335..00000000
--- a/resources/lang/af/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Volgende »',
- 'previous' => '« Vorige',
-];
diff --git a/resources/lang/af/passwords.php b/resources/lang/af/passwords.php
deleted file mode 100644
index 4ac992c5..00000000
--- a/resources/lang/af/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'U wagwoord is verstel!',
- 'sent' => 'Ons het u skakel vir die herstel van wagwoord per e-pos gestuur!',
- 'throttled' => 'Wag asseblief voordat u weer probeer.',
- 'token' => 'Hierdie wagwoordregstelling-token is ongeldig.',
- 'user' => 'Ons kan nie \'n gebruiker met daardie e-posadres vind nie.',
-];
diff --git a/resources/lang/af/validation.php b/resources/lang/af/validation.php
deleted file mode 100644
index 93824335..00000000
--- a/resources/lang/af/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Die :attribute moet aanvaar word.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => 'Die :attribute is nie \'n geldig URL.',
- 'after' => 'Die :attribute moet \'n datum wees na :date.',
- 'after_or_equal' => 'Die :attribute moet \'n datum wees na of gelyk aan :date.',
- 'alpha' => 'Die :attribute mag slegs letters bevat.',
- 'alpha_dash' => 'Die :attribute mag slegs letters, syfers, strepies en onderstrepe bevat.',
- 'alpha_num' => 'Die :attribute mag slegs letters en syfers bevat.',
- 'array' => 'Die :attribute moet \'n array wees.',
- 'attached' => 'Hierdie :attribute is reeds aangeheg.',
- 'before' => 'Die :attribute moet datum voor :date wees.',
- 'before_or_equal' => 'Die :attribute Moet datum voor of gelyk aan :date wees.',
- 'between' => [
- 'array' => 'Die :attribute moet tussen :min en :max items hê.',
- 'file' => 'Die :attribute moet tussen :min en :max kilobytes wees.',
- 'numeric' => 'Die :attribute moet tussen :min en :max wees.',
- 'string' => 'Die :attribute moet tussen :min en :max karakters wees.',
- ],
- 'boolean' => 'Die :attribute veld moet waar of onwaar wees.',
- 'confirmed' => 'Die :attribute bevestiging stem nie ooreen nie.',
- 'current_password' => 'The password is incorrect.',
- 'date' => 'Die :attribute is nie geldige datum nie.',
- 'date_equals' => 'Die :attribute moet \'n datum wees wat gelyk is aan :date.',
- 'date_format' => 'Die :attribute stem nie ooreen met die formaat :format nie.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'Die :attribute en :other moet anders wees.',
- 'digits' => 'Die :attribute moet :digits syfers wees.',
- 'digits_between' => 'Die :attribute moet tussen :min en :max syfers wees.',
- 'dimensions' => 'Die :attribute het ongeldige beeldafmetings.',
- 'distinct' => 'Die :attribute veld het \'n duplikaatwaarde.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'Die :attribute moet geldige epos adres wees.',
- 'ends_with' => 'Die :attribute moet eindig met een van die volgende: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Die geselketeerde :attribute is ongeldig.',
- 'file' => 'Die :attribute moet \'n lêer wees.',
- 'filled' => 'Die :attribute veld \'n waarde moet hê.',
- 'gt' => [
- 'array' => 'Die :attribute moet meer hê as :value items.',
- 'file' => 'Die :attribute moet groter wees :value kilobytes.',
- 'numeric' => 'Die :attribute moet groter wees as :value.',
- 'string' => 'Die :attribute moet groter wees as :value karakters.',
- ],
- 'gte' => [
- 'array' => 'Die :attribute moet :value items hê of meer.',
- 'file' => 'Die :attribute moet groter wees as of gelyk wees :value kilobytes.',
- 'numeric' => 'Die :attribute moet groter wees of gelyk wees aan :value.',
- 'string' => 'Die :attribute moet groter wees as of gelyk wees :value characters.',
- ],
- 'image' => 'Die :attribute moet n foto wees.',
- 'in' => 'Die geselketeerde :attribute is ongeldig.',
- 'in_array' => 'Die :attribute veld bestaan nie in :other.',
- 'integer' => 'Die :attribute moet \'n getal wees.',
- 'ip' => 'Die :attribute moet geldige IP adres wees.',
- 'ipv4' => 'Die :attribute moet geldige IPv4 address wees.',
- 'ipv6' => 'Die :attribute moet geldige IPv6 address wees.',
- 'json' => 'Die :attribute moet geldige JSON string wees.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'Die :attribute moet minder as wees :value items.',
- 'file' => 'Die :attribute moet minder as wees :value kilobytes.',
- 'numeric' => 'Die :attribute moet minder as wees :value.',
- 'string' => 'Die :attribute moet minder as wees than :value karakters.',
- ],
- 'lte' => [
- 'array' => 'Die :attribute moet nie meer as :value items wees.',
- 'file' => 'Die :attribute moet kleiner of gelyk wees aan :value kilobytes.',
- 'numeric' => 'Die :attribute moet kleiner of gelyk wees aan :value.',
- 'string' => 'Die :attribute moet kleiner of gelyk wees aan :value karakters.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'Die :attribute mag nie groter as :max items wees.',
- 'file' => 'Die :attribute mag nie groter as :max kilobytes wees.',
- 'numeric' => 'Die :attribute mag nie groter as :max wees.',
- 'string' => 'Die :attribute mag nie groter as :max karakters wees.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'Die :attribute moet \'n tipe lêer wees: :values.',
- 'mimetypes' => 'Die :attribute moet \'n tipe lêer wees: :values.',
- 'min' => [
- 'array' => 'Die :attribute moet ten minste :min items wees.',
- 'file' => 'Die :attribute moet ten minste :min kilobytes wees.',
- 'numeric' => 'Die :attribute moet ten minste :min wees.',
- 'string' => 'Die :attribute moet ten minste :min karakters wees.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'Die :attribute moet\'n veelvoud van :value',
- 'not_in' => 'Die geselketeerde :attribute is ongeldig.',
- 'not_regex' => 'Die :attribute formaat is ongeldig.',
- 'numeric' => 'Die :attribute moet \'n syfer wees.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'Die :attribute veld moet teenwoordig wees.',
- 'prohibited' => 'Die :attribute veld is verbode.',
- 'prohibited_if' => 'Die :attribute veld is verbode wanneer :other is :value.',
- 'prohibited_unless' => 'Die :attribute veld is verbode, tensy :other is in :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'Die :attribute formaat is ongeldig.',
- 'relatable' => 'Hierdie :attribute kan nie wees wat verband hou met hierdie hulpbron.',
- 'required' => 'Die :attribute veld is verpligtend.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'Die :attribute veld is verpligtend wanneer :other :value is.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'Die :attribute veld is verpligtend tensy :other in :values is.',
- 'required_with' => 'Die :attribute veld is verpligtend wanneer :values teenwoordig is.',
- 'required_with_all' => 'Die :attribute veld is verpligtend wanneer :values teenwoordig is.',
- 'required_without' => 'Die :attribute veld is verpligtend wanneer :values nie teenwoordig is.',
- 'required_without_all' => 'Die :attribute veld is verpligtend wanneer geen van :values teenwoordig is.',
- 'same' => 'Die :attribute en :other moet ooreenstem.',
- 'size' => [
- 'array' => 'Die :attribute moet :size items bevat.',
- 'file' => 'Die :attribute moet :size kilobytes wees.',
- 'numeric' => 'Die :attribute moet :size wees.',
- 'string' => 'Die :attribute moet:size karakters wees.',
- ],
- 'starts_with' => 'Die :attribute moet met een van die volgende begin: :values.',
- 'string' => 'Die :attribute moet \'n string wees.',
- 'timezone' => 'Die :attribute moet \'n geldige sone wees.',
- 'unique' => 'Die :attribute is reeds geneem.',
- 'uploaded' => 'Die :attribute kon nie oplaai.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Die :attribute formaat is ongeldig.',
- 'uuid' => 'Die :attribute moet \'n geldige UUID wees.',
- 'attributes' => [
- 'address' => 'adres',
- 'age' => 'ouderdom',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'liggaam',
- 'city' => 'stad',
- 'content' => 'inhoud',
- 'country' => 'land',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'datum',
- 'date_of_birth' => 'date of birth',
- 'day' => 'dag',
- 'deleted_at' => 'deleted at',
- 'description' => 'beskrywing',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'epos',
- 'excerpt' => 'uittreksel',
- 'filter' => 'filter',
- 'first_name' => 'naam',
- 'gender' => 'geslag',
- 'group' => 'group',
- 'hour' => 'uur',
- 'image' => 'image',
- 'last_name' => 'van',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'boodskap',
- 'middle_name' => 'middle name',
- 'minute' => 'minuut',
- 'mobile' => 'mobiele',
- 'month' => 'maand',
- 'name' => 'naam',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'wagwoord',
- 'password_confirmation' => 'bevestig_wagwoord',
- 'phone' => 'telefoon',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'prys',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'rol',
- 'second' => 'sekonde',
- 'sex' => 'geslag',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'onderwerp',
- 'teacher' => 'teacher',
- 'terms' => 'terme',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'tyd',
- 'title' => 'titel',
- 'updated_at' => 'updated at',
- 'username' => 'gebruikersnaam',
- 'year' => 'jaar',
- ],
-];
diff --git a/resources/lang/ar.json b/resources/lang/ar.json
deleted file mode 100644
index 53e109b3..00000000
--- a/resources/lang/ar.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(و :count خطأ إضافي)",
- "(and :count more errors)": "(و :count أخطاء إضافية)",
- "A fresh verification link has been sent to your email address.": "تم إرسال رابط تحقق جديد إلى بريدك الإلكتروني.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "تم إرسال رابط تحقق جديد إلى عنوان البريد الإلكتروني الذي قمت بتعيينه في إعدادات الملف الشخصي.",
- "A new verification link has been sent to your email address.": "تم إرسال رابط تحقق جديد إلى بريدك الإليكتروني.",
- "Accept Invitation": "قبول الدعوة",
- "Add": "إضافة",
- "Add a new team member to your team, allowing them to collaborate with you.": "أضف عضوًا جديدًا إلى فريقك، مما يتيح لهم التعاون معك.",
- "Add additional security to your account using two factor authentication.": "أضف أمانًا إضافيًا إلى حسابك باستخدام المصادقة الثنائية.",
- "Add Team Member": "إضافة عضو للفريق",
- "Added.": "تمت الإضافة.",
- "Administrator": "المدير",
- "Administrator users can perform any action.": "المدراء بإمكانهم تنفيذ أي إجراء.",
- "All of the people that are part of this team.": "جميع الأشخاص الذين هم جزء من هذا الفريق.",
- "All rights reserved.": "جميع الحقوق محفوظة.",
- "Already registered?": "لديك حساب مسبقا؟",
- "API Token": "رمز API",
- "API Token Permissions": "أذونات رمز API",
- "API Tokens": "رموز API",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "تسمح رموز API لخدمات الطرف الثالث بالمصادقة مع تطبيقنا نيابة عنك.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "هل أنت متأكد أنك تريد حذف هذا الفريق؟ بمجرد حذف الفريق ، سيتم حذف جميع مصادره وبياناته نهائيًا.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "هل ترغب بحذف حسابك بالتأكيد؟ بمجرد حذف حسابك، سيتم حذف جميع البيانات المتعلقة به نهائياً. الرجاء إدخال كلمة المرور الخاصة بك لتأكيد رغبتك في حذف حسابك بشكل دائم.",
- "Are you sure you would like to delete this API token?": "هل أنت متأكد أنك تريد حذف رمز API المميز؟",
- "Are you sure you would like to leave this team?": "هل أنت متأكد أنك تريد مغادرة هذا الفريق؟",
- "Are you sure you would like to remove this person from the team?": "هل أنت متأكد أنك تريد إزالة هذا الشخص من الفريق؟",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "قبل المتابعة، هل يمكنك التحقق من بريدك الإلكتروني بالضغط على الرابط الذي أرسلناه لك الآن عبر البريد الإلكتروني؟ إذا لم يصلك البريد الإلكتروني، فيسعدنا أن نرسل لك بريداً إلكترونياً غيره بكل سرور.",
- "Before proceeding, please check your email for a verification link.": "قبل المتابعة ، يرجى التحقق من بريدك الإلكتروني للحصول على رابط التحقق.",
- "Browser Sessions": "جلسات المتصفح",
- "Cancel": "إلغاء",
- "Click here to re-send the verification email.": "اضغط هنا لإعادة إرسال بريد التحقق.",
- "click here to request another": "اضغط هنا لطلب آخر",
- "Close": "إغلاق",
- "Code": "الرمز",
- "Confirm": "تأكيد",
- "Confirm Password": "تأكيد كلمة المرور",
- "Create": "إنشاء",
- "Create a new team to collaborate with others on projects.": "أنشئ فريقًا جديدًا للتعاون مع الآخرين في المشاريع.",
- "Create Account": "إنشاء حساب",
- "Create API Token": "إنشاء رمز API",
- "Create New Team": "إنشاء فريق جديد",
- "Create Team": "إنشاء فريق",
- "Created.": "تم الإنشاء.",
- "Current Password": "كلمة المرور الحالية",
- "Dashboard": "لوحة التحكم",
- "Delete": "حذف",
- "Delete Account": "حذف الحساب",
- "Delete API Token": "حذف رمز API",
- "Delete Team": "حذف الفريق",
- "Disable": "تعطيل",
- "Done.": "تم.",
- "Edit Profile": "تعديل الملف الشخصي",
- "Editor": "المحرر",
- "Editor users have the ability to read, create, and update.": "المحررون لديهم القدرة على القراءة والإنشاء والتحديث.",
- "Email": "البريد الإلكتروني",
- "Email Address": "البريد الإلكتروني",
- "Email Password Reset Link": "رابط إعادة تعيين كلمة مرور عبر البريد الإلكتروني",
- "Enable": "تفعيل",
- "Ensure your account is using a long, random password to stay secure.": "تأكد من أن حسابك يستخدم كلمة مرور طويلة وعشوائية للبقاء آمنًا.",
- "Finish enabling two factor authentication.": "الانتهاء من تمكين المصادقة الثنائية.",
- "For your security, please confirm your password to continue.": "لحمايتك، يرجى تأكيد كلمة المرور الخاصة بك للمتابعة.",
- "Forbidden": "محظور",
- "Forgot your password?": "نسيت كلمة المرور؟",
- "Forgot Your Password?": "نسيت كلمة المرور؟",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "نسيت كلمة المرور؟ لا توجد مشكلة. ما عليك سوى إخبارنا بعنوان بريدك الإلكتروني وسنرسل لك عبره رابط إعادة تعيين كلمة المرور الذي سيسمح لك باختيار كلمة مرور جديدة.",
- "Go to page :page": "الإنتقال إلى الصفحة :page",
- "Great! You have accepted the invitation to join the :team team.": "رائع! لقد قبلت الدعوة للإنضمام إلى فريق :team.",
- "Hello!": "أهلاً بك!",
- "I agree to the :terms_of_service and :privacy_policy": "أوافق على :terms_of_service و :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "إذا لزم الأمر، يمكنك تسجيل الخروج من جميع جلسات المتصفح الأخرى عبر جميع أجهزتك. بعض جلساتك الأخيرة مذكورة أدناه؛ ومع ذلك، قد لا تكون هذه القائمة شاملة. إذا شعرت أنه تم اختراق حسابك، فيجب عليك أيضًا تحديث كلمة المرور الخاصة بك.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "إذا كان لديك حساب بالفعل، فيمكنك قبول هذه الدعوة بالضغط على الزر أدناه:",
- "If you did not create an account, no further action is required.": "إذا لم تقم بإنشاء حساب ، فلا يلزم اتخاذ أي إجراء آخر.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "إذا لم تتوقع تلقي دعوة إلى هذا الفريق، فيمكنك تجاهل هذا البريد الإليكتروني.",
- "If you did not receive the email": "إذا لم يصلك البريد الإلكتروني",
- "If you did not request a password reset, no further action is required.": "إذا لم تقم بطلب استعادة كلمة المرور، لا تحتاج القيام بأي إجراء.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "إذا لم يكن لديك حساب، يمكنك إنشاء حساب بالضغط على الزر أدناه. بعد إنشاء حساب، يمكنك الضغط على زر قبول الدعوة في هذا البريد الإليكتروني لقبول دعوة الفريق:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "إذا كنت تواجه مشكلة في النقر على الزر \":actionText \"، يمكنك نسخ عنوان URL أدناه\n وألصقه في متصفح الويب:",
- "Last active": "آخر نشاط",
- "Last used": "آخر استخدام",
- "Leave": "مغادرة",
- "Leave Team": "مغادرة الفريق",
- "Log in": "تسجيل الدخول",
- "Log Out": "تسجيل الخروج",
- "Log Out Other Browser Sessions": "تسجيل الخروج من جلساتك على المتصفحات الأخرى",
- "Login": "تسجيل الدخول",
- "Logout": "تسجيل الخروج",
- "Manage Account": "إدارة الحساب",
- "Manage and log out your active sessions on other browsers and devices.": "إدارة جلساتك النشطة والخروج منها على المتصفحات والأجهزة الأخرى.",
- "Manage API Tokens": "إدارة رموز API",
- "Manage Role": "إدارة الصلاحيات",
- "Manage Team": "إدارة الفريق",
- "Name": "الاسم",
- "New Password": "كلمة مرور جديدة",
- "Not Found": "غير متوفر",
- "of": "من",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "بمجرد حذف الفريق، سيتم حذف جميع مصادره وبياناته نهائيًا. قبل حذف هذا الفريق ، يرجى تنزيل أي بيانات أو معلومات بخصوص هذا الفريق ترغب في الاحتفاظ بها.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "بمجرد حذف حسابك، سيتم حذف جميع مصادره وبياناته نهائياً. قبل حذف حسابك، يرجى تنزيل أي بيانات أو معلومات ترغب في الاحتفاظ بها.",
- "Page Expired": "الصفحة منتهية الصلاحية",
- "Pagination Navigation": "التنقل بين الصفحات",
- "Password": "كلمة المرور",
- "Pending Team Invitations": "دعوات معلقة للإنضمام لفريق",
- "Permanently delete this team.": "احذف هذا الفريق بشكل دائم.",
- "Permanently delete your account.": "احذف حسابك بشكل دائم.",
- "Permissions": "الأذونات",
- "Photo": "صورة",
- "Please click the button below to verify your email address.": "يرجى النقر على الزر أدناه للتحقق من عنوان بريدك الإلكتروني.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "يرجى تأكيد الوصول إلى حسابك عن طريق إدخال أحد رموز الاسترداد المخصصة لحالات الطوارئ.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "يرجى تأكيد الوصول إلى حسابك عن طريق إدخال رمز المصادقة المقدم من تطبيق المصادقة الخاص بك.",
- "Please confirm your password before continuing.": "يرجى تأكيد كلمة المرور الخاصة بك قبل المتابعة.",
- "Please copy your new API token. For your security, it won't be shown again.": "يرجى نسخ رمز API الجديد الخاص بك. من أجل أمانك، لن يتم عرضه مرة أخرى.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "الرجاء إدخال كلمة المرور الخاصة بك لتأكيد رغبتك في تسجيل الخروج من جلسات المتصفح الأخرى عبر جميع أجهزتك.",
- "Please provide the email address of the person you would like to add to this team.": "يرجى كتابة عنوان البريد الإليكتروني للشخص الذي ترغب بإضافته إلى هذا الفريق.",
- "Privacy Policy": "سياسة الخصوصية",
- "Profile": "الملف الشخصي",
- "Profile Information": "معلومات الملف الشخصي",
- "Recovery Code": "رمز الاسترداد",
- "Regards": "مع التحية",
- "Regenerate Recovery Codes": "إعادة إنشاء رموز الاسترداد",
- "Register": "تسجيل",
- "Remember me": "تذكرني",
- "Remember Me": "تذكرني",
- "Remove": "حذف",
- "Remove Photo": "حذف الصورة",
- "Remove Team Member": "حذف عضو الفريق",
- "Resend Verification Email": "إعادة ارسال بريد التحقق",
- "Reset Password": "استعادة كلمة المرور",
- "Reset Password Notification": "تنبيه استعادة كلمة المرور",
- "results": "نتيجة",
- "Role": "صلاحية",
- "Save": "حفظ",
- "Saved.": "تم الحفظ.",
- "Select A New Photo": "اختيار صورة جديدة",
- "Send Password Reset Link": "أرسل رابط استعادة كلمة المرور",
- "Server Error": "خطأ في الإستضافة",
- "Service Unavailable": "الخدمة غير متوفرة",
- "Setup Key": "مفتاح الإعداد",
- "Show Recovery Codes": "إظهار رموز الاسترداد",
- "Showing": "عرض",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "قم بالاحتفاظ برموز الاسترداد هذه في مكان آمن. يمكن استخدامها لاستعادة الوصول إلى حسابك في حالة فقدان جهاز المصادقة الثنائية الخاص بك.",
- "Switch Teams": "تبديل الفرق",
- "Team Details": "تفاصيل الفريق",
- "Team Invitation": "دعوة الفريق",
- "Team Members": "أعضاء الفريق",
- "Team Name": "اسم الفريق",
- "Team Owner": "مالك الفريق",
- "Team Settings": "إعدادات الفريق",
- "Terms of Service": "شروط الاستخدام",
- "The :attribute must be a valid role.": ":Attribute يجب أن تكون صلاحية فاعلة.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute يجب أن يتألف على الأقل من :length خانة وأن تحتوي على رقم واحد على الأقل.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute يجب أن يتألف على الأقل من :length خانة وأن يحتوي على الأقل على حرف خاص ورقم.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute يجب أن يتألف على الأقل من :length خانة وأن يحتوي على حرف خاص واحد على الأقل.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute يجب أن يتألف على الأقل من :length خانة وأن يحتوي على حرف كبير واحد ورقم واحد على الأقل.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute يجب أن يتألف على الأقل من :length خانة وأن يحتوي على حرف كبير واحد وحرف خاص واحد على الأقل.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute يجب أن يتألف على الأقل من :length خانة وأن يحتوي على حرف كبير واحد، رقم واحد، وحرف خاص واحد على الأقل.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute يجب أن يتألف على الأقل من :length خانة وأن يحتوي على حرف كبير واحد على الأقل.",
- "The :attribute must be at least :length characters.": ":Attribute يجب أن يتألف على الأقل من :length خانة.",
- "The :attribute must contain at least one letter.": ":Attribute يجب أن يحتوي على الأقل حرف واحد.",
- "The :attribute must contain at least one number.": ":Attribute يجب أن يحتوي على الأقل رقم واحد.",
- "The :attribute must contain at least one symbol.": ":Attribute يجب أن يحتوي على الأقل رمز واحد.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": ":Attribute يجب أن يحتوي على الأقل حرف كبير واحد وحرف صغير واحد.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": ":Attribute المستخدم ضمن قائمة البيانات المسربة. الرجاء اختيار :attribute مختلف.",
- "The given data was invalid.": "البيانات المدخلة غير صالحة.",
- "The password is incorrect.": "كلمة المرور غير صحيحة.",
- "The provided password does not match your current password.": "كلمة المرور التي قمت بإدخالها لا تطابق كلمة المرور الحالية.",
- "The provided password was incorrect.": "كلمة المرور التي قمت بإدخالها غير صحيحة.",
- "The provided two factor authentication code was invalid.": "كود المصادقة الثنائية الذي قمت بإدخاله غير صالح.",
- "The provided two factor recovery code was invalid.": "كود استرداد المصادقة الثنائية الذي قمت بإدخاله غير صالح.",
- "The team's name and owner information.": "اسم الفريق ومعلومات المالك.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "تمت دعوة هؤلاء الأشخاص إلى فريقك وتم إرسال دعوة عبر البريد الإليكتروني إليهم. يمكنهم الإنضمام إلى الفريق عن طريق قبول دعوة البريد الإليكتروني.",
- "This device": "هذا الجهاز",
- "This is a secure area of the application. Please confirm your password before continuing.": "هذه منطقة آمنة للتطبيق. يرجى تأكيد كلمة المرور الخاصة بك قبل المتابعة.",
- "This password does not match our records.": "كلمة المرور لا تتطابق مع سجلاتنا.",
- "This password reset link will expire in :count minutes.": "ستنتهي صلاحية رابط استعادة كلمة المرور خلال :count دقيقة.",
- "This user already belongs to the team.": "هذا المستخدم ينتمي بالفعل إلى الفريق.",
- "This user has already been invited to the team.": "تمت دعوة هذا المستخدم بالفعل إلى الفريق.",
- "to": "إلى",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "لإنهاء تمكين المصادقة الثنائية، قم بسمح رمز الاستجابة السريعة التالي باستخدام تطبيق المصادقة بهاتفك أو قم بإدخال مفتاح الإعداد وأدخل رمز OTP الذي تم إنشاؤه.",
- "Toggle navigation": "إظهار/إخفاء القائمة",
- "Token Name": "اسم الرمز",
- "Too Many Requests": "طلبات كثيرة جدًا",
- "Two Factor Authentication": "المصادقة الثنائية",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "لقد تم تمكين المصادقة الثنائية لحسابك. قم بمسح رمز الاستجابة السريعة التالي باستخدام تطبيق المصادقة بهاتفك أو قم بإدخال مفتاح الإعداد.",
- "Unauthorized": "غير مصرّح",
- "Unknown": "غير معروف",
- "Update Password": "تحديث كلمة المرور",
- "Update your account's profile information and email address.": "قم بتحديث معلومات ملفك الشخصي وبريدك الإلكتروني.",
- "Use a recovery code": "استخدم رمز الاسترداد",
- "Use an authentication code": "استخدم رمز المصادقة",
- "Verify Email Address": "التحقق من عنوان البريد الإلكتروني",
- "Verify Your Email Address": "تحقق من عنوان بريدك الإليكتروني",
- "We were unable to find a registered user with this email address.": "لم نتمكن من العثور على مستخدم مسجل بهذا البريد الإلكتروني.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "عند تمكين المصادقة الثنائية، ستتم مطالبتك برمز آمن وعشوائي أثناء المصادقة. يمكنك الحصول على هذا الرمز من تطبيق Google Authenticator بهاتفك.",
- "Whoops!": "عذراً!",
- "Whoops! Something went wrong.": "عذرًا! هناك خطأ ما.",
- "You are logged in!": "لقد قمت بتسجيل الدخول!",
- "You are receiving this email because we received a password reset request for your account.": "لقد استلمت هذا الإيميل لأننا استقبلنا طلباً لاستعادة كلمة مرور حسابك.",
- "You have been invited to join the :team team!": "لقد تمت دعوتك للإنضمام إلى فريق :team!",
- "You have enabled two factor authentication.": "لقد قمت بتمكين المصادقة الثنائية.",
- "You have not enabled two factor authentication.": "لم تقم بتمكين المصادقة الثنائية.",
- "You may accept this invitation by clicking the button below:": "يمكنك قبول هذه الدعوة بالضغط على الزر أدناه:",
- "You may delete any of your existing tokens if they are no longer needed.": "يمكنك حذف أي من الرموز المميزة الموجودة لديك إذا لم تعد هناك حاجة إليها.",
- "You may not delete your personal team.": "لا يمكنك حذف فريقك الشخصي.",
- "You may not leave a team that you created.": "لا يمكنك مغادرة الفريق الذي أنشأته.",
- "Your email address is unverified.": "لم يتم التحقق من عنوان بريدك الإلكتروني."
-}
\ No newline at end of file
diff --git a/resources/lang/ar/auth.php b/resources/lang/ar/auth.php
deleted file mode 100644
index 8765cdb8..00000000
--- a/resources/lang/ar/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'بيانات الاعتماد هذه غير متطابقة مع البيانات المسجلة لدينا.',
- 'password' => 'كلمة المرور غير صحيحة.',
- 'throttle' => 'عدد كبير جدا من محاولات الدخول. يرجى المحاولة مرة أخرى بعد :seconds ثانية.',
-];
diff --git a/resources/lang/ar/http-statuses.php b/resources/lang/ar/http-statuses.php
deleted file mode 100644
index 62907d9d..00000000
--- a/resources/lang/ar/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'خطأ غير معروف',
- '100' => 'استمر',
- '101' => 'تبديل البروتوكولات',
- '102' => 'معالجة',
- '200' => 'حسنا',
- '201' => 'خلقت',
- '202' => 'وافقت',
- '203' => 'غير موثوقة المعلومات',
- '204' => 'لا يوجد محتوى',
- '205' => 'إعادة تعيين المحتوى',
- '206' => 'محتوى جزئي',
- '207' => 'متعددة الحالة',
- '208' => 'ذكرت بالفعل',
- '226' => 'أنا معتاد',
- '300' => 'خيارات متعددة',
- '301' => 'انتقل بشكل دائم',
- '302' => 'وجدت',
- '303' => 'انظر الآخر',
- '304' => 'غير معدل',
- '305' => 'استخدام بروكسي',
- '307' => 'إعادة التوجيه المؤقتة',
- '308' => 'إعادة التوجيه الدائم',
- '400' => 'اقتراح غير جيد',
- '401' => 'غير مصرح',
- '402' => 'الدفع مطلوب',
- '403' => 'ممنوع',
- '404' => 'الصفحة غير موجودة',
- '405' => 'الطريقة غير مسموحة',
- '406' => 'غير مقبول',
- '407' => 'مصادقة الوكيل مطلوبة',
- '408' => 'طلب المهلة',
- '409' => 'نزاع',
- '410' => 'ذهب',
- '411' => 'المدة المطلوبة',
- '412' => 'فشل الشرط المسبق',
- '413' => 'الحمولة كبيرة جدا',
- '414' => 'URI طويل جدا',
- '415' => 'نوع الوسائط غير مدعوم',
- '416' => 'نطاق غير مقبول',
- '417' => 'توقع فشل',
- '418' => 'أنا إبريق الشاي',
- '419' => 'انتهت الجلسة',
- '421' => 'طلب خاطئ',
- '422' => 'كيان غير قابل للمعاملة',
- '423' => 'مقفل',
- '424' => 'فشل التبعية',
- '425' => 'Too Early',
- '426' => 'الترقية مطلوبة',
- '428' => 'الشرط المسبق مطلوب',
- '429' => 'طلبات كثيرة جدا',
- '431' => 'طلب حقول العنوان كبيرة جدًا',
- '444' => 'Connection Closed Without Response',
- '449' => 'أعد المحاولة',
- '451' => 'غير متوفر للأسباب القانونية',
- '499' => 'Client Closed Request',
- '500' => 'خطأ في الخادم الداخلي',
- '501' => 'لم تنفذ',
- '502' => 'مدخل خاطأ',
- '503' => 'نمط الصيانة',
- '504' => 'غمازة',
- '505' => 'إصدار HTTP غير مدعوم',
- '506' => 'البديل يتفاوض أيضا',
- '507' => 'تخزين غير كاف',
- '508' => 'حلقة اكتشفت',
- '509' => 'تجاوز عرض النطاق الترددي',
- '510' => 'غير ممتدة',
- '511' => 'مصادقة الشبكة المطلوبة',
- '520' => 'خطأ غير معروف',
- '521' => 'خادم الويب هو أسفل',
- '522' => 'انتهت مدة الاتصال',
- '523' => 'المنشأ غير قابل للوصول',
- '524' => 'انتهت المهلة',
- '525' => 'أخفق مصافحة SSL',
- '526' => 'شهادة SSL غير صالحة',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'خطأ غير معروف',
-];
diff --git a/resources/lang/ar/pagination.php b/resources/lang/ar/pagination.php
deleted file mode 100644
index 227715c1..00000000
--- a/resources/lang/ar/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'التالي »',
- 'previous' => '« السابق',
-];
diff --git a/resources/lang/ar/passwords.php b/resources/lang/ar/passwords.php
deleted file mode 100644
index 33d6b2a8..00000000
--- a/resources/lang/ar/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'تمت إعادة تعيين كلمة المرور!',
- 'sent' => 'تم إرسال تفاصيل استعادة كلمة المرور الخاصة بك إلى بريدك الإلكتروني!',
- 'throttled' => 'الرجاء الانتظار قبل إعادة المحاولة.',
- 'token' => 'رمز استعادة كلمة المرور الذي أدخلته غير صحيح.',
- 'user' => 'لم يتم العثور على أيّ حسابٍ بهذا العنوان الإلكتروني.',
-];
diff --git a/resources/lang/ar/validation.php b/resources/lang/ar/validation.php
deleted file mode 100644
index 3cd4b699..00000000
--- a/resources/lang/ar/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'يجب قبول :attribute.',
- 'accepted_if' => 'يجب قبول :attribute في حالة :other يساوي :value.',
- 'active_url' => 'حقل :attribute لا يُمثّل رابطًا صحيحًا.',
- 'after' => 'يجب على حقل :attribute أن يكون تاريخًا لاحقًا للتاريخ :date.',
- 'after_or_equal' => 'حقل :attribute يجب أن يكون تاريخاً لاحقاً أو مطابقاً للتاريخ :date.',
- 'alpha' => 'يجب أن لا يحتوي حقل :attribute سوى على حروف.',
- 'alpha_dash' => 'يجب أن لا يحتوي حقل :attribute سوى على حروف، أرقام ومطّات.',
- 'alpha_num' => 'يجب أن يحتوي حقل :attribute على حروفٍ وأرقامٍ فقط.',
- 'array' => 'يجب أن يكون حقل :attribute ًمصفوفة.',
- 'attached' => 'حقل :attribute تم إرفاقه بالفعل.',
- 'before' => 'يجب على حقل :attribute أن يكون تاريخًا سابقًا للتاريخ :date.',
- 'before_or_equal' => 'حقل :attribute يجب أن يكون تاريخا سابقا أو مطابقا للتاريخ :date.',
- 'between' => [
- 'array' => 'يجب أن يحتوي حقل :attribute على عدد من العناصر بين :min و :max.',
- 'file' => 'يجب أن يكون حجم ملف حقل :attribute بين :min و :max كيلوبايت.',
- 'numeric' => 'يجب أن تكون قيمة حقل :attribute بين :min و :max.',
- 'string' => 'يجب أن يكون عدد حروف نّص حقل :attribute بين :min و :max.',
- ],
- 'boolean' => 'يجب أن تكون قيمة حقل :attribute إما true أو false .',
- 'confirmed' => 'حقل التأكيد غير مُطابق للحقل :attribute.',
- 'current_password' => 'كلمة المرور غير صحيحة.',
- 'date' => 'حقل :attribute ليس تاريخًا صحيحًا.',
- 'date_equals' => 'يجب أن يكون حقل :attribute مطابقاً للتاريخ :date.',
- 'date_format' => 'لا يتوافق حقل :attribute مع الشكل :format.',
- 'declined' => 'يجب رفض :attribute.',
- 'declined_if' => 'يجب رفض :attribute عندما يكون :other بقيمة :value.',
- 'different' => 'يجب أن يكون الحقلان :attribute و :other مُختلفين.',
- 'digits' => 'يجب أن يحتوي حقل :attribute على :digits رقمًا/أرقام.',
- 'digits_between' => 'يجب أن يحتوي حقل :attribute بين :min و :max رقمًا/أرقام .',
- 'dimensions' => 'الحقل:attribute يحتوي على أبعاد صورة غير صالحة.',
- 'distinct' => 'للحقل :attribute قيمة مُكرّرة.',
- 'doesnt_end_with' => 'الحقل :attribute يجب ألّا ينتهي بأحد القيم التالية: :values.',
- 'doesnt_start_with' => 'الحقل :attribute يجب ألّا يبدأ بأحد القيم التالية: :values.',
- 'email' => 'يجب أن يكون حقل :attribute عنوان بريد إلكتروني صحيح البُنية.',
- 'ends_with' => 'يجب أن ينتهي حقل :attribute بأحد القيم التالية: :values',
- 'enum' => 'حقل :attribute المختار غير صالح.',
- 'exists' => 'القيمة المحددة :attribute غير موجودة.',
- 'file' => 'الحقل :attribute يجب أن يكون ملفا.',
- 'filled' => 'حقل :attribute إجباري.',
- 'gt' => [
- 'array' => 'يجب أن يحتوي حقل :attribute على أكثر من :value عناصر/عنصر.',
- 'file' => 'يجب أن يكون حجم ملف حقل :attribute أكبر من :value كيلوبايت.',
- 'numeric' => 'يجب أن تكون قيمة حقل :attribute أكبر من :value.',
- 'string' => 'يجب أن يكون طول نّص حقل :attribute أكثر من :value حروفٍ/حرفًا.',
- ],
- 'gte' => [
- 'array' => 'يجب أن يحتوي حقل :attribute على الأقل على :value عُنصرًا/عناصر.',
- 'file' => 'يجب أن يكون حجم ملف حقل :attribute على الأقل :value كيلوبايت.',
- 'numeric' => 'يجب أن تكون قيمة حقل :attribute مساوية أو أكبر من :value.',
- 'string' => 'يجب أن يكون طول نص حقل :attribute على الأقل :value حروفٍ/حرفًا.',
- ],
- 'image' => 'يجب أن يكون حقل :attribute صورةً.',
- 'in' => 'حقل :attribute غير موجود.',
- 'in_array' => 'حقل :attribute غير موجود في :other.',
- 'integer' => 'يجب أن يكون حقل :attribute عددًا صحيحًا.',
- 'ip' => 'يجب أن يكون حقل :attribute عنوان IP صحيحًا.',
- 'ipv4' => 'يجب أن يكون حقل :attribute عنوان IPv4 صحيحًا.',
- 'ipv6' => 'يجب أن يكون حقل :attribute عنوان IPv6 صحيحًا.',
- 'json' => 'يجب أن يكون حقل :attribute نصًا من نوع JSON.',
- 'lowercase' => 'يجب أن يحتوي الحقل :attribute على حروف صغيرة.',
- 'lt' => [
- 'array' => 'يجب أن يحتوي حقل :attribute على أقل من :value عناصر/عنصر.',
- 'file' => 'يجب أن يكون حجم ملف حقل :attribute أصغر من :value كيلوبايت.',
- 'numeric' => 'يجب أن تكون قيمة حقل :attribute أصغر من :value.',
- 'string' => 'يجب أن يكون طول نّص حقل :attribute أقل من :value حروفٍ/حرفًا.',
- ],
- 'lte' => [
- 'array' => 'يجب أن لا يحتوي حقل :attribute على أكثر من :value عناصر/عنصر.',
- 'file' => 'يجب أن لا يتجاوز حجم ملف حقل :attribute :value كيلوبايت.',
- 'numeric' => 'يجب أن تكون قيمة حقل :attribute مساوية أو أصغر من :value.',
- 'string' => 'يجب أن لا يتجاوز طول نّص حقل :attribute :value حروفٍ/حرفًا.',
- ],
- 'mac_address' => 'الحقل :attribute يجب أن يكون عنوان MAC صالحاً.',
- 'max' => [
- 'array' => 'يجب أن لا يحتوي حقل :attribute على أكثر من :max عناصر/عنصر.',
- 'file' => 'يجب أن لا يتجاوز حجم ملف حقل :attribute :max كيلوبايت.',
- 'numeric' => 'يجب أن تكون قيمة حقل :attribute مساوية أو أصغر من :max.',
- 'string' => 'يجب أن لا يتجاوز طول نّص حقل :attribute :max حروفٍ/حرفًا.',
- ],
- 'max_digits' => 'يجب ألا يحتوي الحقل :attribute على أكثر من :max رقم/أرقام.',
- 'mimes' => 'يجب أن يكون ملفًا من نوع : :values.',
- 'mimetypes' => 'يجب أن يكون ملفًا من نوع : :values.',
- 'min' => [
- 'array' => 'يجب أن يحتوي حقل :attribute على الأقل على :min عُنصرًا/عناصر.',
- 'file' => 'يجب أن يكون حجم ملف حقل :attribute على الأقل :min كيلوبايت.',
- 'numeric' => 'يجب أن تكون قيمة حقل :attribute مساوية أو أكبر من :min.',
- 'string' => 'يجب أن يكون طول نص حقل :attribute على الأقل :min حروفٍ/حرفًا.',
- ],
- 'min_digits' => 'يجب أن يحتوي الحقل :attribute على الأقل :min رقم/أرقام.',
- 'multiple_of' => 'حقل :attribute يجب أن يكون من مضاعفات :value',
- 'not_in' => 'عنصر الحقل :attribute غير صحيح.',
- 'not_regex' => 'صيغة حقل :attribute غير صحيحة.',
- 'numeric' => 'يجب على حقل :attribute أن يكون رقمًا.',
- 'password' => [
- 'letters' => 'يجب أن يحتوي حقل :attribute على حرف واحد على الأقل.',
- 'mixed' => 'يجب أن يحتوي حقل :attribute على حرف كبير وحرف صغير على الأقل.',
- 'numbers' => 'يجب أن يحتوي حقل :attribute على رقمٍ واحدٍ على الأقل.',
- 'symbols' => 'يجب أن يحتوي حقل :attribute على رمزٍ واحدٍ على الأقل.',
- 'uncompromised' => 'حقل :attribute ظهر في بيانات مُسربة. الرجاء اختيار :attribute مختلف.',
- ],
- 'present' => 'يجب تقديم حقل :attribute.',
- 'prohibited' => 'حقل :attribute محظور.',
- 'prohibited_if' => 'حقل :attribute محظور إذا كان :other هو :value.',
- 'prohibited_unless' => 'حقل :attribute محظور ما لم يكن :other ضمن :values.',
- 'prohibits' => 'الحقل :attribute يحظر تواجد الحقل :other.',
- 'regex' => 'صيغة حقل :attribute .غير صحيحة.',
- 'relatable' => 'حقل :attribute قد لا يكون مرتبطا بالمصدر المحدد.',
- 'required' => 'حقل :attribute مطلوب.',
- 'required_array_keys' => 'الحقل :attribute يجب أن يحتوي على مدخلات لـ: :values.',
- 'required_if' => 'حقل :attribute مطلوب في حال ما إذا كان :other يساوي :value.',
- 'required_if_accepted' => 'الحقل :attribute مطلوب عند قبول الحقل :other.',
- 'required_unless' => 'حقل :attribute مطلوب في حال ما لم يكن :other يساوي :values.',
- 'required_with' => 'حقل :attribute مطلوب إذا توفّر :values.',
- 'required_with_all' => 'حقل :attribute مطلوب إذا توفّر :values.',
- 'required_without' => 'حقل :attribute مطلوب إذا لم يتوفّر :values.',
- 'required_without_all' => 'حقل :attribute مطلوب إذا لم يتوفّر :values.',
- 'same' => 'يجب أن يتطابق حقل :attribute مع :other.',
- 'size' => [
- 'array' => 'يجب أن يحتوي حقل :attribute على :size عنصرٍ/عناصر بالضبط.',
- 'file' => 'يجب أن يكون حجم ملف حقل :attribute :size كيلوبايت.',
- 'numeric' => 'يجب أن تكون قيمة حقل :attribute مساوية لـ :size.',
- 'string' => 'يجب أن يحتوي نص حقل :attribute على :size حروفٍ/حرفًا بالضبط.',
- ],
- 'starts_with' => 'يجب أن يبدأ حقل :attribute بأحد القيم التالية: :values',
- 'string' => 'يجب أن يكون حقل :attribute نصًا.',
- 'timezone' => 'يجب أن يكون حقل :attribute نطاقًا زمنيًا صحيحًا.',
- 'unique' => 'قيمة حقل :attribute مُستخدمة من قبل.',
- 'uploaded' => 'فشل في تحميل الـ :attribute.',
- 'uppercase' => 'يجب أن يحتوي الحقل :attribute على حروف كبيرة.',
- 'url' => 'صيغة رابط حقل :attribute غير صحيحة.',
- 'uuid' => 'حقل :attribute يجب أن يكون بصيغة UUID سليمة.',
- 'attributes' => [
- 'address' => 'العنوان',
- 'age' => 'العمر',
- 'amount' => 'الكمية',
- 'area' => 'المنطقة',
- 'available' => 'مُتاح',
- 'birthday' => 'عيد الميلاد',
- 'body' => 'المُحتوى',
- 'city' => 'المدينة',
- 'content' => 'المُحتوى',
- 'country' => 'الدولة',
- 'created_at' => 'تاريخ الإنشاء',
- 'creator' => 'المنشئ',
- 'current_password' => 'كلمة المرور الحالية',
- 'date' => 'التاريخ',
- 'date_of_birth' => 'تاريخ الميلاد',
- 'day' => 'اليوم',
- 'deleted_at' => 'تاريخ الحذف',
- 'description' => 'الوصف',
- 'district' => 'الحي',
- 'duration' => 'المدة',
- 'email' => 'البريد الالكتروني',
- 'excerpt' => 'المُلخص',
- 'filter' => 'تصفية',
- 'first_name' => 'الاسم الأول',
- 'gender' => 'النوع',
- 'group' => 'مجموعة',
- 'hour' => 'ساعة',
- 'image' => 'صورة',
- 'last_name' => 'اسم العائلة',
- 'lesson' => 'درس',
- 'line_address_1' => 'العنوان 1',
- 'line_address_2' => 'العنوان 2',
- 'message' => 'الرسالة',
- 'middle_name' => 'الاسم الأوسط',
- 'minute' => 'دقيقة',
- 'mobile' => 'الجوال',
- 'month' => 'الشهر',
- 'name' => 'الاسم',
- 'national_code' => 'الرمز الدولي',
- 'number' => 'الرقم',
- 'password' => 'كلمة المرور',
- 'password_confirmation' => 'تأكيد كلمة المرور',
- 'phone' => 'الهاتف',
- 'photo' => 'الصورة',
- 'postal_code' => 'الرمز البريدي',
- 'price' => 'السعر',
- 'province' => 'المحافظة',
- 'recaptcha_response_field' => 'حقل استجابة recaptcha',
- 'remember' => 'تذكير',
- 'restored_at' => 'تاريخ الاستعادة',
- 'result_text_under_image' => 'نص النتيجة أسفل الصورة',
- 'role' => 'الصلاحية',
- 'second' => 'ثانية',
- 'sex' => 'الجنس',
- 'short_text' => 'نص مختصر',
- 'size' => 'الحجم',
- 'state' => 'الولاية',
- 'street' => 'الشارع',
- 'student' => 'طالب',
- 'subject' => 'الموضوع',
- 'teacher' => 'معلّم',
- 'terms' => 'الأحكام',
- 'test_description' => 'وصف الاختبار',
- 'test_locale' => 'لغة الاختبار',
- 'test_name' => 'اسم الاختبار',
- 'text' => 'نص',
- 'time' => 'الوقت',
- 'title' => 'اللقب',
- 'updated_at' => 'تاريخ التحديث',
- 'username' => 'اسم المُستخدم',
- 'year' => 'السنة',
- ],
-];
diff --git a/resources/lang/az.json b/resources/lang/az.json
deleted file mode 100644
index 0f400cd0..00000000
--- a/resources/lang/az.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(və :count çox səhv saymaq)",
- "(and :count more errors)": "(və :count çox səhv sayın)",
- "A fresh verification link has been sent to your email address.": "E-poçt ünvanınıza yeni doğrulama linki göndərildi.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "Profil ayarlarınızda göstərdiyiniz e-poçt ünvanına yeni doğrulama linki göndərildi.",
- "A new verification link has been sent to your email address.": "E-poçt ünvanınıza yeni doğrulama linki göndərildi.",
- "Accept Invitation": "Dəvəti Qəbul",
- "Add": "Əlavə et",
- "Add a new team member to your team, allowing them to collaborate with you.": "Komandanıza yeni komanda üzvünü əlavə edin, belə ki, sizinlə əməkdaşlıq edə bilər.",
- "Add additional security to your account using two factor authentication.": "İki faktorlu identifikasiyası istifadə edərək hesabınıza əlavə təhlükəsizlik əlavə edin.",
- "Add Team Member": "Əlavə Komanda Üzvü",
- "Added.": "Əlavə edildi.",
- "Administrator": "Admin",
- "Administrator users can perform any action.": "Admin istifadəçilər hər hansı bir hərəkət edə bilər.",
- "All of the people that are part of this team.": "Bu komandanın bir hissəsi olan bütün insanlar.",
- "All rights reserved.": "Bütün hüquqlar qorunur.",
- "Already registered?": "Artıq yoxlanılır?",
- "API Token": "Token API",
- "API Token Permissions": "Marker API üçün permissions",
- "API Tokens": "API Tokenləri",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API tokensləri üçüncü tərəf xidmətlərinə sizin adınızdan tətbiqimizdə autentifikasiya etməyə imkan verir.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Bu funksiyanı silmək istədiyinizə əminsinizmi? Komanda çıxarıldıqdan sonra bütün resursları və məlumatları əbədi olaraq silinəcəkdir.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Hesabınızı silmək istədiyinizə əminsinizmi? Hesabınız silindikdən sonra bütün resursları və məlumatları geri qaytarılmadan silinəcəkdir. Xahiş edirik hesabınızı daimi olaraq silmək istədiyinizi təsdiqləmək üçün şifrənizi daxil edin.",
- "Are you sure you would like to delete this API token?": "Bu token API ' sini silmək istədiyinizə əminsinizmi?",
- "Are you sure you would like to leave this team?": "Bu komandanı tərk etmək istədiyinizə əminsinizmi?",
- "Are you sure you would like to remove this person from the team?": "Siz komanda bu şəxs aradan qaldırılması üçün əminsinizmi?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Davam etməzdən əvvəl sizə e-poçt göndərdiyimiz linkə klikləməklə e-poçt ünvanınızı doğrulaya bilərsinizmi? E-poçtu almamısınızsa, məmnuniyyətlə sizə başqa bir məktub göndərəcəyik.",
- "Before proceeding, please check your email for a verification link.": "Davam etməzdən əvvəl, lütfən, doğrulama linki üçün e-poçtunuzu yoxlayın.",
- "Browser Sessions": "Brauzer seansları",
- "Cancel": "Ləğv et",
- "Click here to re-send the verification email.": "Doğrulama e-poçtunu yenidən göndərmək üçün bura klikləyin.",
- "click here to request another": "başqasını tələb etmək üçün bura klikləyin",
- "Close": "Bağlamaq",
- "Code": "Kod",
- "Confirm": "Təsdiq",
- "Confirm Password": "Təsdiq Parol",
- "Create": "Yaratmaq",
- "Create a new team to collaborate with others on projects.": "Layihələr üzərində əməkdaşlıq etmək üçün yeni bir komanda yaradın.",
- "Create Account": "hesab yarat",
- "Create API Token": "API Token yaradılması",
- "Create New Team": "Yeni Komanda Yaratmaq",
- "Create Team": "Komanda qurmaq",
- "Created.": "Yaradılmış.",
- "Current Password": "cari parol",
- "Dashboard": "Tablosuna",
- "Delete": "Sil",
- "Delete Account": "Hesabı sil",
- "Delete API Token": "API mö ' cüzə sil",
- "Delete Team": "Funksiyanı sil",
- "Disable": "Ayırmaq",
- "Done.": "Made.",
- "Edit Profile": "Profilə düzəliş et",
- "Editor": "Redaktor",
- "Editor users have the ability to read, create, and update.": "Redaktorun istifadəçiləri oxumaq, yaratmaq və yeniləmək imkanına malikdirlər.",
- "Email": "E-poçt",
- "Email Address": "e-poçt",
- "Email Password Reset Link": "E-poçt parol sıfırlama link",
- "Enable": "Aktivləşdirin",
- "Ensure your account is using a long, random password to stay secure.": "Hesabınızın təhlükəsiz qalmaq üçün uzun bir təsadüfi parol istifadə etdiyinə əmin olun.",
- "Finish enabling two factor authentication.": "İki faktorlu autentifikasiyanı aktivləşdirərək tamamlayın.",
- "For your security, please confirm your password to continue.": "Təhlükəsizlik üçün davam etmək üçün parol təsdiq edin.",
- "Forbidden": "Qadağan",
- "Forgot your password?": "Şifrənizi unutmusunuz?",
- "Forgot Your Password?": "Şifrənizi Unutmusunuz?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Şifrənizi unutmusunuz? Problemsiz. Yalnız bizə e-poçt ünvanınızı bildirin və biz sizə yeni birini seçməyə imkan verəcək Parolu sıfırlamak üçün bir link göndərəcəyik.",
- "Go to page :page": ":Page səhifəsinə keçin",
- "Great! You have accepted the invitation to join the :team team.": "Əla! :team komandasına qoşulmaq dəvətini qəbul etdiniz.",
- "Hello!": "Salam!",
- "I agree to the :terms_of_service and :privacy_policy": ":Terms_of_service və :privacy_policy ilə razıyam",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Lazım gələrsə, bütün cihazlarınızdakı bütün digər brauzer seanslarından çıxa bilərsiniz. Son seanslarınızdan bəziləri aşağıda verilmişdir; lakin bu siyahı tam olmaya bilər. Hesabınızın təhlükəyə məruz qaldığını hiss edirsinizsə, şifrənizi də yeniləməlisiniz.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Əgər siz artıq bir hesabınız varsa, aşağıdakı ' düyməsinə tıklayarak bu dəvəti qəbul edə bilərsiniz:",
- "If you did not create an account, no further action is required.": "Bir haqq-hesab yaratmadıysanız, heç bir əlavə fəaliyyət tələb olunur.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Əgər Siz bu komandaya dəvət almamısınızsa, bu məktubdan imtina edə bilərsiniz.",
- "If you did not receive the email": "E-poçtu almamısınızsa",
- "If you did not request a password reset, no further action is required.": "Siz parol sıfırlama tələb halda, heç bir daha tədbirlər tələb olunur.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Hesabınız yoxdursa, aşağıdakı düyməni basaraq onu yarada bilərsiniz. Bir haqq-hesab yaratmaq sonra siz dəvət qəbul etmək üçün bu e-poçt dəvət qəbul düyməsini basın bilərsiniz:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Siz \":actionText\" düyməsinə basaraq sorun qarşılaşdıqda, surəti və aşağıdakı URL yapışdırıb\nveb brauzerinizdə:",
- "Last active": "Son aktiv",
- "Last used": "Son dəfə istifadə edilib",
- "Leave": "Tərk",
- "Leave Team": "Tərk komanda",
- "Log in": "Giriş",
- "Log Out": "çıxın",
- "Log Out Other Browser Sessions": "Digər Brauzer Sessiyalarından Çıxın",
- "Login": "Giriş",
- "Logout": "Sistemdən çıxış",
- "Manage Account": "Hesabın idarə edilməsi",
- "Manage and log out your active sessions on other browsers and devices.": "Aktiv sessiyalarınızı idarə edin və digər brauzerlərdə və cihazlarda onlardan çıxın.",
- "Manage API Tokens": "API göstəricilərini idarə et",
- "Manage Role": "İdarə rolu",
- "Manage Team": "İdarə komanda",
- "Name": "Ad",
- "New Password": "Yeni parol",
- "Not Found": "tapılmadı",
- "of": "dan",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Komanda çıxarıldıqdan sonra bütün resursları və məlumatları əbədi olaraq silinəcəkdir. Bu funksiyanı silməkdən əvvəl, saxlamaq istədiyiniz bu komanda haqqında hər hansı bir məlumatı və ya məlumatı endirin.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Hesabınız silindikdən sonra bütün resursları və məlumatları geri qaytarılmadan silinəcəkdir. Hesabınızı silməzdən əvvəl, saxlamaq istədiyiniz hər hansı bir məlumat və ya məlumat bərpa edin.",
- "Page Expired": "Səhifə Gecikdirildi",
- "Pagination Navigation": "Pages naviqasiya",
- "Password": "Şifrə",
- "Pending Team Invitations": "Gözləyən Komanda Dəvətnamələri",
- "Permanently delete this team.": "Daimi bu komanda aradan qaldırılması.",
- "Permanently delete your account.": "Hesabınızı daimi olaraq silin.",
- "Permissions": "İcazələr",
- "Photo": "Şəkil",
- "Please click the button below to verify your email address.": "Xahiş edirik e-poçt ünvanınızı təsdiqləmək üçün aşağıdakı düyməni basın.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Sizin təcili bərpa kodları bir girerek hesabınıza daxil təsdiq edin.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Xahiş edirik təsdiqləyin ki, autentifikasiya kodunu daxil edərək hesabınıza daxil olun-autentifikator proqramınız tərəfindən verilən identifikasiyası kodunu daxil edin.",
- "Please confirm your password before continuing.": "Davam etməzdən əvvəl parolunuzu təsdiqləyin.",
- "Please copy your new API token. For your security, it won't be shown again.": "Yeni API Token surəti edin. Təhlükəsizliyiniz üçün artıq göstərilməyəcək.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Bütün cihazlarınızdakı digər brauzer sessiyalarından çıxmaq istədiyinizi təsdiq etmək üçün şifrənizi daxil edin.",
- "Please provide the email address of the person you would like to add to this team.": "Bu komanda əlavə etmək istədiyiniz şəxsin e-poçt ünvanınızı daxil edin.",
- "Privacy Policy": "məxfilik siyasəti",
- "Profile": "Profil",
- "Profile Information": "Profil haqqında məlumat",
- "Recovery Code": "Bərpa kodu",
- "Regards": "Hörmətlə",
- "Regenerate Recovery Codes": "Bərpa kodlarının bərpası",
- "Register": "Qeydiyyat",
- "Remember me": "Məni yadda saxla",
- "Remember Me": "Məni Yadda Saxla",
- "Remove": "Silmək",
- "Remove Photo": "Sil Şəkil",
- "Remove Team Member": "Komanda Üzvünü Çıxarın",
- "Resend Verification Email": "Yoxlama Məktubunun Yenidən Göndərilməsi",
- "Reset Password": "parol sıfırlama",
- "Reset Password Notification": "Parol sıfırlama bildirişi",
- "results": "nəticələr",
- "Role": "Rolu",
- "Save": "Saxlamaq",
- "Saved.": "Saxlanılan.",
- "Select A New Photo": "Yeni Şəkil Seçin",
- "Send Password Reset Link": "Parolu Sıfırlamak Üçün Link Göndər",
- "Server Error": "Server xətası",
- "Service Unavailable": "Xidməti Mövcud Deyil",
- "Setup Key": "Quraşdırma Açarı",
- "Show Recovery Codes": "Bərpa Kodlarını Göstər",
- "Showing": "Anasini",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Təhlükəsiz parol meneceri bu bərpa kodları saxlamaq. Sizin cihaz iki amil identifikasiyası itirilmiş əgər onlar hesabınıza daxil bərpa etmək üçün istifadə edilə bilər.",
- "Switch Teams": "Keçid əmrləri",
- "Team Details": "Komanda detalları",
- "Team Invitation": "Komandaya dəvət",
- "Team Members": "Komanda üzvləri",
- "Team Name": "Komandanın adı",
- "Team Owner": "Sahibi komanda",
- "Team Settings": "Komanda parametrləri",
- "Terms of Service": "Xidmət Şərtləri",
- "The :attribute must be a valid role.": ":Attribute etibarlı rol olmalıdır.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute ən azı :length simvoldan ibarət olmalıdır və ən azı bir ədəd olmalıdır.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute ən az :length simvoldan ibarət olmalıdır və ən azı bir xüsusi xarakter və bir ədəddən ibarət olmalıdır.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute ən azı :length simvol olmalıdır və ən azı bir xüsusi xarakter ehtiva edir.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute ən azı :length simvoldan ibarət olmalıdır və ən azı bir böyük xarakter və bir ədəddən ibarət olmalıdır.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute ən azı :length simvol olmalıdır və ən azı bir böyük xarakter və bir xüsusi xarakter ehtiva edir.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute ən azı :length simvol olmalıdır və ən azı bir böyük xarakter, bir sayı və bir xüsusi xarakter ehtiva edir.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute ən azı :length simvoldan ibarət olmalıdır və ən azı bir böyük simvolu ehtiva etməlidir.",
- "The :attribute must be at least :length characters.": ":Attribute ən azı :length simvol olmalıdır.",
- "The :attribute must contain at least one letter.": ":Attribute ən azı bir hərf olmalıdır.",
- "The :attribute must contain at least one number.": ":Attribute ən azı bir ədəd olmalıdır.",
- "The :attribute must contain at least one symbol.": ":Attribute ən azı bir simvol olmalıdır.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": ":Attribute ən azı bir böyük və bir kiçik hərf olmalıdır.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "Verilmiş :attribute məlumat sızmasında ortaya çıxdı. Fərqli :attribute seçin.",
- "The given data was invalid.": "Verilən məlumat etibarsız idi.",
- "The password is incorrect.": "Parol səhvdir.",
- "The provided password does not match your current password.": "Verilmiş parol uyğun gəlmir sizin cari password.",
- "The provided password was incorrect.": "Verilən parol səhv idi.",
- "The provided two factor authentication code was invalid.": "Verilmiş iki faktorlu autentifikasiya Kodu etibarsızdır.",
- "The provided two factor recovery code was invalid.": "Təqdim olunan iki faktorlu bərpa kodu etibarsızdır.",
- "The team's name and owner information.": "Komanda adı və sahibi məlumat.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Bu insanlar sizin komandanıza dəvət edilmiş və dəvətnaməni elektron poçtla əldə etmişlər. Onlar e-poçt dəvəti qəbul edərək komandaya qoşula bilərlər.",
- "This device": "Bu cihaz",
- "This is a secure area of the application. Please confirm your password before continuing.": "Bu təhlükəsiz app sahəsi var. Davam etməzdən əvvəl şifrənizi təsdiq edin.",
- "This password does not match our records.": "Bu parol bizim qeydlərimizlə üst-üstə düşmür.",
- "This password reset link will expire in :count minutes.": "Bu parol sıfırlama link :count dəqiqə sonra başa çatır.",
- "This user already belongs to the team.": "Bu istifadəçi artıq komandaya məxsusdur.",
- "This user has already been invited to the team.": "Bu istifadəçi artıq komandaya dəvət olunur.",
- "to": "k",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "İki faktorlu autentifikasiyanı aktivləşdirmək üçün telefonunuzun autentifikator proqramından istifadə edərək aşağıdakı QR kodunu skan edin və ya quraşdırma düyməsini daxil edin və yaradılmış OTP kodunu təqdim edin.",
- "Toggle navigation": "Keçid naviqasiya",
- "Token Name": "Token adı",
- "Too Many Requests": "Çox Sorğu",
- "Two Factor Authentication": "İki faktorlu autentifikasiya",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "İndi iki faktorlu autentifikasiya aktivləşdirilib. Telefonunuzun autentifikator proqramından istifadə edərək aşağıdakı QR kodunu skan edin və ya quraşdırma düyməsini daxil edin.",
- "Unauthorized": "İcazəsiz",
- "Unknown": "Naməlum",
- "Update Password": "Şifrəni yeniləyin",
- "Update your account's profile information and email address.": "Hesabınızın profil məlumatlarını və e-poçt ünvanınızı yeniləyin.",
- "Use a recovery code": "Bərpa kodunu istifadə edin",
- "Use an authentication code": "Identifikasiyası kodu istifadə edin",
- "Verify Email Address": "E-Poçt Ünvanınızı Yoxlayın",
- "Verify Your Email Address": "E-poçt ünvanınızı doğrulayın",
- "We were unable to find a registered user with this email address.": "Bu e-poçt ünvanı ilə qeydiyyatdan keçmiş bir istifadəçi tapa bilmədik.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Əgər iki faktorlu autentifikasiya aktivdirsə, autentifikasiya zamanı təhlükəsiz təsadüfi bir mö ' cüzə daxil etməyiniz istənir. Bu mö ' cüzəni telefonunuzun Google Authenticator tətbiqindən əldə edə bilərsiniz.",
- "Whoops!": "CPS!",
- "Whoops! Something went wrong.": "CPS! Bir şey yanlış getdi.",
- "You are logged in!": "Siz daxil olmusunuz!",
- "You are receiving this email because we received a password reset request for your account.": "Bu məktubu əldə edirsiniz, çünki hesabınız üçün parol sıfırlama tələbi aldıq.",
- "You have been invited to join the :team team!": ":Team komandasına qoşulmağa dəvət olundu!",
- "You have enabled two factor authentication.": "İki faktorlu identifikasiyası daxil etdiniz.",
- "You have not enabled two factor authentication.": "Siz iki faktorlu identifikasiyası daxil deyil.",
- "You may accept this invitation by clicking the button below:": "Aşağıdakı düyməyə klikləməklə bu dəvəti qəbul edə below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Artıq lazım olmadıqda mövcud simvollardan hər hansı birini silə bilərsiniz.",
- "You may not delete your personal team.": "Şəxsi komandanızı silmək hüququ yoxdur.",
- "You may not leave a team that you created.": "Yaratdığınız komandanı tərk edə bilməzsiniz.",
- "Your email address is unverified.": "E-poçt ünvanınız təsdiqlənməyib."
-}
\ No newline at end of file
diff --git a/resources/lang/az/auth.php b/resources/lang/az/auth.php
deleted file mode 100644
index 54cf1819..00000000
--- a/resources/lang/az/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'İstifadəçi adı və ya şifrə səhvdir',
- 'password' => 'Şifrə yanlışdır.',
- 'throttle' => ':Seconds saniyə ərzində yenidən cəhd edin',
-];
diff --git a/resources/lang/az/http-statuses.php b/resources/lang/az/http-statuses.php
deleted file mode 100644
index bdd2f6ea..00000000
--- a/resources/lang/az/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Bilinməyən səhv',
- '100' => 'Davam edin',
- '101' => 'Protokolları keçid',
- '102' => 'Qenerasiya',
- '200' => 'tamam',
- '201' => 'Yaradıldı',
- '202' => 'Qəbul edildi',
- '203' => 'Qeyri-avtoritet məlumat',
- '204' => 'Məzmun yoxdur',
- '205' => 'Məzmuna yenidən baxın',
- '206' => 'Qismən məzmun',
- '207' => 'Çox statuslu',
- '208' => 'Artıq bildirildi',
- '226' => 'IM istifadə',
- '300' => 'Bir çox Seçimlər',
- '301' => 'Daimi olaraq taşındı',
- '302' => 'Tapıldı',
- '303' => 'Digərləri baxın',
- '304' => 'Değiştirilmemiş',
- '305' => 'Proxy istifadə edin',
- '307' => 'Müvəqqəti Redirect',
- '308' => 'Daimi Redirect',
- '400' => 'Səhv İstək',
- '401' => 'İcazəsiz',
- '402' => 'Ödəniş tələb olunur',
- '403' => 'Qadağan',
- '404' => 'Səhifə tapılmadı',
- '405' => 'Metod icazə verilmir',
- '406' => 'Qəbuledilməz',
- '407' => 'Proxy Authentication tələb olunur',
- '408' => 'Zamana cavab vermək',
- '409' => 'Münaqişə',
- '410' => 'Getdi',
- '411' => 'Uzunluğu tələb olunur',
- '412' => 'Prekondisiya uğursuz oldu',
- '413' => 'Yük çox böyük',
- '414' => 'URI çox uzun',
- '415' => 'Desteklenmeyen Media növü',
- '416' => 'Aralığı satılmır',
- '417' => 'Gözləmələr uğursuz oldu',
- '418' => 'Mən bir çaynikəm',
- '419' => 'Sessiyanın müddəti bitdi',
- '421' => 'Təkrar sual',
- '422' => 'Gözlənilməz Müəssisə',
- '423' => 'Kilidləndi',
- '424' => 'Bağımlılık başarısız oldu',
- '425' => 'Çox erkən',
- '426' => 'Təkmilləşdirmə tələb olunur',
- '428' => 'Ön şərt tələb olunur',
- '429' => 'Çox tələblər',
- '431' => 'Başlığı alanları çox böyükdür',
- '444' => 'Əlaqə Cavab Olmadan Bağlandı',
- '449' => 'Yenidən cəhd edin',
- '451' => 'Hüquqi səbəblər üçün əlçatmazdır',
- '499' => 'Müştəri Bağlı Sorğu',
- '500' => 'Daxili Server Xətası',
- '501' => 'Tətbiq olunmayıb',
- '502' => 'Bad Gateway',
- '503' => 'Bakım rejimi',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP versiyası dəstəklənmir',
- '506' => 'Variant da müzakirə edir',
- '507' => 'Saxta Saxlama',
- '508' => 'Loop aşkarlandı',
- '509' => 'Bandwidth Limit Aşıldı',
- '510' => 'Genişləndirilmiş deyil',
- '511' => 'Şəbəkə Doğrulaması Lazımdır',
- '520' => 'Bilinməyən səhv',
- '521' => 'Web Server aşağıdır',
- '522' => 'Əlaqələr müddəti bitdi',
- '523' => 'Mənşəyi əldə etmək mümkün deyil',
- '524' => 'Bir zamanaşma baş verdi',
- '525' => 'SSL Handshake uğursuz oldu',
- '526' => 'SSL Sertifikatı etibarsızdır',
- '527' => 'Railgun xətası',
- '598' => 'Şəbəkə Oxuma Vaxtı Xətası',
- '599' => 'Şəbəkə Bağlantısı Vaxt Aşımı Xətası',
- 'unknownError' => 'Bilinməyən səhv',
-];
diff --git a/resources/lang/az/pagination.php b/resources/lang/az/pagination.php
deleted file mode 100644
index c66aa557..00000000
--- a/resources/lang/az/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Sonra »',
- 'previous' => '« Əvvəl',
-];
diff --git a/resources/lang/az/passwords.php b/resources/lang/az/passwords.php
deleted file mode 100644
index 506c0280..00000000
--- a/resources/lang/az/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Şifrə yeniləndi',
- 'sent' => 'Şifrə yeniləmə adresi sizə email olaraq göndərildi',
- 'throttled' => 'Yenidən cəhd əvvəl gözləyin edin.',
- 'token' => 'Bu şifrə yeniləmə kodu yanlışdır',
- 'user' => 'Bu email\'ə uyğun istifadəçi tapılmadı',
-];
diff --git a/resources/lang/az/validation.php b/resources/lang/az/validation.php
deleted file mode 100644
index 2499118b..00000000
--- a/resources/lang/az/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute qəbul edilməlidir.',
- 'accepted_if' => ':Other :value olduqda :attribute qəbul edilməlidir.',
- 'active_url' => ':Attribute düzgün URL deyil.',
- 'after' => ':Attribute :date tarixindən sonrakı tarix olmalıdır.',
- 'after_or_equal' => ':Attribute :date tarixindən sonrakı və ya eyni tarixdə olmalıdır.',
- 'alpha' => ':Attribute yalnız hərflərdən ibarət olmalıdır.',
- 'alpha_dash' => ':Attribute yalnız hərflərdən, rəqəmlərdən, tire və alt xətlərdən ibarət olmalıdır.',
- 'alpha_num' => ':Attribute yalnız hərflərdən və rəqəmlərdən ibarət olmalıdır.',
- 'array' => ':Attribute massiv olmalıdır.',
- 'attached' => 'Bu :attribute artıq əlavə olunur.',
- 'before' => ':Attribute :date tarixindən əvvəlki tarix olmalıdır.',
- 'before_or_equal' => ':Attribute :date tarixindən əvvəlki və ya ona bərabər olan bir tarix olmalıdır.',
- 'between' => [
- 'array' => ':Attribute elementlərinin sayı :min ilə :max arasında olmalıdır.',
- 'file' => ':Attribute :min ilə :max kilobayt arasında olmalıdır.',
- 'numeric' => ':Attribute :min ilə :max arasında olmalıdır.',
- 'string' => ':Attribute :min ilə :max simvol arasında olmalıdır.',
- ],
- 'boolean' => ':Attribute sahəsi doğru (true) və ya yalan (false) olmalıdır.',
- 'confirmed' => ':Attribute sahəsinin dəyəri təsdiqlənənlə uyğun gəlmir.',
- 'current_password' => 'Şifrə yanlışdır.',
- 'date' => ':Attribute düzgün tarix olmalıdır.',
- 'date_equals' => ':Attribute :date ilə bərabər tarix olmalıdır.',
- 'date_format' => ':Attribute :format formatına uyğun gəlmir.',
- 'declined' => ':Attribute rədd edilməlidir.',
- 'declined_if' => ':Other :value olduqda :attribute rədd edilməlidir.',
- 'different' => ':Attribute və :other fərqli olmalıdır.',
- 'digits' => ':Attribute :digits rəqəmli olmalıdır.',
- 'digits_between' => ':Attribute sahəsindəki rəqəm sayı :min ilə :max arasında olmalıdır.',
- 'dimensions' => ':Attribute sahəsindəki şəklin ölçüləri yanlışdır.',
- 'distinct' => ':Attribute sahəsinin dəyərləri təkrarlanmamalıdır.',
- 'doesnt_end_with' => ':Attribute aşağıdakılardan biri ilə bitməyə bilər: :values.',
- 'doesnt_start_with' => ':Attribute aşağıdakılardan biri ilə başlaya bilməz: :values.',
- 'email' => ':Attribute düzgün e-poçt ünvanı olmalıdır.',
- 'ends_with' => ':Attribute sahəsi göstərilən dəyərlərdən biri ilə bitməlidir: :values.',
- 'enum' => ':Attribute üçün seçilmiş dəyər yanlışdır.',
- 'exists' => ':Attribute üçün seçilmiş dəyər yanlışdır.',
- 'file' => ':Attribute fayl olmalıdır.',
- 'filled' => ':Attribute sahəsinin dəyəri olmalıdır.',
- 'gt' => [
- 'array' => ':Attribute sahəsinin dəyəri :value elementdən çox olmalıdır.',
- 'file' => ':Attribute sahəsinin fayl ölçüsü :value kilobaytdan çox olmalıdır.',
- 'numeric' => ':Attribute sahəsinin dəyəri :value sayından böyük olmalıdır.',
- 'string' => ':Attribute sahəsinin dəyəri :value simvoldan çox olmalıdır.',
- ],
- 'gte' => [
- 'array' => ':Attribute :value və ya daha çox elementdən ibarət olmalıdır.',
- 'file' => ':Attribute :value və ya daha çox kilobaytdan ibarət olmalıdır.',
- 'numeric' => ':Attribute :value və ya daha böyük olmalıdır.',
- 'string' => ':Attribute :value və ya daha çox simvoldan ibarət olmalıdır.',
- ],
- 'image' => ':Attribute sahəsindəki fayl şəkil olmalıdır.',
- 'in' => 'Seçilmiş :attribute yanlışdır.',
- 'in_array' => ':Attribute dəyəri :other daxilində mövcud deyil.',
- 'integer' => ':Attribute tam ədəd olmalıdır.',
- 'ip' => ':Attribute düzgün IP ünvanı olmalıdır.',
- 'ipv4' => ':Attribute düzgün IPv4 ünvanı olmalıdır.',
- 'ipv6' => ':Attribute düzgün IPv6 ünvanı olmalıdır.',
- 'json' => ':Attribute düzgün JSON sətri olmalıdır.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute sahəsinin dəyəri :value elementdən az olmalıdır.',
- 'file' => ':Attribute sahəsinin fayl ölçüsü :value kilobaytdan az olmalıdır.',
- 'numeric' => ':Attribute sahəsinin dəyəri :value sayından kiçik olmalıdır.',
- 'string' => ':Attribute sahəsinin dəyəri :value simvoldan az olmalıdır.',
- ],
- 'lte' => [
- 'array' => ':Attribute :value və ya daha az elementdən ibarət olmalıdır.',
- 'file' => ':Attribute sahəsinin fayl ölçüsü :value kilobayt və ya daha kiçik olmalıdır.',
- 'numeric' => ':Attribute :value və ya daha kiçik olmalıdır.',
- 'string' => ':Attribute :value və ya daha az simvoldan ibarət olmalıdır.',
- ],
- 'mac_address' => ':Attribute düzgün MAC ünvanı olmalıdır.',
- 'max' => [
- 'array' => ':Attribute ən çoxu :max elementdən ibarət ola bilər.',
- 'file' => ':Attribute sahəsinin fayl ölçüsü ən çoxu :max kilobayt ola bilər.',
- 'numeric' => ':Attribute dəyəri :max sayından böyük ola bilməz.',
- 'string' => ':Attribute ən çoxu :max simvoldan ibarət ola bilər.',
- ],
- 'max_digits' => ':Attribute :max rəqəmlərindən çox olmamalıdır.',
- 'mimes' => ':Attribute sahəsindəki fayl göstərilən növlərdən biri olmalıdır: :values.',
- 'mimetypes' => ':Attribute sahəsindəki fayl göstərilən növlərdən biri olmalıdır: :values.',
- 'min' => [
- 'array' => ':Attribute ən azı :min elementdən ibarət olmalıdır.',
- 'file' => ':Attribute sahəsinin fayl ölçüsü ən azı :min kilobayt olmalıdır.',
- 'numeric' => ':Attribute :min sayından kiçik ola bilməz.',
- 'string' => ':Attribute ən azı :min simvoldan ibarət olmalıdır.',
- ],
- 'min_digits' => ':Attribute ən azı :min rəqəmləri olmalıdır.',
- 'multiple_of' => ':Attribute sahəsinin dəyəri :value ədədinin bölünəni olmalıdır.',
- 'not_in' => 'Seçilmiş :attribute yanlışdır.',
- 'not_regex' => ':Attribute sahəsinin formatı yanlışdır.',
- 'numeric' => ':Attribute sahəsinin dəyəri rəqəm olmalıdır.',
- 'password' => [
- 'letters' => ':Attribute ən azı bir hərf olmalıdır.',
- 'mixed' => ':Attribute ən azı bir böyük və bir kiçik hərf olmalıdır.',
- 'numbers' => ':Attribute ən azı bir ədəd olmalıdır.',
- 'symbols' => ':Attribute ən azı bir simvol olmalıdır.',
- 'uncompromised' => 'Verilmiş :attribute məlumat sızmasında ortaya çıxdı. Fərqli :attribute seçin.',
- ],
- 'present' => ':Attribute sahəsi mövcud olmalıdır.',
- 'prohibited' => ':Attribute sahəsi qadağandır.',
- 'prohibited_if' => ':Other :value olduqda :attribute sahəsi qadağandır.',
- 'prohibited_unless' => ':Other :values daxilində olmadığı halda :attribute sahəsi qadağandır.',
- 'prohibits' => ':Attribute sahəsinin dəyəri :other dəyərinin mövcudluğunu qadağan edir.',
- 'regex' => ':Attribute sahəsinin formatı yanlışdır.',
- 'relatable' => 'Bu :attribute il bu resurs ilə bağlı ola bilər.',
- 'required' => ':Attribute mütləq qeyd edilməlidir.',
- 'required_array_keys' => ':Attribute massivində göstərilən açarlar olmalıdır: :values.',
- 'required_if' => ':Other :value olduqda :attribute mütləq qeyd edilməlidir.',
- 'required_if_accepted' => ':Other qəbul edildikdə :attribute sahəsi tələb olunur.',
- 'required_unless' => ':Other :values daxilində olmadığı halda :attribute mütləq qeyd edilməlidir.',
- 'required_with' => ':Values mövcud olduqda :attribute mütləq qeyd edilməlidir.',
- 'required_with_all' => ':Values mövcud olduqda :attribute mütləq qeyd edilməlidir.',
- 'required_without' => ':Values mövcud olmadıqda :attribute mütləq qeyd edilməlidir.',
- 'required_without_all' => ':Values mövcud olmadıqda :attribute mütləq qeyd edilməlidir.',
- 'same' => ':Attribute ilə :other sahəsinin dəyərləri üst-üstə düşməlidir.',
- 'size' => [
- 'array' => ':Attribute sahəsi :size elementdən ibarət olmalıdır.',
- 'file' => ':Attribute sahəsinin fayl ölçüsü :size kilobayt olmalıdır.',
- 'numeric' => ':Attribute dəyəri :size olmalıdır.',
- 'string' => ':Attribute :size simvoldan ibarət olmalıdır.',
- ],
- 'starts_with' => ':Attribute göstərilən dəyərlərdən biri ilə başlamalıdır: :values.',
- 'string' => ':Attribute sahəsinin dəyəri sətir olmalıdır.',
- 'timezone' => ':Attribute sahəsinin dəyəri düzgün vaxt qurşağı olmalıdır.',
- 'unique' => 'Belə bir :attribute artıq mövcuddur.',
- 'uploaded' => ':Attribute yüklənmədi.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute düzgün URL olmalıdır.',
- 'uuid' => ':Attribute düzgün UUID olmalıdır.',
- 'attributes' => [
- 'address' => 'ünvan',
- 'age' => 'yaş',
- 'amount' => 'məbləğ',
- 'area' => 'ərazi',
- 'available' => 'əlçatandır',
- 'birthday' => 'ad günü',
- 'body' => 'bədən',
- 'city' => 'şəhər',
- 'content' => 'məzmun',
- 'country' => 'şəhər',
- 'created_at' => 'yaradıldı',
- 'creator' => 'yaradan',
- 'current_password' => 'cari şifrə',
- 'date' => 'tarix',
- 'date_of_birth' => 'doğum tarixi',
- 'day' => 'gün',
- 'deleted_at' => 'silindi',
- 'description' => 'təsvir',
- 'district' => 'rayon',
- 'duration' => 'müddət',
- 'email' => 'e-poçt ünvanı',
- 'excerpt' => 'çıxarış',
- 'filter' => 'filtr',
- 'first_name' => 'ad',
- 'gender' => 'cins',
- 'group' => 'qrup',
- 'hour' => 'saat',
- 'image' => 'şəkil',
- 'last_name' => 'soyad',
- 'lesson' => 'dərs',
- 'line_address_1' => 'sətir ünvanı 1',
- 'line_address_2' => 'sətir ünvanı 2',
- 'message' => 'mesaj',
- 'middle_name' => 'ata adı',
- 'minute' => 'dəqiqə',
- 'mobile' => 'mobil nömrə',
- 'month' => 'ay',
- 'name' => 'ad',
- 'national_code' => 'milli məcəllə',
- 'number' => 'nömrə',
- 'password' => 'şifrə',
- 'password_confirmation' => 'şifrə təsdiqi',
- 'phone' => 'telefon',
- 'photo' => 'şəkil',
- 'postal_code' => 'poçt kodu',
- 'price' => 'qiymət',
- 'province' => 'vilayət',
- 'recaptcha_response_field' => 'recaptcha cavab sahəsi',
- 'remember' => 'yadda saxla',
- 'restored_at' => 'bərpa olunub',
- 'result_text_under_image' => 'şəklin altındakı nəticə mətni',
- 'role' => 'rol',
- 'second' => 'saniyə',
- 'sex' => 'cins',
- 'short_text' => 'qısa mətn',
- 'size' => 'ölçü',
- 'state' => 'dövlət',
- 'street' => 'küçə',
- 'student' => 'tələbə',
- 'subject' => 'mövzu',
- 'teacher' => 'müəllim',
- 'terms' => 'şərtlər',
- 'test_description' => 'test təsviri',
- 'test_locale' => 'test yerli',
- 'test_name' => 'test adı',
- 'text' => 'mətn',
- 'time' => 'vaxt',
- 'title' => 'başlıq',
- 'updated_at' => 'yenilənib',
- 'username' => 'i̇stifadəçi adı',
- 'year' => 'i̇l',
- ],
-];
diff --git a/resources/lang/be.json b/resources/lang/be.json
deleted file mode 100644
index 0db75cb7..00000000
--- a/resources/lang/be.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Прыняць Запрашэнне",
- "Add": "Дадаць",
- "Add a new team member to your team, allowing them to collaborate with you.": "Дадайце ў сваю каманду новага члена каманды, каб ён мог супрацоўнічаць з вамі.",
- "Add additional security to your account using two factor authentication.": "Дадайце дадатковую бяспеку да вашай ўліковага запісу з дапамогай двухфакторную аўтэнтыфікацыі.",
- "Add Team Member": "Дадаць Члена Каманды",
- "Added.": "Даданы.",
- "Administrator": "Адміністратар",
- "Administrator users can perform any action.": "Карыстальнікі-адміністратары могуць выконваць любыя дзеянні.",
- "All of the people that are part of this team.": "Усе людзі, якія з'яўляюцца часткай гэтай каманды.",
- "All rights reserved.": "Усе правы абаронены.",
- "Already registered?": "Ужо зарэгістраваўся?",
- "API Token": "Токен API",
- "API Token Permissions": "Дазволу на маркер API",
- "API Tokens": "API Токены",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "Токены API дазваляюць іншым сэрвісам аўтэнтыфікаваных ў нашым дадатку ад вашага імя.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Вы ўпэўненыя, што хочаце выдаліць гэтую каманду? Як толькі каманда будзе выдаленая, усе яе рэсурсы і дадзеныя будуць выдаленыя назаўжды.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Вы ўпэўненыя, што жадаеце выдаліць свой уліковы запіс? Як толькі ваш уліковы запіс будзе выдаленая, усе яе рэсурсы і дадзеныя будуць выдаленыя незваротна. Калі ласка, увядзіце свой пароль, каб пацвердзіць, што вы хочаце назаўжды выдаліць свой уліковы запіс.",
- "Are you sure you would like to delete this API token?": "Вы ўпэўненыя, што хочаце выдаліць гэты маркер API?",
- "Are you sure you would like to leave this team?": "Вы ўпэўненыя, што хацелі б пакінуць гэтую каманду?",
- "Are you sure you would like to remove this person from the team?": "Вы ўпэўненыя, што хочаце выдаліць гэтага чалавека з каманды?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Сеансы браўзэра",
- "Cancel": "Адмяніць",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Закрываць",
- "Code": "Код",
- "Confirm": "Пацвярджаць",
- "Confirm Password": "Пацвердзіце Пароль",
- "Create": "Ствараць",
- "Create a new team to collaborate with others on projects.": "Стварыце новую каманду для сумеснай працы над праектамі.",
- "Create Account": "стварыць рахунак",
- "Create API Token": "Стварэнне маркер API",
- "Create New Team": "Стварыць Новую Каманду",
- "Create Team": "Стварыць каманду",
- "Created.": "Створаны.",
- "Current Password": "бягучы пароль",
- "Dashboard": "Прыборная панэль",
- "Delete": "Выдаліць",
- "Delete Account": "Выдаліць уліковы запіс",
- "Delete API Token": "Выдаліць маркер API",
- "Delete Team": "Выдаліць каманду",
- "Disable": "Адключаць",
- "Done.": "Зроблены.",
- "Edit Profile": "Edit Profile",
- "Editor": "Рэдактар",
- "Editor users have the ability to read, create, and update.": "Карыстальнікі рэдактара маюць магчымасць чытаць, ствараць і абнаўляць.",
- "Email": "Электронная пошта",
- "Email Address": "адрас электроннай пошты",
- "Email Password Reset Link": "Спасылка для скіду Пароля электроннай пошты",
- "Enable": "Уключыць",
- "Ensure your account is using a long, random password to stay secure.": "Пераканайцеся, што ваш уліковы запіс выкарыстоўвае доўгі выпадковы пароль, каб заставацца ў бяспецы.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Для вашай бяспекі, калі ласка, пацвердзіце свой пароль, каб працягнуць.",
- "Forbidden": "Забаронены",
- "Forgot your password?": "Забыліся свой пароль?",
- "Forgot Your Password?": "Забыліся Свой Пароль?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Забыліся свой пароль? Без праблем. Проста паведаміце нам свой адрас электроннай пошты, і мы вышлем вам спасылку для скіду пароля, якая дазволіць вам выбраць новы.",
- "Go to page :page": "Перайсці на старонку :page",
- "Great! You have accepted the invitation to join the :team team.": "Выдатна! Вы прынялі запрашэнне далучыцца да каманды :team.",
- "Hello!": "Прывітанне!",
- "I agree to the :terms_of_service and :privacy_policy": "Я згодны на :terms_of_service і :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Пры неабходнасці Вы можаце выйсці з усіх іншых сеансаў браўзэра на ўсіх вашых прыладах. Некаторыя з вашых апошніх сеансаў пералічаныя ніжэй; аднак гэты спіс можа быць не вычарпальным. Калі вы адчуваеце, што ваш уліковы запіс была скампраметаваная, вам таксама варта абнавіць свой пароль.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Калі ў вас ужо ёсць уліковы запіс, вы можаце прыняць гэта запрашэнне, націснуўшы на кнопку ніжэй:",
- "If you did not create an account, no further action is required.": "Калі вы не стварылі ўліковы запіс, ніякіх далейшых дзеянняў не патрабуецца.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Калі вы не чакалі атрымаць запрашэнне ў гэтую каманду, вы можаце адмовіцца ад гэтага ліста.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Калі вы не запыталі Скід пароля, ніякіх далейшых дзеянняў не патрабуецца.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Калі ў вас няма ўліковага запісу, вы можаце стварыць яе, націснуўшы на кнопку ніжэй. Пасля стварэння ўліковага запісу вы можаце націснуць кнопку прыняцця Запрашэння ў гэтым лісце, каб прыняць запрашэнне каманды:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Калі ў вас узніклі праблемы з націскам кнопкі \":actionText\", скапіруйце і ўстаўце URL ніжэй\nу свой вэб-браўзэр:",
- "Last active": "Апошні актыўны",
- "Last used": "Апошні раз выкарыстоўваўся",
- "Leave": "Пакідаць",
- "Leave Team": "Пакінуць каманду",
- "Log in": "Аўтарызавацца",
- "Log Out": "выйсці з сістэмы",
- "Log Out Other Browser Sessions": "Выйдзіце З Іншых Сеансаў Браўзэра",
- "Login": "Аўтарызавацца",
- "Logout": "Выхад з сістэмы",
- "Manage Account": "Кіраванне уліковай запісам",
- "Manage and log out your active sessions on other browsers and devices.": "Кіруйце актыўнымі сеансамі і выходзьце з іх у іншых браўзэрах і прыладах.",
- "Manage API Tokens": "Кіраванне токенаў API",
- "Manage Role": "Кіраванне роляй",
- "Manage Team": "Кіраванне камандай",
- "Name": "Імя",
- "New Password": "Новы пароль",
- "Not Found": "не знойдзена",
- "of": "ад",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Як толькі каманда будзе выдаленая, усе яе рэсурсы і дадзеныя будуць выдаленыя назаўжды. Перад выдаленнем гэтай каманды, калі ласка, загрузіце любыя дадзеныя або інфармацыю аб гэтай камандзе, якія вы хочаце захаваць.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Як толькі ваш уліковы запіс будзе выдаленая, усе яе рэсурсы і дадзеныя будуць выдаленыя незваротна. Перад выдаленнем вашага ўліковага запісу, калі ласка, загрузіце любыя дадзеныя або інфармацыю, якія вы хочаце захаваць.",
- "Page Expired": "Старонка Пратэрмінаваная",
- "Pagination Navigation": "Навігацыя па старонках",
- "Password": "Пароль",
- "Pending Team Invitations": "Якія Чакаюць Запрашэння Каманды",
- "Permanently delete this team.": "Назаўжды выдаліце гэтую каманду.",
- "Permanently delete your account.": "Назаўжды выдаліць свой уліковы запіс.",
- "Permissions": "Дазвол",
- "Photo": "Фатаграфія",
- "Please click the button below to verify your email address.": "Калі ласка, націсніце кнопку ніжэй, каб пацвердзіць свой адрас электроннай пошты.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Калі ласка, пацвердзіце доступ да вашай ўліковага запісу, увёўшы адзін з вашых кодаў аварыйнага аднаўлення.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Калі ласка, пацвердзіце доступ да свайго ўліковага запісу, увёўшы код аўтэнтыфікацыі, прадстаўлены вашым дадаткам-аутентификатором.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Калі ласка, скапіюйце ваш новы маркер API. Для вашай бяспекі ён больш не будзе паказаны.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Калі ласка, увядзіце свой пароль, каб пацвердзіць, што вы хочаце выйсці з іншых сеансаў браўзэра на ўсіх вашых прыладах.",
- "Please provide the email address of the person you would like to add to this team.": "Калі ласка, пакажыце адрас электроннай пошты чалавека, якога вы хацелі б дадаць у гэтую каманду.",
- "Privacy Policy": "палітыка прыватнасці",
- "Profile": "Профіль",
- "Profile Information": "Інфармацыя аб профілі",
- "Recovery Code": "Код аднаўлення",
- "Regards": "З павагай",
- "Regenerate Recovery Codes": "Рэгенерацыя кодаў аднаўлення",
- "Register": "Зарэгістраваць",
- "Remember me": "Помні мяне",
- "Remember Me": "Помні Мяне",
- "Remove": "Выдаляць",
- "Remove Photo": "Выдаліць Фатаграфію",
- "Remove Team Member": "Выдаліць Члена Каманды",
- "Resend Verification Email": "Паўторная Адпраўка Лісты Паверкавага",
- "Reset Password": "Скід пароля",
- "Reset Password Notification": "Апавяшчэнне аб скідзе Пароля",
- "results": "вынікі",
- "Role": "Роля",
- "Save": "Захаваць",
- "Saved.": "Захаваны.",
- "Select A New Photo": "Выберыце Новую Фатаграфію",
- "Send Password Reset Link": "Адправіць Спасылку Для Скіду Пароля",
- "Server Error": "Памылка сервера",
- "Service Unavailable": "Паслуга Недаступная",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Паказаць Коды Аднаўлення",
- "Showing": "Паказ",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Захоўвайце гэтыя коды аднаўлення ў бяспечным мэнэджару пароляў. Яны могуць быць выкарыстаны для аднаўлення доступу да вашай ўліковага запісу, калі ваша прылада двухфакторную аўтэнтыфікацыі страчана.",
- "Switch Teams": "Пераключэнне каманд",
- "Team Details": "Дэталі каманды",
- "Team Invitation": "Запрашэнне ў каманду",
- "Team Members": "Члены каманды",
- "Team Name": "Назва каманды",
- "Team Owner": "Уладальнік каманды",
- "Team Settings": "Настаўленні каманды",
- "Terms of Service": "Умовы абслугоўвання",
- "The :attribute must be a valid role.": ":Attribute павінна быць сапраўднай роляй.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute павінен быць не менш :length знакаў і ўтрымліваць хоць бы адно лік.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute павінен змяшчаць не менш :length знакаў і ўтрымліваць не менш аднаго спецыяльнага сімвала і аднаго ліку.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute павінен змяшчаць не менш :length знакаў і ўтрымліваць хоць бы адзін спецыяльны сімвал.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute павінен быць не менш :length знакаў і ўтрымліваць па меншай меры адзін загалоўны сімвал і адно лік.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute павінен змяшчаць не менш :length знакаў і ўтрымліваць па меншай меры адзін загалоўны сімвал і адзін спецыяльны сімвал.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute павінен змяшчаць не менш :length знакаў і ўтрымліваць па меншай меры адзін загалоўны сімвал, адно лік і адзін спецыяльны сімвал.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute павінен змяшчаць не менш :length знакаў і ўтрымліваць хоць бы адзін загалоўны сімвал.",
- "The :attribute must be at least :length characters.": ":Attribute павінна быць не менш :length знака.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Прадстаўлены пароль не адпавядае вашага бягучаму пароля.",
- "The provided password was incorrect.": "Прадстаўлены пароль быў няслушным.",
- "The provided two factor authentication code was invalid.": "Прадстаўлены код двухфакторную аўтэнтыфікацыі быў несапраўдны.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Імя каманды і інфармацыя аб уладальніку.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Гэтыя людзі былі запрошаныя ў вашу каманду і атрымалі запрашэнне па электроннай пошце. Яны могуць далучыцца да каманды, прыняўшы запрашэнне па электроннай пошце.",
- "This device": "Гэта прылада",
- "This is a secure area of the application. Please confirm your password before continuing.": "Гэта бяспечная вобласць прыкладання. Калі ласка, пацвердзіце свой пароль, перш чым працягнуць.",
- "This password does not match our records.": "Гэты пароль не супадае з нашымі запісамі.",
- "This password reset link will expire in :count minutes.": "Гэтая спасылка для скіду пароля мінае праз :count хвіліны.",
- "This user already belongs to the team.": "Гэты карыстальнік ўжо належыць камандзе.",
- "This user has already been invited to the team.": "Гэты карыстальнік ўжо запрошаны ў каманду.",
- "to": "да",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Пераключэнне навігацыі",
- "Token Name": "Імя токена",
- "Too Many Requests": "Занадта Шмат Просьбаў",
- "Two Factor Authentication": "Двухфакторную аўтэнтыфікацыя",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Несанкцыянаванага",
- "Unknown": "Unknown",
- "Update Password": "Абнавіць пароль",
- "Update your account's profile information and email address.": "Абнавіце інфармацыю профілю вашай ўліковага запісу і адрас электроннай пошты.",
- "Use a recovery code": "Выкарыстоўвайце код аднаўлення",
- "Use an authentication code": "Выкарыстоўвайце код аўтэнтыфікацыі",
- "Verify Email Address": "Праверце Адрас Электроннай Пошты",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Нам не ўдалося знайсці зарэгістраванага карыстальніка з гэтым адрасам электроннай пошты.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Калі ўключана двухфакторную аўтэнтыфікацыя, падчас аўтэнтыфікацыі вам будзе прапанавана ўвесці бяспечны выпадковы токен. Вы можаце атрымаць гэты токен з прыкладання Google Authenticator вашага тэлефона.",
- "Whoops!": "Упс!",
- "Whoops! Something went wrong.": "Упс! Нешта пайшло не так.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Вы атрымліваеце гэты ліст, таму што мы атрымалі запыт на Скід пароля для вашага ўліковага запісу.",
- "You have been invited to join the :team team!": "Вас запрасілі далучыцца да каманды :team!",
- "You have enabled two factor authentication.": "Вы ўключылі двухфакторную аўтэнтыфікацыю.",
- "You have not enabled two factor authentication.": "Вы не ўключылі двухфакторную аўтэнтыфікацыю.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Вы можаце выдаліць любы з вашых існуючых токенаў, калі яны больш не патрэбныя.",
- "You may not delete your personal team.": "Вы не маеце права выдаляць сваю асабістую каманду.",
- "You may not leave a team that you created.": "Вы не можаце пакінуць створаную вамі каманду.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/be/auth.php b/resources/lang/be/auth.php
deleted file mode 100644
index c5c3183c..00000000
--- a/resources/lang/be/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Імя карыстальніка і пароль не супадаюць.',
- 'password' => 'Пароль няправільны.',
- 'throttle' => 'Занадта шмат спробаў ўваходу. Калі ласка, паспрабуйце яшчэ раз праз :seconds секунд.',
-];
diff --git a/resources/lang/be/http-statuses.php b/resources/lang/be/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/be/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/be/pagination.php b/resources/lang/be/pagination.php
deleted file mode 100644
index 5e77fc42..00000000
--- a/resources/lang/be/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Наперад »',
- 'previous' => '« Назад',
-];
diff --git a/resources/lang/be/passwords.php b/resources/lang/be/passwords.php
deleted file mode 100644
index e47b38ae..00000000
--- a/resources/lang/be/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Ваш пароль быў скінуты!',
- 'sent' => 'Спасылка на скід пароля была адпраўлена!',
- 'throttled' => 'Калі ласка, пачакайце, перш чым паўтарыць спробу.',
- 'token' => 'Памылковы код скіду пароля.',
- 'user' => 'Не атрымалася знайсці карыстальніка з дадзеным электронным адрасам.',
-];
diff --git a/resources/lang/be/validation.php b/resources/lang/be/validation.php
deleted file mode 100644
index 78ddaa41..00000000
--- a/resources/lang/be/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Вы павінны прыняць :attribute.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => 'Поле :attribute утрымлівае несапраўдны URL.',
- 'after' => 'У полі :attribute павінна быць дата пасля :date.',
- 'after_or_equal' => ':Attribute павінна быць датай пасля або роўнай :date.',
- 'alpha' => 'Поле :attribute можа мець толькі літары.',
- 'alpha_dash' => 'Поле :attribute можа мець толькі літары, лічбы і злучок.',
- 'alpha_num' => 'Поле :attribute можа мець толькі літары і лічбы.',
- 'array' => 'Поле :attribute павінна быць масівам.',
- 'attached' => 'Гэты нумар :attribute ўжо прымацаваны.',
- 'before' => 'У полі :attribute павінна быць дата да :date.',
- 'before_or_equal' => ':Attribute павінна быць датай да або роўнай :date.',
- 'between' => [
- 'array' => 'Колькасць элементаў у поле :attribute павінна быць паміж :min і :max.',
- 'file' => 'Памер файла ў поле :attribute павінен быць паміж :min і :max кілабайт.',
- 'numeric' => 'Поле :attribute павінна быць паміж :min і :max.',
- 'string' => 'Колькасць сiмвалаў у поле :attribute павінна быць паміж :min і :max.',
- ],
- 'boolean' => 'Поле :attribute павінна мець значэнне лагічнага тыпу.',
- 'confirmed' => 'Поле :attribute не супадае з пацвярджэннем.',
- 'current_password' => 'The password is incorrect.',
- 'date' => 'Поле :attribute не з\'яўляецца датай.',
- 'date_equals' => ':Attribute павінна быць датай, роўнай :date.',
- 'date_format' => 'Поле :attribute не адпавядае фармату :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'Палі :attribute і :other павінны адрознівацца.',
- 'digits' => 'Даўжыня лічбавага поля :attribute павінна быць :digits.',
- 'digits_between' => 'Даўжыня лічбавага поля :attribute павінна быць паміж :min і :max.',
- 'dimensions' => ':Attribute мае недапушчальныя памеры малюнка.',
- 'distinct' => 'Поле :attribute мае паўтаральнае значэнне.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'Поле :attribute павінна быць сапраўдным электронным адрасам.',
- 'ends_with' => ':Attribute павінен заканчвацца адным з наступных: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Выбранае значэнне для :attribute некарэктна.',
- 'file' => ':Attribute павінен быць файлам.',
- 'filled' => 'Поле :attribute абавязкова для запаўнення.',
- 'gt' => [
- 'array' => 'The :attribute must have more than :value items.',
- 'file' => 'The :attribute must be greater than :value kilobytes.',
- 'numeric' => 'The :attribute must be greater than :value.',
- 'string' => 'The :attribute must be greater than :value characters.',
- ],
- 'gte' => [
- 'array' => 'The :attribute must have :value items or more.',
- 'file' => 'The :attribute must be greater than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be greater than or equal :value.',
- 'string' => 'The :attribute must be greater than or equal :value characters.',
- ],
- 'image' => 'Поле :attribute павінна быць малюнкам.',
- 'in' => 'Выбранае значэнне для :attribute памылкова.',
- 'in_array' => 'Поле :attribute не існуе ў :other.',
- 'integer' => 'Поле :attribute павінна быць цэлым лікам.',
- 'ip' => 'Поле :attribute дпавінна быць сапраўдным IP-адрасам.',
- 'ipv4' => ':Attribute павінен быць сапраўдным IPv4-адрасам.',
- 'ipv6' => ':Attribute павінен быць сапраўдным IPv6-адрасам.',
- 'json' => 'Поле :attribute павінна быць JSON радком.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'The :attribute must have less than :value items.',
- 'file' => 'The :attribute must be less than :value kilobytes.',
- 'numeric' => 'The :attribute must be less than :value.',
- 'string' => 'The :attribute must be less than :value characters.',
- ],
- 'lte' => [
- 'array' => 'The :attribute must not have more than :value items.',
- 'file' => 'The :attribute must be less than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be less than or equal :value.',
- 'string' => 'The :attribute must be less than or equal :value characters.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'Колькасць элементаў у поле :attribute не можа перавышаць :max.',
- 'file' => 'Памер файла ў поле :attribute не можа быць больш :max кілабайт).',
- 'numeric' => 'Поле :attribute не можа быць больш :max.',
- 'string' => 'Колькасць сiмвалаў у поле :attribute не можа перавышаць :max.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'Поле :attribute павінна быць файлам аднаго з наступных тыпаў: :values.',
- 'mimetypes' => 'Поле :attribute павінна быць файлам аднаго з наступных тыпаў: :values.',
- 'min' => [
- 'array' => 'Колькасць элементаў у поле :attribute павінна быць не менш :min.',
- 'file' => 'Памер файла ў полее :attribute павінен быць не менш :min кілабайт.',
- 'numeric' => 'Поле :attribute павінна быць не менш :min.',
- 'string' => 'Колькасць сiмвалаў у поле :attribute павінна быць не менш :min.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'Лік :attribute павінна быць Кратна :value',
- 'not_in' => 'Выбранае значэнне для :attribute памылкова.',
- 'not_regex' => 'Фармат :attribute недапушчальны.',
- 'numeric' => 'Поле :attribute павінна быць лікам.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'Поле :attribute павінна прысутнічаць.',
- 'prohibited' => 'Поле :attribute забаронена.',
- 'prohibited_if' => 'Поле :attribute забаронена, калі :other роўна :value.',
- 'prohibited_unless' => 'Поле :attribute забаронена, калі толькі :other не знаходзіцца ў :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'Поле :attribute мае памылковы фармат.',
- 'relatable' => 'Гэты :attribute можа быць не звязаны з гэтым рэсурсам.',
- 'required' => 'Поле :attribute абавязкова для запаўнення.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'Поле :attribute абавязкова для запаўнення, калі :other раўняецца :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'Поле :attribute абавязкова для запаўнення, калі :other не раўняецца :values.',
- 'required_with' => 'Поле :attribute абавязкова для запаўнення, калі :values ўказана.',
- 'required_with_all' => 'Поле :attribute абавязкова для запаўнення, калі :values ўказана.',
- 'required_without' => 'Поле :attribute абавязкова для запаўнення, калі :values не ўказана.',
- 'required_without_all' => 'Поле :attribute абавязкова для запаўнення, калі ні адно з :values не ўказана.',
- 'same' => 'Значэнне :attribute павінна супадаць з :other.',
- 'size' => [
- 'array' => 'Колькасць элементаў у поле :attribute павінна быць :size.',
- 'file' => 'Размер файла в поле :attribute павінен быць :size кілабайт.',
- 'numeric' => 'Поле :attribute павінна быць :size.',
- 'string' => 'Колькасць сiмвалаў у поле :attribute павінна быць :size.',
- ],
- 'starts_with' => ':Attribute павінен пачынацца з аднаго з наступных значэнняў: :values.',
- 'string' => 'Поле :attribute павінна быць радком.',
- 'timezone' => 'Поле :attribute павінна быць сапраўдным гадзінным поясам.',
- 'unique' => 'Такое значэнне поля :attribute ўжо існуе.',
- 'uploaded' => ':Attribute не ўдалося загрузіць.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Поле :attribute мае памылковы фармат.',
- 'uuid' => ':Attribute павінен быць сапраўдным UUID.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/bg.json b/resources/lang/bg.json
deleted file mode 100644
index 698951d2..00000000
--- a/resources/lang/bg.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Приемане На Поканата",
- "Add": "Добави",
- "Add a new team member to your team, allowing them to collaborate with you.": "Добавете нов член на екипа към екипа си, за да може да си сътрудничи с вас.",
- "Add additional security to your account using two factor authentication.": "Добавете допълнителна сигурност към профила си чрез двуфакторно удостоверяване.",
- "Add Team Member": "Добавяне на член на екипа",
- "Added.": "Добавено.",
- "Administrator": "Администратор",
- "Administrator users can perform any action.": "Администраторите могат да извършват всякакви действия.",
- "All of the people that are part of this team.": "Всички хора, които са част от този екип.",
- "All rights reserved.": "Всички права запазени.",
- "Already registered?": "Вече си се регистрирал?",
- "API Token": "API Ключ",
- "API Token Permissions": "API Ключ Права",
- "API Tokens": "API Ключове",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API ключовете позволяват на услугите на трети страни да бъдат удостоверени в нашето приложение от ваше име.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Сигурни ли сте, че искате да изтриете този екип? След като екипа бъде изтрит, всичките му ресурси и данни ще бъдат изтрити завинаги.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Сигурни ли сте, че искате да изтриете профила си? След като профилът ви бъде изтрит, всичките му ресурси и данни ще бъдат изтрити безвъзвратно. Моля, въведете паролата си, за да потвърдите, че искате да изтриете завинаги профила си.",
- "Are you sure you would like to delete this API token?": "Сигурни ли сте, че искате да премахнете този API ключ?",
- "Are you sure you would like to leave this team?": "Сигурен ли си, че искаш да напуснеш този екип?",
- "Are you sure you would like to remove this person from the team?": "Сигурни ли сте, че искате да премахнете този човек от екипа?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Браузърни сесии",
- "Cancel": "Отмени",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Затвори",
- "Code": "Код",
- "Confirm": "Потвърди",
- "Confirm Password": "Потвърдете паролата",
- "Create": "Създай",
- "Create a new team to collaborate with others on projects.": "Създайте нов екип, с който да работите заедно по проекти.",
- "Create Account": "създаване на профил",
- "Create API Token": "Създаване на API ключ",
- "Create New Team": "Създаване на нов екип",
- "Create Team": "Създаване на екип",
- "Created.": "Създаден.",
- "Current Password": "Текуща парола",
- "Dashboard": "Табло",
- "Delete": "Изтрий",
- "Delete Account": "Изтриване на акаунт",
- "Delete API Token": "Изтриване на API Ключ",
- "Delete Team": "Изтриване на отбор",
- "Disable": "Изключвам",
- "Done.": "Направя.",
- "Edit Profile": "Edit Profile",
- "Editor": "Редактор",
- "Editor users have the ability to read, create, and update.": "Редокторите имат възможност да четат, създават и актуализират.",
- "Email": "Имейл",
- "Email Address": "Имейл адрес",
- "Email Password Reset Link": "Връзка за нулиране на паролата за електронна поща",
- "Enable": "Включа",
- "Ensure your account is using a long, random password to stay secure.": "Уверете се, че профилът ви използва дълга случайна парола, за да остане в безопасност.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "За вашата сигурност, моля потвърдете паролата си, за да продължите.",
- "Forbidden": "Забранено",
- "Forgot your password?": "Забравихте паролата си?",
- "Forgot Your Password?": "Забравихте паролата Си?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Забравихте паролата си? Няма проблем. Просто ни кажете имейл адреса си и ще ви изпратим връзка за нулиране на паролата, която ви позволява да изберете нова.",
- "Go to page :page": "Отидете на страница :page",
- "Great! You have accepted the invitation to join the :team team.": "Страхотно! Приехте поканата да се присъедините към екипа на :team.",
- "Hello!": "Здравей!",
- "I agree to the :terms_of_service and :privacy_policy": "Съгласен съм със :terms_of_service и :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Ако е необходимо, можете да излезете от всички други сесии на браузъра на всичките си устройства. Някои от последните ви сесии са изброени по-долу; този списък обаче може да не е изчерпателен. Ако смятате, че профилът Ви е компрометиран, трябва да актуализирате и паролата си.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Ако вече имате профил, можете да приемете тази покана, като кликнете върху бутона по-долу:",
- "If you did not create an account, no further action is required.": "Ако не сте създали профил, не са необходими допълнителни действия.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Ако не сте очаквали да получите покана за този отбор, можете да се откажете от това писмо.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Ако не сте поискали Нулиране на паролата, не са необходими допълнителни действия.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ако нямате профил, можете да го създадете, като кликнете върху бутона по-долу. След като създадете профил, можете да кликнете върху бутона за приемане на покана в този имейл, за да приемете поканата на екипа:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Ако имате проблеми с натискането на бутона \":actiontext\", копирайте и поставете URL адреса по-долу\nкъм вашия уеб браузър:",
- "Last active": "Последно активен",
- "Last used": "Последно използван",
- "Leave": "Напускам",
- "Leave Team": "Напускане на екипа",
- "Log in": "Влез",
- "Log Out": "Излез",
- "Log Out Other Browser Sessions": "Излезте от други браузърни сесии",
- "Login": "Упълномощя",
- "Logout": "Излизане",
- "Manage Account": "Управление на профила",
- "Manage and log out your active sessions on other browsers and devices.": "Управлявайте активни сесии и излизайте от тях в други браузъри и устройства.",
- "Manage API Tokens": "Управление на API Жетони",
- "Manage Role": "Управление на ролята",
- "Manage Team": "Управление на екип",
- "Name": "Име",
- "New Password": "Парола",
- "Not Found": "Не е намерен",
- "of": "от",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "След като екип бъде изтрит, всичките му ресурси и данни ще бъдат изтрити завинаги. Преди да изтриете тази команда, моля, качете всички данни или информация за този екип, които искате да запазите.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "След като профилът ви бъде изтрит, всичките му ресурси и данни ще бъдат изтрити безвъзвратно. Преди да изтриете профила си, моля, качете всички данни или информация, които искате да запазите.",
- "Page Expired": "Страницата е просрочена",
- "Pagination Navigation": "Навигация на страници",
- "Password": "Парола",
- "Pending Team Invitations": "Чакащи Покани На Екипа",
- "Permanently delete this team.": "Изтрийте тази команда завинаги.",
- "Permanently delete your account.": "Изтрийте профила си завинаги.",
- "Permissions": "Разрешение",
- "Photo": "Снимка",
- "Please click the button below to verify your email address.": "Моля, кликнете върху бутона по-долу, за да потвърдите имейл адреса си.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Моля, потвърдете достъпа до профила си, като въведете един от кодовете за възстановяване при бедствия.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Моля, потвърдете достъпа до профила си, като въведете кода за удостоверяване, предоставен от вашето приложение за удостоверяване.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Моля, копирайте новия си API знак. За вашата безопасност, тя вече няма да бъде показана.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Моля, въведете паролата си, за да потвърдите, че искате да излезете от други сесии на браузъра на всичките си устройства.",
- "Please provide the email address of the person you would like to add to this team.": "Моля, посочете имейл адреса на лицето, което искате да добавите към тази команда.",
- "Privacy Policy": "Политика за поверителност",
- "Profile": "Профил",
- "Profile Information": "Информация за профила",
- "Recovery Code": "Код за възстановяване",
- "Regards": "С уважение",
- "Regenerate Recovery Codes": "Регенериране на кодовете за възстановяване",
- "Register": "Регистрирам",
- "Remember me": "Запомни ме.",
- "Remember Me": "Запомни ме.",
- "Remove": "Премахвам",
- "Remove Photo": "Премахни снимка",
- "Remove Team Member": "Премахни член на екипа",
- "Resend Verification Email": "Изпрати повторно писмо за потвърждение",
- "Reset Password": "парола",
- "Reset Password Notification": "Известие за нулиране на паролата",
- "results": "резултат",
- "Role": "Роля",
- "Save": "Запазя",
- "Saved.": "Запазено.",
- "Select A New Photo": "Избери нова снимка",
- "Send Password Reset Link": "Изпрати линк за нулиране на паролата",
- "Server Error": "Грешка",
- "Service Unavailable": "Услугата е недостъпна",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Показване На Кодове За Възстановяване",
- "Showing": "Импресия",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Съхранявайте тези кодове за възстановяване в сигурен мениджър на пароли. Те могат да бъдат използвани за възстановяване на достъпа до профила ви, ако вашето устройство за двуфакторно удостоверяване е загубено.",
- "Switch Teams": "Превключване на команди",
- "Team Details": "Подробности за екипа",
- "Team Invitation": "Покана за екип",
- "Team Members": "Екип",
- "Team Name": "Име на екип",
- "Team Owner": "Собственикът на отбора",
- "Team Settings": "Настройки на команда",
- "Terms of Service": "условие",
- "The :attribute must be a valid role.": ":Attribute трябва да бъде валидна роля.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute трябва да съдържа най-малко :length знака и да съдържа поне един номер.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute трябва да съдържа най-малко :length знака и да съдържа най-малко един специален символ и един номер.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute трябва да съдържа най-малко :length знака и да съдържа поне един специален символ.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute трябва да съдържа най-малко :length знака и да съдържа най-малко един главен символ и едно число.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute трябва да съдържа най-малко :length знака и да съдържа най-малко един главен символ и един специален символ.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute трябва да съдържа най-малко :length символа и да съдържа най-малко един главен символ, един номер и един специален символ.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute трябва да съдържа най-малко :length знака и най-малко един главни букви.",
- "The :attribute must be at least :length characters.": ":Attribute трябва да съдържа най-малко :length знака.",
- "The :attribute must contain at least one letter.": ":Attribute трябва да съдържа поне една буква.",
- "The :attribute must contain at least one number.": ":Attribute трябва да съдържа поне една цифра.",
- "The :attribute must contain at least one symbol.": ":Attribute трябва да съдържа поне един символ.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": ":Attribute трябва да съдържа поне една главна и една малка буква.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "Предоставеният :attribute се появи в теч на данни. Моля, изберете различен :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "Паролата е неправилна.",
- "The provided password does not match your current password.": "Предоставената парола не съответства на текущата ви парола.",
- "The provided password was incorrect.": "Предоставената парола е грешна.",
- "The provided two factor authentication code was invalid.": "Предоставеният код за двуфакторно удостоверяване е невалиден.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Име на екипа и информация за собственика.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Тези хора бяха поканени във вашия екип и получиха покана по имейл. Те могат да се присъединят към екипа, като приемат покана по имейл.",
- "This device": "Това устройство",
- "This is a secure area of the application. Please confirm your password before continuing.": "Това е безопасна област на приложение. Моля, потвърдете паролата си, преди да продължите.",
- "This password does not match our records.": "Тази парола не съвпада с нашите записи.",
- "This password reset link will expire in :count minutes.": "Тази връзка за нулиране на паролата изтича след :count минути.",
- "This user already belongs to the team.": "Този потребител вече принадлежи на екипа.",
- "This user has already been invited to the team.": "Този потребител вече е поканен в екипа.",
- "to": "към",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Превключване на навигацията",
- "Token Name": "Име на символ",
- "Too Many Requests": "Твърде много заявки",
- "Two Factor Authentication": "Двуфакторно удостоверяване",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Неоторизиран",
- "Unknown": "Unknown",
- "Update Password": "Обновяване на паролата",
- "Update your account's profile information and email address.": "Актуализирайте информацията за профила на профила и имейл адреса си.",
- "Use a recovery code": "Използвайте кода за възстановяване",
- "Use an authentication code": "Използвайте кода за удостоверяване",
- "Verify Email Address": "Потвърди имейл адреса",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Не успяхме да намерим регистриран потребител с този имейл адрес.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Ако е активирано двуфакторно удостоверяване, по време на удостоверяването ще бъдете подканени да въведете защитен произволен символ. Можете да получите този знак от приложението Google Authenticator на телефона си.",
- "Whoops!": "Опа!",
- "Whoops! Something went wrong.": "Опа! Нещо се обърка.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Получавате този имейл, защото сте заявили искане за нулиране на паролата за профила ви.",
- "You have been invited to join the :team team!": "Вие сте поканени да се присъедините към екип :team!",
- "You have enabled two factor authentication.": "Включихте двуфакторно удостоверяване.",
- "You have not enabled two factor authentication.": "Не сте активирали двуфакторното удостоверяване.",
- "You may accept this invitation by clicking the button below:": "Можете да приемете тази покана, кликайки бутона по-долу:",
- "You may delete any of your existing tokens if they are no longer needed.": "Можете да изтриете някой от съществуващите си символи, ако вече не са необходими.",
- "You may not delete your personal team.": "Нямате право да изтривате личната си команда.",
- "You may not leave a team that you created.": "Не можете да напуснете създадения от вас екип.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/bg/auth.php b/resources/lang/bg/auth.php
deleted file mode 100644
index 7fb10187..00000000
--- a/resources/lang/bg/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Неуспешно удостоверяване на потребител.',
- 'password' => 'Паролата е грешна.',
- 'throttle' => 'Твърде много опити за вход. Моля, опитайте отново след :seconds секунди.',
-];
diff --git a/resources/lang/bg/http-statuses.php b/resources/lang/bg/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/bg/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/bg/pagination.php b/resources/lang/bg/pagination.php
deleted file mode 100644
index 1243a1da..00000000
--- a/resources/lang/bg/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Напред »',
- 'previous' => '« Назад',
-];
diff --git a/resources/lang/bg/passwords.php b/resources/lang/bg/passwords.php
deleted file mode 100644
index 5e8219ec..00000000
--- a/resources/lang/bg/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Паролата е нулирана!',
- 'sent' => 'Изпратено е напомняне за вашата парола!',
- 'throttled' => 'Моля изчакайте, преди да опитате отново.',
- 'token' => 'Този токен за нулиране на парола е невалиден.',
- 'user' => 'Потребител с такъв e-mail адрес не може да бъде открит.',
-];
diff --git a/resources/lang/bg/validation.php b/resources/lang/bg/validation.php
deleted file mode 100644
index 72dd406f..00000000
--- a/resources/lang/bg/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Трябва да приемете :attribute.',
- 'accepted_if' => 'Полето :attribute трябва да е прието, когато :other е :value.',
- 'active_url' => 'Полето :attribute не е валиден URL адрес.',
- 'after' => 'Полето :attribute трябва да бъде дата след :date.',
- 'after_or_equal' => 'Полето :attribute трябва да бъде дата след или равна на :date.',
- 'alpha' => 'Полето :attribute трябва да съдържа само букви.',
- 'alpha_dash' => 'Полето :attribute трябва да съдържа само букви, цифри, долна черта и тире.',
- 'alpha_num' => 'Полето :attribute трябва да съдържа само букви и цифри.',
- 'array' => 'Полето :attribute трябва да бъде масив.',
- 'attached' => 'Този номер :attribute вече е прикачен.',
- 'before' => 'Полето :attribute трябва да бъде дата преди :date.',
- 'before_or_equal' => 'Полето :attribute трябва да бъде дата преди или равна на :date.',
- 'between' => [
- 'array' => 'Полето :attribute трябва да има между :min - :max елемента.',
- 'file' => 'Полето :attribute трябва да бъде между :min и :max килобайта.',
- 'numeric' => 'Полето :attribute трябва да бъде между :min и :max.',
- 'string' => 'Полето :attribute трябва да бъде между :min и :max знака.',
- ],
- 'boolean' => 'Полето :attribute трябва да съдържа Да или Не',
- 'confirmed' => 'Полето :attribute не е потвърдено.',
- 'current_password' => 'Паролата е неправилна.',
- 'date' => 'Полето :attribute не е валидна дата.',
- 'date_equals' => ':Attribute трябва да бъде дата, еднаква с :date.',
- 'date_format' => 'Полето :attribute не е във формат :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'Полетата :attribute и :other трябва да са различни.',
- 'digits' => 'Полето :attribute трябва да има :digits цифри.',
- 'digits_between' => 'Полето :attribute трябва да има между :min и :max цифри.',
- 'dimensions' => 'Невалидни размери за снимка :attribute.',
- 'distinct' => 'Данните в полето :attribute се дублират.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'Полето :attribute е в невалиден формат.',
- 'ends_with' => ':Attribute трябва да завършва с една от следните стойности: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Избранато поле :attribute вече съществува.',
- 'file' => 'Полето :attribute трябва да бъде файл.',
- 'filled' => 'Полето :attribute е задължително.',
- 'gt' => [
- 'array' => ':Attribute трябва да разполага с повече от :value елемента.',
- 'file' => ':Attribute трябва да бъде по-голяма от :value килобайта.',
- 'numeric' => ':Attribute трябва да бъде по-голяма от :value.',
- 'string' => ':Attribute трябва да бъде по-голяма от :value знака.',
- ],
- 'gte' => [
- 'array' => ':Attribute трябва да разполага с :value елемента или повече.',
- 'file' => ':Attribute трябва да бъде по-голяма от или равна на :value килобайта.',
- 'numeric' => ':Attribute трябва да бъде по-голяма от или равна на :value.',
- 'string' => ':Attribute трябва да бъде по-голяма от или равна на :value знака.',
- ],
- 'image' => 'Полето :attribute трябва да бъде изображение.',
- 'in' => 'Избраното поле :attribute е невалидно.',
- 'in_array' => 'Полето :attribute не съществува в :other.',
- 'integer' => 'Полето :attribute трябва да бъде цяло число.',
- 'ip' => 'Полето :attribute трябва да бъде IP адрес.',
- 'ipv4' => 'Полето :attribute трябва да бъде IPv4 адрес.',
- 'ipv6' => 'Полето :attribute трябва да бъде IPv6 адрес.',
- 'json' => 'Полето :attribute трябва да бъде JSON низ.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute трябва да разполага с по-малко от :value елемента.',
- 'file' => ':Attribute трябва да бъде по-малка от :value килобайта.',
- 'numeric' => ':Attribute трябва да бъде по-малка от :value.',
- 'string' => ':Attribute трябва да бъде по-малка от :value знака.',
- ],
- 'lte' => [
- 'array' => ':Attribute не трябва да разполага с повече от :value елемента.',
- 'file' => ':Attribute трябва да бъде по-малка от или равна на :value килобайта.',
- 'numeric' => ':Attribute трябва да бъде по-малка от или равна на :value.',
- 'string' => ':Attribute трябва да бъде по-малка от или равна на :value знака.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'Полето :attribute трябва да има по-малко от :max елемента.',
- 'file' => 'Полето :attribute трябва да бъде по-малко от :max килобайта.',
- 'numeric' => 'Полето :attribute трябва да бъде по-малко от :max.',
- 'string' => 'Полето :attribute трябва да бъде по-малко от :max знака.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'Полето :attribute трябва да бъде файл от тип: :values.',
- 'mimetypes' => 'Полето :attribute трябва да бъде файл от тип: :values.',
- 'min' => [
- 'array' => 'Полето :attribute трябва има минимум :min елемента.',
- 'file' => 'Полето :attribute трябва да бъде минимум :min килобайта.',
- 'numeric' => 'Полето :attribute трябва да бъде минимум :min.',
- 'string' => 'Полето :attribute трябва да бъде минимум :min знака.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'Числото :attribute трябва да бъде кратно на :value',
- 'not_in' => 'Избраното поле :attribute е невалидно.',
- 'not_regex' => 'Форматът на :attribute е невалиден.',
- 'numeric' => 'Полето :attribute трябва да бъде число.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'Полето :attribute трябва да съествува.',
- 'prohibited' => 'Поле :attribute е забранено.',
- 'prohibited_if' => 'Полето :attribute е забранено, когато :other е равно на :value.',
- 'prohibited_unless' => 'Полето :attribute е забранено, освен ако :other не е в :values.',
- 'prohibits' => 'Полето :attribute изключва наличието на :other.',
- 'regex' => 'Полето :attribute е в невалиден формат.',
- 'relatable' => 'Този :attribute може да не е свързан с този ресурс.',
- 'required' => 'Полето :attribute е задължително.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'Полето :attribute се изисква, когато :other е :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'Полето :attribute се изисква, освен ако :other не е в :values.',
- 'required_with' => 'Полето :attribute се изисква, когато :values има стойност.',
- 'required_with_all' => 'Полето :attribute е задължително, когато :values имат стойност.',
- 'required_without' => 'Полето :attribute се изисква, когато :values няма стойност.',
- 'required_without_all' => 'Полето :attribute се изисква, когато никое от полетата :values няма стойност.',
- 'same' => 'Полетата :attribute и :other трябва да съвпадат.',
- 'size' => [
- 'array' => 'Полето :attribute трябва да има :size елемента.',
- 'file' => 'Полето :attribute трябва да бъде :size килобайта.',
- 'numeric' => 'Полето :attribute трябва да бъде :size.',
- 'string' => 'Полето :attribute трябва да бъде :size знака.',
- ],
- 'starts_with' => ':Attribute трябва да започва с едно от следните: :values.',
- 'string' => 'Полето :attribute трябва да бъде знаков низ.',
- 'timezone' => 'Полето :attribute трябва да съдържа валидна часова зона.',
- 'unique' => 'Полето :attribute вече съществува.',
- 'uploaded' => 'Неуспешно качване на :attribute.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Полето :attribute е в невалиден формат.',
- 'uuid' => ':Attribute трябва да бъде валиден UUID.',
- 'attributes' => [
- 'address' => 'адрес',
- 'age' => 'възраст',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'достъпен',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'град',
- 'content' => 'съдържание',
- 'country' => 'държава',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'дата',
- 'date_of_birth' => 'date of birth',
- 'day' => 'ден',
- 'deleted_at' => 'deleted at',
- 'description' => 'описание',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'e-mail',
- 'excerpt' => 'откъс',
- 'filter' => 'filter',
- 'first_name' => 'име',
- 'gender' => 'пол',
- 'group' => 'group',
- 'hour' => 'час',
- 'image' => 'image',
- 'last_name' => 'фамилия',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'съобщение',
- 'middle_name' => 'middle name',
- 'minute' => 'минута',
- 'mobile' => 'gsm',
- 'month' => 'месец',
- 'name' => 'име',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'парола',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'телефон',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'рекапча',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'секунда',
- 'sex' => 'пол',
- 'short_text' => 'short text',
- 'size' => 'размер',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'заглавие',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'време',
- 'title' => 'заглавие',
- 'updated_at' => 'updated at',
- 'username' => 'потребител',
- 'year' => 'година',
- ],
-];
diff --git a/resources/lang/bn.json b/resources/lang/bn.json
deleted file mode 100644
index 66616fa8..00000000
--- a/resources/lang/bn.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(এবং আরও :count ত্রুটি)",
- "(and :count more errors)": "(এবং আরও :count ত্রুটি)",
- "A fresh verification link has been sent to your email address.": "একটি নতুন ভেরিফিকেশন লিংক আপনার ই-মেইল ঠিকানায় প্রেরণ করা হয়েছে ।",
- "A new verification link has been sent to the email address you provided in your profile settings.": "আপনার প্রোফাইল সেটিংসে আপনার দেওয়া ইমেল ঠিকানায় একটি নতুন যাচাইকরণ লিঙ্ক পাঠানো হয়েছে ।",
- "A new verification link has been sent to your email address.": "আপনার ইমেল ঠিকানায় একটি নতুন যাচাইকরণ লিঙ্ক পাঠানো হয়েছে ।",
- "Accept Invitation": "আমন্ত্রণ গ্রহণ",
- "Add": "যোগ করুন",
- "Add a new team member to your team, allowing them to collaborate with you.": "আপনার দলে একজন নতুন সদস্য যোগ করুন, তারা আপনার সাথে সহযোগিতা করতে সক্ষম হবেন।",
- "Add additional security to your account using two factor authentication.": "দুই ফ্যাক্টর প্রমাণীকরণ ব্যবহার করে আপনার অ্যাকাউন্টে অতিরিক্ত নিরাপত্তা যোগ করুন।",
- "Add Team Member": "দলে সদস্য যোগ করুন",
- "Added.": "যোগ করা হয়েছে ।",
- "Administrator": "অ্যাডমিনস্ট্রেটর",
- "Administrator users can perform any action.": "অ্যাডমিনিস্ট্রেটর ব্যবহারকারীরা যে কোন কাজ করতে পারেন ।",
- "All of the people that are part of this team.": "এই দলের অংশ যারা ।",
- "All rights reserved.": "সমস্ত অধিকার সংরক্ষিত ।",
- "Already registered?": "ইতিমধ্যে নিবন্ধন করেছেন?",
- "API Token": "এপিআই টোকেন",
- "API Token Permissions": "এপিআই টোকেন পারমিশন",
- "API Tokens": "এপিআই টোকেনগুলি",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "এপিআই টোকেন তৃতীয় পক্ষের সেবা গ্রহনের জন্য আপনার পক্ষ থেকে আমাদের আবেদন প্রমাণ করার অনুমতি দেয় ।",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "আপনি কি নিশ্চিতরূপে এই দল মুছে ফেলতে ইচ্ছুক? একটি দল মুছে ফেলা হয় একবার, তার রিসোর্স ও তথ্য সব স্থায়ীভাবে মুছে ফেলা হবে ।",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "আপনি কি নিশ্চিতরূপে আপনার অ্যাকাউন্ট মুছে ফেলতে ইচ্ছুক? আপনার অ্যাকাউন্ট, রিসোর্স ও তথ্য সব স্থায়ীভাবে মুছে ফেলা হবে। আপনি স্থায়ীভাবে আপনার অ্যাকাউন্ট মুছে ফেলতে চান তা নিশ্চিত করার জন্য আপনার পাসওয়ার্ড লিখুন ।",
- "Are you sure you would like to delete this API token?": "আপনি কি নিশ্চিত যে আপনি এই এপিআই টোকেন মুছতে চান?",
- "Are you sure you would like to leave this team?": "আপনি কি নিশ্চিত যে আপনি এই দল ছেড়ে চলে যেতে চান?",
- "Are you sure you would like to remove this person from the team?": "আপনি কি নিশ্চিত যে আপনি দল থেকে এই ব্যক্তির অপসারণ চান?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "অব্যাহত রাখার আগে, আমার এই মাত্র আপনাকে যে লিঙ্কটি ইমেইল করেছি তাতে ক্লিক করার মাধ্যমে আপনার ইমেইল ঠিকানাটি যাচাই করতে পারেন? আপনি যদি ইমেল না পেয়ে থাকেন তবে আমরা আনন্দের সাথে আপনাকে অন্যটি পাঠাব।",
- "Before proceeding, please check your email for a verification link.": "সামনে এগিয়ে যাওয়ার আগে, যাচাইকরণ লিঙ্কের জন্য আপনার ই-মেইল চেক করুন ।",
- "Browser Sessions": "ব্রাউজার সেশন",
- "Cancel": "বাতিল করা হয়েছে",
- "Click here to re-send the verification email.": "যাচাইকরণ ইমেল পুনরায় পাঠাতে এখানে ক্লিক করুন।",
- "click here to request another": "অন্য আরেকটির জন্য এখানে ক্লিক করুন",
- "Close": "বন্ধ",
- "Code": "কোড",
- "Confirm": "নিশ্চিত করুন",
- "Confirm Password": "পাসওয়ার্ড নিশ্চিত করুন",
- "Create": "তৈরি করুন",
- "Create a new team to collaborate with others on projects.": "প্রকল্পে অন্যদের সঙ্গে সহযোগিতা করার জন্য একটি নতুন দল তৈরি করুন ।",
- "Create Account": "অ্যাকাউন্ট তৈরি করুন",
- "Create API Token": "কম্পিউটার কোড",
- "Create New Team": "নতুন দল তৈরি করুন",
- "Create Team": "নতুন পরিচিতি",
- "Created.": "তৈরি হয়েছে ।",
- "Current Password": "বর্তমান পাসওয়ার্ড",
- "Dashboard": "ড্যাশবোর্ড",
- "Delete": "মুছে ফেলা হবে",
- "Delete Account": "অ্যাকাউন্ট মুছে ফেলুন",
- "Delete API Token": "এপিআই টোকেন মুছুন",
- "Delete Team": "দল মুছে ফেলো",
- "Disable": "নিষ্ক্রিয়",
- "Done.": "হয়ে গেছে ।",
- "Edit Profile": "প্রোফাইল সম্পাদনা",
- "Editor": "সম্পাদক",
- "Editor users have the ability to read, create, and update.": "সম্পাদক ব্যবহারকারীদের পড়তে তৈরি, এবং আপডেট করার ক্ষমতা রাখে ।",
- "Email": "ই-মেইল",
- "Email Address": "ই-মেইল ঠিকানা",
- "Email Password Reset Link": "ইমেল পাসওয়ার্ড রিসেট লিংক",
- "Enable": "সক্রিয় করুন",
- "Ensure your account is using a long, random password to stay secure.": "আপনার অ্যাকাউন্ট নিরাপদ থাকার একটি দীর্ঘ, এলোমেলো পাসওয়ার্ড ব্যবহার করা হয় তা নিশ্চিত করুন ।",
- "Finish enabling two factor authentication.": "দুটি ফ্যাক্টর প্রমাণীকরণ সক্ষম করা শেষ করুন।",
- "For your security, please confirm your password to continue.": "আপনার নিরাপত্তার জন্য, অনুগ্রহ করে আপনার পাসওয়ার্ড চালিয়ে যান ৷",
- "Forbidden": "নিষিদ্ধ",
- "Forgot your password?": "আপনার পাসওয়ার্ড ভুলে গেছেন?",
- "Forgot Your Password?": "আপনার পাসওয়ার্ড ভুলে গেছেন?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "আপনার পাসওয়ার্ড ভুলে গেছেন? সমস্যা নেই, শুধু আমাদের আপনার ই-মেইল ঠিকানা জানাতে এবং আমরা আপনাকে একটি নতুন নির্বাচন করার অনুমতি দেবে যে একটি পাসওয়ার্ড রিসেট লিঙ্ক ইমেইল হবে ।",
- "Go to page :page": "পাতা :page এ যান",
- "Great! You have accepted the invitation to join the :team team.": "খুব ভালো! আপনি আমন্ত্রণ :team দল যোগদানের জন্য গ্রহণ করেছেন ।",
- "Hello!": "হ্যালো!",
- "I agree to the :terms_of_service and :privacy_policy": "আমি একমত :terms_অফ_অফসিস এবং :privacy_টানফ",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "প্রয়োজনে, আপনি আপনার সকল ডিভাইস এ আপনার অন্যান্য ব্রাউজার সেশন লগ আউট করতে পারেন ৷ আপনার সাম্প্রতিক সেশনগুলির কিছু নীচে তালিকাভুক্ত করা হয়েছে; যাইহোক, এই তালিকাটি সম্পূর্ণ নাও হতে পারে। আপনি যদি মনে করেন আপনার অ্যাকাউন্টের সাথে আপস করা হয়েছে, তাহলে আপনার পাসওয়ার্ডও আপডেট করা উচিত।",
- "If you already have an account, you may accept this invitation by clicking the button below:": "যদি আপনি ইতিমধ্যে একটি একাউন্ট আছে, আপনি নিচের বাটনে ক্লিক করে এই আমন্ত্রণ গ্রহণ করতে পারে:",
- "If you did not create an account, no further action is required.": "আপনি যদি একটি একাউন্ট তৈরি না করে থাকেন তাহলে, কোনো পদক্ষেপ প্রয়োজন বোধ করা হয় ।",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "আপনি যদি এই দলের একটি আমন্ত্রণ গ্রহণ না আশা, আপনি এই ইমেইল বাতিল করতে পারে ।",
- "If you did not receive the email": "আপনি যদি ইমেল না পেয়ে থাকেন",
- "If you did not request a password reset, no further action is required.": "আপনি একটি পাসওয়ার্ড রিসেট অনুরোধ না করে থাকেন তাহলে, কোনো পদক্ষেপ প্রয়োজন বোধ করা হয় ।",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "আপনি যদি কোন একাউন্ট না থাকে, আপনি নিচের বাটনে ক্লিক করে এক তৈরি করতে পারেন । একটি অ্যাকাউন্ট তৈরি করার পর, আপনি দলের আমন্ত্রণ গ্রহণ করার জন্য এই ইমেইল আমন্ত্রণ গ্রহণযোগ্যতা বাটন ক্লিক করতে পারেন:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "আপনার যদি \":actionText\" বোতামে ক্লিক করতে সমস্যা হয়, তাহলে নিচের URL টি কপি করে পেস্ট করুন\nআপনার ওয়েব ব্রাউজারে:",
- "Last active": "সর্বশেষ সক্রিয়",
- "Last used": "সর্বশেষ ব্যবহার",
- "Leave": "ত্যাগ",
- "Leave Team": "দল ত্যাগ করুন",
- "Log in": "লগইন করুন",
- "Log Out": "লগ-আউট",
- "Log Out Other Browser Sessions": "অন্য ব্রাউজার সেশনে লগ আউট করুন",
- "Login": "লগইন",
- "Logout": "লগ-আউট",
- "Manage Account": "অ্যাকাউন্ট পরিচালনা",
- "Manage and log out your active sessions on other browsers and devices.": "অন্যান্য ব্রাউজার এবং ডিভাইসগুলিতে আপনার সক্রিয় সেশনগুলি পরিচালনা এবং লগ আউট করুন ৷",
- "Manage API Tokens": "এপিআই টোকেন পরিচালনা",
- "Manage Role": "ভূমিকা পরিচালনা",
- "Manage Team": "দল পরিচালনা",
- "Name": "নাম",
- "New Password": "নতুন পাসওয়ার্ড",
- "Not Found": "পাওয়া যায় নি",
- "of": "সর্বমোট",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "একবার একটি দল মুছে ফেলা হলে, তার সমস্ত রিসোর্সসমূহ এবং ডেটা স্থায়ীভাবে মুছে যাবে৷ এই দলটি মুছে ফেলার আগে, অনুগ্রহ করে এই টিম সম্পর্কিত যে কোনও ডেটা বা তথ্য ডাউনলোড করুন যা আপনি রেখে দিতে চান।",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "একবার আপনার অ্যাকাউন্ট মুছে ফেলা হলে, এর সমস্ত রিসোর্সসমূহ এবং ডেটা স্থায়ীভাবে মুছে যাবে। আপনার অ্যাকাউন্ট মুছে ফেলার আগে, আপনি রেখে দিতে চান এমন কোনো ডেটা বা তথ্য ডাউনলোড করে রাখুন।",
- "Page Expired": "মেয়াদউত্তীর্ণ",
- "Pagination Navigation": "পত্রাঙ্ক ন্যাভিগেশন",
- "Password": "পাসওয়ার্ড",
- "Pending Team Invitations": "অপেক্ষারত দলের আমন্ত্রণ",
- "Permanently delete this team.": "স্থায়ীভাবে এই দল মুছে ।",
- "Permanently delete your account.": "স্থায়ীভাবে আপনার অ্যাকাউন্ট মুছে দিন ।",
- "Permissions": "অনুমতি",
- "Photo": "ছবি",
- "Please click the button below to verify your email address.": "আপনার ইমেল ঠিকানা যাচাই করার জন্য নিচের বাটনে ক্লিক করুন ।",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "আপনার জরুরী পুনরুদ্ধারের কোড এক লিখে আপনার অ্যাকাউন্টে অ্যাক্সেস নিশ্চিত করুন ।",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "আপনার প্রমাণকারী অ্যাপ্লিকেশনের দ্বারা প্রদত্ত প্রমাণীকরণ কোড লিখে আপনার অ্যাকাউন্টে অ্যাক্সেস নিশ্চিত করুন ।",
- "Please confirm your password before continuing.": "চালিয়ে যাওয়ার আগে অনুগ্রহ করে আপনার পাসওয়ার্ড নিশ্চিত করুন ।",
- "Please copy your new API token. For your security, it won't be shown again.": "আপনার নতুন এপিআই টোকেন কপি করুন । আপনার নিরাপত্তার জন্য, এটা আবার দেখানো হবে না ।",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "আপনি আপনার সকল ডিভাইস থেকে আপনার অন্য ব্রাউজার সেশন লগ আউট করতে চান তা নিশ্চিত করার জন্য আপনার পাসওয়ার্ড লিখুন ।",
- "Please provide the email address of the person you would like to add to this team.": "আপনি এই দলের যোগ করতে চাই ব্যক্তির ইমেল ঠিকানা প্রদান করুন ।",
- "Privacy Policy": "গোপনীয়তা নীতি",
- "Profile": "প্রোফাইল",
- "Profile Information": "প্রোফাইল তথ্য",
- "Recovery Code": "পুনরুদ্ধারের কোড",
- "Regards": "শুভেচ্ছা",
- "Regenerate Recovery Codes": "পুনরূত্পাদিত পুনরুদ্ধারের কোড",
- "Register": "নিবন্ধন",
- "Remember me": "আমাকে মনে রাখুন",
- "Remember Me": "আমাকে মনে রাখুন",
- "Remove": "& সরিয়ে ফেলো",
- "Remove Photo": "তালিকা মুছে ফেলো",
- "Remove Team Member": "দলের সদস্য সরান",
- "Resend Verification Email": "যাচাই ইমেইল পুনরায় পাঠান",
- "Reset Password": "পাসওয়ার্ড রিসেট করুন",
- "Reset Password Notification": "পাসওয়ার্ড বিজ্ঞপ্তি রিসেট করুন",
- "results": "ফলাফল",
- "Role": "ভূমিকা",
- "Save": "সংরক্ষণ",
- "Saved.": "সংরক্ষিত ।",
- "Select A New Photo": "একটি নতুন ছবি নির্বাচন করুন",
- "Send Password Reset Link": "পাসওয়ার্ড রিসেট লিংক পাঠান",
- "Server Error": "সার্ভারের ত্রুটি",
- "Service Unavailable": "সার্ভিস উপলব্ধ নয়",
- "Setup Key": "সেটআপ কী",
- "Show Recovery Codes": "পুনরুদ্ধারের কোড প্রদর্শন",
- "Showing": "প্রদর্শন করা হচ্ছে",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "একটি নিরাপদ পাসওয়ার্ড ম্যানেজার এই পুনরুদ্ধারের কোড সংরক্ষণ । আপনার দুই ফ্যাক্টর প্রমাণীকরণ ডিভাইস নষ্ট হয়, তাহলে তারা আপনার অ্যাকাউন্টে অ্যাক্সেস পুনরুদ্ধার করতে ব্যবহার করা যেতে পারে ।",
- "Switch Teams": "সুইচ দলসমূহ",
- "Team Details": "দলের বিবরণ",
- "Team Invitation": "টিমের আমন্ত্রণ",
- "Team Members": "দলের সদস্যদের",
- "Team Name": "টিমের নাম",
- "Team Owner": "দলের মালিক",
- "Team Settings": "টিম সেটিংসমূহ",
- "Terms of Service": "পরিষেবার শর্তাদি",
- "The :attribute must be a valid role.": "ঐ :attribute একটি বৈধ ভূমিকা থাকতে হবে ।",
- "The :attribute must be at least :length characters and contain at least one number.": "দী :attribute অন্তত হতে হবে :length অক্ষর এবং অন্তত এক নম্বর থাকে ।",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "এই :attribute অন্তত হতে হবে :length অক্ষর ধারণ করে এবং অন্তত এক বিশেষ চরিত্র এবং এক নম্বর ।",
- "The :attribute must be at least :length characters and contain at least one special character.": "এই :attribute অন্তত হতে হবে :length অক্ষর ধারণ করে এবং অন্তত এক বিশেষ চরিত্র ।",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "দী :attribute অন্তত হতে হবে :length অক্ষর এবং অন্তত একটি য়ের বড়হাতের অক্ষর ছোটহাতের অক্ষর এবং একটি সংখ্যা থাকতে হবে ।",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "ঐ :attribute অন্তত হতে হবে :length অক্ষর এবং অন্তত একটি য়ের বড়হাতের অক্ষর ছোটহাতের অক্ষর এবং একটি বিশেষ অক্ষর থাকে ।",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute অন্তত হতে হবে :length অক্ষর এবং অন্তত একটি য়ের বড়হাতের অক্ষর ছোটহাতের অক্ষর ছোটহাতের অক্ষর, একটি সংখ্যা, এবং একটি বিশেষ অক্ষর থাকতে হবে ।",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute অন্তত :length অক্ষর হতে হবে এবং অন্তত একটি বড় হাতের অক্ষর ধারণ করতে হবে ।",
- "The :attribute must be at least :length characters.": ":Attribute অন্তত হতে হবে :length অক্ষর ।",
- "The :attribute must contain at least one letter.": ":Attribute অ্যাট্রিবিউটে অন্তত একটি অক্ষর থাকতে হবে ।",
- "The :attribute must contain at least one number.": ":Attribute অ্যাট্রিবিউটে অন্তত একটি নম্বর থাকতে হবে ।",
- "The :attribute must contain at least one symbol.": ":Attribute অ্যাট্রিবিউটে অন্তত একটি চিহ্ন থাকতে হবে ।",
- "The :attribute must contain at least one uppercase and one lowercase letter.": ":Attribute অ্যাট্রিবিউটে কমপক্ষে একটি বড় হাতের এবং একটি ছোট হাতের অক্ষর থাকতে হবে ।",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "প্রদত্ত :attribute একটি ডেটা ফাঁসে উপস্থিত হয়েছে । একটি ভিন্ন :attribute চয়ন করুন ।",
- "The given data was invalid.": "প্রদত্ত তথ্য অবৈধ ছিল।",
- "The password is incorrect.": "পাসওয়ার্ডটি ভুল ।",
- "The provided password does not match your current password.": "প্রদত্ত পাসওয়ার্ড আপনার বর্তমান পাসওয়ার্ড মেলে না ।",
- "The provided password was incorrect.": "প্রদত্ত পাসওয়ার্ড ভুল ছিল ।",
- "The provided two factor authentication code was invalid.": "প্রদত্ত দুই ফ্যাক্টর প্রমাণীকরণ কোড অবৈধ ছিল।",
- "The provided two factor recovery code was invalid.": "প্রদত্ত দুই ফ্যাক্টর পুনরুদ্ধার কোড অবৈধ ছিল।",
- "The team's name and owner information.": "দলের নাম এবং মালিক তথ্য ৷",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "এই মানুষ আপনার দলের আমন্ত্রণ জানানো হয়েছে এবং একটি আমন্ত্রণ ইমেল পাঠানো হয়েছে. তারা ইমেইল আমন্ত্রণ গ্রহণ করে দলের যোগদান করতে পারে ৷",
- "This device": "এই ডিভাইসটি",
- "This is a secure area of the application. Please confirm your password before continuing.": "এই অ্যাপ্লিকেশনটি একটি নিরাপদ এলাকা ৷ অব্যাহত আগে আপনার পাসওয়ার্ড নিশ্চিত করুন ৷",
- "This password does not match our records.": "এই পাসওয়ার্ড আমাদের রেকর্ড মেলে না ৷",
- "This password reset link will expire in :count minutes.": "এই পাসওয়ার্ড রিসেট লিঙ্কটি :count মিনিটের মধ্যে এর মেয়াদ শেষ হবে ৷",
- "This user already belongs to the team.": "এই ব্যবহারকারী ইতিমধ্যে দলের জন্যে ৷",
- "This user has already been invited to the team.": "এই ব্যবহারকারী ইতিমধ্যে দলের আমন্ত্রণ জানানো হয়েছে ৷",
- "to": "প্রাপক",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "দুটি ফ্যাক্টর প্রমাণীকরণ সক্ষম করা শেষ করতে, আপনার ফোনের প্রমাণীকরণকারী অ্যাপ্লিকেশন ব্যবহার করে নিম্নলিখিত QR কোডটি স্ক্যান করুন বা সেটআপ কী লিখুন এবং উৎপন্ন OTP কোড প্রদান করুন ৷",
- "Toggle navigation": "জন্য অনুসন্ধান করুন:",
- "Token Name": "টোকেনের নাম",
- "Too Many Requests": "অনেক অনুরোধ",
- "Two Factor Authentication": "দুই ফ্যাক্টর প্রমাণীকরণ",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "দুই ফ্যাক্টর প্রমাণীকরণ এখন সক্রিয় করা হয়েছে। আপনার ফোনের প্রমাণীকরণকারী অ্যাপ্লিকেশন ব্যবহার করে নিম্নলিখিত QR কোডটি স্ক্যান করুন বা সেটআপ কী লিখুন৷",
- "Unauthorized": "অনুমোদিত নয়",
- "Unknown": "অজানা",
- "Update Password": "পাসওয়ার্ড আপডেট করুন",
- "Update your account's profile information and email address.": "আপনার অ্যাকাউন্ট এর প্রোফাইল তথ্য এবং ইমেল ঠিকানা আপডেট করুন ।",
- "Use a recovery code": "একটি পুনরুদ্ধারের কোড ব্যবহার করুন",
- "Use an authentication code": "প্রমাণীকরণ কোড ব্যবহার করো",
- "Verify Email Address": "ই-মেইল ঠিকানা যাচাই করুন",
- "Verify Your Email Address": "আপনার ই-মেইল ঠিকানা যাচাই করুন",
- "We were unable to find a registered user with this email address.": "আমরা এই ইমেল ঠিকানা সহ রেজিস্টার্ড ব্যবহারকারী খুঁজে পেতে অসমর্থ ছিল ।",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "প্রমাণীকরণ সক্রিয় করা হয় দুই ফ্যাক্টর, আপনি অনুমোদনের সময় একটি নিরাপদ, র্যান্ডম টোকেন জন্য অনুরোধ করা হবে । আপনি আপনার ফোন এর গুগল প্রমাণকারী অ্যাপ্লিকেশন থেকে এই টোকেন উদ্ধার হতে পারে ।",
- "Whoops!": "ওপসস!",
- "Whoops! Something went wrong.": "ওপসস! কিছু ভুল হয়েছে ।",
- "You are logged in!": "আপনি লগ ইন আছেন!",
- "You are receiving this email because we received a password reset request for your account.": "আমরা আপনার অ্যাকাউন্টের জন্য একটি পাসওয়ার্ড রিসেট অনুরোধ পেয়েছি, কারণ আপনি এই ইমেইল পাচ্ছেন ।",
- "You have been invited to join the :team team!": "আপনি :team দলের যোগদানের জন্য আমন্ত্রণ জানানো হয়েছে!",
- "You have enabled two factor authentication.": "আপনি দুটি ফ্যাক্টর প্রমাণীকরণ সক্রিয় আছে ।",
- "You have not enabled two factor authentication.": "আপনি দুটি ফ্যাক্টর প্রমাণীকরণ সক্রিয় করা হয়নি ।",
- "You may accept this invitation by clicking the button below:": "আপনি নীচের বোতামটি ক্লিক করে এই আমন্ত্রণটি গ্রহণ করতে পারেন:",
- "You may delete any of your existing tokens if they are no longer needed.": "তারা আর প্রয়োজন হয় যদি আপনি আপনার বিদ্যমান টোকেন কোনো মুছে দিতে পারেন ।",
- "You may not delete your personal team.": "আপনি আপনার ব্যক্তিগত দল মুছে ফেলতে পারেন না ।",
- "You may not leave a team that you created.": "আপনি আপনার তৈরি করা একটি দল ছেড়ে না পারে ।",
- "Your email address is unverified.": "আপনার ইমেল ঠিকানা যাচাই করা হয়নি।"
-}
\ No newline at end of file
diff --git a/resources/lang/bn/auth.php b/resources/lang/bn/auth.php
deleted file mode 100644
index a53b81fc..00000000
--- a/resources/lang/bn/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'এই পরিচয়পত্র আমাদের রেকর্ডের সাথে মেলে না।',
- 'password' => 'পাসওয়ার্ড ভুল।',
- 'throttle' => 'লগইন করার জন্য অনেকবার চেষ্টা করেছেন, :seconds সেকেন্ড পরে পুনরায় চেষ্টা করুন।',
-];
diff --git a/resources/lang/bn/http-statuses.php b/resources/lang/bn/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/bn/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/bn/pagination.php b/resources/lang/bn/pagination.php
deleted file mode 100644
index 69949470..00000000
--- a/resources/lang/bn/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'পরবর্তী »',
- 'previous' => '« পুর্ববর্তী',
-];
diff --git a/resources/lang/bn/passwords.php b/resources/lang/bn/passwords.php
deleted file mode 100644
index 8efca3f8..00000000
--- a/resources/lang/bn/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'আপনার পাসওয়ার্ড পুনরায় সেট করা হয়েছে!',
- 'sent' => 'আমরা আপনার পাসওয়ার্ড পুনরায় সেট করার লিঙ্ক ই-মেইল করেছি!',
- 'throttled' => 'থামুন! অনুগ্রহ করে কিছুক্ষণ পর পূণরায় চেষ্টা করুন।',
- 'token' => 'এই পাসওয়ার্ড রিসেট টোকেনটি সঠিক নয়।',
- 'user' => 'এই ই-মেইল দিয়ে কোন ব্যবহারকারী খুঁজে পাওয়া যাচ্ছে না',
-];
diff --git a/resources/lang/bn/validation.php b/resources/lang/bn/validation.php
deleted file mode 100644
index 5e958b62..00000000
--- a/resources/lang/bn/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute গ্রহণ করা আবশ্যক।',
- 'accepted_if' => ':Attribute অবশ্যই গ্রহণ করতে হবে যখন :other সমান :value হয়।',
- 'active_url' => 'এই :attribute একটি বৈধ URL নয়।',
- 'after' => ':Date অবশ্যই :attribute এর পরের একটি তারিখ হতে হবে।',
- 'after_or_equal' => ':Attribute টি অবশ্যই :date এর সাথে মিল অথবা এর পরের একটি তারিখ হতে হবে।',
- 'alpha' => ':Attribute শুধুমাত্র অক্ষর থাকতে পারে।',
- 'alpha_dash' => ':Attribute শুধুমাত্র অক্ষর, সংখ্যা, এবং ড্যাশ থাকতে পারে।',
- 'alpha_num' => ':Attribute শুধুমাত্র বর্ণ ও সংখ্যা থাকতে পারে।',
- 'array' => ':Attribute একটি অ্যারে হতে হবে।',
- 'attached' => 'এই :attribute ইতিমধ্যে সংযুক্ত করা হয়।',
- 'before' => ':Date অবশ্যই :attribute এর আগের একটি তারিখ হতে হবে।',
- 'before_or_equal' => ':Attribute টি অবশ্যই :date এর সাথে মিল অথবা এর আগের একটি তারিখ হতে হবে।',
- 'between' => [
- 'array' => ':Min এবং :max আইটেম :attribute মধ্যে হতে হবে।',
- 'file' => ':Min এবং :max কিলোবাইট :attribute মধ্যে হতে হবে।',
- 'numeric' => ':Min এবং :max :attribute মধ্যে হতে হবে।',
- 'string' => ':Min এবং :max অক্ষর :attribute মধ্যে হতে হবে।',
- ],
- 'boolean' => ':Attribute স্থানে সত্য বা মিথ্যা হতে হবে।',
- 'confirmed' => ':Attribute নিশ্চিতকরণ এর সাথে মিলছে না।',
- 'current_password' => 'পাসওয়ার্ডটি ভুল।',
- 'date' => ':Attribute একটি বৈধ তারিখ নয়।',
- 'date_equals' => 'এই :attribute সমান তারিখ হতে হবে :date।',
- 'date_format' => ':Attribute, :format এর সাথে বিন্যাস মিলছে না।',
- 'declined' => ':Attribute অবশ্যই প্রত্যাখ্যান করতে হবে।',
- 'declined_if' => ':Attribute অবশ্যই প্রত্যাখ্যান করতে হবে যখন :value হবে :other।',
- 'different' => ':Attribute এবং :other আলাদা হতে হবে।',
- 'digits' => ':Attribute :digits অবশ্যই একটি সংখ্যার ডিজিট হতে হবে।',
- 'digits_between' => ':Attribute অবশ্যই :min এবং :max ডিজিট এর মধ্যে হতে হবে।',
- 'dimensions' => ':Attribute অবৈধ ইমেজ মাত্রা রয়েছে।',
- 'distinct' => ':Attribute এর স্থানে একটি নকল মান আছে।',
- 'doesnt_end_with' => ':Attribute নিম্নলিখিত: :values এর একটি দিয়ে শেষ নাও হতে পারে।',
- 'doesnt_start_with' => ':Attribute :values এর একটি দিয়ে শুরু হতে পারে না।',
- 'email' => ':Attribute একটি বৈধ ইমেইল ঠিকানা হতে হবে।',
- 'ends_with' => ':Attribute নিম্নলিখিত এক সঙ্গে শেষ করতে হবে: :values।',
- 'enum' => 'নির্বাচিত :attribute অবৈধ।',
- 'exists' => 'নির্বাচিত :attribute টি অবৈধ।',
- 'file' => ':Attribute একটি ফাইল হতে হবে।',
- 'filled' => ':Attribute স্থানটি পূরণ করতে হবে।',
- 'gt' => [
- 'array' => ':Attribute এ অবশ্যই :value আইটেমের থেকে বেশি থাকতে হবে।',
- 'file' => ':Attribute অবশ্যই :value কিলোবাইটের চেয়ে বেশি হতে হবে।',
- 'numeric' => ':Attribute অবশ্যই :value-এর থেকে বড় হতে হবে৷',
- 'string' => ':Attribute অবশ্যই :value অক্ষরের চেয়ে বড় হতে হবে।',
- ],
- 'gte' => [
- 'array' => ':Attribute-এর অবশ্যই :value আইটেম বা তার বেশি থাকতে হবে।',
- 'file' => ':Attribute অবশ্যই :value কিলোবাইটের থেকে বড় বা সমান হতে হবে।',
- 'numeric' => ':Attribute অবশ্যই :value এর চেয়ে বড় বা সমান হতে হবে।',
- 'string' => ':Attribute অবশ্যই :value অক্ষরের চেয়ে বড় বা সমান হতে হবে।',
- ],
- 'image' => ':Attribute একটি ইমেজ হতে হবে।',
- 'in' => 'নির্বাচিত :attribute টি অবৈধ।',
- 'in_array' => ':Attribute উপাদানটি :other এ খুঁজে পাওয়া যায়নি।',
- 'integer' => ':Attribute একটি পূর্ণসংখ্যা হতে হবে।',
- 'ip' => ':Attribute একটি বৈধ IP address হতে হবে।',
- 'ipv4' => ':Attribute টি একটি বৈধ IPv4 address হতে হবে।',
- 'ipv6' => ':Attribute টি একটি বৈধ IPv6 address হতে হবে।',
- 'json' => ':Attribute একটি বৈধ JSON স্ট্রিং হতে হবে।',
- 'lowercase' => ':Attribute অবশ্যই ছোট হাতের হতে হবে।',
- 'lt' => [
- 'array' => ':Attribute এর থেকে কম :value আইটেম থাকতে হবে।',
- 'file' => ':Attribute অবশ্যই :value কিলোবাইটের চেয়ে কম হতে হবে।',
- 'numeric' => ':Attribute অবশ্যই :value এর চেয়ে কম হতে হবে।',
- 'string' => ':Attribute অবশ্যই :value অক্ষরের চেয়ে কম হতে হবে।',
- ],
- 'lte' => [
- 'array' => ':Attribute এ অবশ্যই :value আইটেমের বেশি থাকা উচিত নয়৷',
- 'file' => ':Attribute অবশ্যই :value কিলোবাইটের থেকে কম বা সমান হতে হবে।',
- 'numeric' => ':Attribute অবশ্যই :value এর থেকে কম বা সমান হতে হবে।',
- 'string' => ':Attribute অবশ্যই :value অক্ষরের চেয়ে কম বা সমান হতে হবে।',
- ],
- 'mac_address' => ':Attribute একটি বৈধ MAC ঠিকানা হতে হবে।',
- 'max' => [
- 'array' => ':Attribute এর মান :max টি উপাদানের চেয়ে বড় হতে পারেনা।',
- 'file' => ':Attribute এর মান :max কিলোবাইট এর চেয়ে বড় হতে পারেনা।',
- 'numeric' => ':Attribute এর মান :max এর চেয়ে বড় হতে পারেনা।',
- 'string' => ':Attribute এর মান :max অক্ষর এর চেয়ে বড় হতে পারেনা।',
- ],
- 'max_digits' => 'এই :attribute এ :max ডিজিট এর বেশি হতে পারবে না।',
- 'mimes' => ':Attribute এর একটি ফাইল হতে হবে: :values।',
- 'mimetypes' => ':Attribute এর একটি ফাইল হতে হবে: :values।',
- 'min' => [
- 'array' => ':Attribute অবশ্যই :min উপাদানের চেয়ে ছোট হতে হবে।',
- 'file' => ':Attribute অবশ্যই :min কিলোবাইট এর চেয়ে ছোট হতে হবে।',
- 'numeric' => ':Attribute অবশ্যই :min এর চেয়ে ছোট হতে হবে।',
- 'string' => ':Attribute অবশ্যই :min অক্ষর এর চেয়ে ছোট হতে হবে।',
- ],
- 'min_digits' => 'এই :attribute এ সর্বোনিম্ন :min ডিজিট হতে হবে।',
- 'multiple_of' => 'এই :attribute একটি একাধিক :value হতে হবে।',
- 'not_in' => 'নির্বাচিত :attribute অবৈধ।',
- 'not_regex' => ':Attribute বিন্যাস অবৈধ।',
- 'numeric' => ':Attribute একটি সংখ্যা হতে হবে।',
- 'password' => [
- 'letters' => ':Attribute -এ অন্তত একটি অক্ষর থাকতে হবে।',
- 'mixed' => ':Attribute -এ অন্তত একটি বড় হাতের এবং একটি ছোট হাতের অক্ষর থাকতে হবে।',
- 'numbers' => ':Attribute -এ অন্তত একটি নম্বর থাকতে হবে।',
- 'symbols' => ':Attribute -এ অন্তত একটি প্রতীক থাকতে হবে।',
- 'uncompromised' => 'প্রদত্ত :attribute একটি ডেটা ফাঁসের মধ্যে পাওয়া গেছে। অনুগ্রহ করে একটি ভিন্ন :attribute চয়ন করুন।',
- ],
- 'present' => ':Attribute ক্ষেত্র উপস্থিত থাকা আবশ্যক।',
- 'prohibited' => 'এই :attribute ক্ষেত্রের নিষিদ্ধ।',
- 'prohibited_if' => 'এই :attribute ক্ষেত্র নিষিদ্ধ করা হয়, যখন :other হয় :value।',
- 'prohibited_unless' => 'এই :attribute ক্ষেত্র নিষিদ্ধ করা হয়, যদি না, :other হয় :values।',
- 'prohibits' => ':Attribute ক্ষেত্রটি :other উপস্থিত হতে নিষেধ করে৷',
- 'regex' => ':Attribute বিন্যাস অবৈধ।',
- 'relatable' => 'এই :attribute এই সম্পদ সঙ্গে যুক্ত হতে পারে না।',
- 'required' => ':Attribute স্থানটি পূরণ করা বাধ্যতামূলক।',
- 'required_array_keys' => ':Attribute ফিল্ডে অবশ্যই :values এর জন্য এন্ট্রি থাকতে হবে।',
- 'required_if' => ':Attribute স্থানটি পূরণ করা বাধ্যতামূলক যেখানে :other হল :value।',
- 'required_if_accepted' => ':Attribute ক্ষেত্রটি প্রয়োজন হয় যখন :other গৃহীত হয়।',
- 'required_unless' => ':Attribute স্থানটি পূরণ করা বাধ্যতামূলক যদি না :other, :values তে উপস্থিত থাকে।',
- 'required_with' => ':Attribute স্থানটি পূরণ করা বাধ্যতামূলক যখন :values উপস্থিত।',
- 'required_with_all' => ':Attribute স্থানটি পূরণ করা বাধ্যতামূলক যখন :values উপস্থিত।',
- 'required_without' => ':Attribute স্থানটি পূরণ করা বাধ্যতামূলক যখন :values অনুপস্থিত।',
- 'required_without_all' => ':Attribute স্থানটি পূরণ করা বাধ্যতামূলক যখন সকল :values অনুপস্থিত।',
- 'same' => ':Attribute এবং :other অবশ্যই মিলতে হবে।',
- 'size' => [
- 'array' => ':Attribute অবশ্যই :size আইটেম হতে হবে।',
- 'file' => ':Attribute অবশ্যই :size কিলোবাইট হতে হবে।',
- 'numeric' => ':Attribute অবশ্যই :size হতে হবে।',
- 'string' => ':Attribute অবশ্যই :size অক্ষর হতে হবে।',
- ],
- 'starts_with' => 'এই :attribute নিম্নলিখিত এক সঙ্গে শুরু হবে: :values।',
- 'string' => ':Attribute একটি স্ট্রিং হতে হবে।',
- 'timezone' => ':Attribute একটি বৈধ সময় অঞ্চল হতে হবে।',
- 'unique' => ':Attribute ইতিমধ্যেই নেওয়া হয়েছে।',
- 'uploaded' => ':Attribute আপলোড করতে ব্যর্থ হয়েছে।',
- 'uppercase' => 'এই :attribute অবশ্যই বড় হাতের হতে হবে।',
- 'url' => 'এই :attribute একটি বৈধ URL হতে হবে।',
- 'uuid' => 'এই :attribute একটি বৈধ UUID হতে হবে।',
- 'attributes' => [
- 'address' => 'ঠিকানা',
- 'age' => 'বয়স',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'বডি',
- 'city' => 'জেলা',
- 'content' => 'কনটেন্ট',
- 'country' => 'দেশ',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'তারিখ',
- 'date_of_birth' => 'date of birth',
- 'day' => 'দিন',
- 'deleted_at' => 'deleted at',
- 'description' => 'বর্ণনা',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'ই-মেইল',
- 'excerpt' => 'উদ্ধৃতি',
- 'filter' => 'filter',
- 'first_name' => 'নাম (প্রথম অংশ)',
- 'gender' => 'লিঙ্গ',
- 'group' => 'group',
- 'hour' => 'ঘন্টা',
- 'image' => 'image',
- 'last_name' => 'নাম (শেষ অংশ)',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'বার্তা',
- 'middle_name' => 'middle name',
- 'minute' => 'মিনিট',
- 'mobile' => 'মোবাইল',
- 'month' => 'মাস',
- 'name' => 'নাম',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'পাসওয়ার্ড',
- 'password_confirmation' => 'পাসওয়ার্ড যাচাইকরণ',
- 'phone' => 'ফোন',
- 'photo' => 'ছবি',
- 'postal_code' => 'postal code',
- 'price' => 'মূল্য',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'ভূমিকা',
- 'second' => 'দ্বিতীয়',
- 'sex' => 'লিঙ্গ',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'বিষয়',
- 'teacher' => 'teacher',
- 'terms' => 'শর্তসমূহ',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'সময়',
- 'title' => 'টাইটেল',
- 'updated_at' => 'updated at',
- 'username' => 'ইউজারনেম',
- 'year' => 'বছর',
- ],
-];
diff --git a/resources/lang/bs.json b/resources/lang/bs.json
deleted file mode 100644
index bbd31224..00000000
--- a/resources/lang/bs.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Prihvati Poziv",
- "Add": "Dodaj",
- "Add a new team member to your team, allowing them to collaborate with you.": "Dodajte novog člana tima vašem timu, koji će im dozvoliti da sarađuju sa vama.",
- "Add additional security to your account using two factor authentication.": "Dodajte dodatnu sigurnost na vaš račun koristeći dvije faktor autentifikacije.",
- "Add Team Member": "Dodaj Člana Tima",
- "Added.": "Dodano.",
- "Administrator": "Administrator",
- "Administrator users can perform any action.": "Korisnici administratora mogu izvršiti svaku radnju.",
- "All of the people that are part of this team.": "Svi ljudi koji su dio ovog tima.",
- "All rights reserved.": "Sva prava su zasticena.",
- "Already registered?": "Već registrovan?",
- "API Token": "API Token",
- "API Token Permissions": "Dozvole po Oktalnom sistemu",
- "API Tokens": "API tokeni",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API tokeni omogućavaju usluge treće strane da potvrde našu prijavu u vaše ime.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Jeste li sigurni da želite obrisati ovaj tim? Kad se tim obriše, svi njegovi resursi i podaci će biti trajno izbrisani.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Sigurno želite izbrisati vaš unos u dnevniku? Kad vaš račun bude izbrisan, svi njegovi resursi i podaci će biti trajno izbrisani. Unesite ĺˇifru da potvrdite da želite trajno obrisati nalog.",
- "Are you sure you would like to delete this API token?": "Jeste li sigurni da želite obrisati ovaj API token?",
- "Are you sure you would like to leave this team?": "Jeste li sigurni da želite napustiti ovaj tim?",
- "Are you sure you would like to remove this person from the team?": "Jeste li sigurni da želite da uklonite ovu osobu iz tima?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Preglednik Sesija",
- "Cancel": "Odustani",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "_zatvori",
- "Code": "Šifra",
- "Confirm": "Potvrdi",
- "Confirm Password": "Šifra",
- "Create": "Kreiraj",
- "Create a new team to collaborate with others on projects.": "Stvoriti novi tim koji će sarađivati s drugima na projektima.",
- "Create Account": "Unesi Delegata",
- "Create API Token": "Napravi novi dokument",
- "Create New Team": "Napravi Novi Tim",
- "Create Team": "Kreirajte Tim",
- "Created.": "Stvoreno.",
- "Current Password": "Upišite Šifru",
- "Dashboard": "Instrument tabla",
- "Delete": "Obriši",
- "Delete Account": "Delegiraj Za:",
- "Delete API Token": "Izbriši API Token",
- "Delete Team": "Obriši Tim",
- "Disable": "Isključi",
- "Done.": "Gotovo.",
- "Edit Profile": "Edit Profile",
- "Editor": "Urednik",
- "Editor users have the ability to read, create, and update.": "Korisnici Editora imaju sposobnost čitanja, kreiranja i ažuriranja.",
- "Email": "Email",
- "Email Address": "Email Adresa",
- "Email Password Reset Link": "Email Linka Za Reset Šifre",
- "Enable": "Omogući",
- "Ensure your account is using a long, random password to stay secure.": "Osiguraj da tvoj račun koristi dugu, nasumičnu lozinku da ostane siguran.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Radi vaše sigurnosti, molim vas potvrdite lozinku za nastavak.",
- "Forbidden": "Zabranjeno",
- "Forgot your password?": "Zaboravio si lozinku?",
- "Forgot Your Password?": "Zaboravio Si Lozinku?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Zaboravio si lozinku? Nema problema. Samo reci nam vašu email adresu i mi ćemo vam poslati lozinku reset vezu koja će ti dozvoliti da izaberem novog.",
- "Go to page :page": "Idi na stranicu :page",
- "Great! You have accepted the invitation to join the :team team.": "Sjajno! Prihvatili ste poziv da se pridružite timu :team.",
- "Hello!": "Zdravo!",
- "I agree to the :terms_of_service and :privacy_policy": "Pristajem na :terms_of_service i 887_police",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Ako je potrebno, možete se odjaviti iz svih vaših drugih preglednika sesija preko svih vaših uređaja. Neke od vaših nedavnih sesija su navedene ispod; međutim, ova lista možda nije iscrpna. Ako mislite da vam je račun ugrožen, trebali biste ažurirati i lozinku.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Ako već imate račun, možete prihvatiti ovaj poziv pritiskom na dugme ispod:",
- "If you did not create an account, no further action is required.": "Ako niste napravili račun, nema potrebe za daljnjom akcijom.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Ako niste očekivali da ćete dobiti poziv za ovaj tim, možete odbaciti ovaj e-mail.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Ako niste tražili password reset, nema potrebne daljnje akcije.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ako nemate račun, možete ga stvoriti pritiskom na dugme ispod. Nakon što napravite račun, možete kliknuti na dugme za prihvaćanje poziva u ovom e-mailu da prihvatite poziv tima:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Ako imate problema s klikom na dugme \":actionText\", kopirajte i umetnite URL ispod\nu svoj web preglednik:",
- "Last active": "Zadnji aktivno",
- "Last used": "Zadnje korišteno",
- "Leave": "Odlazi.",
- "Leave Team": "Leave Team",
- "Log in": "Samo se _prijavi",
- "Log Out": "Odjava",
- "Log Out Other Browser Sessions": "Odjavite Druge Sesije Preglednika",
- "Login": "Prijava",
- "Logout": "Sound event",
- "Manage Account": "Isključi",
- "Manage and log out your active sessions on other browsers and devices.": "Upravljajte i odjavite svoje aktivne sesije na drugim browsersima i uređajima.",
- "Manage API Tokens": "Upravljajte API tokenima",
- "Manage Role": "Upravljajte Ulogom",
- "Manage Team": "Upravljajte Timom",
- "Name": "Ime",
- "New Password": "Nova Šifra",
- "Not Found": "Nijedan Pogodak Nije Pronađen.",
- "of": "od",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Kad se tim obriše, svi njegovi resursi i podaci će biti trajno izbrisani. Prije brisanja ovog tima, molim vas download bilo podataka ili informacije o ovom timu koje želite zadržati.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Kad vaš račun bude izbrisan, svi njegovi resursi i podaci će biti trajno izbrisani. Prije brisanja vašeg računa, molim preuzmite sve podatke ili informacije koje želite zadržati.",
- "Page Expired": "Stranica Je Istekla",
- "Pagination Navigation": "Navigacija",
- "Password": "Šifra",
- "Pending Team Invitations": "Čekam Tim Pozivnice",
- "Permanently delete this team.": "Trajno Izbriši ovaj tim.",
- "Permanently delete your account.": "Trajno Izbriši profil",
- "Permissions": "Dozvole",
- "Photo": "Slika",
- "Please click the button below to verify your email address.": "Pritisnite dugme da provjerite vašu email adresu.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Molim vas potvrdite pristup vašem računu ukucavanjem jednog od vaših šifri za spašavanje.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Potvrdite pristup vašem računu unesenjem autentičnijeg koda.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Molim vas, prepišite vaš novi API token. Zbog vaše sigurnosti, neće se više prikazivati.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Unesite šifru za kojom želite da se odjavite iz vašeg drugog preglednika preko svih vaših uređaja.",
- "Please provide the email address of the person you would like to add to this team.": "Molim vas dajte email adresu osobe koju želite dodati ovom timu.",
- "Privacy Policy": "Polica Privatnosti",
- "Profile": "Profil",
- "Profile Information": "Osobni Podaci",
- "Recovery Code": "Šifrujem Poruku",
- "Regards": "Pozdrav",
- "Regenerate Recovery Codes": "Regeneriraj Šifre Za Oporavak",
- "Register": "Registar",
- "Remember me": "Zapamti me",
- "Remember Me": "Zapamti Me",
- "Remove": "Ukloni",
- "Remove Photo": "Ukloni Sliku",
- "Remove Team Member": "Ukloni Člana Tima",
- "Resend Verification Email": "Pošalji Poruku Kontaktu",
- "Reset Password": "Ponovo Postavi Šifru",
- "Reset Password Notification": "Servis Za Alarm Obavijesti Evolution Kalendara",
- "results": "rezultati",
- "Role": "Uloga",
- "Save": "Snimi",
- "Saved.": "Spašen.",
- "Select A New Photo": "Nova Fotografija:",
- "Send Password Reset Link": "Pošalji Link Password Reset",
- "Server Error": "Greška Kod Servera",
- "Service Unavailable": "Servis",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Pokaži Kodove Za Oporavak",
- "Showing": "Pokaži",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Pohranite ove kodove za oporavak u zaštićenom menadžeru lozinki. Mogu se koristiti za povrat pristupa vašem računu ako je vaš uređaj za autorizaciju izgubljen.",
- "Switch Teams": "Zamijenite Timove.",
- "Team Details": "Detalji Tima",
- "Team Invitation": "Tim Poziv",
- "Team Members": "Članovi Tima",
- "Team Name": "Ime Tima",
- "Team Owner": "Vlasnik Tima",
- "Team Settings": "Postavke Za X",
- "Terms of Service": "Uslovi službe",
- "The :attribute must be a valid role.": ":Attribute mora biti valjana uloga.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute mora biti najmanje :length znakova i sadrži najmanje jedan broj.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute mora biti najmanje :length znakova i sadrži najmanje jedan poseban i jedan broj.",
- "The :attribute must be at least :length characters and contain at least one special character.": "Taj :attribute mora biti najmanje :length znakova i sadrži najmanje jedan poseban znak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute mora biti najmanje :length znakova i sadrži najmanje jedan višebojni znak i jedan broj.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "72221 mora biti najmanje :length znakova i sadrži najmanje jedan višebojni znak i jedan poseban znak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute mora biti najmanje :length znakova i sadrži najmanje jedan višenamjenski znak, jedan broj, i jedan poseban znak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute mora biti najmanje :length znakova i sadrži najmanje jedan stariji karakter.",
- "The :attribute must be at least :length characters.": ":Attribute mora biti najmanje :length znakova.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Navedena šifra se ne poklapa sa vašom trenutnom šifrom.",
- "The provided password was incorrect.": "Navedena šifra nije bila tačna.",
- "The provided two factor authentication code was invalid.": "Navedeni dva faktorijalna autentifikacijska koda je nevažeći.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Ime tima i informacije vlasnika.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Ovi ljudi su pozvani u vaš tim i poslali su im E-mail. Možda se pridruže timu prihvatajući email pozivnicu.",
- "This device": "Ovaj uređaj",
- "This is a secure area of the application. Please confirm your password before continuing.": "Ovo je sigurno područje prijave. Molimo potvrdite vašu lozinku prije nastavka.",
- "This password does not match our records.": "Ova lozinka ne odgovara našim podacima.",
- "This password reset link will expire in :count minutes.": "Ovaj link za resetovanje lozinke istice za :count minuta.",
- "This user already belongs to the team.": "Ovaj korisnik već pripada timu.",
- "This user has already been invited to the team.": "Ovaj korisnik je već pozvan u tim.",
- "to": "do",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Navigacija",
- "Token Name": "Token",
- "Too Many Requests": "Previše Zahtjeva",
- "Two Factor Authentication": "Dva Faktora Autentifikacije",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Neovlašteno",
- "Unknown": "Unknown",
- "Update Password": "Upišite Šifru",
- "Update your account's profile information and email address.": "Ažuriraj podatke o profilu i email adresu svog računa.",
- "Use a recovery code": "Koristi kod za oporavak",
- "Use an authentication code": "Autentičnost pozvana",
- "Verify Email Address": "Provjeri Email Adresu",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Nismo mogli pronaći registriranog korisnika sa ovom e-mailom.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Kada je omogućena dva faktora autorizacije, bićete zahtijevani za siguran, slučajan token tokom autentifikacije. Možete dobiti ovaj žeton iz Google Autorizatora.",
- "Whoops!": "Ups!",
- "Whoops! Something went wrong.": "Ups! Nešto je pošlo po zlu.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Primate ovaj e-mail jer smo primili zahtjev za resetovanje lozinke za vas racun.",
- "You have been invited to join the :team team!": "Pozvani ste da se pridružite timu :team!",
- "You have enabled two factor authentication.": "Imate omogućenu dva faktora autentifikacije.",
- "You have not enabled two factor authentication.": "Nemate dozvole za dva faktora.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Možete izbrisati bilo koji od vaših postojećih znakova ako oni više nisu potrebni.",
- "You may not delete your personal team.": "Ne možete izbrisati svoj lični tim.",
- "You may not leave a team that you created.": "Ne smijete napustiti tim koji ste stvorili.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/bs/auth.php b/resources/lang/bs/auth.php
deleted file mode 100644
index 7718588b..00000000
--- a/resources/lang/bs/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Ovi podaci se ne podudaraju s našim zapisima.',
- 'password' => 'Lozinka nije tačna.',
- 'throttle' => 'Previše neuspjelih pokušaja. Pokušajte ponovo za :seconds sekundi.',
-];
diff --git a/resources/lang/bs/http-statuses.php b/resources/lang/bs/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/bs/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/bs/pagination.php b/resources/lang/bs/pagination.php
deleted file mode 100644
index 8f0cda37..00000000
--- a/resources/lang/bs/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Naprijed »',
- 'previous' => '« Nazad',
-];
diff --git a/resources/lang/bs/passwords.php b/resources/lang/bs/passwords.php
deleted file mode 100644
index 758adfe1..00000000
--- a/resources/lang/bs/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Lozinka je resetovana!',
- 'sent' => 'Poslan vam je e-mail za povrat lozinke!',
- 'throttled' => 'Molimo sačekajte prije ponovnog pokušaja.',
- 'token' => 'Ovaj token za resetovanje lozinke nije ispravan.',
- 'user' => 'Ne može se pronaći korisnik sa tom e-mail adresom.',
-];
diff --git a/resources/lang/bs/validation.php b/resources/lang/bs/validation.php
deleted file mode 100644
index d2d65b48..00000000
--- a/resources/lang/bs/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Polje :attribute mora biti prihvaćeno.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => 'Polje :attribute nije validan URL.',
- 'after' => 'Polje :attribute mora biti datum nakon :date.',
- 'after_or_equal' => 'Polje :attribute mora biti datum nakon ili jednak :date.',
- 'alpha' => 'Polje :attribute može sadržati samo slova.',
- 'alpha_dash' => 'Polje :attribute može sadržati samo slova, brojeve i povlake.',
- 'alpha_num' => 'Polje :attribute može sadržati samo slova i brojeve.',
- 'array' => 'Polje :attribute mora biti niz.',
- 'attached' => 'Ovaj :attribute je već spojen.',
- 'before' => 'Polje :attribute mora biti datum prije :date.',
- 'before_or_equal' => 'Polje :attribute mora biti datum prije ili jednak :date.',
- 'between' => [
- 'array' => 'Polje :attribute mora sadržati između :min i :max stavki.',
- 'file' => 'Polje :attribute mora imati veličinu između :min i :max kilobajta.',
- 'numeric' => 'Polje :attribute mora imati vrijednost između :min i :max.',
- 'string' => 'Polje :attribute mora sadržati između :min i :max znakova.',
- ],
- 'boolean' => 'Polje :attribute mora biti tačno ili netačno.',
- 'confirmed' => 'Potvrda polja :attribute se ne poklapa.',
- 'current_password' => 'The password is incorrect.',
- 'date' => 'Polje :attribute nema ispravan datum.',
- 'date_equals' => 'Polje :attribute mora biti datum jednak :date.',
- 'date_format' => 'Polje :attribute se ne poklapa s formatom :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'Polja :attribute i :other moraju biti različita.',
- 'digits' => 'Polje :attribute mora sardžati :digits broja.',
- 'digits_between' => 'Polje :attribute mora sardžati između :min i :max broja.',
- 'dimensions' => 'Dimenzije slike polja :attribute nisu validne.',
- 'distinct' => 'Polje :attribute ima dvostruku vrijednost.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'Format polja :attribute mora biti validan e-mail.',
- 'ends_with' => 'Polje :attribute se mora završiti s jednom od sljedećih vrijednosti: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Odabrano polje :attribute nije validno.',
- 'file' => 'Polje :attribute mora biti fajl.',
- 'filled' => 'Polje :attribute je mora sadržati vrijednost.',
- 'gt' => [
- 'array' => 'Polje :attribute mora sadržati više od :value stavki.',
- 'file' => 'Polje :attribute mora imati veličinu veću od :value kilobajta.',
- 'numeric' => 'Polje :attribute mora imati vrijednost veću od :value.',
- 'string' => 'Polje :attribute mora sadržati više od :value znakova.',
- ],
- 'gte' => [
- 'array' => 'Polje :attribute mora sadržati :value stavki ili više.',
- 'file' => 'Polje :attribute mora imati veličinu veću ili jednaku :value kilobajta.',
- 'numeric' => 'Polje :attribute mora imati vrijednost veću ili jednaku :value.',
- 'string' => 'Polje :attribute mora sadržati :value znakova ili više.',
- ],
- 'image' => 'Polje :attribute mora biti slika.',
- 'in' => 'Odabrano polje :attribute nije validno.',
- 'in_array' => 'Polje :attribute ne postoji u :other.',
- 'integer' => 'Polje :attribute mora biti broj.',
- 'ip' => 'Polje :attribute mora biti validna IP adresa.',
- 'ipv4' => 'Polje :attribute mora biti validna IPv4 adresa.',
- 'ipv6' => 'Polje :attribute mora biti validna IPv6 adresa.',
- 'json' => 'Polje :attribute mora biti validan JSON string.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'Polje :attribute mora sadržati manje od :value stavki.',
- 'file' => 'Polje :attribute mora imati veličinu manju od :value kilobajta.',
- 'numeric' => 'Polje :attribute imati vrijednost manju od :value.',
- 'string' => 'Polje :attribute mora sadržati manje od :value znakova.',
- ],
- 'lte' => [
- 'array' => 'Polje :attribute ne može sadržati više od :value stavki.',
- 'file' => 'Polje :attribute mora imati veličinu manju ili jednaku :value kilobajta.',
- 'numeric' => 'Polje :attribute mora imati vrijednost manju ili jednaku :value.',
- 'string' => 'Polje :attribute ne može sadržati više od :value znakova.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'Polje :attribute mora sadržati manje od :max stavki.',
- 'file' => 'Polje :attribute mora imati veličinu manju od :max kilobajta.',
- 'numeric' => 'Polje :attribute mora imati vrijednost manju od :max.',
- 'string' => 'Polje :attribute mora sadržati manje od :max znakova.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'Polje :attribute mora biti fajl tipa: :values.',
- 'mimetypes' => 'Polje :attribute mora biti fajl tipa: :values.',
- 'min' => [
- 'array' => 'Polje :attribute mora sadržati najmanje :min stavki.',
- 'file' => 'Fajl :attribute mora biti najmanje :min kilobajta.',
- 'numeric' => 'Polje :attribute mora biti najmanje :min.',
- 'string' => 'Polje :attribute mora sadržati najmanje :min znakova.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'Vrijednost polja :attribute mora biti djeljiva sa :value',
- 'not_in' => 'Odabrani element polja :attribute nije validan.',
- 'not_regex' => 'Format polja :attribute nije ispravan.',
- 'numeric' => 'Polje :attribute mora biti broj.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'Polje :attribute mora biti prisutno.',
- 'prohibited' => ':Attribute polje je zabranjeno.',
- 'prohibited_if' => ':Attribute polje je zabranjeno kada :other ima :value.',
- 'prohibited_unless' => 'Polje :attribute je zabranjeno osim ako :other nije :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'Format polja :attribute nije ispravan.',
- 'relatable' => 'Ova :attribute možda nema veze sa ovim resursom.',
- 'required' => 'Polje :attribute je obavezno.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'Polje :attribute je obavezno kada :other ima vrijednost :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'Polje :attribute je obavezno osim ako vrijednost polja :other postoji u sljedećem nizu: :values.',
- 'required_with' => 'Polje :attribute je obavezno kada je bar jedno od polja :values prisutno.',
- 'required_with_all' => 'Polje :attribute je obavezno kada su polja :values prisutna.',
- 'required_without' => 'Polje :attribute je obavezno kada je bar jedno od polja :values nije prisutno.',
- 'required_without_all' => 'Polje :attribute je obavezno kada polja :values nisu prisutna.',
- 'same' => 'Polja :attribute i :other se moraju poklapati.',
- 'size' => [
- 'array' => 'Polje :attribute mora biti :size znakova.',
- 'file' => 'Fajl :attribute mora biti :size kilobajta.',
- 'numeric' => 'Polje :attribute mora biti :size.',
- 'string' => 'Polje :attribute mora biti :size znakova.',
- ],
- 'starts_with' => 'Polje :attribute mora početi s jednom od sljedećih vrijednosti: :values.',
- 'string' => 'Polje :attribute mora sadrzavati slova.',
- 'timezone' => 'Polje :attribute mora biti ispravna vremenska zona.',
- 'unique' => 'Polje :attribute već postoji.',
- 'uploaded' => 'Učitavanje polja :attribute nije uspjelo.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Format polja :attribute nije validan.',
- 'uuid' => 'Polje :attribute mora biti validan UUID.',
- 'attributes' => [
- 'address' => 'adresa',
- 'age' => 'dob',
- 'amount' => 'iznos',
- 'area' => 'površina',
- 'available' => 'dostupno',
- 'birthday' => 'rođendan',
- 'body' => 'tijelo',
- 'city' => 'grad',
- 'content' => 'sadržaj',
- 'country' => 'država',
- 'created_at' => 'kreirano',
- 'creator' => 'autor',
- 'current_password' => 'aktualna šifra',
- 'date' => 'datum',
- 'date_of_birth' => 'datum rođenja',
- 'day' => 'dan',
- 'deleted_at' => 'obrisano',
- 'description' => 'opis',
- 'district' => 'općina',
- 'duration' => 'trajanje',
- 'email' => 'email',
- 'excerpt' => 'izdvojeno',
- 'filter' => 'filter',
- 'first_name' => 'ime',
- 'gender' => 'spol',
- 'group' => 'grupa',
- 'hour' => 'sat',
- 'image' => 'slika',
- 'last_name' => 'prezime',
- 'lesson' => 'lekcija',
- 'line_address_1' => 'adresa',
- 'line_address_2' => 'dodatak adresi',
- 'message' => 'poruka',
- 'middle_name' => 'srednje ime',
- 'minute' => 'minuta',
- 'mobile' => 'mobitel',
- 'month' => 'mjesec',
- 'name' => 'ime',
- 'national_code' => 'Nacionalni kod',
- 'number' => 'broj',
- 'password' => 'šifra',
- 'password_confirmation' => 'potvrda šifre',
- 'phone' => 'telefon',
- 'photo' => 'fotografija',
- 'postal_code' => 'poštanski broj',
- 'price' => 'cijena',
- 'province' => 'provincija',
- 'recaptcha_response_field' => 'recaptcha polje',
- 'remember' => 'zapamti me',
- 'restored_at' => 'vraćeno',
- 'result_text_under_image' => 'tekst rezultata ispod slike',
- 'role' => 'uloga',
- 'second' => 'sekunda',
- 'sex' => 'spol',
- 'short_text' => 'kratak tekst',
- 'size' => 'veličina',
- 'state' => 'država',
- 'street' => 'ulica',
- 'student' => 'učenik',
- 'subject' => 'predmet',
- 'teacher' => 'nastavnik',
- 'terms' => 'uslovi',
- 'test_description' => 'testni opis',
- 'test_locale' => 'testni jezik',
- 'test_name' => 'testno ime',
- 'text' => 'tekst',
- 'time' => 'vrijeme',
- 'title' => 'naslov',
- 'updated_at' => 'ažurirano',
- 'username' => 'korisničko ime',
- 'year' => 'godina',
- ],
-];
diff --git a/resources/lang/ca.json b/resources/lang/ca.json
deleted file mode 100644
index 94594c5a..00000000
--- a/resources/lang/ca.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(i :count error més)",
- "(and :count more errors)": "(i :count errors més)",
- "A fresh verification link has been sent to your email address.": "Un nou enllaç de verificació s'ha enviat al teu correu electrònic.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "S'ha enviat un nou enllaç de verificació a l'adreça de correu electrònic que heu proporcionat durant la configuració del seu perfil.",
- "A new verification link has been sent to your email address.": "S'ha enviat un nou enllaç de verificació a la seva adreça de correu electrònic.",
- "Accept Invitation": "Acceptar la invitació",
- "Add": "Afegir",
- "Add a new team member to your team, allowing them to collaborate with you.": "Afegir un nou membre de l'equip al seu equip, permetent-los a col·laborar amb tu.",
- "Add additional security to your account using two factor authentication.": "Afegir seguretat addicional al vostre compte utilitzant autenticació de doble factor.",
- "Add Team Member": "Afegir Membre De L'Equip",
- "Added.": "Afegit.",
- "Administrator": "Administrador",
- "Administrator users can perform any action.": "Els usuaris administrador poden dur a terme qualsevol acció.",
- "All of the people that are part of this team.": "Totes les persones que formen part d'aquest equip.",
- "All rights reserved.": "Tots els drets reservats.",
- "Already registered?": "Ja estàs registrat?",
- "API Token": "API Fitxa",
- "API Token Permissions": "API Token Permisos",
- "API Tokens": "API Fitxes",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API fitxes permeten a tercers serveis a autenticar amb la nostra aplicació en el seu nom.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Esteu segur que voleu suprimir aquest equip? Una vegada que un equip és eliminat, a tots els seus recursos i les dades es perdran permanentment esborrada.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Esteu segur que voleu esborrar el vostre compte? Una vegada el vostre compte ha estat esborrat, tots els seus recursos i les dades es perdran permanentment. Si us plau, introduïu la vostra contrasenya per confirmar que voleu suprimir permanentment el vostre compte.",
- "Are you sure you would like to delete this API token?": "Esteu segur que voleu eliminar aquesta API token?",
- "Are you sure you would like to leave this team?": "Esteu segur que voleu sortir d'aquest equip?",
- "Are you sure you would like to remove this person from the team?": "Esteu segur que voleu esborrar aquesta persona de l'equip?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Abans de continuar, podria verificar la seva adreça de correu electrònic fent clic a l'enllaç que li acabem d'enviar? Si no ha rebut el correu electrònic, amb gust li enviarem un altre.",
- "Before proceeding, please check your email for a verification link.": "Abans de continuar, si us plau, comprova el teu correu electrònic per a l'enllaç de verificació.",
- "Browser Sessions": "Sessions del navegador",
- "Cancel": "Cancel·la",
- "Click here to re-send the verification email.": "Feu clic aquí per a reenviar el correu de verificació.",
- "click here to request another": "Feu clic aquí per sol·licitar un altre",
- "Close": "Tancar",
- "Code": "Codi",
- "Confirm": "Confirmar",
- "Confirm Password": "Confirmar contrasenya",
- "Create": "Crear",
- "Create a new team to collaborate with others on projects.": "Crear un equip nou per a col·laborar amb els altres en projectes.",
- "Create Account": "Crear Compte",
- "Create API Token": "Crear API Fitxa",
- "Create New Team": "Crear Un Nou Equip",
- "Create Team": "Crear L'Equip",
- "Created.": "Creat.",
- "Current Password": "Contrasenya Actual",
- "Dashboard": "Tauler de control",
- "Delete": "Esborrar",
- "Delete Account": "Esborrar el compte",
- "Delete API Token": "Esborrar API Token",
- "Delete Team": "Esborrar Equip",
- "Disable": "Deshabilitar",
- "Done.": "Fet.",
- "Edit Profile": "Edit Profile",
- "Editor": "Editor",
- "Editor users have the ability to read, create, and update.": "Els usuaris Editor tenen la capacitat de llegir, crear i actualitzar.",
- "Email": "Correu electrònic",
- "Email Address": "Adreça de correu electrònic",
- "Email Password Reset Link": "Enllaç per a restablir la contrasenya",
- "Enable": "Habilitar",
- "Ensure your account is using a long, random password to stay secure.": "Assegureu-vos que esteu utilitzant una contrasenya llarga i aleatòria per mantenir el seu compte segur.",
- "Finish enabling two factor authentication.": "Acabeu d'habilitar la autenticació de dos factors.",
- "For your security, please confirm your password to continue.": "Per a la seva seguretat, si us plau, confirmeu la vostra contrasenya per a continuar.",
- "Forbidden": "Prohibit",
- "Forgot your password?": "Heu oblidat la vostra contrasenya?",
- "Forgot Your Password?": "Heu oblidat la vostra contrasenya?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Heu oblidat la vostra contrasenya? Cap problema. Només fer-nos saber la vostra adreça electrònica i us enviarem un enllaç per restablir la contrasenya que us permetrà triar-ne una de nova.",
- "Go to page :page": "Aneu a la pàgina :page",
- "Great! You have accepted the invitation to join the :team team.": "Genial! Heu acceptat la invitació a unir-se a l'equip :team.",
- "Hello!": "Hola!",
- "I agree to the :terms_of_service and :privacy_policy": "Estic d'acord a la :terms_of_service i :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Si és necessari, pots sortir de totes les altres sessions d'altres navegadors a través de tots els teus dispositius. Algunes de les últimes sessions s'enumeren a continuació; no obstant, aquesta llista pot no estar completa. Si creieu que el vostre compte pot estar compromès, hauríeu d'actualitzar la contrasenya.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Si ja teniu un compte, podeu acceptar aquesta invitació fent clic al botó de sota:",
- "If you did not create an account, no further action is required.": "Si no heu creat cap compte, no es requereix cap acció adicional.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Si no heu d'esperar a rebre una invitació per a aquest equip, pot descartar aquest correu electrònic.",
- "If you did not receive the email": "Si no heu rebut el correu",
- "If you did not request a password reset, no further action is required.": "Si no heu sol·licitat el restabliment de la contrasenya, obvieu aquest correu electrònic.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Si no disposeu d'un compte, podeu crear un fent clic al botó de sota. Després de crear un compte, vostè pot fer clic a la invitació acceptació botó en aquest email per acceptar l'equip invitació:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Si té algun problema per a fer clic al botó \":actionText\", copii i enganxi la següent URL al seu navegador web",
- "Last active": "Últim actiu",
- "Last used": "Última utilitzat",
- "Leave": "Deixar",
- "Leave Team": "Deixar Equip",
- "Log in": "Entrar",
- "Log Out": "Sortir",
- "Log Out Other Browser Sessions": "Tanca la sessió d'altres navegadors",
- "Login": "Entrar",
- "Logout": "Sortir",
- "Manage Account": "Gestionar Compte",
- "Manage and log out your active sessions on other browsers and devices.": "Administri i tanqui les seves sessions actives en altres navegadors i dispositius.",
- "Manage API Tokens": "Gestionar API Fitxes",
- "Manage Role": "Gestionar El Paper",
- "Manage Team": "Gestionar L'Equip De",
- "Name": "Nom",
- "New Password": "Contrasenya Nova",
- "Not Found": "No trobat",
- "of": "de",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Una vegada que un equip és eliminat, a tots els seus recursos i les dades es perdran permanentment esborrada. Abans d'esborrar aquest equip, si us plau, descarregui qualsevol de les dades o la informació relativa a aquest equip que voleu conservar.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Una vegada el vostre compte ha estat esborrat, a tots els seus recursos i les dades es perdran permanentment esborrada. Abans de suprimir el compte, si us plau, descarregui qualsevol dada o informació que desitgeu conservar.",
- "Page Expired": "Pàgina caducada",
- "Pagination Navigation": "Pagination Navegació",
- "Password": "Contrasenya",
- "Pending Team Invitations": "Pendents De L'Equip Invitacions",
- "Permanently delete this team.": "Per suprimir permanentment aquest equip.",
- "Permanently delete your account.": "Eliminar permanentment el teu compte.",
- "Permissions": "Permisos",
- "Photo": "Foto",
- "Please click the button below to verify your email address.": "Si us plau, feu clic al botó inferior per verificar la vostra adreça electrònica.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Si us plau, confirmeu l'accés al vostre compte per entrar a una de les emergències codis de recuperació.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Si us plau, confirmeu l'accés al vostre compte introduint el codi d'autenticació proporcionat per la vostra aplicació de google authenticator.",
- "Please confirm your password before continuing.": "Si us plau, confirmeu la vostra contrasenya abans de continuar.",
- "Please copy your new API token. For your security, it won't be shown again.": "Si us plau, copia la seva nova API token. Per a la seva seguretat, no es mostrarà de nou.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Si us plau, introduïu la vostra contrasenya per confirmar que voleu sortir de les altres sessions del navegador a través de tots els dispositius.",
- "Please provide the email address of the person you would like to add to this team.": "Si us plau, introduïu l'adreça electrònica de la persona que t'agradaria afegir a aquest equip.",
- "Privacy Policy": "Política De Privacitat",
- "Profile": "Perfil",
- "Profile Information": "Informació Del Perfil",
- "Recovery Code": "Codi De Recuperació",
- "Regards": "Salutacions",
- "Regenerate Recovery Codes": "Tornar A Generar Codis De Recuperació",
- "Register": "Registre",
- "Remember me": "Recordeu-vos de mi",
- "Remember Me": "Recorda'm",
- "Remove": "Eliminar",
- "Remove Photo": "Eliminar De La Foto",
- "Remove Team Member": "Eliminar El Membre De L'Equip",
- "Resend Verification Email": "Torneu A Enviar Correu Electrònic De Verificació",
- "Reset Password": "Restablir contrasenya",
- "Reset Password Notification": "Notificació de restabliment de contrasenya",
- "results": "resultats",
- "Role": "Paper",
- "Save": "Desar",
- "Saved.": "Salvat.",
- "Select A New Photo": "Seleccioneu Una Foto Nova",
- "Send Password Reset Link": "Envia'm enllaç per restablir la contrasenya",
- "Server Error": "Error del servidor",
- "Service Unavailable": "Servei no disponible",
- "Setup Key": "Clau de Configuració",
- "Show Recovery Codes": "Mostra Codis De Recuperació",
- "Showing": "Mostrant",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Guardar els codis de recuperació en la seguretat de la contrasenya d'administrador. Es pot utilitzar per a recuperar l'accés al vostre compte si les seves dues factor d'autenticació dispositiu està perdut.",
- "Switch Teams": "Canviar Equips",
- "Team Details": "Equip Detalls",
- "Team Invitation": "Equip Invitació",
- "Team Members": "Els Membres De L'Equip",
- "Team Name": "Nom De L'Equip",
- "Team Owner": "Equip Titular",
- "Team Settings": "L'Equip De Configuració",
- "Terms of Service": "Condicions del Servei",
- "The :attribute must be a valid role.": "La :attribute ha de ser vàlid paper.",
- "The :attribute must be at least :length characters and contain at least one number.": "La :attribute ha de tenir com a mínim :length caràcters i com a mínim un número.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "La :attribute ha de tenir com a mínim :length un caràcter, un caràcter especial i com a mínim un número.",
- "The :attribute must be at least :length characters and contain at least one special character.": "La :attribute ha de tenir com a mínim :length caràcters i un caràcter especial.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "La :attribute ha de tenir com a mínim :length caràcters i una lletra majuscula i un número.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "La :attribute ha de tenir com a mínim :length caràcters i una lletra majuscula i un caràcter especial.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "La :attribute ha de tenir com a mínim :length caràcters, una lletra majuscula, un número i un caràcter especial.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "La :attribute ha de tenir com a mínim :length caràcters i una lletra majuscula",
- "The :attribute must be at least :length characters.": "La :attribute ha de tenir com a mínim :length caràcters.",
- "The :attribute must contain at least one letter.": "La :attribute ha de tenir com a mínim una lletra.",
- "The :attribute must contain at least one number.": "La :attribute ha de tenir com a mínim un número.",
- "The :attribute must contain at least one symbol.": "La :attribute ha de tenir com a mínim un símbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "La :attribute ha de tenir com a mínim una lletra majúscula i una minúscula.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "La :attribute proporcionada s'ha vist compromesa en una filtració de dades. Trii una :attribute diferent.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "Contrasenya no és correcta.",
- "The provided password does not match your current password.": "La contrasenya que heu enviat no coincideix amb la vostra contrasenya actual.",
- "The provided password was incorrect.": "La contrasenya que heu enviat no era correcta.",
- "The provided two factor authentication code was invalid.": "Les dues factor codi d'autenticació, no era vàlida.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "El nom de l'equip i el propietari de la informació.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Aquestes persones han estat convidats al seu equip i han enviat una invitació per correu electrònic. Que poden entrar a l'equip per acceptar la invitació per correu electrònic.",
- "This device": "Aquest dispositiu",
- "This is a secure area of the application. Please confirm your password before continuing.": "Aquesta és una àrea de seguretat de l'aplicació. Si us plau, confirmeu la vostra contrasenya abans de continuar.",
- "This password does not match our records.": "Aquesta contrasenya no coincideix amb els nostres registres.",
- "This password reset link will expire in :count minutes.": "Aquest enllaç de restabliment de contrasenya caducarà en :count minuts.",
- "This user already belongs to the team.": "Aquest usuari ja pertany a l'equip.",
- "This user has already been invited to the team.": "Aquest usuari ja ha estat convidat a l'equip.",
- "to": "a",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "Per acabar d'habilitar l'autenticació de dos factors, escanegi el següent codi QR utilitzant l'aplicació d'autentificació del seu telèfon o ingressi la clau de configuració y proporcioni el codi OTP generat.",
- "Toggle navigation": "Commutar navegació",
- "Token Name": "Fitxa Nom",
- "Too Many Requests": "Massa peticions",
- "Two Factor Authentication": "Autenticació de doble factor",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "L'autenticació de dos factors està ara habilitada. Escanegi el següent codi QR utilitzant l'aplicació d'autentificació del seu telèfon o ingressi la clau de configuració.",
- "Unauthorized": "No autoritzat",
- "Unknown": "Unknown",
- "Update Password": "Actualitzar La Contrasenya",
- "Update your account's profile information and email address.": "Actualitzeu la informació del seu compte i l'adreça de correu electrònic",
- "Use a recovery code": "Utilitzar un codi de recuperació",
- "Use an authentication code": "Ús d'un codi d'autenticació",
- "Verify Email Address": "Confirmeu la vostra adreça electrònica",
- "Verify Your Email Address": "Confirmeu la vostra adreça electrònica",
- "We were unable to find a registered user with this email address.": "No hem pogut trobar un usuari registrat amb aquest correu electrònic.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Quan el factor d'autenticació en dos passos està habilitat, se us demanarà un token segur i aleatori durant l'autenticació. Podeu recuperar aquest token des del vostre telèfon de l'aplicació Google Authenticator.",
- "Whoops!": "Vaja!",
- "Whoops! Something went wrong.": "Vaja! Alguna cosa ha anat malament.",
- "You are logged in!": "Sessió iniciada!",
- "You are receiving this email because we received a password reset request for your account.": "Heu rebut aquest correu electrònic perquè s'ha solicitat el restabliment de la contrasenya per al vostre compte.",
- "You have been invited to join the :team team!": "Vostè ha estat convidat a unir-se a la :team equip!",
- "You have enabled two factor authentication.": "S'ha activat el factor d'autenticació en dos passos.",
- "You have not enabled two factor authentication.": "No heu activat el factor d'autenticació en dos passos.",
- "You may accept this invitation by clicking the button below:": "Pot acceptar la invitació fent clic al botó de baix:",
- "You may delete any of your existing tokens if they are no longer needed.": "Podeu suprimir qualsevol dels vostres fitxes si ja no són necessaris.",
- "You may not delete your personal team.": "No podeu suprimir el personal de l'equip.",
- "You may not leave a team that you created.": "No podeu deixar un equip que heu creat.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/ca/auth.php b/resources/lang/ca/auth.php
deleted file mode 100644
index 8d7e7a65..00000000
--- a/resources/lang/ca/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Aquestes credencials no concorden amb els nostres registres.',
- 'password' => 'La contrasenya és incorrecta.',
- 'throttle' => 'Ha superat el nombre màxim d\'intents d\'accés. Si us plau, torni a intentar-ho en :seconds segons.',
-];
diff --git a/resources/lang/ca/http-statuses.php b/resources/lang/ca/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/ca/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/ca/pagination.php b/resources/lang/ca/pagination.php
deleted file mode 100644
index b59cafef..00000000
--- a/resources/lang/ca/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Següent »',
- 'previous' => '« Anterior',
-];
diff --git a/resources/lang/ca/passwords.php b/resources/lang/ca/passwords.php
deleted file mode 100644
index c99cdb27..00000000
--- a/resources/lang/ca/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'La contrasenya s\'ha restablert!',
- 'sent' => 'Li hem enviat un correu electrònic amb un enllaç per a reiniciar la teva contrasenya!',
- 'throttled' => 'Si us plau, esperi abans de tornar-ho a intentar.',
- 'token' => 'Aquest token de recuperació de contrasenya és invàlid.',
- 'user' => 'No existeix cap usuari amb aquest correu.',
-];
diff --git a/resources/lang/ca/validation.php b/resources/lang/ca/validation.php
deleted file mode 100644
index 27d62e5f..00000000
--- a/resources/lang/ca/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute ha de ser acceptat.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute no és un URL vàlid.',
- 'after' => ':Attribute ha de ser una data posterior a :date.',
- 'after_or_equal' => ':Attribute ha de ser una data posterior o igual a :date.',
- 'alpha' => ':Attribute només pot contenir lletres.',
- 'alpha_dash' => ':Attribute només pot contenir lletres, números i guions.',
- 'alpha_num' => ':Attribute només pot contenir lletres i números.',
- 'array' => ':Attribute ha de ser una matriu.',
- 'attached' => 'Aquest :attribute ja té.',
- 'before' => ':Attribute ha de ser una data anterior a :date.',
- 'before_or_equal' => ':Attribute ha de ser una data anterior o igual a :date.',
- 'between' => [
- 'array' => ':Attribute ha de tenir entre :min - :max ítems.',
- 'file' => ':Attribute ha de pesar entre :min - :max kilobytes.',
- 'numeric' => ':Attribute ha d\'estar entre :min - :max.',
- 'string' => ':Attribute ha de tenir entre :min - :max caràcters.',
- ],
- 'boolean' => 'El camp :attribute ha de ser verdader o fals',
- 'confirmed' => 'La confirmació de :attribute no coincideix.',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute no és una data vàlida.',
- 'date_equals' => 'El :attribute ha de ser una data igual a :date.',
- 'date_format' => 'El camp :attribute no concorda amb el format :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute i :other han de ser diferents.',
- 'digits' => ':Attribute ha de tenir :digits dígits.',
- 'digits_between' => ':Attribute ha de tenir entre :min i :max dígits.',
- 'dimensions' => 'Les dimensions de la imatge :attribute no són vàlides.',
- 'distinct' => 'El camp :attribute té un valor duplicat.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute no és un e-mail vàlid',
- 'ends_with' => 'La :attribute ha d\'acabar amb una de les següents: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => ':Attribute és invàlid.',
- 'file' => 'El camp :attribute ha de ser un arxiu.',
- 'filled' => 'El camp :attribute és obligatori.',
- 'gt' => [
- 'array' => 'El :attribute ha de tenir més de :value ítems.',
- 'file' => 'El :attribute ha de ser superior a :value kilobytes.',
- 'numeric' => 'El :attribute ha de ser superior a :value.',
- 'string' => 'El :attribute ha de superar els :value caràcters.',
- ],
- 'gte' => [
- 'array' => 'El :attribute ha de tenir :value ítems o més.',
- 'file' => 'El :attribute ha de ser igual o superior a :value kilobytes.',
- 'numeric' => 'El :attribute ha de ser igual o superior a :value.',
- 'string' => 'El :attribute ha de ser igual o superior a :value caràcters.',
- ],
- 'image' => ':Attribute ha de ser una imatge.',
- 'in' => ':Attribute és invàlid',
- 'in_array' => 'El camp :attribute no existeix dintre de :other.',
- 'integer' => ':Attribute ha de ser un nombre enter.',
- 'ip' => ':Attribute ha de ser una adreça IP vàlida.',
- 'ipv4' => ':Attribute ha de ser una adreça IPv4 vàlida.',
- 'ipv6' => ':Attribute ha de ser una adreça IPv6 vàlida.',
- 'json' => 'El camp :attribute ha de ser una cadena JSON vàlida.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'El :attribute ha de tenir menys de :value ítems.',
- 'file' => 'El :attribute ha de ser inferior a :value kilobytes.',
- 'numeric' => 'El :attribute ha de ser inferior a :value.',
- 'string' => 'El :attribute no ha de superar els :value caràcters.',
- ],
- 'lte' => [
- 'array' => 'El :attribute no ha de tenir més de :value ítems.',
- 'file' => 'El :attribute ha de ser igual o inferior a :value kilobytes.',
- 'numeric' => 'El :attribute ha de ser igual o inferior a :value.',
- 'string' => 'El :attribute ha de ser igual o inferior a :value caràcters.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute no pot tenir més de :max ítems.',
- 'file' => ':Attribute no pot ser més gran que :max kilobytes.',
- 'numeric' => ':Attribute no pot ser més gran que :max.',
- 'string' => ':Attribute no pot ser més gran que :max caràcters.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute ha de ser un arxiu amb format: :values.',
- 'mimetypes' => ':Attribute ha de ser un arxiu amb format: :values.',
- 'min' => [
- 'array' => ':Attribute ha de tenir almenys :min ítems.',
- 'file' => 'El tamany de :attribute ha de ser d\'almenys :min kilobytes.',
- 'numeric' => 'El tamany de :attribute ha de ser d\'almenys :min.',
- 'string' => ':Attribute ha de contenir almenys :min caràcters.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'La :attribute ha de ser un múltiple de :value',
- 'not_in' => ':Attribute és invàlid.',
- 'not_regex' => 'El format de :attribute no és vàlid.',
- 'numeric' => ':Attribute ha de ser numèric.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'El camp :attribute ha d\'existir.',
- 'prohibited' => 'La :attribute camp està prohibit.',
- 'prohibited_if' => 'La :attribute camp és prohibida quan :other és :value.',
- 'prohibited_unless' => 'La :attribute camp és prohibida, tret que :other és en :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'El format de :attribute és invàlid.',
- 'relatable' => 'Aquesta :attribute no pot ser associada a aquest recurs.',
- 'required' => 'El camp :attribute és obligatori.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'El camp :attribute és obligatori quan :other és :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'El camp :attribute és obligatori a no ser que :other sigui a :values.',
- 'required_with' => 'El camp :attribute és obligatori quan hi ha :values.',
- 'required_with_all' => 'El camp :attribute és obligatori quan hi ha :values.',
- 'required_without' => 'El camp :attribute és obligatori quan no hi ha :values.',
- 'required_without_all' => 'El camp :attribute és obligatori quan no hi ha cap valor dels següents: :values.',
- 'same' => ':Attribute i :other han de coincidir.',
- 'size' => [
- 'array' => ':Attribute ha de contenir :size ítems.',
- 'file' => 'El tamany de :attribute ha de ser :size kilobytes.',
- 'numeric' => 'El tamany de :attribute ha de ser :size.',
- 'string' => ':Attribute ha de contenir :size caràcters.',
- ],
- 'starts_with' => 'El :attribute ha de començar per un dels valors següents: :values',
- 'string' => 'El camp :attribute ha de ser una cadena.',
- 'timezone' => 'El camp :attribute ha de ser una zona vàlida.',
- 'unique' => ':Attribute ja està registrat i no es pot repetir.',
- 'uploaded' => ':Attribute ha fallat al pujar.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute no és una adreça web vàlida.',
- 'uuid' => 'El :attribute ha de ser un indentificador únic universal (UUID) vàlid.',
- 'attributes' => [
- 'address' => 'adreça',
- 'age' => 'edat',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'cos',
- 'city' => 'ciutat',
- 'content' => 'contingut',
- 'country' => 'país',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'data',
- 'date_of_birth' => 'date of birth',
- 'day' => 'dia',
- 'deleted_at' => 'deleted at',
- 'description' => 'descripció',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'adreça electrònica',
- 'excerpt' => 'extracte',
- 'filter' => 'filter',
- 'first_name' => 'nom',
- 'gender' => 'gènere',
- 'group' => 'group',
- 'hour' => 'hora',
- 'image' => 'image',
- 'last_name' => 'cognom',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'missatge',
- 'middle_name' => 'middle name',
- 'minute' => 'minut',
- 'mobile' => 'mòbil',
- 'month' => 'mes',
- 'name' => 'nom',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'contrasenya',
- 'password_confirmation' => 'confirmació de la contrasenya',
- 'phone' => 'telèfon',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'preu',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'segon',
- 'sex' => 'sexe',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'assumpte',
- 'teacher' => 'teacher',
- 'terms' => 'termes',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'hora',
- 'title' => 'títol',
- 'updated_at' => 'updated at',
- 'username' => 'usuari',
- 'year' => 'any',
- ],
-];
diff --git a/resources/lang/cs.json b/resources/lang/cs.json
deleted file mode 100644
index a7f52a3e..00000000
--- a/resources/lang/cs.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "Na vaši e-mailovou adresu byl odeslán nový ověřovací odkaz.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Přijmout pozvání",
- "Add": "Přidat",
- "Add a new team member to your team, allowing them to collaborate with you.": "Přidejte do svého týmu nového člena týmu, který jim umožní spolupracovat s vámi.",
- "Add additional security to your account using two factor authentication.": "Přidejte do svého účtu další zabezpečení pomocí dvoufaktorové autentizace.",
- "Add Team Member": "Přidat člena týmu",
- "Added.": "Přidáno.",
- "Administrator": "Správce",
- "Administrator users can perform any action.": "Uživatelé správce mohou provádět jakoukoli akci.",
- "All of the people that are part of this team.": "Všichni lidé, kteří jsou součástí tohoto týmu.",
- "All rights reserved.": "Všechna práva vyhrazena.",
- "Already registered?": "Už jste se zaregistrovali?",
- "API Token": "API token",
- "API Token Permissions": "Oprávnění API tokenu",
- "API Tokens": "API tokeny",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API tokeny umožňují služby třetích stran ověřit pomocí naší aplikace vaším jménem.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Jste si jisti, že chcete tento tým smazat? Jakmile bude tým smazán, všechny jeho zdroje a data budou trvale smazány.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Jste si jisti, že chcete svůj účet smazat? Jakmile bude váš účet smazán, všechny jeho zdroje a data budou trvale smazány. Zadejte své heslo pro potvrzení, že chcete trvale smazat svůj účet.",
- "Are you sure you would like to delete this API token?": "Jste si jisti, že byste chtěli odstranit tento token API?",
- "Are you sure you would like to leave this team?": "Jste si jistý, že byste chtěl opustit tento tým?",
- "Are you sure you would like to remove this person from the team?": "Jste si jisti, že byste chtěli odstranit tuto osobu z týmu?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Relace Prohlížeče",
- "Cancel": "Zrušit",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Uzavřít",
- "Code": "Kód",
- "Confirm": "Potvrdit",
- "Confirm Password": "Kontrola hesla",
- "Create": "Vytvořit",
- "Create a new team to collaborate with others on projects.": "Vytvořte nový tým, který bude spolupracovat s ostatními na projektech.",
- "Create Account": "Vytvořit účet",
- "Create API Token": "Vytvořit API token",
- "Create New Team": "Vytvořit nový tým",
- "Create Team": "Vytvořit tým",
- "Created.": "Vytvořeno.",
- "Current Password": "Aktuální heslo",
- "Dashboard": "Panel",
- "Delete": "Odstranit",
- "Delete Account": "Smazat účet",
- "Delete API Token": "Smazat API token",
- "Delete Team": "Smazat tým",
- "Disable": "Zakázat",
- "Done.": "Hotovo.",
- "Edit Profile": "Edit Profile",
- "Editor": "Editor",
- "Editor users have the ability to read, create, and update.": "Uživatelé editoru mají možnost číst, vytvářet a aktualizovat.",
- "Email": "E-mail",
- "Email Address": "E-mailová Adresa",
- "Email Password Reset Link": "Odkaz na resetování hesla e-mailem",
- "Enable": "Povolit",
- "Ensure your account is using a long, random password to stay secure.": "Ujistěte se, že váš účet používá dlouhé, náhodné heslo, abyste zůstali v bezpečí.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Pro vaši bezpečnost potvrďte své heslo, abyste mohli pokračovat.",
- "Forbidden": "Zakázáno",
- "Forgot your password?": "Zapomněli jste heslo?",
- "Forgot Your Password?": "Zapomněli jste heslo?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Zapomněli jste heslo? Žádný problém. Dejte nám vědět vaši e-mailovou adresu a my vám zašleme e-mail s odkazem na resetování hesla, který vám umožní vybrat si novou.",
- "Go to page :page": "Přejít na stranu :page",
- "Great! You have accepted the invitation to join the :team team.": "Skvělé! Přijali jste pozvání do týmu :team.",
- "Hello!": "Zdravíme!",
- "I agree to the :terms_of_service and :privacy_policy": "Souhlasím s :terms_of_service a :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "V případě potřeby se můžete odhlásit ze všech ostatních relací prohlížeče ve všech zařízeních. Některé z vašich nedávných relací jsou uvedeny níže; tento seznam však nemusí být vyčerpávající. Pokud máte pocit, že váš účet byl ohrožen, měli byste také aktualizovat své heslo.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Pokud již máte účet, můžete tuto pozvánku přijmout kliknutím na tlačítko níže:",
- "If you did not create an account, no further action is required.": "Pokud jste nevytvořili účet, není třeba provádět žádné další akce.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Pokud jste neočekávali, že obdržíte pozvánku do tohoto týmu, můžete tento e-mail zrušit.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Pokud jste nežádali o obnovení hesla, zprávu smažte. Původní heslo zůstalo beze změny.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Pokud nemáte účet, můžete jej vytvořit kliknutím na tlačítko níže. Po vytvoření účtu můžete kliknutím na tlačítko pro přijetí pozvánky v tomto e-mailu přijmout pozvánku týmu:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Pokud máte potíže s klepnutím na tlačítko \":actionText\", zkopírujte a vložte\nníže uvedenou adresu URL do vašeho webového prohlížeče:",
- "Last active": "Poslední aktivní",
- "Last used": "Poslední použití",
- "Leave": "Opustit",
- "Leave Team": "Opustit tým",
- "Log in": "Přihlásit",
- "Log Out": "Odhlásit",
- "Log Out Other Browser Sessions": "Odhlásit další relace prohlížeče",
- "Login": "Přihlášení",
- "Logout": "Odhlášení",
- "Manage Account": "Správa účtu",
- "Manage and log out your active sessions on other browsers and devices.": "Správa a odhlášení aktivních relací v jiných prohlížečích a zařízeních.",
- "Manage API Tokens": "Správa API tokenů",
- "Manage Role": "Správa role",
- "Manage Team": "Správa týmu",
- "Name": "Jméno",
- "New Password": "Nové heslo",
- "Not Found": "Nenalezeno",
- "of": "z",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Jakmile bude tým smazán, všechny jeho zdroje a data budou trvale smazány. Před odstraněním tohoto týmu si prosím stáhněte všechna data nebo informace týkající se tohoto týmu, které si přejete zachovat.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Jakmile bude váš účet smazán, všechny jeho zdroje a data budou trvale smazány. Před smazáním účtu si prosím stáhněte všechna data nebo informace, které chcete zachovat.",
- "Page Expired": "Stránka vypršela",
- "Pagination Navigation": "Stránkování Navigace",
- "Password": "Heslo",
- "Pending Team Invitations": "Čekající pozvánky do týmů",
- "Permanently delete this team.": "Trvale smazat tento tým.",
- "Permanently delete your account.": "Trvale smazat svůj účet.",
- "Permissions": "Oprávnění",
- "Photo": "Fotografia",
- "Please click the button below to verify your email address.": "Klepnutím na tlačítko níže ověřte svou e-mailovou adresu.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Potvrďte přístup ke svému účtu zadáním jednoho z vašich kódů pro nouzové obnovení.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Potvrďte přístup ke svému účtu zadáním ověřovacího kódu poskytnutého aplikací authenticator.",
- "Please confirm your password before continuing.": "Před pokračováním prosím potvrďte své heslo.",
- "Please copy your new API token. For your security, it won't be shown again.": "Zkopírujte prosím svůj nový token API. Pro vaši bezpečnost se to znovu nezobrazí.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Zadejte heslo pro potvrzení, že se chcete odhlásit z ostatních relací prohlížeče ve všech zařízeních.",
- "Please provide the email address of the person you would like to add to this team.": "Uveďte prosím e-mailovou adresu osoby, kterou chcete přidat do tohoto týmu.",
- "Privacy Policy": "Soukromí",
- "Profile": "Profil",
- "Profile Information": "Profilové údaje",
- "Recovery Code": "Kód pro obnovení",
- "Regards": "S pozdravem",
- "Regenerate Recovery Codes": "Regenerovat Kódy Obnovy",
- "Register": "Registrace",
- "Remember me": "Pamatuj si mě",
- "Remember Me": "Zapamatovat",
- "Remove": "Odstranit",
- "Remove Photo": "Odstranit fotografii",
- "Remove Team Member": "Odebrat člena týmu",
- "Resend Verification Email": "Znovu odeslat ověřovací e-mail",
- "Reset Password": "Obnovit heslo",
- "Reset Password Notification": "Požadavek na obnovení hesla",
- "results": "výsledky",
- "Role": "Role",
- "Save": "Uložit",
- "Saved.": "Uloženo.",
- "Select A New Photo": "Vyberte novou fotografii",
- "Send Password Reset Link": "Poslat odkaz pro obnovení hesla",
- "Server Error": "Chyba serveru",
- "Service Unavailable": "Služba je nedostupná",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Zobrazit kódy pro obnovení",
- "Showing": "Zobrazení",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Uložte tyto kódy pro obnovení v bezpečném správci hesel. Mohou být použity k obnovení přístupu k vašemu účtu, pokud dojde ke ztrátě dvoufaktorového autentizačního zařízení.",
- "Switch Teams": "Přepnout týmy",
- "Team Details": "Podrobnosti o týmu",
- "Team Invitation": "Pozvánka do týmu",
- "Team Members": "tým",
- "Team Name": "Název týmu",
- "Team Owner": "Majitel týmu",
- "Team Settings": "Nastavení týmu",
- "Terms of Service": "podmínka",
- "The :attribute must be a valid role.": ":Attribute musí být platnou rolí.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute musí mít nejméně :length znaků a musí obsahovat alespoň jedno číslo.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute musí mít nejméně :length znaků a musí obsahovat alespoň jeden speciální znak a jedno číslo.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute musí mít nejméně :length znaků a musí obsahovat alespoň jeden speciální znak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute musí mít nejméně :length znaků a musí obsahovat alespoň jeden velký znak a jedno číslo.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute musí mít nejméně :length znaků a musí obsahovat alespoň jeden velký znak a jeden speciální znak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute musí mít nejméně :length znaků a musí obsahovat alespoň jeden velký znak, jedno číslo a jeden speciální znak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute musí mít nejméně :length znaků a musí obsahovat alespoň jedno velké písmeno.",
- "The :attribute must be at least :length characters.": ":Attribute musí mít nejméně :length znaků.",
- "The :attribute must contain at least one letter.": ":Attribute musí obsahovat alespoň jedno písmeno.",
- "The :attribute must contain at least one number.": ":Attribute musí obsahovat alespoň jedno číslo.",
- "The :attribute must contain at least one symbol.": ":Attribute musí obsahovat alespoň jeden speciální znak.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": ":Attribute musí obsahovat alespoň jedno velké a jedno malé písmeno.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": ":Attribute se objevilo při úniku dat. Vyberte prosím jiné :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "Nesprávné heslo.",
- "The provided password does not match your current password.": "Zadané heslo neodpovídá vašemu současnému heslu.",
- "The provided password was incorrect.": "Zadané heslo bylo nesprávné.",
- "The provided two factor authentication code was invalid.": "Poskytnutý dvoufaktorový ověřovací kód byl neplatný.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Jméno a informace o majiteli týmu.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Tito lidé byli pozváni do vašeho týmu a byly zaslány e-mail s pozvánkou. Mohou se připojit k týmu přijetím e-mailové pozvánky.",
- "This device": "Zařízení",
- "This is a secure area of the application. Please confirm your password before continuing.": "Jedná se o bezpečnou oblast aplikace. Před pokračováním potvrďte své heslo.",
- "This password does not match our records.": "Toto heslo neodpovídá našim záznamům.",
- "This password reset link will expire in :count minutes.": "Tento odkaz na obnovení hesla vyprší za :count minut.",
- "This user already belongs to the team.": "Tento uživatel již patří do týmu.",
- "This user has already been invited to the team.": "Tento uživatel již byl pozván do týmu.",
- "to": "na",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Přepnout navigaci",
- "Token Name": "Název tokenu",
- "Too Many Requests": "Příliš mnoho požadavků",
- "Two Factor Authentication": "Dvoufaktorová autentizace",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Neautorizováno",
- "Unknown": "Unknown",
- "Update Password": "Aktualizovat Heslo",
- "Update your account's profile information and email address.": "Aktualizujte informace o profilu svého účtu a e-mailovou adresu.",
- "Use a recovery code": "Použijte kód pro obnovení",
- "Use an authentication code": "Použijte ověřovací kód",
- "Verify Email Address": "Ověřte e-mailovou adresu",
- "Verify Your Email Address": "Ověřte svou e-mailovou adresu",
- "We were unable to find a registered user with this email address.": "Nebyli jsme schopni najít registrovaného uživatele s touto e-mailovou adresou.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Pokud je povolena dvoufaktorová autentizace, budete během ověřování vyzváni k bezpečnému náhodnému tokenu. Tento token můžete získat z aplikace Google Authenticator v telefonu.",
- "Whoops!": "Jejda!",
- "Whoops! Something went wrong.": "Jejda! Něco se pokazilo.",
- "You are logged in!": "Jste přihlášeni!",
- "You are receiving this email because we received a password reset request for your account.": "Tato zpráva vám byla doručena na základě žádosti pro obnovení hesla.",
- "You have been invited to join the :team team!": "Byli jste pozváni, abyste se připojili k týmu :team!",
- "You have enabled two factor authentication.": "Umožnili jste dvoufaktorové ověření.",
- "You have not enabled two factor authentication.": "Nepovolili jste dvoufaktorovou autentizaci.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Můžete odstranit některý z vašich stávajících žetonů, pokud již nejsou potřeba.",
- "You may not delete your personal team.": "Nesmíte smazat svůj osobní tým.",
- "You may not leave a team that you created.": "Nesmíte opustit tým, který jste vytvořili.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/cs/auth.php b/resources/lang/cs/auth.php
deleted file mode 100644
index 6eae8edb..00000000
--- a/resources/lang/cs/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Tyto přihlašovací údaje neodpovídají žadnému záznamu.',
- 'password' => 'Heslo je nesprávné.',
- 'throttle' => 'Příliš mnoho pokusů o přihlášení. Zkuste to prosím znovu za :seconds sekund.',
-];
diff --git a/resources/lang/cs/http-statuses.php b/resources/lang/cs/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/cs/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/cs/pagination.php b/resources/lang/cs/pagination.php
deleted file mode 100644
index 6d5822c2..00000000
--- a/resources/lang/cs/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'další »',
- 'previous' => '« předchozí',
-];
diff --git a/resources/lang/cs/passwords.php b/resources/lang/cs/passwords.php
deleted file mode 100644
index a37a0866..00000000
--- a/resources/lang/cs/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Heslo bylo obnoveno!',
- 'sent' => 'E-mail s instrukcemi k obnovení hesla byl odeslán!',
- 'throttled' => 'Počkejte prosím a zkuste to znovu.',
- 'token' => 'Klíč pro obnovu hesla je nesprávný.',
- 'user' => 'Nepodařilo se najít uživatele s touto e-mailovou adresou.',
-];
diff --git a/resources/lang/cs/validation.php b/resources/lang/cs/validation.php
deleted file mode 100644
index 52a978d5..00000000
--- a/resources/lang/cs/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute musí být přijat.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute není platnou URL adresou.',
- 'after' => ':Attribute musí být datum po :date.',
- 'after_or_equal' => ':Attribute musí být datum :date nebo pozdější.',
- 'alpha' => ':Attribute může obsahovat pouze písmena.',
- 'alpha_dash' => ':Attribute může obsahovat pouze písmena, číslice, pomlčky a podtržítka. České znaky (á, é, í, ó, ú, ů, ž, š, č, ř, ď, ť, ň) nejsou podporovány.',
- 'alpha_num' => ':Attribute může obsahovat pouze písmena a číslice.',
- 'array' => ':Attribute musí být pole.',
- 'attached' => 'Tento :attribute je již připojen.',
- 'before' => ':Attribute musí být datum před :date.',
- 'before_or_equal' => 'Datum :attribute musí být před nebo rovno :date.',
- 'between' => [
- 'array' => ':Attribute musí obsahovat nejméně :min a nesmí obsahovat více než :max prvků.',
- 'file' => ':Attribute musí být větší než :min a menší než :max Kilobytů.',
- 'numeric' => ':Attribute musí být hodnota mezi :min a :max.',
- 'string' => ':Attribute musí být delší než :min a kratší než :max znaků.',
- ],
- 'boolean' => ':Attribute musí být true nebo false',
- 'confirmed' => ':Attribute nesouhlasí.',
- 'current_password' => 'Současné heslo není spravné.',
- 'date' => ':Attribute musí být platné datum.',
- 'date_equals' => ':Attribute musí být datum shodné s :date.',
- 'date_format' => ':Attribute není platný formát data podle :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute a :other se musí lišit.',
- 'digits' => ':Attribute musí být :digits pozic dlouhé.',
- 'digits_between' => ':Attribute musí být dlouhé nejméně :min a nejvíce :max pozic.',
- 'dimensions' => ':Attribute má neplatné rozměry.',
- 'distinct' => ':Attribute má duplicitní hodnotu.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute není platný formát.',
- 'ends_with' => ':Attribute musí končit jednou z následujících hodnot: :values',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Zvolená hodnota pro :attribute není platná.',
- 'file' => ':Attribute musí být soubor.',
- 'filled' => ':Attribute musí být vyplněno.',
- 'gt' => [
- 'array' => 'Pole :attribute musí mít více prvků než :value.',
- 'file' => 'Velikost souboru :attribute musí být větší než :value kB.',
- 'numeric' => ':Attribute musí být větší než :value.',
- 'string' => 'Počet znaků :attribute musí být větší :value.',
- ],
- 'gte' => [
- 'array' => 'Pole :attribute musí mít :value prvků nebo více.',
- 'file' => 'Velikost souboru :attribute musí být větší nebo rovno :value kB.',
- 'numeric' => ':Attribute musí být větší nebo rovno :value.',
- 'string' => 'Počet znaků :attribute musí být větší nebo rovno :value.',
- ],
- 'image' => ':Attribute musí být obrázek.',
- 'in' => 'Zvolená hodnota pro :attribute je neplatná.',
- 'in_array' => ':Attribute není obsažen v :other.',
- 'integer' => ':Attribute musí být celé číslo.',
- 'ip' => ':Attribute musí být platnou IP adresou.',
- 'ipv4' => ':Attribute musí být platná IPv4 adresa.',
- 'ipv6' => ':Attribute musí být platná IPv6 adresa.',
- 'json' => ':Attribute musí být platný JSON řetězec.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute by měl obsahovat méně než :value položek.',
- 'file' => 'Velikost souboru :attribute musí být menší než :value kB.',
- 'numeric' => ':Attribute musí být menší než :value.',
- 'string' => ':Attribute musí obsahovat méně než :value znaků.',
- ],
- 'lte' => [
- 'array' => ':Attribute by měl obsahovat maximálně :value položek.',
- 'file' => 'Velikost souboru :attribute musí být menší než :value kB.',
- 'numeric' => ':Attribute musí být menší nebo rovno než :value.',
- 'string' => ':Attribute nesmí být delší než :value znaků.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute nemůže obsahovat více než :max prvků.',
- 'file' => 'Velikost souboru :attribute musí být menší než :value kB.',
- 'numeric' => ':Attribute nemůže být větší než :max.',
- 'string' => ':Attribute nemůže být delší než :max znaků.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute musí být jeden z následujících datových typů :values.',
- 'mimetypes' => ':Attribute musí být jeden z následujících datových typů :values.',
- 'min' => [
- 'array' => ':Attribute musí obsahovat více než :min prvků.',
- 'file' => ':Attribute musí být větší než :min kB.',
- 'numeric' => ':Attribute musí být větší než :min.',
- 'string' => ':Attribute musí být delší než :min znaků.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute musí být násobkem :value',
- 'not_in' => 'Zvolená hodnota pro :attribute je neplatná.',
- 'not_regex' => ':Attribute musí být regulární výraz.',
- 'numeric' => ':Attribute musí být číslo.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute musí být vyplněno.',
- 'prohibited' => 'Pole :attribute je zakázáno.',
- 'prohibited_if' => 'Pole :attribute je zakázáno, když je :other :value.',
- 'prohibited_unless' => 'Pole :attribute je zakázáno, pokud není rok :other v roce :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => ':Attribute nemá správný formát.',
- 'relatable' => 'Tento :attribute nemusí být spojen s tímto zdrojem.',
- 'required' => ':Attribute musí být vyplněno.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Attribute musí být vyplněno pokud :other je :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Attribute musí být vyplněno dokud :other je v :values.',
- 'required_with' => ':Attribute musí být vyplněno pokud :values je vyplněno.',
- 'required_with_all' => ':Attribute musí být vyplněno pokud :values je zvoleno.',
- 'required_without' => ':Attribute musí být vyplněno pokud :values není vyplněno.',
- 'required_without_all' => ':Attribute musí být vyplněno pokud není žádné z :values zvoleno.',
- 'same' => ':Attribute a :other se musí shodovat.',
- 'size' => [
- 'array' => ':Attribute musí obsahovat právě :size prvků.',
- 'file' => ':Attribute musí mít přesně :size Kilobytů.',
- 'numeric' => ':Attribute musí být přesně :size.',
- 'string' => ':Attribute musí být přesně :size znaků dlouhý.',
- ],
- 'starts_with' => ':Attribute musí začínat jednou z následujících hodnot: :values',
- 'string' => ':Attribute musí být řetězec znaků.',
- 'timezone' => ':Attribute musí být platná časová zóna.',
- 'unique' => ':Attribute musí být unikátní.',
- 'uploaded' => 'Nahrávání :attribute se nezdařilo.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Formát :attribute je neplatný.',
- 'uuid' => ':Attribute musí být validní UUID.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'heslo',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/cy.json b/resources/lang/cy.json
deleted file mode 100644
index 69009e0c..00000000
--- a/resources/lang/cy.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Derbyn Gwahoddiad",
- "Add": "Ychwanegu",
- "Add a new team member to your team, allowing them to collaborate with you.": "Ychwanegu aelod o'r tîm newydd yn eich tîm, gan eu galluogi i gydweithio gyda chi.",
- "Add additional security to your account using two factor authentication.": "Ychwanegu diogelwch ychwanegol at eich cyfrif gan ddefnyddio dau ffactor dilysu.",
- "Add Team Member": "Ychwanegu Aelod O'r Tîm",
- "Added.": "Ychwanegodd.",
- "Administrator": "Gweinyddwr",
- "Administrator users can perform any action.": "Gweinyddwr defnyddwyr yn gallu perfformio unrhyw gamau.",
- "All of the people that are part of this team.": "Mae pob un o'r bobl sy'n rhan o'r tîm hwn.",
- "All rights reserved.": "Cedwir pob hawl.",
- "Already registered?": "Eisoes wedi cofrestru?",
- "API Token": "API Tocyn",
- "API Token Permissions": "API Tocyn Caniatâd",
- "API Tokens": "API Tocynnau",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API tocynnau caniatáu i wasanaethau trydydd parti i ddilysu gyda ein cais ar eich rhan.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Ydych chi'n siŵr eich bod eisiau dileu y tîm hwn? Unwaith y bydd tîm yn cael ei ddileu, ei holl adnoddau data a fydd yn cael eu dileu yn barhaol.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Ydych chi'n siŵr eich bod am ddileu eich cyfrif? Unwaith y bydd eich cyfrif yn cael ei ddileu, ei holl adnoddau data a fydd yn cael eu dileu yn barhaol. Os gwelwch yn dda rhowch eich cyfrinair i gadarnhau y byddech yn hoffi i chi barhaol ddileu eich cyfrif.",
- "Are you sure you would like to delete this API token?": "A ydych yn sicr y byddech yn hoffi cael gwared ar y API tocyn?",
- "Are you sure you would like to leave this team?": "A ydych yn sicr y byddech yn hoffi i adael y tîm hwn?",
- "Are you sure you would like to remove this person from the team?": "A ydych yn sicr y byddech yn hoffi i gael gwared ar y person oddi ar y tîm?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Porwr Sesiynau",
- "Cancel": "Diddymu",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Yn agos",
- "Code": "Cod",
- "Confirm": "Gadarnhau",
- "Confirm Password": "Cadarnhau Cyfrinair",
- "Create": "Creu",
- "Create a new team to collaborate with others on projects.": "Creu tîm newydd i gydweithio gydag eraill ar brosiectau.",
- "Create Account": "Creu Cyfrif",
- "Create API Token": "Creu API Tocyn",
- "Create New Team": "Creu Tîm Newydd",
- "Create Team": "Creu Tîm",
- "Created.": "Creu.",
- "Current Password": "Cyfrinair Presennol",
- "Dashboard": "Dangosfwrdd",
- "Delete": "Dileu",
- "Delete Account": "Dileu Cyfrif",
- "Delete API Token": "Dileu API Tocyn",
- "Delete Team": "Dileu Tîm",
- "Disable": "Analluogi",
- "Done.": "Yn ei wneud.",
- "Edit Profile": "Edit Profile",
- "Editor": "Golygydd",
- "Editor users have the ability to read, create, and update.": "Golygydd defnyddwyr yn cael y gallu i ddarllen, creu, ac yn wybodaeth ddiweddaraf.",
- "Email": "E-bost",
- "Email Address": "Cyfeiriad E-Bost",
- "Email Password Reset Link": "E-Bost Ailosod Cyfrinair Cyswllt",
- "Enable": "Galluogi",
- "Ensure your account is using a long, random password to stay secure.": "Sicrhau bod eich cyfrif yn cael ei ddefnyddio hir, chyfrinair ar hap i aros yn ddiogel.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Ar gyfer eich diogelwch, os gwelwch yn dda gadarnhau eich cyfrinair i barhau.",
- "Forbidden": "Gwahardd",
- "Forgot your password?": "Wedi anghofio eich cyfrinair?",
- "Forgot Your Password?": "Wedi Anghofio Eich Cyfrinair?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Wedi anghofio eich cyfrinair? Dim problem. Dim ond gadewch i ni wybod eich cyfeiriad e-bost a byddwn yn e-bostio i chi ailosod cyfrinair yn ddolen a fydd yn eich galluogi i ddewis un newydd.",
- "Go to page :page": "Ewch i dudalen :page",
- "Great! You have accepted the invitation to join the :team team.": "Gwych! Rydych chi wedi derbyn y gwahoddiad i ymuno â'r :team tîm.",
- "Hello!": "Helo!",
- "I agree to the :terms_of_service and :privacy_policy": "Yr wyf yn cytuno i :terms_of_service a :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Os bydd angen, efallai y byddwch yn logio allan ar eich holl porwr arall sesiynau ar draws eich holl ddyfeisiau. Rhai o'ch sesiynau diweddar yn cael eu rhestru isod; fodd bynnag, efallai y gall y rhestr fod yn gyflawn. Os ydych yn teimlo bod eich cyfrif wedi cael ei gyfaddawdu, fe ddylech chi hefyd ddiweddaru eich cyfrinair.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Os ydych eisoes gennych gyfrif, efallai y byddwch yn derbyn y gwahoddiad hwn gan glicio ar y botwm isod:",
- "If you did not create an account, no further action is required.": "Os nad ydych wedi creu cyfrif, nid oes unrhyw gamau pellach yn angenrheidiol.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Os nad oeddech yn disgwyl derbyn gwahoddiad i tîm hwn, efallai y byddwch yn thaflwch y e-bost.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Os na wnaethoch ofyn am ailosod cyfrinair, nid oes unrhyw gamau pellach yn angenrheidiol.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Os nad ydych wedi cyfrif, efallai y byddwch yn creu un drwy glicio ar y botwm isod. Ar ôl creu cyfrif, efallai y byddwch yn cliciwch y gwahoddiad derbyn botwm yn y neges e-bost i dderbyn y gwahoddiad tîm:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Os ydych yn cael trafferth glicio ar y \":actionText\" botwm, copïo a gludo URL y nodir isod\ni mewn i eich porwr gwe:",
- "Last active": "Gweithredol diwethaf",
- "Last used": "Ddefnyddir diwethaf",
- "Leave": "Gadael",
- "Leave Team": "Gadael Tîm",
- "Log in": "Logio i mewn",
- "Log Out": "Yn Logio Allan",
- "Log Out Other Browser Sessions": "Logio Allan Porwr Arall Sesiynau",
- "Login": "Mewngofnodi",
- "Logout": "Allgofnodi",
- "Manage Account": "Rheoli Cyfrif",
- "Manage and log out your active sessions on other browsers and devices.": "Rheoli a logio allan eich gweithredol sesiynau ar porwyr eraill a dyfeisiau.",
- "Manage API Tokens": "Rheoli API Tocynnau",
- "Manage Role": "Rheoli Rôl",
- "Manage Team": "Rheoli Tîm",
- "Name": "Enw",
- "New Password": "Cyfrinair Newydd",
- "Not Found": "Nid Yw Dod O Hyd",
- "of": "o",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Unwaith y bydd tîm yn cael ei ddileu, ei holl adnoddau data a fydd yn cael eu dileu yn barhaol. Cyn dileu tîm hwn, os gwelwch yn dda lawrlwytho unrhyw ddata neu wybodaeth ynghylch y tîm yr ydych yn dymuno eu cadw.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Unwaith y bydd eich cyfrif yn cael ei ddileu, ei holl adnoddau data a fydd yn cael eu dileu yn barhaol. Cyn dileu eich cyfrif, os gwelwch yn dda lawrlwytho unrhyw ddata neu wybodaeth nad ydych yn dymuno cadw.",
- "Page Expired": "Tudalen Dod I Ben",
- "Pagination Navigation": "Tudaleniad Mordwyo",
- "Password": "Cyfrinair",
- "Pending Team Invitations": "Yr Arfaeth Tîm Gwahoddiadau",
- "Permanently delete this team.": "Yn barhaol yn cael gwared ar y tîm hwn.",
- "Permanently delete your account.": "Barhaol ddileu eich cyfrif.",
- "Permissions": "Caniatâd",
- "Photo": "Llun",
- "Please click the button below to verify your email address.": "Os gwelwch yn dda cliciwch ar y botwm isod i gadarnhau eich cyfeiriad e-bost.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Cadarnhewch os gwelwch yn dda mynediad at eich cyfrif trwy fynd i mewn i un o'ch argyfwng adferiad o godau.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Cadarnhewch os gwelwch yn dda mynediad at eich cyfrif trwy fynd i mewn i'r cod dilysu a ddarperir gan eich authenticator cais.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Os gwelwch yn dda copi eich newydd API tocyn. Ar gyfer eich diogelwch, ni fydd yn cael eu dangos unwaith eto.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Os gwelwch yn dda rhowch eich cyfrinair i gadarnhau y byddech yn hoffi i logio allan o'ch porwr arall sesiynau ar draws eich holl ddyfeisiau.",
- "Please provide the email address of the person you would like to add to this team.": "Rhowch y cyfeiriad e-bost yr unigolyn yr hoffech ei ychwanegu at y tîm hwn.",
- "Privacy Policy": "Polisi Preifatrwydd",
- "Profile": "Proffil",
- "Profile Information": "Gwybodaeth Proffil",
- "Recovery Code": "Adfer Cod",
- "Regards": "Cofion",
- "Regenerate Recovery Codes": "Adfywio Adfer Codau",
- "Register": "Gofrestr",
- "Remember me": "Cofiwch fi",
- "Remember Me": "Cofiwch Fi",
- "Remove": "Dileu",
- "Remove Photo": "Dynnu Llun",
- "Remove Team Member": "Dileu Aelod O'r Tîm",
- "Resend Verification Email": "Anfon Gwirio E-Bost",
- "Reset Password": "Ailosod Cyfrinair",
- "Reset Password Notification": "Ailosod Cyfrinair Hysbysiad",
- "results": "canlyniadau",
- "Role": "Rôl",
- "Save": "Arbed",
- "Saved.": "Arbed.",
- "Select A New Photo": "Dewiswch Llun Newydd",
- "Send Password Reset Link": "Anfon Cyfrinair Ailosod Cyswllt",
- "Server Error": "Gwall Gweinydd",
- "Service Unavailable": "Gwasanaeth Ddim Ar Gael",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Yn Dangos Adferiad O Godau",
- "Showing": "Yn dangos",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Siop mae'r rhain adferiad codau yn ddiogel rheolwr cyfrinair. Gellir eu defnyddio i adennill mynediad at eich cyfrif os bydd eich dau ffactor dilysu dyfais yn cael ei golli.",
- "Switch Teams": "Newid Timau",
- "Team Details": "Tîm Manylion",
- "Team Invitation": "Tîm Gwahoddiad",
- "Team Members": "Aelodau'r Tîm",
- "Team Name": "Enw'r Tîm",
- "Team Owner": "Tîm Perchennog",
- "Team Settings": "Tîm Lleoliadau",
- "Terms of Service": "Telerau Gwasanaeth",
- "The :attribute must be a valid role.": "Y :attribute rhaid iddo fod yn ddilys rôl.",
- "The :attribute must be at least :length characters and contain at least one number.": "Y :attribute rhaid iddo fod o leiaf :length cymeriadau ac yn cynnwys o leiaf un rhif.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "Y :attribute rhaid iddo fod o leiaf :length cymeriadau ac yn cynnwys o leiaf un cymeriad arbennig ac un rhif.",
- "The :attribute must be at least :length characters and contain at least one special character.": "Y :attribute rhaid iddo fod o leiaf :length cymeriadau ac yn cynnwys o leiaf un cymeriad arbennig.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "Y :attribute rhaid iddo fod o leiaf :length cymeriadau ac yn cynnwys o leiaf un priflythyren gymeriad ac un rhif.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "Y :attribute rhaid iddo fod o leiaf :length cymeriadau ac yn cynnwys o leiaf un priflythyren gymeriad ac un ar gymeriad arbennig.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "Y :attribute rhaid iddo fod o leiaf :length y cymeriadau ac yn cynnwys o leiaf un priflythyren gymeriad, un rhif ac un nod arbennig.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "Y :attribute rhaid iddo fod o leiaf :length cymeriadau ac yn cynnwys o leiaf un priflythyren cymeriad.",
- "The :attribute must be at least :length characters.": "Y :attribute rhaid iddo fod o leiaf :length cymeriadau.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Y cyfrinair a ddarperir yn cyd-fynd â eich cyfrinair presennol.",
- "The provided password was incorrect.": "Y darperir cyfrinair yn anghywir.",
- "The provided two factor authentication code was invalid.": "Y ddau ffactor cod dilysu yn annilys.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Mae'r tîm yn enw'r perchennog a gwybodaeth.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Mae'r bobl hyn wedi cael eu gwahodd i eich tîm, ac wedi cael eich anfon gwahoddiad e-bost. Efallai y byddant yn ymuno â'r tîm drwy dderbyn y gwahoddiad e-bost.",
- "This device": "Mae'r ddyfais hon",
- "This is a secure area of the application. Please confirm your password before continuing.": "Mae hyn yn sicrhau ardal y cais. Os gwelwch yn dda gadarnhau eich cyfrinair cyn parhau.",
- "This password does not match our records.": "Mae'r cyfrinair yn cyfateb ein cofnodion.",
- "This password reset link will expire in :count minutes.": "Mae hyn yn ailosod cyfrinair ddolen yn dod i ben yn :count munud.",
- "This user already belongs to the team.": "Defnyddiwr hwn eisoes yn perthyn i'r tîm.",
- "This user has already been invited to the team.": "Defnyddiwr hwn eisoes wedi cael ei gwahodd i'r tîm.",
- "to": "i",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Toggle mordwyo",
- "Token Name": "Tocyn Enw",
- "Too Many Requests": "Gormod O Geisiadau",
- "Two Factor Authentication": "Dau Ffactor Dilysu",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Heb awdurdod",
- "Unknown": "Unknown",
- "Update Password": "Diweddariad Cyfrinair",
- "Update your account's profile information and email address.": "Diweddaru eich cyfrif proffil wybodaeth a chyfeiriad e-bost.",
- "Use a recovery code": "Defnyddio adferiad cod",
- "Use an authentication code": "Ddefnyddio cod dilysu",
- "Verify Email Address": "Gwirio Cyfeiriad E-Bost",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Roeddem yn gallu dod o hyd i ddefnyddiwr cofrestredig gyda'r cyfeiriad e-bost hwn.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Pan fydd dau ffactor dilysu yn cael ei alluogi, byddwch yn cael eich annog i sicrhau, tocyn ar hap yn ystod y dilysu. Efallai y byddwch yn adfer y tocyn oddi wrth eich ffôn Google Authenticator cais.",
- "Whoops!": "Wps!",
- "Whoops! Something went wrong.": "Wps! Aeth rhywbeth o'i le.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Rydych yn derbyn yr e-bost hwn oherwydd rydym yn derbyn cyfrinair ailosod cais am eich cyfrif.",
- "You have been invited to join the :team team!": "Rydych wedi cael eich gwahodd i ymuno â'r :team tîm!",
- "You have enabled two factor authentication.": "Ydych chi wedi galluogi dau ffactor dilysu.",
- "You have not enabled two factor authentication.": "Nid ydych wedi galluogi dau ffactor dilysu.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Efallai y byddwch yn cael gwared ar unrhyw un o'r presennol eich tocynnau os nad oes eu hangen mwyach.",
- "You may not delete your personal team.": "Efallai nad ydych yn dileu personol eich tîm.",
- "You may not leave a team that you created.": "Efallai nad ydych yn gadael y tîm yr ydych yn ei greu.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/cy/auth.php b/resources/lang/cy/auth.php
deleted file mode 100644
index ac43d864..00000000
--- a/resources/lang/cy/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'These credentials do not match our records.',
- 'password' => 'Mae\'r cyfrinair yn anghywir.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
-];
diff --git a/resources/lang/cy/http-statuses.php b/resources/lang/cy/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/cy/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/cy/pagination.php b/resources/lang/cy/pagination.php
deleted file mode 100644
index 707f13ee..00000000
--- a/resources/lang/cy/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Nesaf »',
- 'previous' => '« Cynt',
-];
diff --git a/resources/lang/cy/passwords.php b/resources/lang/cy/passwords.php
deleted file mode 100644
index b4e6a4f7..00000000
--- a/resources/lang/cy/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Mae dy gyfrinair wedi ei ail-osod!',
- 'sent' => 'Rydym wedi e-bostio\'r ddolen i ail-osod y cyfrinair!',
- 'throttled' => 'Os gwelwch yn dda aros cyn wrthi\'n ailgynnig.',
- 'token' => 'Nid yw\'r tocyn ail-osod cyfrinair yn ddilys.',
- 'user' => 'Ni oes gennym ddefnyddiwr gyda\'r cyfeiriad e-bost yna.',
-];
diff --git a/resources/lang/cy/validation.php b/resources/lang/cy/validation.php
deleted file mode 100644
index 2d94290c..00000000
--- a/resources/lang/cy/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Rhaid derbyn :attribute.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => 'Nid yw :attribute yn URL dilys.',
- 'after' => 'Rhaid i :attribute fod yn ddyddiad sydd ar ôl :date.',
- 'after_or_equal' => 'Y :attribute rhaid iddo fod yn ddyddiad ar ôl neu yn hafal i :date.',
- 'alpha' => 'Dim ond llythrennau\'n unig gall :attribute gynnwys.',
- 'alpha_dash' => 'Dim ond llythrennau, rhifau a dash yn unig gall :attribute gynnwys.',
- 'alpha_num' => 'Dim ond llythrennau a rhifau yn unig gall :attribute gynnwys.',
- 'array' => 'Rhaid i :attribute fod yn array.',
- 'attached' => 'Mae hyn yn :attribute eisoes ynghlwm.',
- 'before' => 'Rhaid i :attribute fod yn ddyddiad sydd cyn :date.',
- 'before_or_equal' => 'Y :attribute rhaid iddo fod yn ddyddiad cyn neu yn hafal i :date.',
- 'between' => [
- 'array' => 'Rhaid i :attribute fod rhwng :min a :max eitem.',
- 'file' => 'Rhaid i :attribute fod rhwng :min a :max kilobytes.',
- 'numeric' => 'Rhaid i :attribute fod rhwng :min a :max.',
- 'string' => 'Rhaid i :attribute fod rhwng :min a :max nodyn.',
- ],
- 'boolean' => 'Rhaid i\'r maes :attribute fod yn wir neu gau.',
- 'confirmed' => 'Nid yw\'r cadarnhad :attribute yn gyfwerth.',
- 'current_password' => 'The password is incorrect.',
- 'date' => 'Nid yw :attribute yn ddyddiad dilys.',
- 'date_equals' => 'Y :attribute rhaid dyddiad cyfartal i :date.',
- 'date_format' => 'Nid yw :attribute yn y fformat :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'Rhaid i :attribute a :other fod yn wahanol.',
- 'digits' => 'Rhaid i :attribute fod yn :digits digid.',
- 'digits_between' => 'Rhaid i :attribute fod rhwng :min a :max digid.',
- 'dimensions' => 'Y :attribute wedi annilys ddelwedd dimensiynau.',
- 'distinct' => 'Y :attribute maes wedi dyblyg gwerth.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'Rhaid i :attribute fod yn gyfeiriad ebost dilys.',
- 'ends_with' => 'Y :attribute rhaid i ben gydag un o\'r canlynol: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Nid yw :attribute yn ddilys.',
- 'file' => ':Attribute rhaid iddo fod yn y ffeil.',
- 'filled' => 'Rhaid cynnwys :attribute.',
- 'gt' => [
- 'array' => 'The :attribute must have more than :value items.',
- 'file' => 'The :attribute must be greater than :value kilobytes.',
- 'numeric' => 'The :attribute must be greater than :value.',
- 'string' => 'The :attribute must be greater than :value characters.',
- ],
- 'gte' => [
- 'array' => 'The :attribute must have :value items or more.',
- 'file' => 'The :attribute must be greater than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be greater than or equal :value.',
- 'string' => 'The :attribute must be greater than or equal :value characters.',
- ],
- 'image' => 'Rhaid i :attribute fod yn lun.',
- 'in' => 'Nid yw :attribute yn ddilys.',
- 'in_array' => 'Y :attribute maes nad yw\'n bodoli yn :other.',
- 'integer' => 'Rhaid i :attribute fod yn integer.',
- 'ip' => 'Rhaid i :attribute fod yn gyfeiriad IP dilys.',
- 'ipv4' => 'Y :attribute rhaid iddo fod yn ddilys ar IPv4 cyfeiriad.',
- 'ipv6' => 'Y :attribute rhaid iddo fod yn ddilys cyfeiriad IPv6.',
- 'json' => 'Y :attribute rhaid iddo fod yn ddilys JSON llinyn.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'The :attribute must have less than :value items.',
- 'file' => 'The :attribute must be less than :value kilobytes.',
- 'numeric' => 'The :attribute must be less than :value.',
- 'string' => 'The :attribute must be less than :value characters.',
- ],
- 'lte' => [
- 'array' => 'The :attribute must not have more than :value items.',
- 'file' => 'The :attribute must be less than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be less than or equal :value.',
- 'string' => 'The :attribute must be less than or equal :value characters.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'Ni chai :attribute fod yn fwy na :max eitem.',
- 'file' => 'Ni chai :attribute fod yn fwy na :max kilobytes.',
- 'numeric' => 'Ni chai :attribute fod yn fwy na :max.',
- 'string' => 'Ni chai :attribute fod yn fwy na :max nodyn.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'Rhaid i :attribute fod yn ffeil o\'r math: :values.',
- 'mimetypes' => 'Rhaid i :attribute fod yn ffeil o\'r math: :values.',
- 'min' => [
- 'array' => 'Rhaid i :attribute fod o leiaf :min eitem.',
- 'file' => 'Rhaid i :attribute fod o leiaf :min kilobytes.',
- 'numeric' => 'Rhaid i :attribute fod o leiaf :min.',
- 'string' => 'Rhaid i :attribute fod o leiaf :min nodyn.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'Y :attribute rhaid iddo fod yn lluosrif o :value',
- 'not_in' => 'Nid yw :attribute yn ddilys.',
- 'not_regex' => 'Y :attribute fformat annilys.',
- 'numeric' => 'Rhaid i :attribute fod yn rif.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'Y :attribute maes rhaid i fod yn bresennol.',
- 'prohibited' => 'Y :attribute maes yn cael ei wahardd.',
- 'prohibited_if' => 'Y :attribute maes yn cael ei wahardd pan :other yn :value.',
- 'prohibited_unless' => 'Y :attribute maes yn cael ei wahardd oni bai :other yn :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'Nid yw fformat :attribute yn ddilys.',
- 'relatable' => 'Mae hyn yn :attribute efallai na fod yn gysylltiedig â\'r adnodd hwn.',
- 'required' => 'Rhaid cynnwys :attribute.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'Rhaid cynnwys :attribute pan mae :other yn :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'Y :attribute maes yn ofynnol oni bai bod :other yn :values.',
- 'required_with' => 'Rhaid cynnwys :attribute pan mae :values yn bresennol.',
- 'required_with_all' => 'Rhaid cynnwys :attribute pan mae :values yn bresennol.',
- 'required_without' => 'Rhaid cynnwys :attribute pan nad oes :values yn bresennol.',
- 'required_without_all' => 'Rhaid cynnwys :attribute pan nad oes :values yn bresennol.',
- 'same' => 'Rhaid i :attribute a :other fod yn gyfwerth.',
- 'size' => [
- 'array' => 'Rhaid i :attribute fod yn :size eitem.',
- 'file' => 'Rhaid i :attribute fod yn :size kilobytes.',
- 'numeric' => 'Rhaid i :attribute fod yn :size.',
- 'string' => 'Rhaid i :attribute fod yn :size nodyn.',
- ],
- 'starts_with' => 'Y :attribute rhaid dechrau gydag un o\'r canlynol: :values.',
- 'string' => 'Y :attribute rhaid iddo fod yn llinyn.',
- 'timezone' => 'Rhaid i :attribute fod yn timezone dilys.',
- 'unique' => 'Mae :attribute eisoes yn bodoli.',
- 'uploaded' => 'Y :attribute wedi methu â llwytho i fyny.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Nid yw fformat :attribute yn ddilys.',
- 'uuid' => 'Y :attribute rhaid iddo fod yn ddilys UUID.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/da.json b/resources/lang/da.json
deleted file mode 100644
index d9cc2acf..00000000
--- a/resources/lang/da.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Accepter Invitation",
- "Add": "Tilføje",
- "Add a new team member to your team, allowing them to collaborate with you.": "Tilføj et nyt teammedlem til dit team, så de kan samarbejde med dig.",
- "Add additional security to your account using two factor authentication.": "Tilføj ekstra sikkerhed til din konto ved hjælp af tofaktorautentisering.",
- "Add Team Member": "Tilføj Teammedlem",
- "Added.": "Tilføjet.",
- "Administrator": "Administrator",
- "Administrator users can perform any action.": "Administratorbrugere kan udføre enhver handling.",
- "All of the people that are part of this team.": "Alle de mennesker, der er en del af dette hold.",
- "All rights reserved.": "Alle rettigheder forbeholdes.",
- "Already registered?": "Allerede registreret?",
- "API Token": "API-Token",
- "API Token Permissions": "API Token tilladelser",
- "API Tokens": "API Tokens",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API-tokens tillader tredjepartstjenester at godkende med vores applikation på dine vegne.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Er du sikker på, at du vil slette dette hold? Når et hold er slettet, vil alle dets ressourcer og data blive slettet permanent.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Er du sikker på, at du vil slette din konto? Når din konto er slettet, vil alle sine ressourcer og data blive slettet permanent. Indtast din adgangskode for at bekræfte, at du vil slette din konto permanent.",
- "Are you sure you would like to delete this API token?": "Er du sikker på, at du gerne vil slette dette API-token?",
- "Are you sure you would like to leave this team?": "Er du sikker på, du gerne vil forlade dette hold?",
- "Are you sure you would like to remove this person from the team?": "Er du sikker på, at du gerne vil fjerne denne person fra holdet?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Browser Sessioner",
- "Cancel": "Annullere",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Lukke",
- "Code": "Kode",
- "Confirm": "Bekræfte",
- "Confirm Password": "Bekræft password",
- "Create": "Skabe",
- "Create a new team to collaborate with others on projects.": "Opret et nyt team til at samarbejde med andre om projekter.",
- "Create Account": "Opret En Bruger",
- "Create API Token": "Opret API-Token",
- "Create New Team": "Opret Nyt Hold",
- "Create Team": "Opret Hold",
- "Created.": "Oprettet.",
- "Current Password": "Nuværende Adgangskode",
- "Dashboard": "Dashboard",
- "Delete": "Slette",
- "Delete Account": "Slet Konto",
- "Delete API Token": "Slet API-Token",
- "Delete Team": "Slet Hold",
- "Disable": "Deaktivere",
- "Done.": "Gjort.",
- "Edit Profile": "Edit Profile",
- "Editor": "Editor",
- "Editor users have the ability to read, create, and update.": "Editor brugere har mulighed for at læse, oprette og opdatere.",
- "Email": "Mail",
- "Email Address": "mailadresse",
- "Email Password Reset Link": "Link Til Nulstilling Af E-Mail-Adgangskode",
- "Enable": "Aktivere",
- "Ensure your account is using a long, random password to stay secure.": "Sørg for, at din konto bruger en lang, tilfældig adgangskode for at forblive sikker.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "For din sikkerhed, skal du bekræfte din adgangskode for at fortsætte.",
- "Forbidden": "Forbudt",
- "Forgot your password?": "Glemt din adgangskode?",
- "Forgot Your Password?": "Glemt dit password?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Glemt din adgangskode? Intet problem. Bare lad os vide din e-mail-adresse, og vi vil e-maile dig et link til nulstilling af adgangskode, der giver dig mulighed for at vælge en ny.",
- "Go to page :page": "Gå til side :page",
- "Great! You have accepted the invitation to join the :team team.": "Fedt! Du har accepteret invitationen til at deltage i :team-holdet.",
- "Hello!": "Hej!",
- "I agree to the :terms_of_service and :privacy_policy": "Jeg accepterer :terms_of_service og :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Hvis det er nødvendigt, kan du logge ud af alle dine andre bro .ser sessioner på tværs af alle dine enheder. Nogle af dine seneste sessioner er angivet nedenfor; denne liste er dog muligvis ikke udtømmende. Hvis du føler, at din konto er blevet kompromitteret, skal du også opdatere din adgangskode.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Hvis du allerede har en konto, kan du acceptere denne invitation ved at klikke på knappen nedenfor:",
- "If you did not create an account, no further action is required.": "Hvis du ikke har oprettet en konto skal du ikke gøre mere.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Hvis du ikke forventede at modtage en invitation til dette team, kan du kassere denne e-mail.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Hvis du ikke har anmodet om nulstilling af password skal du ikke foretage dig mere.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Hvis du ikke har en konto, kan du oprette en ved at klikke på knappen nedenfor. Når du har oprettet en konto, kan du klikke på invitationsknappen i denne e-mail for at acceptere teaminvitationen:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Hvis du har problemer med at klikke på \":actionText\", kan du kopiere nedenstående URL ind en web-browser:",
- "Last active": "Sidste aktive",
- "Last used": "Sidst brugt",
- "Leave": "Forlade",
- "Leave Team": "Forlad Hold",
- "Log in": "Login",
- "Log Out": "Log Ud",
- "Log Out Other Browser Sessions": "Log Af Andre Bro Browsersessioner",
- "Login": "Log ind",
- "Logout": "Log ud",
- "Manage Account": "Administrer Konto",
- "Manage and log out your active sessions on other browsers and devices.": "Administrer og log af dine aktive sessioner på andre bro .sere og enheder.",
- "Manage API Tokens": "Administrer API-Tokens",
- "Manage Role": "Administrer Rolle",
- "Manage Team": "Administrer Team",
- "Name": "Navn",
- "New Password": "Nyt Kodeord",
- "Not Found": "Ikke fundet",
- "of": "af",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Når et hold er slettet, vil alle dets ressourcer og data blive slettet permanent. Før du sletter dette hold, skal du Do .nloade alle data eller oplysninger om dette hold, som du ønsker at beholde.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Når din konto er slettet, vil alle sine ressourcer og data blive slettet permanent. Før du sletter din konto, skal du Do .nloade alle data eller oplysninger, som du ønsker at beholde.",
- "Page Expired": "Siden er udløbet",
- "Pagination Navigation": "Pagination Navigation",
- "Password": "Adgangskode",
- "Pending Team Invitations": "Ventende Team Invitationer",
- "Permanently delete this team.": "Slet dette hold permanent.",
- "Permanently delete your account.": "Slet din konto permanent.",
- "Permissions": "Tilladelse",
- "Photo": "Foto",
- "Please click the button below to verify your email address.": "Klik på knappen nedenfor for at verificere din email-adresse.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Bekræft adgang til din konto ved at indtaste en af dine emergency recovery-koder.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Bekræft adgangen til din konto ved at indtaste den godkendelseskode, der leveres af din godkendelsesapplikation.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Kopier venligst dit nye API-token. For din sikkerhed, vil det ikke blive vist igen.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Indtast din adgangskode for at bekræfte, at du gerne vil logge ud af dine andre bro .sersessioner på alle dine enheder.",
- "Please provide the email address of the person you would like to add to this team.": "Angiv venligst e-mail-adressen på den person, du gerne vil tilføje til dette team.",
- "Privacy Policy": "Fortrolighedspolitik",
- "Profile": "Profil",
- "Profile Information": "profiloplysninger",
- "Recovery Code": "Gendannelseskode",
- "Regards": "Med venlig hilsen",
- "Regenerate Recovery Codes": "Regenerere Inddrivelse Koder",
- "Register": "Registrér",
- "Remember me": "Husk mig",
- "Remember Me": "Forbliv logget ind",
- "Remove": "Fjerne",
- "Remove Photo": "Fjern Foto",
- "Remove Team Member": "Fjern Teammedlem",
- "Resend Verification Email": "Send Bekræftelses-E-Mail Igen",
- "Reset Password": "Nulstil password",
- "Reset Password Notification": "Notifikation til nulstilling af password",
- "results": "Resultat",
- "Role": "Rolle",
- "Save": "Spare",
- "Saved.": "Gemt.",
- "Select A New Photo": "Vælg Et Nyt Foto",
- "Send Password Reset Link": "Send link til nulstilling af password",
- "Server Error": "Server-fejl",
- "Service Unavailable": "Service utilgængelig",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Vis Inddrivelse Koder",
- "Showing": "Vise",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Opbevar disse gendannelseskoder i en sikker adgangskodeadministrator. De kan bruges til at gendanne adgang til din konto, hvis din tofaktorautentificeringsenhed går tabt.",
- "Switch Teams": "Skift Hold",
- "Team Details": "Team Detaljer",
- "Team Invitation": "Team Invitation",
- "Team Members": "kontoteammedlemmer",
- "Team Name": "Holdets Navn",
- "Team Owner": "Team Ejer",
- "Team Settings": "Teamindstillinger",
- "Terms of Service": "Servicevilkår",
- "The :attribute must be a valid role.": ":Attribute skal være en gyldig rolle.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute skal være på mindst :length tegn og indeholde mindst et tal.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute skal være mindst :length tegn og indeholde mindst et specialtegn og et tal.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute skal være mindst :length tegn og indeholde mindst et specialtegn.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute skal være mindst :length tegn og indeholde mindst et stort bogstav og et tal.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute skal være mindst :length tegn og indeholde mindst et stort bogstav og et specialtegn.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute skal være på mindst :length tegn og indeholde mindst et stort Tegn, et tal og et specialtegn.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute skal være mindst :length tegn og indeholde mindst et stort tegn.",
- "The :attribute must be at least :length characters.": ":Attribute skal være mindst :length tegn.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Den angivne adgangskode svarer ikke til din nuværende adgangskode.",
- "The provided password was incorrect.": "Den angivne adgangskode var forkert.",
- "The provided two factor authentication code was invalid.": "Den medfølgende to faktor autentificering kode var ugyldig.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Holdets navn og ejer oplysninger.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Disse mennesker er blevet inviteret til dit team og er blevet sendt en invitation email. De kan deltage i teamet ved at acceptere e-mailinvitationen.",
- "This device": "Denne enhed",
- "This is a secure area of the application. Please confirm your password before continuing.": "Dette er et sikkert område af ansøgningen. Bekræft din adgangskode, før du fortsætter.",
- "This password does not match our records.": "Denne adgangskode stemmer ikke overens med vores poster.",
- "This password reset link will expire in :count minutes.": "Password-link vil udløbe om :count minutter.",
- "This user already belongs to the team.": "Denne bruger tilhører allerede teamet.",
- "This user has already been invited to the team.": "Denne bruger er allerede blevet inviteret til holdet.",
- "to": "at",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Skift navigation",
- "Token Name": "Token Navn",
- "Too Many Requests": "For mange forespørgsler",
- "Two Factor Authentication": "To Faktor Autentificering",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Uautoriseret",
- "Unknown": "Unknown",
- "Update Password": "Opdater Adgangskode",
- "Update your account's profile information and email address.": "Opdater din kontos profiloplysninger og e-mailadresse.",
- "Use a recovery code": "Brug en gendannelseskode",
- "Use an authentication code": "Brug en godkendelseskode",
- "Verify Email Address": "Bekræft email-adresse",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Vi kunne ikke finde en registreret bruger med denne e-mail-adresse.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Når tofaktorautentisering er aktiveret, bliver du bedt om et sikkert, tilfældigt token under godkendelse. Du kan hente dette token fra telefonens Google Authenticator-applikation.",
- "Whoops!": "Ups!",
- "Whoops! Something went wrong.": "Ups! Noget gik galt.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Du modtager denne email fordi vi har modtaget en anmodning om nulstilling af passwordet for din konto.",
- "You have been invited to join the :team team!": "Du er blevet inviteret til at deltage i :team holdet!",
- "You have enabled two factor authentication.": "Du har aktiveret tofaktorautentisering.",
- "You have not enabled two factor authentication.": "Du har ikke aktiveret tofaktorautentisering.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Du kan slette nogen af dine eksisterende tokens, hvis de ikke længere er nødvendige.",
- "You may not delete your personal team.": "Du må ikke slette dit personlige team.",
- "You may not leave a team that you created.": "Du må ikke forlade et hold, som du har oprettet.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/da/auth.php b/resources/lang/da/auth.php
deleted file mode 100644
index 36ff306e..00000000
--- a/resources/lang/da/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'De angivne oplysninger er ugyldige.',
- 'password' => 'Adgangskoden er forkert.',
- 'throttle' => 'For mange loginforsøg. Prøv igen om :seconds sekunder.',
-];
diff --git a/resources/lang/da/http-statuses.php b/resources/lang/da/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/da/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/da/pagination.php b/resources/lang/da/pagination.php
deleted file mode 100644
index 1fd5c363..00000000
--- a/resources/lang/da/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Næste »',
- 'previous' => '« Forrige',
-];
diff --git a/resources/lang/da/passwords.php b/resources/lang/da/passwords.php
deleted file mode 100644
index 37ef28f7..00000000
--- a/resources/lang/da/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Adgangskoden er blevet nulstillet!',
- 'sent' => 'Vi har sendt dig en e-mail til at nulstille din adgangskode!',
- 'throttled' => 'Vent venligst inden du prøver igen.',
- 'token' => 'Koden til nulstilling af adgangskoden er ugyldig.',
- 'user' => 'Vi kan ikke finde en bruger med den e-mailadresse.',
-];
diff --git a/resources/lang/da/validation.php b/resources/lang/da/validation.php
deleted file mode 100644
index 3eb3f983..00000000
--- a/resources/lang/da/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute skal accepteres.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute er ikke en gyldig URL.',
- 'after' => ':Attribute skal være en dato efter :date.',
- 'after_or_equal' => ':Attribute skal være en dato efter eller lig med :date.',
- 'alpha' => ':Attribute må kun bestå af bogstaver.',
- 'alpha_dash' => ':Attribute må kun bestå af bogstaver, tal og bindestreger.',
- 'alpha_num' => ':Attribute må kun bestå af bogstaver og tal.',
- 'array' => ':Attribute skal være et array.',
- 'attached' => 'Denne :attribute er allerede vedhæftet.',
- 'before' => ':Attribute skal være en dato før :date.',
- 'before_or_equal' => ':Attribute skal være en dato før eller lig med :date.',
- 'between' => [
- 'array' => ':Attribute skal indeholde mellem :min og :max elementer.',
- 'file' => ':Attribute skal være mellem :min og :max kilobytes.',
- 'numeric' => ':Attribute skal være mellem :min og :max.',
- 'string' => ':Attribute skal være mellem :min og :max tegn.',
- ],
- 'boolean' => ':Attribute skal være sand eller falsk.',
- 'confirmed' => ':Attribute er ikke det samme som bekræftelsesfeltet.',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute er ikke en gyldig dato.',
- 'date_equals' => ':Attribute skal være en dato lig med :date.',
- 'date_format' => ':Attribute matcher ikke formatet :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute og :other skal være forskellige.',
- 'digits' => ':Attribute skal have :digits cifre.',
- 'digits_between' => ':Attribute skal have mellem :min og :max cifre.',
- 'dimensions' => ':Attribute har forkerte billeddimensioner.',
- 'distinct' => ':Attribute har en duplikatværdi.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute skal være en gyldig e-mailadresse.',
- 'ends_with' => ':Attribute skal ende med et af følgende: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Valgte :attribute er ugyldig.',
- 'file' => ':Attribute skal være en fil.',
- 'filled' => ':Attribute skal udfyldes.',
- 'gt' => [
- 'array' => ':Attribute skal være mere end :value elementer.',
- 'file' => ':Attribute skal være større end :value kilobytes.',
- 'numeric' => ':Attribute skal være større end :value.',
- 'string' => ':Attribute skal være mere end :value tegn.',
- ],
- 'gte' => [
- 'array' => ':Attribute skal have :value elementer eller mere.',
- 'file' => ':Attribute skal være større end eller lig med :value kilobytes.',
- 'numeric' => ':Attribute skal være større end eller lig med :value.',
- 'string' => ':Attribute skal være mere end eller lig med :value tegn.',
- ],
- 'image' => ':Attribute skal være et billede.',
- 'in' => 'Valgte :attribute er ugyldig.',
- 'in_array' => ':Attribute eksisterer ikke i :other.',
- 'integer' => ':Attribute skal være et heltal.',
- 'ip' => ':Attribute skal være en gyldig IP adresse.',
- 'ipv4' => ':Attribute skal være en gyldig IPv4 adresse.',
- 'ipv6' => ':Attribute skal være en gyldig IPv6 adresse.',
- 'json' => ':Attribute skal være en gyldig JSON streng.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute skal have mindre end :value items.',
- 'file' => ':Attribute skal være mindre end :value kilobytes.',
- 'numeric' => ':Attribute skal være mindre end :value.',
- 'string' => ':Attribute skal være mindre end :value tegn.',
- ],
- 'lte' => [
- 'array' => ':Attribute må ikke have mere end :value elementer.',
- 'file' => ':Attribute skal være mindre eller lig med :value kilobytes.',
- 'numeric' => ':Attribute skal være mindre eller lig med :value.',
- 'string' => ':Attribute skal være mindre eller lig med :value tegn.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute må ikke indeholde mere end :max elementer.',
- 'file' => ':Attribute må ikke være større end :max kilobytes.',
- 'numeric' => ':Attribute må ikke være større end :max.',
- 'string' => ':Attribute må ikke være mere end :max tegn.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute skal være en fil af typen: :values.',
- 'mimetypes' => ':Attribute skal være en fil af typen: :values.',
- 'min' => [
- 'array' => ':Attribute skal indeholde mindst :min elementer.',
- 'file' => ':Attribute skal være mindst :min kilobytes.',
- 'numeric' => ':Attribute skal være mindst :min.',
- 'string' => ':Attribute skal være mindst :min tegn.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute skal være et multiplum af :value',
- 'not_in' => 'Valgte :attribute er ugyldig.',
- 'not_regex' => 'Formatet for :attribute er ugyldigt.',
- 'numeric' => ':Attribute skal være et tal.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute skal være tilstede.',
- 'prohibited' => ':Attribute-feltet er forbudt.',
- 'prohibited_if' => 'Feltet :attribute er forbudt, når :other er :value.',
- 'prohibited_unless' => ':Attribute-feltet er forbudt, medmindre :other er i :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => ':Attribute formatet er ugyldigt.',
- 'relatable' => 'Denne :attribute er muligvis ikke knyttet til denne ressource.',
- 'required' => ':Attribute skal udfyldes.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Attribute skal udfyldes når :other er :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Attribute er påkrævet med mindre :other findes i :values.',
- 'required_with' => ':Attribute skal udfyldes når :values er udfyldt.',
- 'required_with_all' => ':Attribute skal udfyldes når :values er udfyldt.',
- 'required_without' => ':Attribute skal udfyldes når :values ikke er udfyldt.',
- 'required_without_all' => ':Attribute skal udfyldes når ingen af :values er udfyldt.',
- 'same' => ':Attribute og :other skal være ens.',
- 'size' => [
- 'array' => ':Attribute skal indeholde :size elementer.',
- 'file' => ':Attribute skal være :size kilobytes.',
- 'numeric' => ':Attribute skal være :size.',
- 'string' => ':Attribute skal være :size tegn lang.',
- ],
- 'starts_with' => ':Attribute skal starte med én af følgende: :values.',
- 'string' => ':Attribute skal være en streng.',
- 'timezone' => ':Attribute skal være en gyldig tidszone.',
- 'unique' => ':Attribute er allerede taget.',
- 'uploaded' => ':Attribute fejlede i upload.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute formatet er ugyldigt.',
- 'uuid' => ':Attribute skal være en gyldig UUID.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/de_CH.json b/resources/lang/de_CH.json
deleted file mode 100644
index ada8164d..00000000
--- a/resources/lang/de_CH.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Einladung annehmen",
- "Add": "Hinzufügen",
- "Add a new team member to your team, allowing them to collaborate with you.": "Fügen Sie ein neues Teammitglied zu Ihrem Team hinzu und erlauben Sie ihm mit Ihnen zusammenzuarbeiten.",
- "Add additional security to your account using two factor authentication.": "Fügen Sie Ihrem Konto zusätzliche Sicherheit hinzu, indem Sie die Zwei-Faktor-Authentifizierung verwenden.",
- "Add Team Member": "Teammitglied hinzufügen",
- "Added.": "Hinzugefügt.",
- "Administrator": "Administrator",
- "Administrator users can perform any action.": "Administratoren können jede Aktion durchführen.",
- "All of the people that are part of this team.": "Alle Personen, die Teil dieses Teams sind.",
- "All rights reserved.": "Alle Rechte vorbehalten.",
- "Already registered?": "Bereits registriert?",
- "API Token": "API-Token",
- "API Token Permissions": "API-Token-Berechtigungen",
- "API Tokens": "API-Token",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "Mit API-Token können sich Dienste von Drittanbietern in Ihrem Namen bei unserer Anwendung authentifizieren.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Möchten Sie dieses Team wirklich löschen? Sobald ein Team gelöscht wird, werden alle Ressourcen und Daten dauerhaft gelöscht.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Möchten Sie Ihr Konto wirklich löschen? Sobald Ihr Konto gelöscht wurde, werden alle Ressourcen und Daten dauerhaft gelöscht. Bitte geben Sie Ihr Passwort ein, um zu bestätigen, dass Sie Ihr Konto dauerhaft löschen möchten.",
- "Are you sure you would like to delete this API token?": "Möchten Sie dieses API-Token wirklich löschen?",
- "Are you sure you would like to leave this team?": "Sind Sie sicher, dass Sie dieses Team verlassen möchten?",
- "Are you sure you would like to remove this person from the team?": "Sind Sie sicher, dass Sie diese Person aus dem Team entfernen möchten?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Browsersitzungen",
- "Cancel": "Abbrechen",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Schliessen",
- "Code": "Code",
- "Confirm": "Bestätigen",
- "Confirm Password": "Passwort bestätigen",
- "Create": "Erstellen",
- "Create a new team to collaborate with others on projects.": "Erstellen Sie ein neues Team, um mit anderen an Projekten zusammenzuarbeiten.",
- "Create Account": "Neues Konto registrieren",
- "Create API Token": "API-Token erstellen",
- "Create New Team": "Neues Team erstellen",
- "Create Team": "Team erstellen",
- "Created.": "Erstellt.",
- "Current Password": "Derzeitiges Passwort",
- "Dashboard": "Dashboard",
- "Delete": "Löschen",
- "Delete Account": "Account löschen",
- "Delete API Token": "API-Token löschen",
- "Delete Team": "Team löschen",
- "Disable": "Deaktivieren",
- "Done.": "Erledigt.",
- "Edit Profile": "Edit Profile",
- "Editor": "Editor",
- "Editor users have the ability to read, create, and update.": "Editor-Benutzer haben die Möglichkeit, zu lesen, zu erstellen und zu aktualisieren.",
- "Email": "E-Mail",
- "Email Address": "E-Mail Adresse",
- "Email Password Reset Link": "Link zum Zurücksetzen des Passwortes zusenden",
- "Enable": "Aktivieren",
- "Ensure your account is using a long, random password to stay secure.": "Stellen Sie sicher, dass Ihr Konto ein langes, zufälliges Passwort verwendet, um die Sicherheit zu gewährleisten.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Um fortzufahren, bestätigen Sie zu Ihrer Sicherheit bitte Ihr Passwort.",
- "Forbidden": "Verboten",
- "Forgot your password?": "Passwort vergessen?",
- "Forgot Your Password?": "Passwort vergessen?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Haben Sie Ihr Passwort vergessen? Kein Problem. Teilen Sie uns einfach Ihre E-Mail-Adresse mit und wir senden Ihnen per E-Mail einen Link zum Zurücksetzen des Passworts, über den Sie ein Neues auswählen können.",
- "Go to page :page": "Gehe zur Seite :page",
- "Great! You have accepted the invitation to join the :team team.": "Grossartig! Sie haben die Einladung zur Teilnahme am :team angenommen.",
- "Hello!": "Hallo!",
- "I agree to the :terms_of_service and :privacy_policy": "Ich akzeptiere die :terms_of_service und die :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Falls erforderlich, können Sie sich von all Ihren anderen Browser-Sitzungen auf allen Ihren Geräten abmelden. Einige Ihrer letzten Sitzungen sind unten aufgeführt; diese Liste ist jedoch möglicherweise nicht vollständig. Wenn Sie glauben, dass Ihr Konto kompromittiert wurde, sollten Sie auch Ihr Passwort aktualisieren.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Wenn Sie bereits ein Konto haben, können Sie diese Einladung annehmen, indem Sie auf die Schaltfläche unten klicken:",
- "If you did not create an account, no further action is required.": "Wenn Sie kein Konto erstellt haben, sind keine weiteren Handlungen nötig.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Wenn Sie keine Einladung zu diesem Team erwartet haben, kann das E-Mail gelöscht werden.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Wenn Sie kein Zurücksetzen des Passworts beantragt haben, sind keine weiteren Handlungen nötig.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Wenn Sie kein Konto haben, können Sie ein Konto erstellen, indem Sie auf die Schaltfläche unten klicken. Nach dem Erstellen eines Kontos können Sie in dieser E-Mail auf die Schaltfläche zur Annahme der Einladung klicken, um die Teameinladung anzunehmen:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Wenn Sie Schwierigkeiten haben, die \":actionText\"-Schaltfläche zu drücken, fügen Sie bitte die folgende Adresse in Ihren Browser ein:",
- "Last active": "Zuletzt aktiv",
- "Last used": "Zuletzt verwendet",
- "Leave": "Verlassen",
- "Leave Team": "Team verlassen",
- "Log in": "Einloggen",
- "Log Out": "Abmelden",
- "Log Out Other Browser Sessions": "Andere Browser-Sitzungen abmelden",
- "Login": "Anmelden",
- "Logout": "Abmelden",
- "Manage Account": "Account verwalten",
- "Manage and log out your active sessions on other browsers and devices.": "Verwalten und Abmelden Ihrer aktiven Sitzungen in anderen Browsern und auf anderen Geräten.",
- "Manage API Tokens": "API-Token verwalten",
- "Manage Role": "Rolle verwalten",
- "Manage Team": "Team verwalten",
- "Name": "Name",
- "New Password": "Neues Passwort",
- "Not Found": "Nicht gefunden",
- "of": "von",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Sobald ein Team gelöscht wird, werden alle Ressourcen und Daten dauerhaft gelöscht. Laden Sie vor dem Löschen dieses Teams alle Daten oder Informationen zu diesem Team herunter, die Sie behalten möchten.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Sobald Ihr Konto gelöscht wurde, werden alle Ressourcen und Daten dauerhaft gelöscht. Laden Sie vor dem Löschen Ihres Kontos alle Daten oder Informationen herunter, die Sie behalten möchten.",
- "Page Expired": "Seite abgelaufen",
- "Pagination Navigation": "Seitennummerierungsnavigation",
- "Password": "Passwort",
- "Pending Team Invitations": "Ausstehende Team Einladungen",
- "Permanently delete this team.": "Löschen Sie dieses Team dauerhaft.",
- "Permanently delete your account.": "Löschen Sie Ihren Account dauerhaft.",
- "Permissions": "Berechtigungen",
- "Photo": "Foto",
- "Please click the button below to verify your email address.": "Bitte klicken Sie auf die Schaltfläche, um Ihre E-Mail-Adresse zu bestätigen.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Bitte bestätigen Sie den Zugriff auf Ihr Konto, indem Sie einen Ihrer Notfall-Wiederherstellungscodes eingeben.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Bitte bestätigen Sie den Zugriff auf Ihr Konto, indem Sie den von Ihrer Authentifizierungsanwendung bereitgestellten Authentifizierungscode eingeben.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Bitte kopieren Sie Ihren neuen API-Token. Zu Ihrer Sicherheit wird er nicht mehr angezeigt",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Bitte geben Sie Ihr Passwort ein, um zu bestätigen, dass Sie sich von Ihren anderen Browser-Sitzungen auf allen Ihren Geräten abmelden möchten.",
- "Please provide the email address of the person you would like to add to this team.": "Bitte geben Sie die E-Mail-Adresse der Person an, die Sie diesem Team hinzufügen möchten.",
- "Privacy Policy": "Datenschutzerklärung",
- "Profile": "Profil",
- "Profile Information": "Profilinformationen",
- "Recovery Code": "Wiederherstellungscode",
- "Regards": "Mit freundlichen Grüssen",
- "Regenerate Recovery Codes": "Wiederherstellungscodes neu generieren",
- "Register": "Registrieren",
- "Remember me": "Angemeldet bleiben",
- "Remember Me": "Angemeldet bleiben",
- "Remove": "Entfernen",
- "Remove Photo": "Foto entfernen",
- "Remove Team Member": "Teammitglied entfernen",
- "Resend Verification Email": "Bestätigungslink erneut senden",
- "Reset Password": "Passwort zurücksetzen",
- "Reset Password Notification": "Benachrichtigung zum Zurücksetzen des Passworts",
- "results": "Ergebnisse",
- "Role": "Rolle",
- "Save": "Speichern",
- "Saved.": "Gespeichert",
- "Select A New Photo": "Wählen Sie ein neues Foto aus",
- "Send Password Reset Link": "Link zum Zurücksetzen des Passworts senden",
- "Server Error": "Interner Fehler",
- "Service Unavailable": "Service nicht verfügbar",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Zeige die Wiederherstellungscodes",
- "Showing": "Zeige",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Speichern Sie diese Wiederherstellungscodes in einem sicheren Passwortmanager. Sie können verwendet werden, um den Zugriff auf Ihr Konto wiederherzustellen, wenn Ihr Zwei-Faktor-Authentifizierungsgerät verloren geht.",
- "Switch Teams": "Teams wechseln",
- "Team Details": "Teamdetails",
- "Team Invitation": "Team Einladung",
- "Team Members": "Teammitglieder",
- "Team Name": "Teamname",
- "Team Owner": "Teambesitzer",
- "Team Settings": "Teameinstellungen",
- "Terms of Service": "Nutzungsbedingungen",
- "The :attribute must be a valid role.": ":Attribute muss eine gültige Rolle sein.",
- "The :attribute must be at least :length characters and contain at least one number.": "Das :attribute muss aus mindestens :length Zeichen bestehen und mindestens eine Zahl enthalten.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "Das :attribute muss mindestens :length Zeichen lang sein und mindestens ein Sonderzeichen und eine Zahl enthalten.",
- "The :attribute must be at least :length characters and contain at least one special character.": "Das :attribute muss aus mindestens :length Zeichen bestehen und mindestens ein Sonderzeichen enthalten.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "Das :attribute muss aus mindestens :length Zeichen bestehen und mindestens einen Grossbuchstaben und eine Zahl enthalten.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "Das :attribute muss aus mindestens :length Zeichen bestehen und mindestens einen Grossbuchstaben und ein Sonderzeichen enthalten.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "Das :attribute muss aus mindestens :length Zeichen bestehen und mindestens einen Grossbuchstaben, eine Zahl und ein Sonderzeichen enthalten.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "Das :attribute muss aus mindestens :length Zeichen bestehen und mindestens einen Grossbuchstaben enthalten.",
- "The :attribute must be at least :length characters.": "Das :attribute muss aus mindestens :length Zeichen bestehen.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Das angegebene Passwort stimmt nicht mit Ihrem aktuellen Passwort überein.",
- "The provided password was incorrect.": "Das angegebene Passwort war falsch.",
- "The provided two factor authentication code was invalid.": "Der angegebene Zwei-Faktor-Authentifizierungscode war ungültig.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Der Name des Teams und Informationen zum Besitzer.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Diese Personen wurden zu Ihrem Team eingeladen und haben eine Einladungs-E-Mail erhalten. Sie können dem Team beitreten, indem sie die E-Mail-Einladung annehmen.",
- "This device": "Dieses Gerät",
- "This is a secure area of the application. Please confirm your password before continuing.": "Dies ist ein sicherer Bereich der Anwendung. Bitte geben Sie Ihr Passwort ein, bevor Sie fortfahren.",
- "This password does not match our records.": "Dieses Passwort ist uns nicht bekannt.",
- "This password reset link will expire in :count minutes.": "Dieser Link zum Zurücksetzen des Passworts läuft in :count Minuten ab.",
- "This user already belongs to the team.": "Dieser Benutzer gehört bereits zum Team.",
- "This user has already been invited to the team.": "Dieser Benutzer wurde bereits in dieses Team eingeladen.",
- "to": "bis",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Navigation umschalten",
- "Token Name": "Tokenname",
- "Too Many Requests": "Zu viele Anfragen",
- "Two Factor Authentication": "Zwei-Faktor-Authentifizierung",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Nicht autorisiert",
- "Unknown": "Unknown",
- "Update Password": "Passwort aktualisieren",
- "Update your account's profile information and email address.": "Aktualisieren Sie die Profilinformationen und die E-Mail-Adresse Ihres Kontos.",
- "Use a recovery code": "Verwenden Sie einen Wiederherstellungscode",
- "Use an authentication code": "Verwenden Sie einen Authentifizierungscode",
- "Verify Email Address": "E-Mail-Adresse bestätigen",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Wir konnten keinen registrierten Benutzer mit dieser E-Mail-Adresse finden.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Wenn die Zwei-Faktor-Authentifizierung aktiviert ist, werden Sie während der Authentifizierung zur Eingabe eines sicheren, zufälligen Tokens aufgefordert. Sie können dieses Token aus der Google Authenticator-Anwendung Ihres Telefons abrufen.",
- "Whoops!": "Ups!",
- "Whoops! Something went wrong.": "Ups, etwas ist schief gelaufen.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Sie erhalten diese E-Mail, weil wir einen Antrag auf eine Zurücksetzung Ihres Passworts bekommen haben.",
- "You have been invited to join the :team team!": "Sie wurden eingeladen dem Team :team beizutreten!",
- "You have enabled two factor authentication.": "Sie haben die Zwei-Faktor-Authentifizierung aktiviert.",
- "You have not enabled two factor authentication.": "Sie haben die Zwei-Faktor-Authentifizierung nicht aktiviert.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Sie können alle vorhandenen Token löschen, wenn sie nicht mehr benötigt werden.",
- "You may not delete your personal team.": "Sie können Ihr persönliches Team nicht löschen.",
- "You may not leave a team that you created.": "Sie können ein von Ihnen erstelltes Team nicht verlassen.",
- "Your email address is unverified.": "Your email address is unverified."
-}
diff --git a/resources/lang/de_CH/auth.php b/resources/lang/de_CH/auth.php
deleted file mode 100644
index b9b93be7..00000000
--- a/resources/lang/de_CH/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Diese Kombination aus Zugangsdaten wurde nicht in unserer Datenbank gefunden.',
- 'password' => 'Das Passwort ist falsch.',
- 'throttle' => 'Zu viele Loginversuche. Versuchen Sie es bitte in :seconds Sekunden nochmal.',
-];
diff --git a/resources/lang/de_CH/http-statuses.php b/resources/lang/de_CH/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/de_CH/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/de_CH/pagination.php b/resources/lang/de_CH/pagination.php
deleted file mode 100644
index c912b5d4..00000000
--- a/resources/lang/de_CH/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Weiter »',
- 'previous' => '« Zurück',
-];
diff --git a/resources/lang/de_CH/passwords.php b/resources/lang/de_CH/passwords.php
deleted file mode 100644
index e7587079..00000000
--- a/resources/lang/de_CH/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Das Passwort wurde zurückgesetzt!',
- 'sent' => 'Passworterinnerung wurde gesendet!',
- 'throttled' => 'Bitte warten Sie, bevor Sie es erneut versuchen.',
- 'token' => 'Der Passwort-Wiederherstellungs-Schlüssel ist ungültig oder abgelaufen.',
- 'user' => 'Es konnte leider kein Nutzer mit dieser E-Mail-Adresse gefunden werden.',
-];
diff --git a/resources/lang/de_CH/validation.php b/resources/lang/de_CH/validation.php
deleted file mode 100644
index b68ed232..00000000
--- a/resources/lang/de_CH/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute muss akzeptiert werden.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute ist keine gültige Internet-Adresse.',
- 'after' => ':Attribute muss ein Datum nach dem :date sein.',
- 'after_or_equal' => ':Attribute muss ein Datum nach dem :date oder gleich dem :date sein.',
- 'alpha' => ':Attribute darf nur aus Buchstaben bestehen.',
- 'alpha_dash' => ':Attribute darf nur aus Buchstaben, Zahlen, Binde- und Unterstrichen bestehen.',
- 'alpha_num' => ':Attribute darf nur aus Buchstaben und Zahlen bestehen.',
- 'array' => ':Attribute muss ein Array sein.',
- 'attached' => ':Attribute ist bereits angehängt.',
- 'before' => ':Attribute muss ein Datum vor dem :date sein.',
- 'before_or_equal' => ':Attribute muss ein Datum vor dem :date oder gleich dem :date sein.',
- 'between' => [
- 'array' => ':Attribute muss zwischen :min & :max Elemente haben.',
- 'file' => ':Attribute muss zwischen :min & :max Kilobytes gross sein.',
- 'numeric' => ':Attribute muss zwischen :min & :max liegen.',
- 'string' => ':Attribute muss zwischen :min & :max Zeichen lang sein.',
- ],
- 'boolean' => ':Attribute muss entweder \'true\' oder \'false\' sein.',
- 'confirmed' => ':Attribute stimmt nicht mit der Bestätigung überein.',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute muss ein gültiges Datum sein.',
- 'date_equals' => ':Attribute muss ein Datum gleich dem :date sein.',
- 'date_format' => ':Attribute entspricht nicht dem gültigen Format für :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute und :other müssen sich unterscheiden.',
- 'digits' => ':Attribute muss :digits Stellen haben.',
- 'digits_between' => ':Attribute muss zwischen :min und :max Stellen haben.',
- 'dimensions' => ':Attribute hat ungültige Bildabmessungen.',
- 'distinct' => ':Attribute beinhaltet einen bereits vorhandenen Wert.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute muss eine gültige E-Mail-Adresse sein.',
- 'ends_with' => ':Attribute muss eine der folgenden Endungen aufweisen: :values',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Der gewählte Wert für :attribute ist ungültig.',
- 'file' => ':Attribute muss eine Datei sein.',
- 'filled' => ':Attribute muss ausgefüllt sein.',
- 'gt' => [
- 'array' => ':Attribute muss mindestens :value Elemente haben.',
- 'file' => ':Attribute muss mindestens :value Kilobytes gross sein.',
- 'numeric' => ':Attribute muss mindestens :value sein.',
- 'string' => ':Attribute muss mindestens :value Zeichen lang sein.',
- ],
- 'gte' => [
- 'array' => ':Attribute muss grösser oder gleich :value Elemente haben.',
- 'file' => ':Attribute muss grösser oder gleich :value Kilobytes sein.',
- 'numeric' => ':Attribute muss grösser oder gleich :value sein.',
- 'string' => ':Attribute muss grösser oder gleich :value Zeichen lang sein.',
- ],
- 'image' => ':Attribute muss ein Bild sein.',
- 'in' => 'Der gewählte Wert für :attribute ist ungültig.',
- 'in_array' => 'Der gewählte Wert für :attribute kommt nicht in :other vor.',
- 'integer' => ':Attribute muss eine ganze Zahl sein.',
- 'ip' => ':Attribute muss eine gültige IP-Adresse sein.',
- 'ipv4' => ':Attribute muss eine gültige IPv4-Adresse sein.',
- 'ipv6' => ':Attribute muss eine gültige IPv6-Adresse sein.',
- 'json' => ':Attribute muss ein gültiger JSON-String sein.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute muss kleiner :value Elemente haben.',
- 'file' => ':Attribute muss kleiner :value Kilobytes gross sein.',
- 'numeric' => ':Attribute muss kleiner :value sein.',
- 'string' => ':Attribute muss kleiner :value Zeichen lang sein.',
- ],
- 'lte' => [
- 'array' => ':Attribute muss kleiner oder gleich :value Elemente haben.',
- 'file' => ':Attribute muss kleiner oder gleich :value Kilobytes sein.',
- 'numeric' => ':Attribute muss kleiner oder gleich :value sein.',
- 'string' => ':Attribute muss kleiner oder gleich :value Zeichen lang sein.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute darf nicht mehr als :max Elemente haben.',
- 'file' => ':Attribute darf maximal :max Kilobytes gross sein.',
- 'numeric' => ':Attribute darf maximal :max sein.',
- 'string' => ':Attribute darf maximal :max Zeichen haben.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute muss den Dateityp :values haben.',
- 'mimetypes' => ':Attribute muss den Dateityp :values haben.',
- 'min' => [
- 'array' => ':Attribute muss mindestens :min Elemente haben.',
- 'file' => ':Attribute muss mindestens :min Kilobytes gross sein.',
- 'numeric' => ':Attribute muss mindestens :min sein.',
- 'string' => ':Attribute muss mindestens :min Zeichen lang sein.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute muss ein Vielfaches von :value sein.',
- 'not_in' => 'Der gewählte Wert für :attribute ist ungültig.',
- 'not_regex' => ':Attribute hat ein ungültiges Format.',
- 'numeric' => ':Attribute muss eine Zahl sein.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute muss vorhanden sein.',
- 'prohibited' => ':Attribute ist gesperrt.',
- 'prohibited_if' => ':Attribute ist gesperrt, wenn :other :value ist.',
- 'prohibited_unless' => ':Attribute ist gesperrt, wenn :other nicht :values ist.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => ':Attribute Format ist ungültig.',
- 'relatable' => ':Attribute kann nicht mit dieser Ressource verbunden werden.',
- 'required' => ':Attribute muss ausgefüllt sein.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Attribute muss ausgefüllt sein, wenn :other :value ist.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Attribute muss ausgefüllt sein, wenn :other nicht :values ist.',
- 'required_with' => ':Attribute muss angegeben werden, wenn :values ausgefüllt wurde.',
- 'required_with_all' => ':Attribute muss angegeben werden, wenn :values ausgefüllt wurde.',
- 'required_without' => ':Attribute muss angegeben werden, wenn :values nicht ausgefüllt wurde.',
- 'required_without_all' => ':Attribute muss angegeben werden, wenn keines der Felder :values ausgefüllt wurde.',
- 'same' => ':Attribute und :other müssen übereinstimmen.',
- 'size' => [
- 'array' => ':Attribute muss genau :size Elemente haben.',
- 'file' => ':Attribute muss :size Kilobyte gross sein.',
- 'numeric' => ':Attribute muss gleich :size sein.',
- 'string' => ':Attribute muss :size Zeichen lang sein.',
- ],
- 'starts_with' => ':Attribute muss einen der folgenden Anfänge aufweisen: :values',
- 'string' => ':Attribute muss ein String sein.',
- 'timezone' => ':Attribute muss eine gültige Zeitzone sein.',
- 'unique' => ':Attribute ist schon vergeben.',
- 'uploaded' => ':Attribute konnte nicht hochgeladen werden.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute muss eine URL sein.',
- 'uuid' => ':Attribute muss ein UUID sein.',
- 'attributes' => [
- 'address' => 'adresse',
- 'age' => 'alter',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'verfügbar',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'stadt',
- 'content' => 'inhalt',
- 'country' => 'land',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'datum',
- 'date_of_birth' => 'date of birth',
- 'day' => 'tag',
- 'deleted_at' => 'deleted at',
- 'description' => 'beschreibung',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'e-mail-adresse',
- 'excerpt' => 'auszug',
- 'filter' => 'filter',
- 'first_name' => 'vorname',
- 'gender' => 'geschlecht',
- 'group' => 'group',
- 'hour' => 'stunde',
- 'image' => 'image',
- 'last_name' => 'nachname',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'handynummer',
- 'month' => 'monat',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'passwort',
- 'password_confirmation' => 'passwort-bestätigung',
- 'phone' => 'telefonnummer',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'sekunde',
- 'sex' => 'geschlecht',
- 'short_text' => 'short text',
- 'size' => 'grösse',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'uhrzeit',
- 'title' => 'titel',
- 'updated_at' => 'updated at',
- 'username' => 'benutzername',
- 'year' => 'jahr',
- ],
-];
diff --git a/resources/lang/el.json b/resources/lang/el.json
deleted file mode 100644
index 8d79bce8..00000000
--- a/resources/lang/el.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Αποδοχή Πρόσκλησης",
- "Add": "Προσθέσετε",
- "Add a new team member to your team, allowing them to collaborate with you.": "Προσθέστε ένα νέο μέλος της ομάδας στην ομάδα σας, επιτρέποντάς τους να συνεργαστούν μαζί σας.",
- "Add additional security to your account using two factor authentication.": "Προσθέστε επιπλέον ασφάλεια στο λογαριασμό σας χρησιμοποιώντας έλεγχο ταυτότητας δύο παραγόντων.",
- "Add Team Member": "Προσθήκη Μέλους Ομάδας",
- "Added.": "Προστίθεται.",
- "Administrator": "Διαχειριστής",
- "Administrator users can perform any action.": "Οι χρήστες του διαχειριστή μπορούν να εκτελέσουν οποιαδήποτε ενέργεια.",
- "All of the people that are part of this team.": "Όλοι οι άνθρωποι που είναι μέρος αυτής της ομάδας.",
- "All rights reserved.": "Πνευματική προστασία περιεχομένου.",
- "Already registered?": "Είστε ήδη εγγεγραμμένος?",
- "API Token": "Διακριτικό API",
- "API Token Permissions": "Άδειες συμβόλων API",
- "API Tokens": "Μάρκες API",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "Τα API token επιτρέπουν στις υπηρεσίες τρίτων να πιστοποιούν με την εφαρμογή μας για λογαριασμό σας.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν την ομάδα; Μόλις διαγραφεί μια ομάδα, όλοι οι πόροι και τα δεδομένα της θα διαγραφούν οριστικά.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Είστε βέβαιοι ότι θέλετε να διαγράψετε το λογαριασμό σας; Μόλις διαγραφεί ο λογαριασμός σας, όλοι οι πόροι και τα δεδομένα του θα διαγραφούν οριστικά. Παρακαλώ εισάγετε τον κωδικό πρόσβασής σας για να επιβεβαιώσετε ότι θέλετε να διαγράψετε οριστικά το λογαριασμό σας.",
- "Are you sure you would like to delete this API token?": "Είστε βέβαιοι ότι θα θέλατε να διαγράψετε αυτό το διακριτικό API;",
- "Are you sure you would like to leave this team?": "Είσαι σίγουρος ότι θα ήθελες να φύγεις από αυτή την ομάδα;",
- "Are you sure you would like to remove this person from the team?": "Είστε σίγουροι ότι θα θέλατε να αφαιρέσετε αυτό το άτομο από την ομάδα;",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Συνεδρίες Προγράμματος Περιήγησης",
- "Cancel": "Ακύρωση",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Κλείσετε",
- "Code": "Κώδικας",
- "Confirm": "Επιβεβαίωση",
- "Confirm Password": "Επιβεβαίωση Κωδικού",
- "Create": "Δημιουργήσετε",
- "Create a new team to collaborate with others on projects.": "Δημιουργήστε μια νέα ομάδα για να συνεργαστείτε με άλλους σε έργα.",
- "Create Account": "Δημιουργία Λογαριασμού",
- "Create API Token": "Δημιουργία Token API",
- "Create New Team": "Δημιουργία Νέας Ομάδας",
- "Create Team": "Δημιουργία Ομάδας",
- "Created.": "Δημιουργήθηκε.",
- "Current Password": "Τρέχων Κωδικός Πρόσβασης",
- "Dashboard": "Πίνακας",
- "Delete": "Διαγράψετε",
- "Delete Account": "Διαγραφή Λογαριασμού",
- "Delete API Token": "Διαγραφή Token API",
- "Delete Team": "Διαγραφή Ομάδας",
- "Disable": "Απενεργοποιήσετε",
- "Done.": "Ολοκληρώθηκε.",
- "Edit Profile": "Edit Profile",
- "Editor": "Συντάκτης",
- "Editor users have the ability to read, create, and update.": "Οι χρήστες του επεξεργαστή έχουν τη δυνατότητα να διαβάζουν, να δημιουργούν και να ενημερώνουν.",
- "Email": "Ηλεκτρονικού",
- "Email Address": "διεύθυνση",
- "Email Password Reset Link": "Αποστολή Σύνδεσμου Επαναφοράς Κωδικού",
- "Enable": "Ενεργοποιήσετε",
- "Ensure your account is using a long, random password to stay secure.": "Βεβαιωθείτε ότι ο λογαριασμός σας χρησιμοποιεί ένα μακρύ, τυχαίο κωδικό πρόσβασης για να παραμείνετε ασφαλείς.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Για την ασφάλειά σας, επιβεβαιώστε τον κωδικό πρόσβασής σας για να συνεχίσετε.",
- "Forbidden": "Απαγορευμένο",
- "Forgot your password?": "Ξεχάσατε τον κωδικό σας;",
- "Forgot Your Password?": "Ξεχάσατε τον κωδικό σας;",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Ξεχάσατε τον κωδικό σας; Κανένα πρόβλημα. Δώστε μας την διεύθυνση ηλεκτρονικού ταχυδρομείου σας και θα σας στείλουμε ένα email με έναν σύνδεσμο (link), που θα σας επιστρέψει να δημιουργήσετε έναν νέο κωδικό πρόσβασης.",
- "Go to page :page": "Μετάβαση στη σελίδα :page",
- "Great! You have accepted the invitation to join the :team team.": "Τέλεια! Έχετε αποδεχθεί την πρόσκληση να συμμετάσχετε στην ομάδα :team.",
- "Hello!": "Χαίρετε!",
- "I agree to the :terms_of_service and :privacy_policy": "Συμφωνώ με το :terms_of_service και το :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Εάν είναι απαραίτητο, μπορείτε να αποσυνδεθείτε από όλες τις άλλες συνεδρίες του προγράμματος περιήγησης σε όλες τις συσκευές σας. Μερικές από τις πρόσφατες συνεδρίες σας που αναφέρονται παρακάτω; ωστόσο, αυτή η λίστα μπορεί να μην είναι εξαντλητική. Εάν αισθάνεστε ότι ο λογαριασμός σας έχει παραβιαστεί, θα πρέπει επίσης να ενημερώσετε τον κωδικό πρόσβασής σας.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Αν έχετε ήδη λογαριασμό, μπορείτε να αποδεχτείτε αυτήν την πρόσκληση κάνοντας κλικ στο παρακάτω κουμπί:",
- "If you did not create an account, no further action is required.": "Εάν δεν δημιουργήσατε λογαριασμό, δεν απαιτείται περαιτέρω ενέργεια.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Εάν δεν περιμένατε να λάβετε μια πρόσκληση σε αυτήν την ομάδα, μπορείτε να απορρίψετε αυτό το μήνυμα ηλεκτρονικού ταχυδρομείου.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Εάν δεν ζητήσατε επαναφορά κωδικού πρόσβασης, δεν απαιτείται περαιτέρω ενέργεια.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Αν δεν έχετε λογαριασμό, μπορείτε να δημιουργήσετε ένα κάνοντας κλικ στο παρακάτω κουμπί. Αφού δημιουργήσετε έναν λογαριασμό, μπορείτε να κάνετε κλικ στο κουμπί Αποδοχή πρόσκλησης σε αυτό το μήνυμα ηλεκτρονικού ταχυδρομείου για να αποδεχτείτε την πρόσκληση ομάδας:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Αν αντιμετωπίζετε προβλήματα με το κλικ στο κουμπί \":actionText\", αντιγράψτε και επικολλήστε την παρακάτω διεύθυνση \nστο πρόγραμμα περιήγησης:",
- "Last active": "Τελευταία ενεργή",
- "Last used": "Τελευταία χρήση",
- "Leave": "Αφήστε",
- "Leave Team": "Αφήστε Την Ομάδα",
- "Log in": "Συνδεθείτε",
- "Log Out": "αποσυνδεθείτε",
- "Log Out Other Browser Sessions": "Αποσυνδεθείτε Από Άλλες Συνεδρίες Του Προγράμματος Περιήγησης",
- "Login": "Είσοδος",
- "Logout": "Έξοδος",
- "Manage Account": "Διαχείριση Λογαριασμού",
- "Manage and log out your active sessions on other browsers and devices.": "Διαχειριστείτε και αποσυνδεθείτε ενεργό συνεδρίες σας σε άλλα προγράμματα περιήγησης και συσκευές.",
- "Manage API Tokens": "Διαχείριση μαρκών API",
- "Manage Role": "Διαχείριση Ρόλου",
- "Manage Team": "Διαχείριση Ομάδας",
- "Name": "Όνομα",
- "New Password": "Νέος Κωδικός Πρόσβασης",
- "Not Found": "Δεν Βρέθηκε",
- "of": "του",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Μόλις διαγραφεί μια ομάδα, όλοι οι πόροι και τα δεδομένα της θα διαγραφούν οριστικά. Πριν διαγράψετε αυτήν την ομάδα, Κατεβάστε οποιαδήποτε δεδομένα ή πληροφορίες σχετικά με αυτήν την ομάδα που επιθυμείτε να διατηρήσετε.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Μόλις διαγραφεί ο λογαριασμός σας, όλοι οι πόροι και τα δεδομένα του θα διαγραφούν οριστικά. Πριν από τη διαγραφή του λογαριασμού σας, παρακαλούμε να κατεβάσετε οποιαδήποτε δεδομένα ή πληροφορίες που θέλετε να διατηρήσετε.",
- "Page Expired": "Η συνεδρία έληξε",
- "Pagination Navigation": "Πλοήγηση Σελιδοποίησης",
- "Password": "Κωδικός",
- "Pending Team Invitations": "Εκκρεμείς Προσκλήσεις Ομάδας",
- "Permanently delete this team.": "Διαγράψτε οριστικά αυτήν την ομάδα.",
- "Permanently delete your account.": "Διαγράψτε μόνιμα το λογαριασμό σας.",
- "Permissions": "Δικαιώματα",
- "Photo": "Φωτογραφία",
- "Please click the button below to verify your email address.": "Κάντε κλικ στο παρακάτω κουμπί για να επαληθεύσετε τη διεύθυνση ηλεκτρονικού ταχυδρομείου σας.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Επιβεβαιώστε την πρόσβαση στο λογαριασμό σας εισάγοντας έναν από τους κωδικούς ανάκτησης έκτακτης ανάγκης.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Επιβεβαιώστε την πρόσβαση στο λογαριασμό σας εισάγοντας τον κωδικό ελέγχου ταυτότητας που παρέχεται από την εφαρμογή ελέγχου ταυτότητας.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Παρακαλώ αντιγράψτε το νέο κουπόνι API σας. Για την ασφάλειά σας, δεν θα εμφανιστεί ξανά.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Παρακαλώ εισάγετε τον κωδικό πρόσβασής σας για να επιβεβαιώσετε ότι θέλετε να αποσυνδεθείτε από άλλες συνεδρίες του προγράμματος περιήγησης σε όλες τις συσκευές σας.",
- "Please provide the email address of the person you would like to add to this team.": "Δώστε τη διεύθυνση ηλεκτρονικού ταχυδρομείου του ατόμου που θέλετε να προσθέσετε σε αυτήν την ομάδα.",
- "Privacy Policy": "απορρήτου",
- "Profile": "Προφίλ",
- "Profile Information": "Πληροφορίες Προφίλ",
- "Recovery Code": "Κωδικός Ανάκτησης",
- "Regards": "Φιλικά",
- "Regenerate Recovery Codes": "Αναγεννήστε Τους Κωδικούς Ανάκτησης",
- "Register": "Εγγραφή",
- "Remember me": "Να με θυμάσαι",
- "Remember Me": "Μείνετε συνδεμένοι",
- "Remove": "Καταργήσετε",
- "Remove Photo": "Αφαίρεση Φωτογραφίας",
- "Remove Team Member": "Αφαίρεση Μέλους Ομάδας",
- "Resend Verification Email": "Επαναποστολή email επαλήθευσης",
- "Reset Password": "Επαναφορά Κωδικού",
- "Reset Password Notification": "Ειδοποίηση επαναφοράς κωδικού",
- "results": "αποτέλεσμα",
- "Role": "Ρόλος",
- "Save": "Αποθηκεύσετε",
- "Saved.": "Αποθηκεύονται.",
- "Select A New Photo": "Επιλέξτε Μια Νέα Φωτογραφία",
- "Send Password Reset Link": "Αποστολή συνδέσμου επαναφοράς κωδικού πρόσβασης",
- "Server Error": "Σφάλμα στον εξυπηρετητή (server)",
- "Service Unavailable": "Μη διαθέσιμη υπηρεσία",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Εμφάνιση Κωδικών Ανάκτησης",
- "Showing": "Εμφάνιση",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Αποθηκεύστε αυτούς τους κωδικούς ανάκτησης σε έναν ασφαλή διαχειριστή κωδικών πρόσβασης. Μπορούν να χρησιμοποιηθούν για να ανακτήσει την πρόσβαση στο λογαριασμό σας, αν η συσκευή ελέγχου ταυτότητας δύο παραγόντων σας έχει χαθεί.",
- "Switch Teams": "Εναλλαγή Ομάδων",
- "Team Details": "Λεπτομέρειες Ομάδας",
- "Team Invitation": "Πρόσκληση Ομάδας",
- "Team Members": "Μέλη Ομάδας",
- "Team Name": "Όνομα Ομάδας",
- "Team Owner": "Ιδιοκτήτης Ομάδας",
- "Team Settings": "Ρυθμίσεις Ομάδας",
- "Terms of Service": "Όροι Παροχής Υπηρεσιών",
- "The :attribute must be a valid role.": "Το :attribute πρέπει να είναι ένας έγκυρος ρόλος.",
- "The :attribute must be at least :length characters and contain at least one number.": "Το :attribute θα πρέπει να είναι τουλάχιστον :length χαρακτήρων και να περιέχει έναν αριθμό.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "Το :attribute πρέπει να είναι τουλάχιστον :length χαρακτήρες και να περιέχει τουλάχιστον έναν ειδικό χαρακτήρα και έναν αριθμό.",
- "The :attribute must be at least :length characters and contain at least one special character.": "Το :attribute θα πρέπει να είναι τουλάχιστον :length χαρακτήρων και να περιέχει έναν ειδικό χαρακτήρα.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "Το :attribute θα πρέπει να είναι τουλάχιστον :length χαρακτήρων και να περιέχει τουλάχιστον ένα κεφαλαίο χαρακτήρα και έναν αριθμό.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "Το :attribute θα πρέπει να είναι τουλάχιστον :length χαρακτήρων και να περιέχει τουλάχιστον ένα κεφαλαίο χαρακτήρα και έναν ειδικό χαρακτήρα.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "Το :attribute θα πρέπει να είναι τουλάχιστον :length χαρακτήρων και να περιέχει τουλάχιστον ένα κεφαλαίο χαρακτήρα, έναν αριθμό και έναν ειδικό χαρακτήρα.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "Το :attribute θα πρέπει να είναι τουλάχιστον :length χαρακτήρων και να περιέχει τουλάχιστον ένα κεφαλαίο γράμμα.",
- "The :attribute must be at least :length characters.": "Το :attribute θα πρέπει να είναι τουλάχιστον :length χαρακτήρων.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Ο παρεχόμενος κωδικός πρόσβασης δεν ταιριάζει με τον τρέχοντα κωδικό πρόσβασής σας.",
- "The provided password was incorrect.": "Ο παρεχόμενος κωδικός πρόσβασης ήταν εσφαλμένος.",
- "The provided two factor authentication code was invalid.": "Ο παρεχόμενος κωδικός ελέγχου ταυτότητας δύο παραγόντων δεν ήταν έγκυρος.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Το όνομα της ομάδας και πληροφορίες ιδιοκτήτη.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Αυτοί οι άνθρωποι έχουν προσκληθεί στην ομάδα σας και έχουν σταλεί ένα μήνυμα ηλεκτρονικού ταχυδρομείου πρόσκλησης. Μπορούν να συμμετάσχουν στην ομάδα αποδεχόμενοι την πρόσκληση ηλεκτρονικού ταχυδρομείου.",
- "This device": "Αυτή η συσκευή",
- "This is a secure area of the application. Please confirm your password before continuing.": "Αυτή είναι μια ασφαλής περιοχή της εφαρμογής. Επιβεβαιώστε τον κωδικό πρόσβασής σας πριν συνεχίσετε.",
- "This password does not match our records.": "Ο κωδικός σας, δεν αντιστοιχεί στα στοιχεία μας.",
- "This password reset link will expire in :count minutes.": "Αυτός ο σύνδεσμος επαναφοράς κωδικού, θα λήξει σε :count λεπτά.",
- "This user already belongs to the team.": "Ο χρήστης ανήκει ήδη στην ομάδα.",
- "This user has already been invited to the team.": "Αυτός ο χρήστης έχει ήδη προσκληθεί στην ομάδα.",
- "to": "σε",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Εναλλαγή πλοήγησης",
- "Token Name": "Διακριτικό Όνομα",
- "Too Many Requests": "Πάρα πολλά αιτήματα",
- "Two Factor Authentication": "Έλεγχος Ταυτότητας Δύο Παραγόντων",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Χωρίς εξουσιοδότηση",
- "Unknown": "Unknown",
- "Update Password": "Ενημέρωση Κωδικού Πρόσβασης",
- "Update your account's profile information and email address.": "Ενημερώστε τα στοιχεία του προφίλ του λογαριασμού σας και τη διεύθυνση ηλεκτρονικού ταχυδρομείου.",
- "Use a recovery code": "Χρησιμοποιήστε έναν κωδικό ανάκτησης",
- "Use an authentication code": "Χρησιμοποιήστε έναν κωδικό εξουσιοδότησης",
- "Verify Email Address": "Επιβεβαιώστε τη διεύθυνση ηλεκτρονικού ταχυδρομείου",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Ήταν αδύνατο να βρούμε έναν εγγεγραμμένο χρήστη, με αυτή τη διεύθυνση ηλεκτρονικού ταχυδρομείου.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Όταν είναι ενεργοποιημένος ο έλεγχος ταυτότητας δύο παραγόντων, θα σας ζητηθεί ένα ασφαλές, τυχαίο διακριτικό κατά τη διάρκεια του ελέγχου ταυτότητας. Μπορείτε να ανακτήσετε αυτό το διακριτικό από την εφαρμογή Google Authenticator του τηλεφώνου σας.",
- "Whoops!": "Ουπς!",
- "Whoops! Something went wrong.": "Ουπς! Κάτι πήγε στραβά.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Λαμβάνετε αυτό το μήνυμα ηλεκτρονικού ταχυδρομείου επειδή λάβαμε ένα αίτημα επαναφοράς κωδικού πρόσβασης για το λογαριασμό σας.",
- "You have been invited to join the :team team!": "Έχετε προσκληθεί να συμμετάσχετε στην ομάδα :team!",
- "You have enabled two factor authentication.": "Έχετε ενεργοποιήσει τον έλεγχο ταυτότητας δύο παραγόντων.",
- "You have not enabled two factor authentication.": "Δεν έχετε ενεργοποιήσει τον έλεγχο ταυτότητας δύο παραγόντων.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Μπορείτε να διαγράψετε οποιαδήποτε από τις υπάρχουσες μάρκες σας, αν δεν χρειάζονται πλέον.",
- "You may not delete your personal team.": "Δεν μπορείτε να διαγράψετε την προσωπική σας ομάδα.",
- "You may not leave a team that you created.": "Δεν μπορείτε να αφήσετε μια ομάδα που δημιουργήσατε.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/el/auth.php b/resources/lang/el/auth.php
deleted file mode 100644
index 08fa8021..00000000
--- a/resources/lang/el/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Τα στοιχεία αυτά δεν ταιριάζουν με τα δικά μας.',
- 'password' => 'Ο κωδικός είναι λανθασμένος.',
- 'throttle' => 'Πολλές προσπάθειες σύνδεσης. Παρακαλώ δοκιμάστε ξανά σε :seconds δευτερόλεπτα.',
-];
diff --git a/resources/lang/el/http-statuses.php b/resources/lang/el/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/el/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/el/pagination.php b/resources/lang/el/pagination.php
deleted file mode 100644
index 62c4be2d..00000000
--- a/resources/lang/el/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Επόμενη »',
- 'previous' => '« Προηγούμενη',
-];
diff --git a/resources/lang/el/passwords.php b/resources/lang/el/passwords.php
deleted file mode 100644
index 9bde37d9..00000000
--- a/resources/lang/el/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Έχει γίνει επαναφορά του συνθηματικού!',
- 'sent' => 'Η υπενθύμιση του συνθηματικού εστάλη!',
- 'throttled' => 'Παρακαλώ περιμένετε πριν επαναλάβετε.',
- 'token' => 'Το κλειδί αρχικοποίησης του συνθηματικού δεν είναι έγκυρο.',
- 'user' => 'Δεν βρέθηκε χρήστης με το συγκεκριμένο email.',
-];
diff --git a/resources/lang/el/validation.php b/resources/lang/el/validation.php
deleted file mode 100644
index 548be878..00000000
--- a/resources/lang/el/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Το πεδίο :attribute πρέπει να γίνει αποδεκτό.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => 'Το πεδίο :attribute δεν είναι αποδεκτή διεύθυνση URL.',
- 'after' => 'Το πεδίο :attribute πρέπει να είναι μία ημερομηνία μετά από :date.',
- 'after_or_equal' => 'Το πεδίο :attribute πρέπει να είναι μία ημερομηνία ίδια ή μετά από :date.',
- 'alpha' => 'Το πεδίο :attribute μπορεί να περιέχει μόνο γράμματα.',
- 'alpha_dash' => 'Το πεδίο :attribute μπορεί να περιέχει μόνο γράμματα, αριθμούς, και παύλες.',
- 'alpha_num' => 'Το πεδίο :attribute μπορεί να περιέχει μόνο γράμματα και αριθμούς.',
- 'array' => 'Το πεδίο :attribute πρέπει να είναι ένας πίνακας.',
- 'attached' => 'Αυτό το :attribute είναι ήδη συνδεδεμένο.',
- 'before' => 'Το πεδίο :attribute πρέπει να είναι μία ημερομηνία πριν από :date.',
- 'before_or_equal' => 'Το πεδίο :attribute πρέπει να είναι μία ημερομηνία ίδια ή πριν από :date.',
- 'between' => [
- 'array' => 'Το πεδίο :attribute πρέπει να έχει μεταξύ :min - :max αντικείμενα.',
- 'file' => 'Το πεδίο :attribute πρέπει να είναι μεταξύ :min - :max kilobytes.',
- 'numeric' => 'Το πεδίο :attribute πρέπει να είναι μεταξύ :min - :max.',
- 'string' => 'Το πεδίο :attribute πρέπει να είναι μεταξύ :min - :max χαρακτήρες.',
- ],
- 'boolean' => 'Το πεδίο :attribute πρέπει να είναι true ή false.',
- 'confirmed' => 'Η επιβεβαίωση του :attribute δεν ταιριάζει.',
- 'current_password' => 'The password is incorrect.',
- 'date' => 'Το πεδίο :attribute δεν είναι έγκυρη ημερομηνία.',
- 'date_equals' => 'Το στοιχείο :attribute πρέπει να είναι μια ημερομηνία, όπως η εξής :date.',
- 'date_format' => 'Το πεδίο :attribute δεν είναι της μορφής :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'Το πεδίο :attribute και :other πρέπει να είναι διαφορετικά.',
- 'digits' => 'Το πεδίο :attribute πρέπει να είναι :digits ψηφία.',
- 'digits_between' => 'Το πεδίο :attribute πρέπει να είναι μεταξύ :min και :max ψηφία.',
- 'dimensions' => 'Το πεδίο :attribute περιέχει μη έγκυρες διαστάσεις εικόνας.',
- 'distinct' => 'Το πεδίο :attribute περιέχει δύο φορές την ίδια τιμή.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'Το πεδίο :attribute πρέπει να είναι μία έγκυρη διεύθυνση email.',
- 'ends_with' => 'Το πεδίο :attribute πρέπει να τελειώνει με ένα από τα παρακάτω: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Το επιλεγμένο :attribute δεν είναι έγκυρο.',
- 'file' => 'Το πεδίο :attribute πρέπει να είναι αρχείο.',
- 'filled' => 'To πεδίο :attribute είναι απαραίτητο.',
- 'gt' => [
- 'array' => 'To πεδίο :attribute πρέπει να έχει περισσότερα από :value αντικείμενα.',
- 'file' => 'To πεδίο :attribute πρέπει να είναι μεγαλύτερο από :value kilobytes.',
- 'numeric' => 'To πεδίο :attribute πρέπει να είναι μεγαλύτερο από :value.',
- 'string' => 'To πεδίο :attribute πρέπει να είναι μεγαλύτερο από :value χαρακτήρες.',
- ],
- 'gte' => [
- 'array' => 'To πεδίο :attribute πρέπει να έχει :value αντικείμενα ή περισσότερα.',
- 'file' => 'To πεδίο :attribute πρέπει να είναι μεγαλύτερο ή ίσο από :value kilobytes.',
- 'numeric' => 'To πεδίο :attribute πρέπει να είναι μεγαλύτερο ή ίσο από :value.',
- 'string' => 'To πεδίο :attribute πρέπει να είναι μεγαλύτερο ή ίσο από :value χαρακτήρες.',
- ],
- 'image' => 'Το πεδίο :attribute πρέπει να είναι εικόνα.',
- 'in' => 'Το επιλεγμένο :attribute δεν είναι έγκυρο.',
- 'in_array' => 'Το πεδίο :attribute δεν υπάρχει σε :other.',
- 'integer' => 'Το πεδίο :attribute πρέπει να είναι ακέραιος.',
- 'ip' => 'Το πεδίο :attribute πρέπει να είναι μία έγκυρη διεύθυνση IP.',
- 'ipv4' => 'Το πεδίο :attribute πρέπει να είναι μία έγκυρη διεύθυνση IPv4.',
- 'ipv6' => 'Το πεδίο :attribute πρέπει να είναι μία έγκυρη διεύθυνση IPv6.',
- 'json' => 'Το πεδίο :attribute πρέπει να είναι μία έγκυρη συμβολοσειρά JSON.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'To πεδίο :attribute πρέπει να έχει λιγότερα από :value αντικείμενα.',
- 'file' => 'To πεδίο :attribute πρέπει να είναι μικρότερo από :value kilobytes.',
- 'numeric' => 'To πεδίο :attribute πρέπει να είναι μικρότερo από :value.',
- 'string' => 'To πεδίο :attribute πρέπει να είναι μικρότερo από :value χαρακτήρες.',
- ],
- 'lte' => [
- 'array' => 'To πεδίο :attribute δεν πρέπει να υπερβαίνει τα :value αντικείμενα.',
- 'file' => 'To πεδίο :attribute πρέπει να είναι μικρότερo ή ίσο από :value kilobytes.',
- 'numeric' => 'To πεδίο :attribute πρέπει να είναι μικρότερo ή ίσο από :value.',
- 'string' => 'To πεδίο :attribute πρέπει να είναι μικρότερo ή ίσο από :value χαρακτήρες.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'Το πεδίο :attribute δεν μπορεί να έχει περισσότερα από :max αντικείμενα.',
- 'file' => 'Το πεδίο :attribute δεν μπορεί να είναι μεγαλύτερό :max kilobytes.',
- 'numeric' => 'Το πεδίο :attribute δεν μπορεί να είναι μεγαλύτερο από :max.',
- 'string' => 'Το πεδίο :attribute δεν μπορεί να έχει περισσότερους από :max χαρακτήρες.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'Το πεδίο :attribute πρέπει να είναι αρχείο τύπου: :values.',
- 'mimetypes' => 'Το πεδίο :attribute πρέπει να είναι αρχείο τύπου: :values.',
- 'min' => [
- 'array' => 'Το πεδίο :attribute πρέπει να έχει τουλάχιστον :min αντικείμενα.',
- 'file' => 'Το πεδίο :attribute πρέπει να είναι τουλάχιστον :min kilobytes.',
- 'numeric' => 'Το πεδίο :attribute πρέπει να είναι τουλάχιστον :min.',
- 'string' => 'Το πεδίο :attribute πρέπει να έχει τουλάχιστον :min χαρακτήρες.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'Το :attribute πρέπει να είναι πολλαπλάσιο του :value',
- 'not_in' => 'Το επιλεγμένο :attribute δεν είναι αποδεκτό.',
- 'not_regex' => 'Η μορφή του πεδίου :attribute δεν είναι αποδεκτή.',
- 'numeric' => 'Το πεδίο :attribute πρέπει να είναι αριθμός.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'Το πεδίο :attribute πρέπει να υπάρχει.',
- 'prohibited' => 'Το πεδίο :attribute απαγορεύεται.',
- 'prohibited_if' => 'Το πεδίο :attribute απαγορεύεται όταν το :other είναι :value.',
- 'prohibited_unless' => 'Το πεδίο :attribute απαγορεύεται εκτός αν το :other βρίσκεται στο :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'Η μορφή του πεδίου :attribute δεν είναι αποδεκτή.',
- 'relatable' => 'Αυτό το :attribute ενδέχεται να μην σχετίζεται με αυτόν τον πόρο.',
- 'required' => 'Το πεδίο :attribute είναι απαραίτητο.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'Το πεδίο :attribute είναι απαραίτητο όταν το πεδίο :other είναι :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'Το πεδίο :attribute είναι απαραίτητο εκτός αν το πεδίο :other εμπεριέχει :values.',
- 'required_with' => 'Το πεδίο :attribute είναι απαραίτητο όταν υπάρχει :values.',
- 'required_with_all' => 'Το πεδίο :attribute είναι απαραίτητο όταν υπάρχουν :values.',
- 'required_without' => 'Το πεδίο :attribute είναι απαραίτητο όταν δεν υπάρχει :values.',
- 'required_without_all' => 'Το πεδίο :attribute είναι απαραίτητο όταν δεν υπάρχει κανένα από :values.',
- 'same' => 'Τα πεδία :attribute και :other πρέπει να είναι ίδια.',
- 'size' => [
- 'array' => 'Το πεδίο :attribute πρέπει να περιέχει :size αντικείμενα.',
- 'file' => 'Το πεδίο :attribute πρέπει να είναι :size kilobytes.',
- 'numeric' => 'Το πεδίο :attribute πρέπει να είναι :size.',
- 'string' => 'Το πεδίο :attribute πρέπει να είναι :size χαρακτήρες.',
- ],
- 'starts_with' => 'Το στοιχείο :attribute πρέπει να ξεκινά με ένα από τα παρακάτω: :values',
- 'string' => 'Το πεδίο :attribute πρέπει να είναι αλφαριθμητικό.',
- 'timezone' => 'Το πεδίο :attribute πρέπει να είναι μία έγκυρη ζώνη ώρας.',
- 'unique' => 'Το πεδίο :attribute έχει ήδη εκχωρηθεί.',
- 'uploaded' => 'Η μεταφόρτωση του πεδίου :attribute απέτυχε.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Το πεδίο :attribute δεν είναι έγκυρη διεύθυνση URL.',
- 'uuid' => 'Το πεδίο :attribute πρέπει να είναι έγκυρο UUID.',
- 'attributes' => [
- 'address' => 'διεύθυνση',
- 'age' => 'ηλικία',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'διαθέσιμος',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'πόλη',
- 'content' => 'περιεχόμενο',
- 'country' => 'χώρα',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'ημερομηνία',
- 'date_of_birth' => 'date of birth',
- 'day' => 'ημέρα',
- 'deleted_at' => 'deleted at',
- 'description' => 'περιγραφή',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'e-mail',
- 'excerpt' => 'απόσπασμα',
- 'filter' => 'filter',
- 'first_name' => 'όνομα',
- 'gender' => 'γένος',
- 'group' => 'group',
- 'hour' => 'ωρα',
- 'image' => 'image',
- 'last_name' => 'επίθετο',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'μήνυμα',
- 'middle_name' => 'middle name',
- 'minute' => 'λεπτό',
- 'mobile' => 'κινητό τηλέφωνο',
- 'month' => 'μήνας',
- 'name' => 'όνομα',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'συνθηματικό',
- 'password_confirmation' => 'επιβεβαίωση συνθηματικού',
- 'phone' => 'τηλέφωνο',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'η επαλήθευση recaptcha',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'δευτερόλεπτο',
- 'sex' => 'φύλο',
- 'short_text' => 'short text',
- 'size' => 'μέγεθος',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'θέμα',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'χρόνος',
- 'title' => 'τίτλος',
- 'updated_at' => 'updated at',
- 'username' => 'όνομα χρήστη',
- 'year' => 'ετος',
- ],
-];
diff --git a/resources/lang/en.json b/resources/lang/en.json
index a69be327..a9951c42 100644
--- a/resources/lang/en.json
+++ b/resources/lang/en.json
@@ -201,5 +201,20 @@
"You may delete any of your existing tokens if they are no longer needed.": "You may delete any of your existing tokens if they are no longer needed.",
"You may not delete your personal team.": "You may not delete your personal team.",
"You may not leave a team that you created.": "You may not leave a team that you created.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
+ "Your email address is unverified.": "Your email address is unverified.",
+ "Perimeter search course date :name (100km)": "Perimeter search course date :name (100km)",
+ "Unsubscribe from receive notification about :commentableName": "Unsubscribe from receive notification about :commentableName",
+ "You can use Markdown": "You can use Markdown",
+ "Github": "Github",
+ "On :asDateTime :name has added :amount Bitcoin books.": "On :asDateTime :name has added :amount Bitcoin books.",
+ "\uD83D\uDC8A Orange Pill Now": "\uD83D\uDC8A Orange Pill Now",
+ "Details": "Details",
+ "The comment has been rejected.": "The comment has been rejected.",
+ "Do you want to reject the comment?": "Do you want to reject the comment?",
+ "You have been unsubscribed.": "You have been unsubscribed.",
+ "You have been unsubscribed from every comment notification.": "You have been unsubscribed from every comment notification.",
+ "Do you want to unsubscribe from every comment notification?": "Do you want to unsubscribe from every comment notification?",
+ "Approve": "Approve",
+ "Approve2": "Approve",
+ "Do you want to unsubscribe?": "Do you want to unsubscribe?"
+}
diff --git a/resources/lang/et.json b/resources/lang/et.json
deleted file mode 100644
index a9960ec7..00000000
--- a/resources/lang/et.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Võta Kutse Vastu",
- "Add": "Lisama",
- "Add a new team member to your team, allowing them to collaborate with you.": "Lisage oma meeskonnale Uus meeskonnaliige, võimaldades neil teiega koostööd teha.",
- "Add additional security to your account using two factor authentication.": "Lisage oma kontole täiendav turvalisus, kasutades kahe teguri autentimist.",
- "Add Team Member": "Lisa Meeskonna Liige",
- "Added.": "Lisatud.",
- "Administrator": "Administraator",
- "Administrator users can perform any action.": "Administraatori kasutajad saavad teha mis tahes toiminguid.",
- "All of the people that are part of this team.": "Kõik inimesed, kes on osa sellest meeskonnast.",
- "All rights reserved.": "Kõik õigused reserveeritud.",
- "Already registered?": "Juba registreeritud?",
- "API Token": "API märgid",
- "API Token Permissions": "API märgid õigused",
- "API Tokens": "API märgid",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API märgid võimaldavad kolmanda osapoole teenuseid autentida meie taotlusega teie nimel.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Oled sa kindel, et soovid selle meeskonna kustutada? Kui meeskond on kustutatud, kustutatakse kõik selle ressursid ja andmed jäädavalt.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Oled kindel, et soovid oma konto kustutada? Kui teie konto on kustutatud, kustutatakse kõik selle ressursid ja andmed jäädavalt. Palun sisestage oma parool, et kinnitada, et soovite oma konto jäädavalt kustutada.",
- "Are you sure you would like to delete this API token?": "Oled sa kindel, et soovid kustutada selle API sümboolne?",
- "Are you sure you would like to leave this team?": "Oled sa kindel, et soovid sellest meeskonnast lahkuda?",
- "Are you sure you would like to remove this person from the team?": "Oled sa kindel, et soovid selle inimese meeskonnast eemaldada?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Brauseri Seansid",
- "Cancel": "Tühistama",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Lähedal",
- "Code": "Kood",
- "Confirm": "Kinnitama",
- "Confirm Password": "Kinnita Parool",
- "Create": "Luua",
- "Create a new team to collaborate with others on projects.": "Loo uus meeskond teha koostööd teistega projekte.",
- "Create Account": "Konto Loomine",
- "Create API Token": "API sümboli loomine",
- "Create New Team": "Loo Uus Meeskond",
- "Create Team": "Loo Meeskond",
- "Created.": "Loodud.",
- "Current Password": "Aktiivne Parool",
- "Dashboard": "Armatuurlaud",
- "Delete": "Kustutama",
- "Delete Account": "Kustuta Konto",
- "Delete API Token": "Kustuta API Token",
- "Delete Team": "Kustuta Meeskond",
- "Disable": "Keelama",
- "Done.": "Tehtud.",
- "Edit Profile": "Edit Profile",
- "Editor": "Toimetaja",
- "Editor users have the ability to read, create, and update.": "Toimetaja kasutajatel on võimalus lugeda, luua ja värskendada.",
- "Email": "E-post",
- "Email Address": "meiliaadress",
- "Email Password Reset Link": "E-Posti Parooli Lähtestamise Link",
- "Enable": "Võimaldama",
- "Ensure your account is using a long, random password to stay secure.": "Veenduge, et teie konto kasutab pikka, juhuslikku parooli, et jääda turvaliseks.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Teie turvalisuse tagamiseks kinnitage oma parool jätkamiseks.",
- "Forbidden": "Keelatud",
- "Forgot your password?": "Unustasid oma parooli?",
- "Forgot Your Password?": "Unustasid Oma Parooli?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Unustasid oma parooli? Pole probleemi. Lihtsalt andke meile teada oma e-posti aadress ja me saadame teile parooli lähtestamise lingi, mis võimaldab teil valida uue.",
- "Go to page :page": "Mine lehele :page",
- "Great! You have accepted the invitation to join the :team team.": "Suurepärane! Olete vastu võtnud kutse liituda :team meeskonnaga.",
- "Hello!": "Tere!",
- "I agree to the :terms_of_service and :privacy_policy": "Nõustun :terms_of_service ja :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Vajadusel võite välja logida kõik oma teiste brauseri istungid kõigis oma seadmetes. Mõned teie hiljutised istungid on loetletud allpool; kuid see nimekiri ei pruugi olla ammendav. Kui tunnete, et teie konto on ohustatud, peaksite ka oma parooli uuendama.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Kui teil on juba konto, võite selle kutse vastu võtta, klõpsates alloleval nupul:",
- "If you did not create an account, no further action is required.": "Kui te ei loonud kontot,ei ole täiendavaid meetmeid vaja.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Kui te ei oodanud sellele meeskonnale kutset, võite selle e-kirja ära visata.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Kui te ei taotlenud parooli lähtestamist, ei ole täiendavaid meetmeid vaja.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Kui teil pole kontot, võite selle luua, klõpsates alloleval nupul. Pärast konto loomist võite klõpsata kutse vastuvõtmise nuppu selles e-kirjas, et nõustuda meeskonna kutsega:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Kui teil on probleeme nupu \":actionText\" klõpsamisega, kopeerige ja kleepige allpool olev URL\noma veebibrauserisse:",
- "Last active": "Viimati aktiivne",
- "Last used": "Viimati kasutatud",
- "Leave": "Jätma",
- "Leave Team": "Jäta Meeskond",
- "Log in": "Logima",
- "Log Out": "väljalogimine",
- "Log Out Other Browser Sessions": "Logi Välja Muud Brauseri Seansid",
- "Login": "Logima",
- "Logout": "Väljalogimine",
- "Manage Account": "Konto Haldamine",
- "Manage and log out your active sessions on other browsers and devices.": "Hallake ja logige välja oma aktiivseid seansse teistes brauserites ja seadmetes.",
- "Manage API Tokens": "API-märkide haldamine",
- "Manage Role": "Halda Rolli",
- "Manage Team": "Meeskonna Haldamine",
- "Name": "Nimi",
- "New Password": "Uus Parool",
- "Not Found": "Ei Leitud",
- "of": "kohta",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Kui meeskond on kustutatud, kustutatakse kõik selle ressursid ja andmed jäädavalt. Enne selle meeskonna kustutamist laadige alla kõik andmed või teave selle meeskonna kohta, mida soovite säilitada.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Kui teie konto on kustutatud, kustutatakse kõik selle ressursid ja andmed jäädavalt. Enne konto kustutamist laadige alla kõik andmed või teave, mida soovite säilitada.",
- "Page Expired": "Lehekülg Aegunud",
- "Pagination Navigation": "Lehitsemise navigeerimine",
- "Password": "Parool",
- "Pending Team Invitations": "Ootel Meeskonna Kutsed",
- "Permanently delete this team.": "Kustuta see meeskond jäädavalt.",
- "Permanently delete your account.": "Jäädavalt kustutada oma konto.",
- "Permissions": "Õigus",
- "Photo": "Foto",
- "Please click the button below to verify your email address.": "Palun kliki allolevale nupule, et kontrollida oma e-posti aadress.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Kinnitage juurdepääs oma kontole, sisestades ühe oma hädaolukorra taastamise koodidest.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Kinnitage juurdepääs oma kontole, sisestades autentimisrakenduse poolt pakutava autentimiskoodi.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Palun kopeerige oma uus API token. Teie turvalisuse huvides seda enam ei näidata.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Palun sisestage oma parool, et kinnitada, et soovite oma teistest brauseri seanssidest kõigis oma seadmetes välja logida.",
- "Please provide the email address of the person you would like to add to this team.": "Palun esitage selle isiku e-posti aadress, keda soovite sellesse meeskonda lisada.",
- "Privacy Policy": "privaatsuspoliitika",
- "Profile": "Profiil",
- "Profile Information": "profiiliteave",
- "Recovery Code": "Taastamise Kood",
- "Regards": "Arvesse",
- "Regenerate Recovery Codes": "Regenereeri Taastekoodid",
- "Register": "Registreerima",
- "Remember me": "Mäleta mind",
- "Remember Me": "Mäleta Mind",
- "Remove": "Eemaldama",
- "Remove Photo": "Eemalda Foto",
- "Remove Team Member": "Eemalda Meeskonna Liige",
- "Resend Verification Email": "Saada Kinnitusmeil Uuesti",
- "Reset Password": "Lähtesta Parool",
- "Reset Password Notification": "Parooli Teate Lähtestamine",
- "results": "tulemus",
- "Role": "Roll",
- "Save": "Salvestama",
- "Saved.": "Salvestama.",
- "Select A New Photo": "Uue Foto Valimine",
- "Send Password Reset Link": "Parooli Lähtestamise Lingi Saatmine",
- "Server Error": "Serveri Viga",
- "Service Unavailable": "Teenus Pole Saadaval",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Taastekoodide Näitamine",
- "Showing": "Näidates",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Salvestage need taastekoodid turvalises paroolihalduris. Neid saab kasutada teie kontole juurdepääsu taastamiseks, kui teie kahe teguri autentimisseade on kadunud.",
- "Switch Teams": "Vahetusmeeskonnad",
- "Team Details": "Meeskonna Andmed",
- "Team Invitation": "Meeskonna Kutse",
- "Team Members": "meeskonnaliikme",
- "Team Name": "Meeskonna Nimi",
- "Team Owner": "Meeskonna Omanik",
- "Team Settings": "Meeskonna Seadistused",
- "Terms of Service": "kasutustingimused",
- "The :attribute must be a valid role.": ":Attribute peab olema kehtiv roll.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute peab olema vähemalt :length tähemärki ja sisaldama vähemalt ühte numbrit.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute peab olema vähemalt :length tähemärki ning sisaldama vähemalt ühte erimärki ja ühte numbrit.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute peab olema vähemalt :length tähemärki ja sisaldama vähemalt ühte erimärki.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute peab olema vähemalt :length tähemärki ja sisaldama vähemalt ühte suurtähte ja ühte numbrit.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute peab olema vähemalt :length tähemärki ning sisaldama vähemalt ühte suurtähte ja ühte erimärki.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute peab olema vähemalt :length tähemärki ja sisaldama vähemalt ühte suurtähte, ühte numbrit ja ühte erimärki.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute peab olema vähemalt :length tähemärki ja sisaldama vähemalt ühte suurtähte.",
- "The :attribute must be at least :length characters.": ":Attribute peab olema vähemalt :length tähemärki.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Antud parool ei vasta teie praegusele paroolile.",
- "The provided password was incorrect.": "Antud parool oli vale.",
- "The provided two factor authentication code was invalid.": "Esitatud kahe teguri autentimise kood oli kehtetu.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Meeskonna nimi ja omaniku andmed.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Need inimesed on kutsutud oma meeskonda ja on saadetud kutse e-posti. Nad võivad liituda meeskonnaga, nõustudes e-posti kutsega.",
- "This device": "See seade",
- "This is a secure area of the application. Please confirm your password before continuing.": "See on rakenduse turvaline ala. Palun kinnitage oma parool enne jätkamist.",
- "This password does not match our records.": "See parool ei vasta meie andmetele.",
- "This password reset link will expire in :count minutes.": "See parooli lähtestamise link aegub :count minuti pärast.",
- "This user already belongs to the team.": "See kasutaja kuulub juba meeskonda.",
- "This user has already been invited to the team.": "See kasutaja on juba meeskonda kutsutud.",
- "to": "et",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Navigeerimise lülitamine",
- "Token Name": "Sümboli Nimi",
- "Too Many Requests": "Liiga Palju Taotlusi",
- "Two Factor Authentication": "Kahe Teguri Autentimine",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Loata",
- "Unknown": "Unknown",
- "Update Password": "Parooli Uuendamine",
- "Update your account's profile information and email address.": "Uuendage oma konto profiili teavet ja e-posti aadressi.",
- "Use a recovery code": "Taastekoodi kasutamine",
- "Use an authentication code": "Autentimiskoodi kasutamine",
- "Verify Email Address": "Kinnita E-Posti Aadress",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Me ei suutnud leida registreeritud kasutaja selle e-posti aadress.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Kui kahe teguri autentimine on lubatud, küsitakse teilt autentimise ajal turvalist, juhuslikku tokenit. Võite selle märgi oma telefoni Google Authenticatori rakendusest alla laadida.",
- "Whoops!": "Ups!",
- "Whoops! Something went wrong.": "Ups! Midagi läks valesti.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Te saate selle e-kirja, sest me saime teie kontole parooli lähtestamise taotluse.",
- "You have been invited to join the :team team!": "Teid on kutsutud liituma :team meeskonnaga!",
- "You have enabled two factor authentication.": "Olete lubanud kahe teguri autentimise.",
- "You have not enabled two factor authentication.": "Te ei ole lubanud kahe teguri autentimist.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Võite kustutada kõik oma olemasolevad märgid, kui neid enam ei vajata.",
- "You may not delete your personal team.": "Te ei pruugi oma isiklikku meeskonda kustutada.",
- "You may not leave a team that you created.": "Sa ei pruugi lahkuda meeskond, et olete loonud.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/et/auth.php b/resources/lang/et/auth.php
deleted file mode 100644
index 4cc8f363..00000000
--- a/resources/lang/et/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Need andmed ei klapi meie kirjetega.',
- 'password' => 'Parool on vale.',
- 'throttle' => 'Liiga palju sisselogimise katseid. Palun proovi uuesti :seconds sekundi pärast.',
-];
diff --git a/resources/lang/et/http-statuses.php b/resources/lang/et/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/et/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/et/pagination.php b/resources/lang/et/pagination.php
deleted file mode 100644
index 9c1acbcc..00000000
--- a/resources/lang/et/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Järgmine »',
- 'previous' => '« Eelmine',
-];
diff --git a/resources/lang/et/passwords.php b/resources/lang/et/passwords.php
deleted file mode 100644
index adbe178d..00000000
--- a/resources/lang/et/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Sinu parool on lähtestatud!',
- 'sent' => 'Oleme saatnud Sulle e-postiga parooli lähtestamise lingi!',
- 'throttled' => 'Palun oodake enne uuesti proovimist.',
- 'token' => 'See parooli lähtestamise tunnus on vigane.',
- 'user' => 'Sellise e-postiaadressiga kasutajat ei leitud.',
-];
diff --git a/resources/lang/et/validation.php b/resources/lang/et/validation.php
deleted file mode 100644
index 42e7e70b..00000000
--- a/resources/lang/et/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute tuleb aktsepteerida.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute ei ole kehtiv URL.',
- 'after' => ':Attribute peab olema kuupäev pärast :date.',
- 'after_or_equal' => ':Attribute peab olema kuupäev pärast või samastuma :date.',
- 'alpha' => ':Attribute võib sisaldada vaid tähemärke.',
- 'alpha_dash' => ':Attribute võib sisaldada vaid tähti, numbreid ja kriipse.',
- 'alpha_num' => ':Attribute võib sisaldada vaid tähti ja numbreid.',
- 'array' => ':Attribute peab olema massiiv.',
- 'attached' => 'See :attribute on juba lisatud.',
- 'before' => ':Attribute peab olema kuupäev enne :date.',
- 'before_or_equal' => ':Attribute peab olema kuupäev enne või samastuma :date.',
- 'between' => [
- 'array' => ':Attribute peab olema :min ja :max kirje vahel.',
- 'file' => ':Attribute peab olema :min ja :max kilobaidi vahel.',
- 'numeric' => ':Attribute peab olema :min ja :max vahel.',
- 'string' => ':Attribute peab olema :min ja :max tähemärgi vahel.',
- ],
- 'boolean' => ':Attribute väli peab olema tõene või väär.',
- 'confirmed' => ':Attribute kinnitus ei vasta.',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute pole kehtiv kuupäev.',
- 'date_equals' => ':Attribute peab olema kuupäev väärtusega :date',
- 'date_format' => ':Attribute ei vasta formaadile :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute ja :other peavad olema erinevad.',
- 'digits' => ':Attribute peab olema :digits numbrit.',
- 'digits_between' => ':Attribute peab olema :min ja :max numbri vahel.',
- 'dimensions' => ':Attribute on valed pildi suurused.',
- 'distinct' => ':Attribute väljal on topeltväärtus.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute peab olema kehtiv e-posti aadress.',
- 'ends_with' => ':Attribute peab lõppema ühega järgmistest: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Valitud :attribute on vigane.',
- 'file' => ':Attribute peab olema fail.',
- 'filled' => ':Attribute väli on nõutav.',
- 'gt' => [
- 'array' => ':Attribute peab sisaldama rohkem kui :value üksust',
- 'file' => ':Attribute peab olema suurem kui :value kilobaiti',
- 'numeric' => ':Attribute peab olema suurem kui :value',
- 'string' => ':Attribute peab sisaldama rohkem kui :value tähemärki',
- ],
- 'gte' => [
- 'array' => ':Attribute peab sisaldama vähemalt :value üksust',
- 'file' => ':Attribute peab olema suurem kui :value kilobaiti või sama palju',
- 'numeric' => ':Attribute peab olema suurem kui :value või samasugune',
- 'string' => ':Attribute peab sisaldama rohkem kui :value tähemärki või sama palju',
- ],
- 'image' => ':Attribute peab olema pilt.',
- 'in' => 'Valitud :attribute on vigane.',
- 'in_array' => ':Attribute väli ei eksisteeri :other sees.',
- 'integer' => ':Attribute peab olema täisarv.',
- 'ip' => ':Attribute peab olema kehtiv IP aadress.',
- 'ipv4' => ':Attribute peab olema kehtiv IPv4 aadress.',
- 'ipv6' => ':Attribute peab olema kehtiv IPv6 aadress.',
- 'json' => ':Attribute peab olema kehtiv JSON string.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute peab sisaldama vähem kui :value üksust',
- 'file' => ':Attribute peab olema väiksem kui :value kilobaiti',
- 'numeric' => ':Attribute peab olema väiksem kui :value',
- 'string' => ':Attribute ei tohi ületada :value tähemärki',
- ],
- 'lte' => [
- 'array' => ':Attribute ei tohi sisaldada rohkem kui :value üksust',
- 'file' => ':Attribute peab olema väiksem kui :value kilobaiti või sama palju',
- 'numeric' => ':Attribute peab olema väiksem kui :value või samasugune',
- 'string' => ':Attribute peab sisaldama vähem või sama palju :value tähemärke',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute ei tohi sisaldada rohkem kui :max kirjet.',
- 'file' => ':Attribute ei tohi olla suurem kui :max kilobaiti.',
- 'numeric' => ':Attribute ei tohi olla suurem kui :max.',
- 'string' => ':Attribute ei tohi olla suurem kui :max tähemärki.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute peab olema :values tüüpi.',
- 'mimetypes' => ':Attribute peab olema :values tüüpi.',
- 'min' => [
- 'array' => ':Attribute peab olema vähemalt :min kirjet.',
- 'file' => ':Attribute peab olema vähemalt :min kilobaiti.',
- 'numeric' => ':Attribute peab olema vähemalt :min.',
- 'string' => ':Attribute peab olema vähemalt :min tähemärki.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute peab olema :value Kordne',
- 'not_in' => 'Valitud :attribute on vigane.',
- 'not_regex' => ':Attribute vorming on vale',
- 'numeric' => ':Attribute peab olema number.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute väli peab olema esindatud.',
- 'prohibited' => ':Attribute väli on keelatud.',
- 'prohibited_if' => ':Attribute väli on keelatud, kui :other on :value.',
- 'prohibited_unless' => ':Attribute väli on keelatud, välja arvatud juhul, kui :other on :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => ':Attribute vorming on vigane.',
- 'relatable' => 'See :attribute ei pruugi olla seotud selle ressursiga.',
- 'required' => ':Attribute väli on nõutud.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Attribute väli on nõutud, kui :other on :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Attribute väli on nõutud, välja arvatud, kui :other on :values.',
- 'required_with' => ':Attribute väli on nõutud, kui :values on esindatud.',
- 'required_with_all' => ':Attribute väli on nõutud, kui :values on esindatud.',
- 'required_without' => ':Attribute väli on nõutud, kui :values ei ole esindatud.',
- 'required_without_all' => ':Attribute väli on nõutud, kui ükski :values pole esindatud.',
- 'same' => ':Attribute ja :other peavad sobima.',
- 'size' => [
- 'array' => ':Attribute peab sisaldama :size kirjet.',
- 'file' => ':Attribute peab olema :size kilobaiti.',
- 'numeric' => ':Attribute peab olema :size.',
- 'string' => ':Attribute peab olema :size tähemärki.',
- ],
- 'starts_with' => ':Attribute peab algama ühega järgmistest: :values',
- 'string' => ':Attribute peab olema string.',
- 'timezone' => ':Attribute peab olema kehtiv tsoon.',
- 'unique' => ':Attribute on juba hõivatud.',
- 'uploaded' => ':Attribute ei õnnestunud laadida.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute vorming on vigane.',
- 'uuid' => ':Attribute peab olema õige UUID',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'pilt',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'tulemuse tekst pildi all',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'lühitekst',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'testi kirjeldus',
- 'test_locale' => 'keel',
- 'test_name' => 'testi nimi',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/eu.json b/resources/lang/eu.json
deleted file mode 100644
index d27cfc18..00000000
--- a/resources/lang/eu.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Gonbidapena Onartu",
- "Add": "Gehitu",
- "Add a new team member to your team, allowing them to collaborate with you.": "Berri bat gehitu taldeko kidea izateko, zure taldeak, aukera izan dezaten, lankidetzan duzu.",
- "Add additional security to your account using two factor authentication.": "Gehitu segurtasun gehiago zure kontua erabiliz, bi faktore autentifikazioa.",
- "Add Team Member": "Gehitu Taldeko Kidea",
- "Added.": "Gehitu.",
- "Administrator": "Administratzaileak",
- "Administrator users can perform any action.": "Administratzaile erabiltzaileek egin ahal izango da edozein ekintza.",
- "All of the people that are part of this team.": "Pertsona guztiak dira, eta horren zati taldeak.",
- "All rights reserved.": "Eskubide guztiak erreserbatuta.",
- "Already registered?": "Dagoeneko erregistratuta?",
- "API Token": "API Token",
- "API Token Permissions": "API Token Baimenak",
- "API Tokens": "API Token",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API token onartu hirugarrenen zerbitzuak autentifikatzeko gure aplikazioa zure izenean.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Ziur zaude ezabatu nahi duzula talde hau? Behin talde bat ezabatzen da, guztiak bere baliabide eta datu-betirako izango da ezabatu.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Ziur zaude ezabatu nahi duzula zure kontua? Behin zure kontua ezabatu egingo da, guztiak bere baliabide eta datu-betirako izango da ezabatu. Mesedez, sartu zure pasahitza berretsi nahi duzu betirako zure kontua ezabatu.",
- "Are you sure you would like to delete this API token?": "Ziur zaude ezabatu nahi duzun API hau token?",
- "Are you sure you would like to leave this team?": "Ziur ez duzu nahi, utzi talde hau?",
- "Are you sure you would like to remove this person from the team?": "Ziur zaude hori nahi duzu hau kentzeko pertsona taldeak?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Nabigatzailean Saio",
- "Cancel": "Utzi",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Itxi",
- "Code": "Kodea",
- "Confirm": "Berretsi",
- "Confirm Password": "Berretsi pasahitza",
- "Create": "Sortu",
- "Create a new team to collaborate with others on projects.": "Sortu talde berri bat lankidetzan aritzea, besteen proiektuak.",
- "Create Account": "Sortu Kontua",
- "Create API Token": "Sortu API Token",
- "Create New Team": "Sortu Talde Berri",
- "Create Team": "Sortu Talde",
- "Created.": "Sortu.",
- "Current Password": "Egungo Pasahitza",
- "Dashboard": "Arbel",
- "Delete": "Ezabatu",
- "Delete Account": "Ezabatu Kontua",
- "Delete API Token": "Ezabatu API Token",
- "Delete Team": "Ezabatu Taldeak",
- "Disable": "Desgaitu",
- "Done.": "Egin.",
- "Edit Profile": "Edit Profile",
- "Editor": "Editorea",
- "Editor users have the ability to read, create, and update.": "Editor erabiltzaile gaitasuna dute irakurri, sortu eta eguneratu.",
- "Email": "Email",
- "Email Address": "E-Posta Helbidea",
- "Email Password Reset Link": "E-Posta Pasahitza Berrezarri Lotura",
- "Enable": "Gaitu",
- "Ensure your account is using a long, random password to stay secure.": "Ziurtatu zure kontua da luze bat erabiliz, ausazko pasahitza lo seguru.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Zure segurtasunerako, mesedez, baieztatu zure pasahitza jarraitzeko.",
- "Forbidden": "Debekatua",
- "Forgot your password?": "Zure pasahitza ahaztu duzu?",
- "Forgot Your Password?": "Pasahitza ahaztu duzu?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Zure pasahitza ahaztu duzu? Ez dago arazorik. Besterik ez iezaguzu zure posta elektronikoaren helbidea eta egingo dugu, mezu elektroniko bat pasahitza berrezartzeko lotura duten aukera emango dizu aukera berri bat.",
- "Go to page :page": "Joan orri :page",
- "Great! You have accepted the invitation to join the :team team.": "Handia! Duzu gonbidapena onartu batzeko :team taldeak.",
- "Hello!": "Kaixo!",
- "I agree to the :terms_of_service and :privacy_policy": "Onartzen dut :terms_of_service eta :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Beharrezkoa izanez gero, ahal izango duzu saioa zure nabigatzailean beste saio guztietan zehar zure gailuak. Batzuk zure azken saioak zerrendatzen dira; hala ere, zerrenda honetan ezin izango da zehatza. Sentitzen duzu bada zure kontua izan da arriskutsua, ere egin beharko duzu eguneratu zure pasahitza.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Dagoeneko baduzu kontu bat, ahal izango duzu, hau onartu gonbidapena beheko botoian klik eginez:",
- "If you did not create an account, no further action is required.": "Ez baduzu konturik sortu, ez duzu ezer egin behar.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Bada, ez duzu espero jasotzeko gonbidapena talde hau, ahal izango duzu baztertu email hau.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Ez baduzu pasahitza berrezartzea eskatu, ez duzu ezer egin behar.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Izan ez baduzu, kontu bat sortu ahal izango duzu bat beheko botoian klik eginez. Ondoren kontu bat sortzea, ahal izango duzu, egin klik gonbidapena onartu botoia elektroniko hau onartu taldeak gonbidapena:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "\":actionText\" botoian klik egitean arazoak badituzu, kopiatu eta itsatsi beheko URLa\nnabigatzailean:",
- "Last active": "Azken aktiboa",
- "Last used": "Azken erabiltzen",
- "Leave": "Utzi",
- "Leave Team": "Utzi Taldea",
- "Log in": "Saioa",
- "Log Out": "Saioa",
- "Log Out Other Browser Sessions": "Log Out Beste Nabigatzaile Saioak",
- "Login": "Hasi saioa",
- "Logout": "Amaitu saioa",
- "Manage Account": "Kudeatu Kontua",
- "Manage and log out your active sessions on other browsers and devices.": "Kudeatu eta log out zure aktibo saioak beste nabigatzaile eta gailu.",
- "Manage API Tokens": "Kudeatu API Token",
- "Manage Role": "Kudeatu Rola",
- "Manage Team": "Kudeatu Taldeak",
- "Name": "Izena",
- "New Password": "Pasahitz Berria",
- "Not Found": "Ez Da Aurkitu",
- "of": "de",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Behin talde bat ezabatzen da, guztiak bere baliabide eta datu-betirako izango da ezabatu. Ezabatu aurretik talde hau, mesedez, deskargatu edozein datu edo informazio dagokionez, talde honek nahi duzun atxikitzen.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Behin zure kontua ezabatu egingo da, guztiak bere baliabide eta datu-betirako izango da ezabatu. Ezabatu aurretik, zure kontua, mesedez, deskargatu edozein datu edo informazio nahi duzun atxikitzen.",
- "Page Expired": "Orria iraungi da",
- "Pagination Navigation": "Pagination Nabigazioa",
- "Password": "Pasahitza",
- "Pending Team Invitations": "Zain Talde Gonbidapenak",
- "Permanently delete this team.": "Betirako ezabatu talde hau.",
- "Permanently delete your account.": "Betirako zure kontua ezabatu.",
- "Permissions": "Baimenak",
- "Photo": "Argazki",
- "Please click the button below to verify your email address.": "Egin klik beheko botoian helbide elektronikoa baieztatzeko.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Mesedez, baieztatu zure kontu sarbidea sartuz bat zure larrialdi berreskuratzeko kodeak.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Mesedez, baieztatu zure kontu sarbidea sartuz autentifikazioa kodea emandako zure authenticator aplikazioa.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Mesedez, kopiatu zure berri API token. Zure segurtasunerako, ez da agertzen berriro ere.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Mesedez, sartu zure pasahitza berretsi nahi duzu saioa zure nabigatzailean beste saio guztietan zehar zure gailuak.",
- "Please provide the email address of the person you would like to add to this team.": "Mesedez eman helbide elektronikoa pertsona nahi duzun gehitu talde hau.",
- "Privacy Policy": "Pribatutasun-Politika",
- "Profile": "Profila",
- "Profile Information": "Informazio-Profila",
- "Recovery Code": "Berreskuratzeko Kodea",
- "Regards": "Eskuminak",
- "Regenerate Recovery Codes": "Birsortzeko Berreskuratzeko Kodeak",
- "Register": "Erregistratu",
- "Remember me": "Gogoratu",
- "Remember Me": "Gogora nazazu",
- "Remove": "Kendu",
- "Remove Photo": "Kendu Argazki",
- "Remove Team Member": "Kendu Taldeko Kidea",
- "Resend Verification Email": "Birbidali Egiaztatzeko E-Posta",
- "Reset Password": "Berrezarri pasahitza",
- "Reset Password Notification": "Pasahitza berrezartzeko jakinarazpena",
- "results": "emaitzak",
- "Role": "Rol",
- "Save": "Gorde",
- "Saved.": "Gorde.",
- "Select A New Photo": "Hautatu Argazki Berri Bat",
- "Send Password Reset Link": "Bidali pasahitza berrezartzeko esteka",
- "Server Error": "Zerbitzari-Errorea",
- "Service Unavailable": "Zerbitzua ez dago erabilgarri",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Ikuskizuna Berreskuratzeko Kodeak",
- "Showing": "Erakusten",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Denda horiek berreskuratzeko kode seguru batean pasahitz-kudeatzailea. Erabili ahal izango dira berreskuratzeko sarbidea zure kontua zure bi faktore autentifikazioa gailua galdu.",
- "Switch Teams": "Switch Taldeek",
- "Team Details": "Talde Xehetasunak",
- "Team Invitation": "Taldeak Gonbidapena",
- "Team Members": "Taldeko Kideak",
- "Team Name": "Taldearen Izena",
- "Team Owner": "Talde Jabea",
- "Team Settings": "Talde Ezarpenak",
- "Terms of Service": "Zerbitzu-baldintzak",
- "The :attribute must be a valid role.": "The :attribute bat izan behar du baliozko rola.",
- "The :attribute must be at least :length characters and contain at least one number.": "The :attribute gutxienez, izan behar du :length pertsonaiak eta, gutxienez, eduki zenbaki bat.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "The :attribute gutxienez, izan behar du :length pertsonaiak eta eduki bat, gutxienez, izaera berezi eta telefono zenbaki bat.",
- "The :attribute must be at least :length characters and contain at least one special character.": "The :attribute gutxienez, izan behar du :length pertsonaiak eta eduki bat, gutxienez, izaera berezia.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "The :attribute gutxienez, izan behar du :length pertsonaiak eta, gutxienez, eduki bat maiuskulaz pertsonaia eta telefono zenbaki bat.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "The :attribute izan behar du, gutxienez, :length pertsonaiak eta, gutxienez, eduki bat maiuskulaz pertsonaia bat eta karaktere bereziak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "The :attribute izan behar du, gutxienez, :length pertsonaiak eta, gutxienez, eduki bat maiuskulaz pertsonaia, telefono zenbaki bat eta bat berezia pertsonaia.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "The :attribute gutxienez, izan behar du :length pertsonaiak eta, gutxienez, eduki bat maiuskulaz pertsonaia.",
- "The :attribute must be at least :length characters.": "The :attribute gutxienez, izan behar du :length pertsonaiak.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Emandako pasahitza ez dator zure uneko pasahitza.",
- "The provided password was incorrect.": "Emandako pasahitza ez zen zuzena.",
- "The provided two factor authentication code was invalid.": "Emandako bi faktore autentifikazio-kodea zen baliogabea.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Taldearen izena eta jabea informazioa.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Pertsona hauek izan dira gonbidatu zure taldea eta bidalitako gonbidapen bat e-posta. Ahal izango dute parte talde onartuz posta gonbidapena.",
- "This device": "Gailu hau",
- "This is a secure area of the application. Please confirm your password before continuing.": "Hau da, seguru eremu aplikazioa. Mesedez, baieztatu zure pasahitza jarraitu aurretik.",
- "This password does not match our records.": "Pasahitz hori ez dator bat gure records.",
- "This password reset link will expire in :count minutes.": "Hau pasahitza berrezarri lotura iraungiko :count minutu.",
- "This user already belongs to the team.": "Erabiltzaile hau dagoeneko dagokio taldeak.",
- "This user has already been invited to the team.": "Erabiltzaile hau dagoeneko gonbidatu taldeak.",
- "to": "ra",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Txandakatu nabigazioa",
- "Token Name": "Token Izena",
- "Too Many Requests": "Eskaera gehiegi",
- "Two Factor Authentication": "Bi Faktore Autentifikazio",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Baimendu gabea",
- "Unknown": "Unknown",
- "Update Password": "Eguneratu Pasahitza",
- "Update your account's profile information and email address.": "Eguneratu zure kontuaren profileko informazioa eta posta elektronikoaren helbidea.",
- "Use a recovery code": "Erabilera berreskuratzeko kodea",
- "Use an authentication code": "Bat erabili autentifikazioa kodea",
- "Verify Email Address": "Baieztatu helbide elektronikoa",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Ezin izan dugu aurkitu erabiltzaile erregistratu batera, helbide honetan.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Bi faktore autentifikazioa gaituta dago, nahi duzun galdetuko dizu seguru bat, ausazko token zehar autentifikazioa. Ahal izango duzu berreskuratu hau token zure telefonoaren Google Authenticator aplikazioa.",
- "Whoops!": "Aupa!",
- "Whoops! Something went wrong.": "Aupa! Zerbait gaizki joan da.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Zure kontutik pasahitza berrezartzeko eskaera bat jaso genuelako jaso duzu posta elektroniko hau.",
- "You have been invited to join the :team team!": "Izan duzu parte hartzera gonbidatuta :team taldea!",
- "You have enabled two factor authentication.": "Duzu ahalbidetu dute bi faktore autentifikazioa.",
- "You have not enabled two factor authentication.": "Ez duzu gaituta bi faktore autentifikazioa.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Ezabatu dezakezu edozein dagoen zure token dira, bada, ez da gehiago behar.",
- "You may not delete your personal team.": "Agian ez duzu ezabatu zure datu pertsonalak taldeak.",
- "You may not leave a team that you created.": "Agian ez duzu utzi talde bat sortu duzula.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/eu/auth.php b/resources/lang/eu/auth.php
deleted file mode 100644
index 49e1bb5e..00000000
--- a/resources/lang/eu/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Kredentzial hauek ez datoz bat gure erregistroekin.',
- 'password' => 'Pasahitza ez da zuzena.',
- 'throttle' => 'Atzipen saialdi gehiegi. Mesedez berriro saiatu :seconds segundo barru.',
-];
diff --git a/resources/lang/eu/http-statuses.php b/resources/lang/eu/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/eu/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/eu/pagination.php b/resources/lang/eu/pagination.php
deleted file mode 100644
index 2dd34e5d..00000000
--- a/resources/lang/eu/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Hurrengoa »',
- 'previous' => '« Aurrekoa',
-];
diff --git a/resources/lang/eu/passwords.php b/resources/lang/eu/passwords.php
deleted file mode 100644
index 18f6b14d..00000000
--- a/resources/lang/eu/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Zure pasahitza berrezarri da!',
- 'sent' => 'Zure pasahitza berrezartzeko esteka postaz bidali dizugu!',
- 'throttled' => 'Mesedez, itxaron aurretik berriro saiatzean.',
- 'token' => 'Pasahitza berreskuratzeko tokena baliogabea da.',
- 'user' => 'Ezin izan dugu helbide elektroniko horrekin bat datorren erabiltzailerik aurkitu.',
-];
diff --git a/resources/lang/eu/validation.php b/resources/lang/eu/validation.php
deleted file mode 100644
index 841138a1..00000000
--- a/resources/lang/eu/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute onartu beharra dago.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute ez da baliozko URL bat.',
- 'after' => ':Attribute :date osteko data izan behar da.',
- 'after_or_equal' => ':Attribute :date osteko data edo data bera izan behar da.',
- 'alpha' => ':Attribute hizkiak besterik ezin ditu izan.',
- 'alpha_dash' => ':Attribute hizkiak, zenbakiak eta marrak besterik ezin ditu izan.',
- 'alpha_num' => ':Attribute hizkiak eta zenbakiak besterik ezin ditu izan.',
- 'array' => ':Attribute bilduma izan behar da.',
- 'attached' => 'Hau :attribute da dagoeneko erantsita.',
- 'before' => ':Attribute :date aurreko data izan behar da.',
- 'before_or_equal' => ':Attribute :date aurreko data edo data bera izan behar da.',
- 'between' => [
- 'array' => ':Attribute-(e)k :min eta :max arteko elementu kopurua izan behar du.',
- 'file' => ':Attribute-(e)k :min eta :max kilobyte arteko pisua izan behar du.',
- 'numeric' => ':Attribute :min eta :max artean egon behar da.',
- 'string' => ':Attribute-(e)k :min eta :max karaktere artean izan behar ditu.',
- ],
- 'boolean' => ':Attribute-(r)en balioa egia edo gezurra izan behar da.',
- 'confirmed' => ':Attribute-(r)en berrespena ez dator bat.',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute ez da baliozko data.',
- 'date_equals' => 'The :attribute bat izan behar du data berdina :date.',
- 'date_format' => ':Attribute datak ez du :format formatua.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute eta :other ezberdinak izan behar dira.',
- 'digits' => ':Attribute-(e)k :digits digitu eduki behar ditu.',
- 'digits_between' => ':Attribute-(e)k :min eta :max arteko digitu kopurua eduki behar du.',
- 'dimensions' => ':Attribute irudiaren neurriak baliogabeak dira.',
- 'distinct' => ':Attribute-(e)k bikoiztutako balioa dauka.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute baliozko helbide elektronikoa izan behar da.',
- 'ends_with' => ':Attribute-(e)k ondorengo balioetako batekin amaitu behar du: :values',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => ':Attribute baliogabea da.',
- 'file' => ':Attribute fitxategi bat izan behar da.',
- 'filled' => ':Attribute derrigorrezkoa da.',
- 'gt' => [
- 'array' => ':Attribute-(e)k :value elementu baino gehiago izan behar ditu.',
- 'file' => ':Attribute-(e)k :value kilobyte baino handiagoa izan behar du.',
- 'numeric' => ':Attribute-(e)k :value baino handiagoa izan behar du.',
- 'string' => ':Attribute-(e)k :value karaktere baino gehiago izan behar ditu.',
- ],
- 'gte' => [
- 'array' => ':Attribute-(e)k :value elementu edo gehiago izan behar ditu.',
- 'file' => ':Attribute-(e)k :value kilobyte edo gehiago izan behar ditu.',
- 'numeric' => ':Attribute-(e)k :value baino handiagoa edo berdina izan behar du.',
- 'string' => ':Attribute-(e)k :value karaktere edo gehiago izan behar ditu.',
- ],
- 'image' => ':Attribute irudi bat izan behar da.',
- 'in' => ':Attribute baliogabea da.',
- 'in_array' => ':Attribute ez da existizen :other-(e)n.',
- 'integer' => ':Attribute zenbaki osoa izan behar da.',
- 'ip' => ':Attribute baliozko IP helbidea izan behar da.',
- 'ipv4' => ':Attribute baliozko IPv4 helbidea izan behar da.',
- 'ipv6' => ':Attribute baliozko IPv6 helbidea izan behar da.',
- 'json' => ':Attribute baliozko JSON karaktere-katea izan behar da.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute-(e)k :value elementu baino gutxiago izan behar ditu.',
- 'file' => ':Attribute-(e)k :value kilobyte baino txikiagoa izan behar du.',
- 'numeric' => ':Attribute-(e)k :value baino txikiagoa izan behar du.',
- 'string' => ':Attribute-(e)k :value karaktere baino gutxiago izan behar ditu.',
- ],
- 'lte' => [
- 'array' => ':Attribute-(e)k :value elementu edo gutxiago izan behar ditu.',
- 'file' => ':Attribute-(e)k :value kilobyte edo gutxiago izan behar ditu.',
- 'numeric' => ':Attribute-(e)k :value baino txikiagoa edo berdina izan behar du.',
- 'string' => ':Attribute-(e)k :value karaktere edo gutxiago izan behar ditu.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute-(e)k ezin du :max elementu baino gehiago eduki.',
- 'file' => ':Attribute ezin da :max kilobyte baino handiagoa izan.',
- 'numeric' => ':Attribute ezin da :max baino handiagoa izan.',
- 'string' => ':Attribute-(e)k ezin du :max karaktere baino gehiago eduki.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute :values motako fitxategia izan behar da.',
- 'mimetypes' => ':Attribute :values motako fitxategia izan behar da.',
- 'min' => [
- 'array' => ':Attribute-(e)k gutxienez :min elementu izan behar ditu.',
- 'file' => ':Attribute-(e)k gutxienez :min kilobyte izan behar ditu.',
- 'numeric' => ':Attribute-(e)k gutxienez :min-(e)ko tamaina izan behar du.',
- 'string' => ':Attribute-(e)k gutxienez :min karaktere izan behar ditu.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'The :attribute izan behar multiploa :value',
- 'not_in' => ':Attribute baliogabea da.',
- 'not_regex' => ':Attribute formatua baliogabea da.',
- 'numeric' => ':Attribute zenbakizkoa izan behar da.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute ezin da hutsik egon.',
- 'prohibited' => 'The :attribute eremuan, debekatuta dago.',
- 'prohibited_if' => 'The :attribute eremuan, debekatuta dago denean :other da :value.',
- 'prohibited_unless' => 'The :attribute eremuan, debekatuta dago ezean :other da :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => ':Attribute baliogabea da.',
- 'relatable' => 'Hau :attribute ezingo lotutako baliabide hau.',
- 'required' => ':Attribute derrigorrezkoa da.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Attribute derrigorrezkoa da :other :value denean.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Attribute derrigorrezkoa da :other :values-(e)n egon ezean.',
- 'required_with' => ':Attribute derrigorrezkoa da :values dagoenean.',
- 'required_with_all' => ':Attribute derrigorrezkoa da :values daudenean.',
- 'required_without' => ':Attribute derrigorrezkoa da :values ez dagoenean.',
- 'required_without_all' => ':Attribute derrigorrezkoa da :values ez daudenean.',
- 'same' => ':Attribute eta :other bat etorri behar dira.',
- 'size' => [
- 'array' => ':Attribute-(e)k :size elementu izan behar ditu.',
- 'file' => ':Attribute-(e)k :size kilobyte izan behar behar ditu.',
- 'numeric' => ':Attribute-(e)k :size tamaina izan behar du.',
- 'string' => ':Attribute-(e)k :size karaktere izan behar ditu.',
- ],
- 'starts_with' => ':Attribute-(e)k ondorengo balioetako batekin hasi behar du :values',
- 'string' => ':Attribute karaktere-katea izan behar da.',
- 'timezone' => ':Attribute baliozko ordu-eremua izan behar da.',
- 'unique' => ':Attribute jadanik erregistratua izan da.',
- 'uploaded' => ':Attribute kargatzerakoan huts egin du.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute-(r)en formatua baliogabea da.',
- 'uuid' => ':Attribute-(e)k baliozko UUIDa izan behar du.',
- 'attributes' => [
- 'address' => 'helbidea',
- 'age' => 'adina',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'erabilgarria',
- 'birthday' => 'birthday',
- 'body' => 'gorputza',
- 'city' => 'hiria',
- 'content' => 'edukia',
- 'country' => 'herrialdea',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'data',
- 'date_of_birth' => 'date of birth',
- 'day' => 'eguna',
- 'deleted_at' => 'deleted at',
- 'description' => 'deskribapena',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'posta elektronikoa',
- 'excerpt' => 'pasartea',
- 'filter' => 'filter',
- 'first_name' => 'izena',
- 'gender' => 'generoa',
- 'group' => 'group',
- 'hour' => 'ordua',
- 'image' => 'image',
- 'last_name' => 'abizena',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'mezua',
- 'middle_name' => 'middle name',
- 'minute' => 'minutua',
- 'mobile' => 'mugikorra',
- 'month' => 'hilabetea',
- 'name' => 'izena',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'pasahitza',
- 'password_confirmation' => 'pasahitzaren berrespena',
- 'phone' => 'telefonoa',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'segundoa',
- 'sex' => 'sexua',
- 'short_text' => 'short text',
- 'size' => 'neurria',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'gaia',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'denbora',
- 'title' => 'izenburua',
- 'updated_at' => 'updated at',
- 'username' => 'erabiltzailea',
- 'year' => 'urtea',
- ],
-];
diff --git a/resources/lang/fa.json b/resources/lang/fa.json
deleted file mode 100644
index d0450396..00000000
--- a/resources/lang/fa.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(و :count خطای دیگر)",
- "(and :count more errors)": "(و :count خطای دیگر)",
- "A fresh verification link has been sent to your email address.": "یک لینک تایید جدید به ایمیل شما ارسال شد.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "یک لینک تایید جدید به ایمیلی که در تنظیمات پروفایل خود وارد کرده بودید ارسال شد.",
- "A new verification link has been sent to your email address.": "یک لینک تایید جدید به ایمیل شما ارسال شد.",
- "Accept Invitation": "قبول دعوت",
- "Add": "افزودن",
- "Add a new team member to your team, allowing them to collaborate with you.": "یک عضو تیم جدید به تیم خود اضافه کنید، و به آنان اجازه دهید با شما همکاری کند.",
- "Add additional security to your account using two factor authentication.": "با استفاده از احراز هویت دو مرحله ای، امنیت بیشتری به حساب خود اضافه کنید.",
- "Add Team Member": "افزودن عضو تیم",
- "Added.": "افزوده شد",
- "Administrator": "مدیر",
- "Administrator users can perform any action.": "کاربران مدیر میتوانند هر عملی را انجام دهند.",
- "All of the people that are part of this team.": "همه افرادی که بخشی از این تیم هستند.",
- "All rights reserved.": "کلیه حقوق محفوظ است.",
- "Already registered?": "قبلا ثبت نام کرده اید؟",
- "API Token": "توکن API",
- "API Token Permissions": "مجوزهای توکن API",
- "API Tokens": "توکن های API",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "توکن های API به سرویس های دیگر این اجازه را میدهند تا با نرم افزار ما احراز هویت شوند.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "آیا مطمئن هستید که میخواهید این تیم را حذف کنید؟ پس از حذف تیم، تمام منابع و داده های آن برای همیشه حذف میشوند.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "آیا مطمئن هستید که میخواهید حساب خود را حذف کنید؟ پس از حذف حساب، تمام منابع و داده های آن برای همیشه حذف میشود. لطفاً رمز ورود خود را وارد کنید تا تأیید کنید که میخواهید برای همیشه حساب کاربری خود را حذف نمایید.",
- "Are you sure you would like to delete this API token?": "آیا مطمئن هستید که میخواهید این توکن API را حذف کنید؟",
- "Are you sure you would like to leave this team?": "آیا مطمئن هستید که میخواهید این تیم را ترک کنید؟",
- "Are you sure you would like to remove this person from the team?": "آیا مطمئن هستید که میخواهید این شخص را از تیم حذف کنید؟",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "قبل از ادامه، آیا میتوانید آدرس ایمیل خود را با کلیک کردن روی پیوندی که به تازگی برای شما ایمیل کردهایم تأیید کنید؟ اگر ایمیلی را دریافت نکردید، با کمال میل یک ایمیل دیگر برای شما ارسال خواهیم کرد.",
- "Before proceeding, please check your email for a verification link.": "لطفا قبل از ادامه دادن ایمیل خود را جهت لینک تایید بررسی نمایید.",
- "Browser Sessions": "جلسات مرورگر",
- "Cancel": "لغو",
- "Click here to re-send the verification email.": "اینجا را کلیک کنید تا ایمیل تایید برای شما مجددا ارسال شود.",
- "click here to request another": "برای درخواست دیگر اینجا را کلیک کنید",
- "Close": "بستن",
- "Code": "کد",
- "Confirm": "تایید",
- "Confirm Password": "تکرار رمز عبور",
- "Create": "ایجاد",
- "Create a new team to collaborate with others on projects.": "یک تیم جدید برای همکاری با دیگران در پروژه ها ایجاد کنید.",
- "Create Account": "ایجاد حساب کاربری",
- "Create API Token": "ایجاد رمز API",
- "Create New Team": "ایجاد تیم جدید",
- "Create Team": "ایجاد تیم",
- "Created.": "ایجاد شد",
- "Current Password": "رمز عبور فعلی",
- "Dashboard": "داشبورد",
- "Delete": "حذف",
- "Delete Account": "حذف حساب کاربری",
- "Delete API Token": "حذف توکن API",
- "Delete Team": "حذف تیم",
- "Disable": "غیر فعال",
- "Done.": "انجام شده.",
- "Edit Profile": "ویرایش پروفایل",
- "Editor": "ویرایشگر",
- "Editor users have the ability to read, create, and update.": "کاربران ویرایشگر توانایی خواندن، ایجاد و به روزرسانی را دارند.",
- "Email": "ایمیل",
- "Email Address": "آدرس ایمیل",
- "Email Password Reset Link": "ارسال لینک بازیابی رمز عبور از طریق ایمیل",
- "Enable": "فعال",
- "Ensure your account is using a long, random password to stay secure.": "اطمینان حاصل کنید که حساب شما از یک رمز عبور تصادفی و طولانی برای ایمن ماندن استفاده میکند.",
- "Finish enabling two factor authentication.": "فعال سازی اعتبارسنجی دو مرحله ای به پایان رسید.",
- "For your security, please confirm your password to continue.": "برای امنیت خود، لطفاً رمز ورود خود را تأیید کنید.",
- "Forbidden": "عدم دسترسی",
- "Forgot your password?": "رمزعبور خود را فراموش کرده اید؟",
- "Forgot Your Password?": "رمزعبور خود را فراموش کرده اید؟",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "رمز عبور خود را فراموش کرده اید؟ مشکلی نیست. کافی است ایمیل خود را داشته باشید تا ما یک لینک جهت بازیابی رمز عبور برای شما ارسال کنیم.",
- "Go to page :page": "برو به صفحه :page",
- "Great! You have accepted the invitation to join the :team team.": "بسیار عالی! شما دعوتنامه عضویت در تیم :team را پذیرفتید",
- "Hello!": "سلام!",
- "I agree to the :terms_of_service and :privacy_policy": "من با :terms_of_service و :privacy_policy موافقم",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "اگر لازم است میتوانید از تمام دستگاه های دیگر خارج شوید، بعضی از دستگاه هایی که به تازگی از آنها وارد شده این در پایین لیست شده است. گرچه ممکن است این لیست کامل و دقیق نباشد، اگر فکر میکنید اکانت شما در خطر قرار گرفته لطفا رمز خود را تغییر دهید.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "اگر از قبل حساب کاربری دارید میتوانید با کلیک روی دکمه زیر دعوت نامه را بپذیرید",
- "If you did not create an account, no further action is required.": "چنانچه شما این اشتراک را ایجاد نکرده اید، نیاز به اقدام خاصی نیست.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "اگر مایل به عضویت در این تیم نیستید میتوانید این ایمیل را نادیده بگیرید",
- "If you did not receive the email": "اگر ایمیل دریافت نکرده اید",
- "If you did not request a password reset, no further action is required.": "اگر شما درخواست تغییر رمز عبور را نکرده اید، نیاز به اقدام خاصی نیست.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "اگر حساب کاربری ندارید با کلیک روی دکمه زیر میتوانید یک حساب جدید بسازید و بعد از آن میتوانید با کلیک روی دکمه زیر دعوتنامه عضویت در این تیم را بپذیرید",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "اگر با کلیک کردن روی دکمه \":actionText\" مشکل دارید، لینک زیر را کپی کنید و در مرورگر خود پیست کنید",
- "Last active": "آخرین فعالیت",
- "Last used": "آخرین استفاده",
- "Leave": "ترک کردن",
- "Leave Team": "ترک کردن تیم",
- "Log in": "ورود",
- "Log Out": "خروج",
- "Log Out Other Browser Sessions": "از سایر جلسات مرورگر خارج شوید",
- "Login": "ورود",
- "Logout": "خروج",
- "Manage Account": "مدیریت حساب کاربری",
- "Manage and log out your active sessions on other browsers and devices.": "مدیریت و خروج از سایر دستگاه های وارد شده به این حساب",
- "Manage API Tokens": "مدیریت توکن های API",
- "Manage Role": "مدیریت نقش",
- "Manage Team": "مدیریت تیم",
- "Name": "نام",
- "New Password": "رمز عبور جدید",
- "Not Found": "یافت نشد",
- "of": "از",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "پس از حذف یک تیم ، تمام منابع و داده های آن برای همیشه حذف میشود. قبل از حذف این تیم ، لطفاً هرگونه اطلاعات مربوط به این تیم را که میخواهید حفظ کنید دانلود کنید.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "هنگامی که حساب شما پاک شود ، تمام منابع و داده های آن نیز برای همیشه حذف میشوند. قبل از حذف حساب خود ، لطفاً هرگونه داده یا اطلاعاتی را که میخواهید حفظ کنید دانلود کنید.",
- "Page Expired": "صفحه منقضی شده است",
- "Pagination Navigation": "راهنمای صفحه بندی",
- "Password": "رمز عبور",
- "Pending Team Invitations": "دعوتنامه های تیم در انتظار",
- "Permanently delete this team.": "حذف کامل این تیم.",
- "Permanently delete your account.": "حذف کامل حساب کاربری.",
- "Permissions": "مجوز",
- "Photo": "تصویر",
- "Please click the button below to verify your email address.": "برای تایید آدرس ایمیل روی دکمه زیر کلیک کنید.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "با وارد کردن کد بازیابی دسترسی به اکانت خود را فراهم کنید.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "با وارد کردن کد احراز هویت دریافت شده از اپلیکشن احراز هویت خود، امکان دسترسی به اکانت خود را فراهم کنید.",
- "Please confirm your password before continuing.": "لطفا رمزعبور خود را قبل از ادامه دادن تایید کنید.",
- "Please copy your new API token. For your security, it won't be shown again.": "لطفا رمز API جدید خود را کپی کنید. برای امنیت شما ، دوباره نشان داده نمیشود.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "لطفا جهت تایید خروج از دیگر اکانت ها رمز عبور خود را وارد کنید.",
- "Please provide the email address of the person you would like to add to this team.": "لطفا ایمیل فردی که میخواهید به این تیم اضافه کنید را وارد کنید.",
- "Privacy Policy": "سیاست حفظ حریم خصوصی",
- "Profile": "پروفایل",
- "Profile Information": "اطلاعات پروفایل",
- "Recovery Code": "کد بازیافت",
- "Regards": "با احترام",
- "Regenerate Recovery Codes": "تولید مجدد کد بازیافت",
- "Register": "ثبت نام",
- "Remember me": "مرا به خاطر بسپار",
- "Remember Me": "من را به یاد بسپار",
- "Remove": "حذف",
- "Remove Photo": "حذف تصویر",
- "Remove Team Member": "حذف یک عضو تیم",
- "Resend Verification Email": "ارسال دوباره ایمیل تایید",
- "Reset Password": "فراموشی رمز عبور",
- "Reset Password Notification": "پیام فراموشی رمز عبور",
- "results": "نتایج",
- "Role": "نقش",
- "Save": "ذخیره",
- "Saved.": "ذخیره شد.",
- "Select A New Photo": "یک عکس جدید انتخاب کنید",
- "Send Password Reset Link": "ارسال لینک فراموشی رمز عبور",
- "Server Error": "خطای سرور",
- "Service Unavailable": "عدم دسترسی به سرویس",
- "Setup Key": "کلید راه اندازی",
- "Show Recovery Codes": "نمایش کد بازیافت",
- "Showing": "در حال نمایش",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "این کدهای بازیابی را در یک جای امن ذخیره کنید. اگر دستگاه احراز هویت دو مرحله ای شما از بین رفت ، میتوان از آنها برای بازیابی دسترسی به حساب شما استفاده کرد.",
- "Switch Teams": "تغییر تیم ها",
- "Team Details": "جزئیات تیم",
- "Team Invitation": "دعوت به تیم",
- "Team Members": "اعضای تیم",
- "Team Name": "نام تیم",
- "Team Owner": "مالک تیم",
- "Team Settings": "تنظیمات تیم",
- "Terms of Service": "شرایط استفاده از خدمات",
- "The :attribute must be a valid role.": ":Attribute باید یک نقض معتبر باشد",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute باید حداقل :length کارکتر و شامل حداقل یک عدد باشد.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute باید حداقل :length کاراکتر طول داشته باشد و شامل حداقل یک کارکتر خاص و یک عدد باشد.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute باید حداقل :length کارکتر و شامل حداقل یک کارکتر خاص باشد.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute باید حداقل :length کارکتر و شامل حداقل یک حرف بزرگ و یک عدد باشد.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute باید حداقل :length کارکتر و شامل حداقل یک حرف بزرگ و یک کارکتر خاص باشد.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute باید حداقل :length کارکتر و شامل حداقل یک حرف بزرگ و عدد و یک کارکتر خاص باشد.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute باید حداقل :length کارکتر و شامل حداقل یک حرف بزرگ باشد.",
- "The :attribute must be at least :length characters.": ":Attribute باید حداقل :length کارکتر باشد.",
- "The :attribute must contain at least one letter.": ":Attribute باید حداقل شامل یک حرف داشته باشد.",
- "The :attribute must contain at least one number.": ":Attribute باید حداقل شامل یک عدد باشد.",
- "The :attribute must contain at least one symbol.": ":Attribute باید حداقل شامل یک سمبل باشد.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": ":Attribute باید حداقل شامل یک حرف بزرگ و یک حرف کوچم باشد.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": ":Attribute داده شده در یک نشت داده دیده شده است. لطفا یک :attribute دیگر انتخاب کنید.",
- "The given data was invalid.": "داده دریافتی معتبر نمیباشد.",
- "The password is incorrect.": "رمز عبور صحیح نیست",
- "The provided password does not match your current password.": "رمز ورود ارائه شده با رمز عبور فعلی شما مطابقت ندارد.",
- "The provided password was incorrect.": "رمز ورود ارائه شده نادرست بود.",
- "The provided two factor authentication code was invalid.": "کد تأیید اعتبارسنجی دو مرحله ای نامعتبر است.",
- "The provided two factor recovery code was invalid.": "کد بازیابی دو مرحله ای وارد شده اشتباه است.",
- "The team's name and owner information.": "نام تیم و اطلاعات مالک آن.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "این افراد به تیم شما دعوت شده اند و یک ایمیل دعوت برای آنها ارسال شده است. آنها ممکن است با پذیرش دعوت نامه ایمیلی به تیم ملحق شوند.",
- "This device": "این دستگاه",
- "This is a secure area of the application. Please confirm your password before continuing.": "این یک بخش تحت حفاظت از برنامه است. لطفا قبل از ادامه رمز عبور خود را تأیید کنید.",
- "This password does not match our records.": "رمز عبور معتبر نیست.",
- "This password reset link will expire in :count minutes.": "لینک فراموشی رمز عبور برای :count دقیقه معتبر است.",
- "This user already belongs to the team.": "این کاربر متعلق به تیم است.",
- "This user has already been invited to the team.": "این کاربر از قبل به تیم دعوت شده است",
- "to": "به",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "برای پایان دادن به فعال کردن احراز هویت دو عاملی، کد QR زیر را با استفاده از برنامه احراز هویت گوشی خود اسکن کنید یا کلید تنظیم را وارد کرده و کد OTP تولید شده را ارائه دهید.",
- "Toggle navigation": "تغییر ناوبری",
- "Token Name": "نام توکن",
- "Too Many Requests": "تعداد درخواست های ارسال شده زیاد است",
- "Two Factor Authentication": "احراز هویت دو مرحله ای",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "احراز هویت دو عاملی اکنون فعال است. کد QR زیر را با استفاده از برنامه احراز هویت گوشی خود اسکن کنید یا کلید تنظیم را وارد کنید.",
- "Unauthorized": "دسترسی غیر مجاز",
- "Unknown": "ناشناخته",
- "Update Password": "بروزرسانی رمز عبور",
- "Update your account's profile information and email address.": "اطلاعات پروفایل و آدرس ایمیل حساب خود را به روز کنید.",
- "Use a recovery code": "استفاده از کد بازیابی",
- "Use an authentication code": "استفاده از کد احراز هویت",
- "Verify Email Address": "تایید آدرس ایمیل",
- "Verify Your Email Address": "ایمیل خود را تایید کنید",
- "We were unable to find a registered user with this email address.": "کاربری با این ایمیل یافت نشد.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "هنگامی که تأیید اعتبار دو مرحلی ای فعال باشد، در هنگام احراز هویت از شما یک رمز امن و تصادفی خواسته میشود. شما میتوانید این رمز را از برنامه Google Authenticator تلفن خود بازیابی کنید.",
- "Whoops!": "وای !",
- "Whoops! Something went wrong.": "متاسفانه خطایی رخ داده است.",
- "You are logged in!": "شما وارد شده اید!",
- "You are receiving this email because we received a password reset request for your account.": "شما این ایمیل را به دلیل درخواست رمز عبور جدید دریافت کرده اید.",
- "You have been invited to join the :team team!": "شما برای عضویت در تیم :team دعوت شده اید",
- "You have enabled two factor authentication.": "شما احراز هویت دومرحله ای خود را فعال کرده اید.",
- "You have not enabled two factor authentication.": "شما احراز هویت دو مرحله خود را فعال نکرده اید.",
- "You may accept this invitation by clicking the button below:": "با کلیک روی دکمه زیر میتوانید دعوتنامه را بپذیرید",
- "You may delete any of your existing tokens if they are no longer needed.": "اگر دیگر نیازی به هریک از توکن های موجود ندارید، میتوانید آنها را حذف کنید.",
- "You may not delete your personal team.": "شما نمیتوانید تیم شخصی خود را حذف کنید.",
- "You may not leave a team that you created.": "شما نمیتوانید تیمی که خودتان ساخته اید را ترک کنید.",
- "Your email address is unverified.": "ایمیل شما تایید نشده است."
-}
\ No newline at end of file
diff --git a/resources/lang/fa/auth.php b/resources/lang/fa/auth.php
deleted file mode 100644
index 391a99ca..00000000
--- a/resources/lang/fa/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'مشخصات وارد شده با اطلاعات ما سازگار نیست.',
- 'password' => 'رمزعبور اشتباه است.',
- 'throttle' => 'دفعات تلاش شما برای ورود بیش از حد مجاز است. لطفا پس از :seconds ثانیه مجددا تلاش فرمایید.',
-];
diff --git a/resources/lang/fa/http-statuses.php b/resources/lang/fa/http-statuses.php
deleted file mode 100644
index 8aa34f96..00000000
--- a/resources/lang/fa/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'خطای ناشناخته',
- '100' => 'ادامه',
- '101' => 'درحال تعویض پروتکل ها',
- '102' => 'پردازش درخواست',
- '200' => 'موفقیت آمیز',
- '201' => 'ساخته شده',
- '202' => 'پذیرفته شده',
- '203' => 'اطلاعات نامعتبر',
- '204' => 'بدون محتویات',
- '205' => 'تنظیم مجدد محتوی',
- '206' => 'محتوی جزئی',
- '207' => 'چندین-وضعیت',
- '208' => 'قبلا گزارش شده است',
- '226' => 'IM استفاده شده',
- '300' => 'چندین انتخاب',
- '301' => 'انتقال دائم',
- '302' => 'انتقال موقتی',
- '303' => 'به محل دیگری مراجعه کنید',
- '304' => 'اصلاح نشده',
- '305' => 'استفاده از پراکسی',
- '307' => 'تغییر مسیر موقت',
- '308' => 'تغییر مسیر دائم',
- '400' => 'درخواست ناصحیح',
- '401' => 'مجاز نیست',
- '402' => 'نیاز به پرداخت',
- '403' => 'دسترسی غیر مجاز',
- '404' => 'پیدا نشد',
- '405' => 'متود مجاز نیست',
- '406' => 'قابل قبول نیست',
- '407' => 'نیاز به تصدیق پراکسی میباشد',
- '408' => 'وقفهٔ درخواست',
- '409' => 'ناسازگاری',
- '410' => 'رفته',
- '411' => 'طول مورد نیاز است',
- '412' => 'پیش شرط با شکست مواجه شده',
- '413' => 'موجودیت درخواست بسیار بزرگ است',
- '414' => 'یوآرال در خواست شده بسیار طولانی است',
- '415' => 'نوع رسانه پشتیبانی نمیشود',
- '416' => 'محدودهٔ درخواست شده رضایت پذیر نیست',
- '417' => 'انتظار با شکست مواجه شده',
- '418' => 'من یک teapot)قوری( هستم',
- '419' => 'نشست منقضی شده',
- '421' => 'درخواست نادرست',
- '422' => 'موجودیت غیر قابل پردازش',
- '423' => 'قفل شده',
- '424' => 'وابستگی شکستخورده',
- '425' => 'خیلی زود',
- '426' => 'ارتقاء لازم است',
- '428' => 'پیش شرط لازم است',
- '429' => 'درخواست ها بیشاز اندازه است',
- '431' => 'فیلد های هدر درخواست بیش اندازه بزرگ هستند',
- '444' => 'اتصال بدون پاسخ بسته شد',
- '449' => 'تلاش مجدد با',
- '451' => 'به دلایل قانونی در دسترس نیست',
- '499' => 'درخواست توسط کاربر بسته شد',
- '500' => 'خطای داخلی سرور',
- '501' => 'اجرا نشده',
- '502' => 'درگاه خراب',
- '503' => 'سرویس در دسترس نیست',
- '504' => 'وقفهٔ در گاه',
- '505' => 'نگارش HTTP پشتیبانی نمیشود',
- '506' => 'گونهها همچنین مذاکره میکنند',
- '507' => 'فضای ناکافی',
- '508' => 'حلقه شناسایی شد',
- '509' => 'ظرفیت پهنایباند به اتمام رسید',
- '510' => 'تمدید نشده',
- '511' => 'احراز هویت درون شبکه لازم است',
- '520' => 'خطای ناشناخته',
- '521' => 'وب سرور از کار افتاده است',
- '522' => 'مهلت زمانی اتصال تمام شد',
- '523' => 'مبدا قابل دستیابی نیست',
- '524' => 'مهلت زمانی تمام شد.',
- '525' => 'SSL Handshake با شکست مواجه شد',
- '526' => 'گواهی SSL نامعتبر',
- '527' => 'خطای Railgun',
- '598' => 'مهلت خواندن شبکه تمام شد',
- '599' => 'مهلت اتصال شبکه تمام شد',
- 'unknownError' => 'خطای ناشناخته',
-];
diff --git a/resources/lang/fa/pagination.php b/resources/lang/fa/pagination.php
deleted file mode 100644
index 421a1091..00000000
--- a/resources/lang/fa/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'بعدی »',
- 'previous' => '« قبلی',
-];
diff --git a/resources/lang/fa/passwords.php b/resources/lang/fa/passwords.php
deleted file mode 100644
index 111a9ae6..00000000
--- a/resources/lang/fa/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'رمز عبور شما بازگردانی شد!',
- 'sent' => 'لینک بازگردانی رمز عبور به ایمیل شما ارسال شد.',
- 'throttled' => 'پیش از تلاش مجدد کمی صبر کنید.',
- 'token' => 'مشخصهی بازگردانی رمز عبور معتبر نیست.',
- 'user' => 'ما کاربری با این نشانی ایمیل نداریم!',
-];
diff --git a/resources/lang/fa/validation.php b/resources/lang/fa/validation.php
deleted file mode 100644
index 33a09820..00000000
--- a/resources/lang/fa/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute باید پذیرفته شده باشد.',
- 'accepted_if' => ':Attribute باید پذیرفته شده باشد وقتی :other برابر :value است.',
- 'active_url' => 'آدرس :attribute معتبر نیست.',
- 'after' => ':Attribute باید تاریخی بعد از :date باشد.',
- 'after_or_equal' => ':Attribute باید تاریخی بعد از :date، یا مطابق با آن باشد.',
- 'alpha' => ':Attribute باید فقط حروف الفبا باشد.',
- 'alpha_dash' => ':Attribute باید فقط حروف الفبا، اعداد، خط تیره و زیرخط باشد.',
- 'alpha_num' => ':Attribute باید فقط حروف الفبا و اعداد باشد.',
- 'array' => ':Attribute باید آرایه باشد.',
- 'attached' => 'این :attribute قبلاً پیوست شده است.',
- 'before' => ':Attribute باید تاریخی قبل از :date باشد.',
- 'before_or_equal' => ':Attribute باید تاریخی قبل از :date، یا مطابق با آن باشد.',
- 'between' => [
- 'array' => ':Attribute باید بین :min و :max آیتم باشد.',
- 'file' => ':Attribute باید بین :min و :max کیلوبایت باشد.',
- 'numeric' => ':Attribute باید بین :min و :max باشد.',
- 'string' => ':Attribute باید بین :min و :max کاراکتر باشد.',
- ],
- 'boolean' => 'فیلد :attribute فقط میتواند true و یا false باشد.',
- 'confirmed' => ':Attribute با فیلد تکرار مطابقت ندارد.',
- 'current_password' => 'رمزعبور اشتباه است.',
- 'date' => ':Attribute یک تاریخ معتبر نیست.',
- 'date_equals' => ':Attribute باید یک تاریخ برابر با تاریخ :date باشد.',
- 'date_format' => ':Attribute با الگوی :format مطابقت ندارد.',
- 'declined' => ':Attribute باید رد شده باشد.',
- 'declined_if' => ':Attribute باید رد شده باشد وقتی :other برابر :value است.',
- 'different' => ':Attribute و :other باید از یکدیگر متفاوت باشند.',
- 'digits' => ':Attribute باید :digits رقم باشد.',
- 'digits_between' => ':Attribute باید بین :min و :max رقم باشد.',
- 'dimensions' => 'ابعاد تصویر :attribute قابل قبول نیست.',
- 'distinct' => 'فیلد :attribute مقدار تکراری دارد.',
- 'doesnt_end_with' => 'مقدار :attribute نباید با این مقادیر تمام شود : :values.',
- 'doesnt_start_with' => 'مقدار :attribute نباید با این مقادیر شروع شود : :values.',
- 'email' => ':Attribute باید یک ایمیل معتبر باشد.',
- 'ends_with' => 'فیلد :attribute باید با یکی از مقادیر زیر خاتمه یابد: :values',
- 'enum' => ':Attribute انتخاب شده اشتباه است.',
- 'exists' => ':Attribute انتخاب شده، معتبر نیست.',
- 'file' => ':Attribute باید یک فایل معتبر باشد.',
- 'filled' => 'فیلد :attribute باید مقدار داشته باشد.',
- 'gt' => [
- 'array' => ':Attribute باید بیشتر از :value آیتم داشته باشد.',
- 'file' => ':Attribute باید بزرگتر از :value کیلوبایت باشد.',
- 'numeric' => ':Attribute باید بزرگتر از :value باشد.',
- 'string' => ':Attribute باید بیشتر از :value کاراکتر داشته باشد.',
- ],
- 'gte' => [
- 'array' => ':Attribute باید بیشتر یا مساوی :value آیتم داشته باشد.',
- 'file' => ':Attribute باید بزرگتر یا مساوی :value کیلوبایت باشد.',
- 'numeric' => ':Attribute باید بزرگتر یا مساوی :value باشد.',
- 'string' => ':Attribute باید بیشتر یا مساوی :value کاراکتر داشته باشد.',
- ],
- 'image' => ':Attribute باید یک تصویر معتبر باشد.',
- 'in' => ':Attribute انتخاب شده، معتبر نیست.',
- 'in_array' => 'فیلد :attribute در لیست :other وجود ندارد.',
- 'integer' => ':Attribute باید عدد صحیح باشد.',
- 'ip' => ':Attribute باید آدرس IP معتبر باشد.',
- 'ipv4' => ':Attribute باید یک آدرس معتبر از نوع IPv4 باشد.',
- 'ipv6' => ':Attribute باید یک آدرس معتبر از نوع IPv6 باشد.',
- 'json' => 'فیلد :attribute باید یک رشته از نوع JSON باشد.',
- 'lowercase' => 'فیلد :attribute باید با حروف کوچک باشد.',
- 'lt' => [
- 'array' => ':Attribute باید کمتر از :value آیتم داشته باشد.',
- 'file' => ':Attribute باید کوچکتر از :value کیلوبایت باشد.',
- 'numeric' => ':Attribute باید کوچکتر از :value باشد.',
- 'string' => ':Attribute باید کمتر از :value کاراکتر داشته باشد.',
- ],
- 'lte' => [
- 'array' => ':Attribute باید کمتر یا مساوی :value آیتم داشته باشد.',
- 'file' => ':Attribute باید کوچکتر یا مساوی :value کیلوبایت باشد.',
- 'numeric' => ':Attribute باید کوچکتر یا مساوی :value باشد.',
- 'string' => ':Attribute باید کمتر یا مساوی :value کاراکتر داشته باشد.',
- ],
- 'mac_address' => ':Attribute باید یک مک آدرس صحیح باشد.',
- 'max' => [
- 'array' => ':Attribute نباید بیشتر از :max آیتم داشته باشد.',
- 'file' => ':Attribute نباید بزرگتر از :max کیلوبایت باشد.',
- 'numeric' => ':Attribute نباید بزرگتر از :max باشد.',
- 'string' => ':Attribute نباید بیشتر از :max کاراکتر داشته باشد.',
- ],
- 'max_digits' => ':Attribute نباید بیشتر از :max رقم باشد.',
- 'mimes' => 'فرمتهای معتبر فایل عبارتند از: :values.',
- 'mimetypes' => 'فرمتهای معتبر فایل عبارتند از: :values.',
- 'min' => [
- 'array' => ':Attribute نباید کمتر از :min آیتم داشته باشد.',
- 'file' => ':Attribute نباید کوچکتر از :min کیلوبایت باشد.',
- 'numeric' => ':Attribute نباید کوچکتر از :min باشد.',
- 'string' => ':Attribute نباید کمتر از :min کاراکتر داشته باشد.',
- ],
- 'min_digits' => ':Attribute حداقل باید :min رقم باشد.',
- 'multiple_of' => 'مقدار :attribute باید مضربی از :value باشد.',
- 'not_in' => ':Attribute انتخاب شده، معتبر نیست.',
- 'not_regex' => 'فرمت :attribute معتبر نیست.',
- 'numeric' => ':Attribute باید عدد یا رشتهای از اعداد باشد.',
- 'password' => [
- 'letters' => ':Attribute باید حداقل شامل یک حرف باشد.',
- 'mixed' => ':Attribute باید حداقل شامل یک حرف بزرگ و یک حرف کوچک باشد.',
- 'numbers' => ':Attribute باید حداقل شامل یک عدد باشد.',
- 'symbols' => ':Attribute باید حداقل شامل یک سمبل باشد.',
- 'uncompromised' => ':Attribute داده شده در نشت داده ظاهر شده است. لطفاً یک :attribute متفاوت انتخاب کنید.',
- ],
- 'present' => 'فیلد :attribute باید در پارامترهای ارسالی وجود داشته باشد.',
- 'prohibited' => 'فیلد :attribute ممنوع است.',
- 'prohibited_if' => 'فیلد :attribute ممنوع است هنگامیکه مقدار :other برابر :value باشد.',
- 'prohibited_unless' => 'فیلد :attribute ممنوع است مگر اینکه مقدار :other در :values باشد.',
- 'prohibits' => 'فیلد :attribute اجازه حضور فیلد :other را نمی دهد.',
- 'regex' => 'فرمت :attribute معتبر نیست.',
- 'relatable' => 'این :attribute ممکن است با این منبع مرتبط نباشد.',
- 'required' => 'فیلد :attribute الزامی است.',
- 'required_array_keys' => 'فیلد :attribute باید حاوی ورودی های :values باشد.',
- 'required_if' => 'هنگامی که :other برابر با :value است، فیلد :attribute الزامی است.',
- 'required_if_accepted' => 'فیلد :attribute الزامی است هنگامیکه :other پذیرفته شده است.',
- 'required_unless' => 'فیلد :attribute الزامی است، مگر آنکه :other در :values موجود باشد.',
- 'required_with' => 'در صورت وجود فیلد :values، فیلد :attribute نیز الزامی است.',
- 'required_with_all' => 'در صورت وجود فیلدهای :values، فیلد :attribute نیز الزامی است.',
- 'required_without' => 'در صورت عدم وجود فیلد :values، فیلد :attribute الزامی است.',
- 'required_without_all' => 'در صورت عدم وجود هر یک از فیلدهای :values، فیلد :attribute الزامی است.',
- 'same' => ':Attribute و :other باید همانند هم باشند.',
- 'size' => [
- 'array' => ':Attribute باید شامل :size آیتم باشد.',
- 'file' => ':Attribute باید برابر با :size کیلوبایت باشد.',
- 'numeric' => ':Attribute باید برابر با :size باشد.',
- 'string' => ':Attribute باید برابر با :size کاراکتر باشد.',
- ],
- 'starts_with' => ':Attribute باید با یکی از این ها شروع شود: :values',
- 'string' => 'فیلد :attribute باید متن باشد.',
- 'timezone' => 'فیلد :attribute باید یک منطقه زمانی معتبر باشد.',
- 'unique' => ':Attribute قبلا انتخاب شده است.',
- 'uploaded' => 'بارگذاری فایل :attribute موفقیت آمیز نبود.',
- 'uppercase' => 'فیلد :attribute باید با حروف بزرگ باشد.',
- 'url' => ':Attribute معتبر نمیباشد.',
- 'uuid' => ':Attribute باید یک UUID معتبر باشد.',
- 'attributes' => [
- 'address' => 'نشانی',
- 'age' => 'سن',
- 'amount' => 'مبلغ',
- 'area' => 'منطقه',
- 'available' => 'موجود',
- 'birthday' => 'تاریخ تولد',
- 'body' => 'بدن',
- 'city' => 'شهر',
- 'content' => 'محتوا',
- 'country' => 'کشور',
- 'created_at' => 'ایجاد شده در',
- 'creator' => 'سازنده',
- 'current_password' => 'رمزعبور فعلی',
- 'date' => 'تاریخ',
- 'date_of_birth' => 'تاریخ تولد',
- 'day' => 'روز',
- 'deleted_at' => 'حذف شده در',
- 'description' => 'توضیحات',
- 'district' => 'ناحیه',
- 'duration' => 'مدت',
- 'email' => 'ایمیل',
- 'excerpt' => 'گزیده مطلب',
- 'filter' => 'فیلتر',
- 'first_name' => 'نام',
- 'gender' => 'جنسیت',
- 'group' => 'گروه',
- 'hour' => 'ساعت',
- 'image' => 'تصویر',
- 'last_name' => 'نام خانوادگی',
- 'lesson' => 'درس',
- 'line_address_1' => 'آدرس 1',
- 'line_address_2' => 'آدرس 2',
- 'message' => 'پیام',
- 'middle_name' => 'نام وسط',
- 'minute' => 'دقیقه',
- 'mobile' => 'شماره همراه',
- 'month' => 'ماه',
- 'name' => 'نام',
- 'national_code' => 'کد ملی',
- 'number' => 'شماره',
- 'password' => 'رمز عبور',
- 'password_confirmation' => 'تکرار رمز عبور',
- 'phone' => 'شماره ثابت',
- 'photo' => 'تصویر',
- 'postal_code' => 'کد پستی',
- 'price' => 'قیمت',
- 'province' => 'استان',
- 'recaptcha_response_field' => 'فیلد جواب ریکپچا',
- 'remember' => 'به خاطر سپردن',
- 'restored_at' => 'بازیابی شده در',
- 'result_text_under_image' => 'متن نتیجه زیر تصویر',
- 'role' => 'نقش',
- 'second' => 'ثانیه',
- 'sex' => 'جنسیت',
- 'short_text' => 'متن کوتاه',
- 'size' => 'اندازه',
- 'state' => 'استان',
- 'street' => 'خیابان',
- 'student' => 'دانش آموز',
- 'subject' => 'موضوع',
- 'teacher' => 'معلم',
- 'terms' => 'شرایط',
- 'test_description' => 'شرح آزمون',
- 'test_locale' => 'منطقه آزمون',
- 'test_name' => 'نام آزمون',
- 'text' => 'متن',
- 'time' => 'زمان',
- 'title' => 'عنوان',
- 'updated_at' => 'بروزشده در',
- 'username' => 'نام کاربری',
- 'year' => 'سال',
- ],
-];
diff --git a/resources/lang/fi.json b/resources/lang/fi.json
deleted file mode 100644
index c31e500e..00000000
--- a/resources/lang/fi.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Hyväksy Kutsu",
- "Add": "Lisää",
- "Add a new team member to your team, allowing them to collaborate with you.": "Lisää tiimiisi Uusi tiimin jäsen, jolloin he voivat tehdä yhteistyötä kanssasi.",
- "Add additional security to your account using two factor authentication.": "Lisää lisäturvaa tilillesi käyttämällä kaksivaiheista tunnistusta.",
- "Add Team Member": "Lisää Tiimin Jäsen",
- "Added.": "Lisätty.",
- "Administrator": "Järjestelmänvalvoja",
- "Administrator users can perform any action.": "Järjestelmänvalvojan käyttäjät voivat suorittaa minkä tahansa toiminnon.",
- "All of the people that are part of this team.": "Kaikki ihmiset, jotka ovat osa tätä tiimiä.",
- "All rights reserved.": "Kaikki oikeudet pidätetään.",
- "Already registered?": "Oletko jo rekisteröitynyt?",
- "API Token": "API-token",
- "API Token Permissions": "API-Tunnuksen käyttöoikeudet",
- "API Tokens": "API-tunnukset",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API-tokenien avulla kolmannen osapuolen palvelut voivat todentaa sovelluksemme puolestasi.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Haluatko varmasti poistaa tämän tiimin? Kun tiimi on poistettu, kaikki sen resurssit ja tiedot poistetaan pysyvästi.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Haluatko varmasti poistaa tilisi? Kun tilisi on poistettu, kaikki sen resurssit ja tiedot poistetaan pysyvästi. Anna salasanasi vahvistaaksesi, että haluat poistaa tilisi pysyvästi.",
- "Are you sure you would like to delete this API token?": "Haluatko varmasti poistaa tämän API-tunnuksen?",
- "Are you sure you would like to leave this team?": "Haluatko varmasti lähteä tiimistä?",
- "Are you sure you would like to remove this person from the team?": "Haluatko varmasti poistaa tämän henkilön tiimistä?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Selainistunnot",
- "Cancel": "Peruuta",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Sulje",
- "Code": "Koodi",
- "Confirm": "Vahvistaa",
- "Confirm Password": "Vahvista Salasana",
- "Create": "Luo",
- "Create a new team to collaborate with others on projects.": "Luo uusi tiimi tekemään yhteistyötä muiden kanssa projekteissa.",
- "Create Account": "Luo Tili",
- "Create API Token": "Luo API-token",
- "Create New Team": "Luo Uusi Tiimi",
- "Create Team": "Luo Tiimi",
- "Created.": "Luotu.",
- "Current Password": "Nykyinen Salasana",
- "Dashboard": "Kojelauta",
- "Delete": "Poista",
- "Delete Account": "Poista Tili",
- "Delete API Token": "Poista API-tunniste",
- "Delete Team": "Poista Tiimi",
- "Disable": "Poista käytöstä",
- "Done.": "Valmis.",
- "Edit Profile": "Edit Profile",
- "Editor": "Muokkaaja",
- "Editor users have the ability to read, create, and update.": "Muokkaaja käyttäjillä on kyky lukea, luoda ja päivittää.",
- "Email": "Sähköposti",
- "Email Address": "sähköpostiosoite",
- "Email Password Reset Link": "Lähetä palautuslinkki sähköpostiin",
- "Enable": "Ota käyttöön",
- "Ensure your account is using a long, random password to stay secure.": "Varmista, että tilisi käyttää pitkää, satunnaista salasanaa pysyäksesi turvassa.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Turvallisuutesi vuoksi vahvista salasanasi jatkaaksesi.",
- "Forbidden": "Kielletty",
- "Forgot your password?": "Unohtuiko salasana?",
- "Forgot Your Password?": "Unohtuiko Salasana?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Unohtuiko salasana? Ei hätää. Kerro meille sähköpostiosoitteesi ja me lähetämme sinulle sähköpostitse salasanan palautuslinkki, jonka avulla voit luoda uuden salasanan.",
- "Go to page :page": "Siirry sivulle :page",
- "Great! You have accepted the invitation to join the :team team.": "Hienoa! Olet hyväksynyt kutsun liittyä :team-tiimiin.",
- "Hello!": "Tervehdys.",
- "I agree to the :terms_of_service and :privacy_policy": "Hyväksyn :terms_of_service ja :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Tarvittaessa voit kirjautua ulos kaikista muista selainistunnoistasi kaikilla laitteillasi. Jotkut viimeaikaiset istunnot on lueteltu alla; tämä luettelo ei kuitenkaan ole tyhjentävä. Jos luulet, että tilisi on vaarantunut, kannattaa myös päivittää salasanasi.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Jos sinulla on jo tili, voit hyväksyä kutsun klikkaamalla alla olevaa painiketta:",
- "If you did not create an account, no further action is required.": "Jos et ole luonut tiliä, lisätoimia ei tarvita.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Jos et odottanut saavasi kutsua tähän tiimiin, voit hylätä tämän sähköpostin.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Jos et ole pyytänyt salasanan vaihtoa, sinun ei tarvitse tehdä mitään ja voit poistaa tämän viestin.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Jos sinulla ei ole tiliä, voit luoda sellaisen klikkaamalla alla olevaa painiketta. Kun olet luonut tilin, voit klikata tämän sähköpostiviestin hyväksy kutsu painiketta hyväksyäksesi kutsun tiimiin:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Jos et pysty klikkaamaan \":actionText\" - nappia, leikkaa ja liimaa alla oleva URL\nselaimeesi:",
- "Last active": "Viimeksi aktiivinen",
- "Last used": "Viimeksi käytetty",
- "Leave": "Poistu",
- "Leave Team": "Poistu Tiimistä",
- "Log in": "Kirjautunut",
- "Log Out": "Kirjaudu Ulos",
- "Log Out Other Browser Sessions": "Kirjaudu Ulos Muista Selainistunnoista",
- "Login": "Kirjaudu sisään",
- "Logout": "Kirjaudu ulos",
- "Manage Account": "Hallitse Tiliä",
- "Manage and log out your active sessions on other browsers and devices.": "Hallitse ja kirjaudu ulos aktiivisia istuntoja muissa selaimissa ja laitteissa.",
- "Manage API Tokens": "Hallitse API-tnnuksia",
- "Manage Role": "Roolin Hallinta",
- "Manage Team": "Hallitse Tiimiä",
- "Name": "Nimi",
- "New Password": "Uusi Salasana",
- "Not Found": "Ei Löytynyt",
- "of": "sellaisten",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Kun tiimi on poistettu, kaikki sen resurssit ja tiedot poistetaan pysyvästi. Ennen kuin poistat tämän tiimin, lataa Kaikki tätä tiimiä koskevat tiedot, jotka haluat säilyttää.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Kun tilisi on poistettu, kaikki sen resurssit ja tiedot poistetaan pysyvästi. Ennen kuin poistat tilisi, lataa kaikki tiedot, jotka haluat säilyttää.",
- "Page Expired": "Vanhentunut Sivu",
- "Pagination Navigation": "Sivunavigointi",
- "Password": "Salasana",
- "Pending Team Invitations": "Odottavat Tiimikutsut",
- "Permanently delete this team.": "Poista tämä timi pysyvästi.",
- "Permanently delete your account.": "Poista tilisi pysyvästi.",
- "Permissions": "Luvat",
- "Photo": "Valokuva",
- "Please click the button below to verify your email address.": "Klikkaa alla olevaa painiketta vahvistaaksesi sähköpostiosoitteesi.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Vahvista pääsy tilillesi syöttämällä yksi hätäpalautuskoodeistasi.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Vahvista pääsy tilillesi syöttämällä autentikointi-sovelluksen antama tunnistuskoodi.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Kopioi uusi API token. Turvallisuutesi vuoksi sitä ei näytetä enää.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Anna salasanasi vahvistaaksesi, että haluat kirjautua ulos muista selainistunnoistasi kaikilla laitteillasi.",
- "Please provide the email address of the person you would like to add to this team.": "Anna sen henkilön sähköpostiosoite, jonka haluat lisätä tähän tiimiin.",
- "Privacy Policy": "tietosuojakäytäntö",
- "Profile": "Profiili",
- "Profile Information": "Profiilitiedot",
- "Recovery Code": "Palautuskoodi",
- "Regards": "Terveisin",
- "Regenerate Recovery Codes": "Luo Palautuskoodit Uudelleen",
- "Register": "Rekistöröidy",
- "Remember me": "Muista minut",
- "Remember Me": "Muista Minut",
- "Remove": "Poista",
- "Remove Photo": "Poista Kuva",
- "Remove Team Member": "Poista Tiimin Jäsen",
- "Resend Verification Email": "Lähetä Vahvistussähköposti Uudelleen",
- "Reset Password": "Vaihdan salasanani",
- "Reset Password Notification": "Salasanan uudelleenasetusilmoitus",
- "results": "tulos",
- "Role": "Rooli",
- "Save": "Tallenna",
- "Saved.": "Tallennettu.",
- "Select A New Photo": "Valitse Uusi Kuva",
- "Send Password Reset Link": "Lähetä Salasanan Palautus-Linkki",
- "Server Error": "Palvelinvirhe",
- "Service Unavailable": "Palvelu Ei Ole Käytettävissä",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Näytä Palautuskoodit",
- "Showing": "Näyttää",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Tallenna nämä palautuskoodit turvalliseen salasanojen hallintaan. Niitä voidaan käyttää palauttamaan pääsy tilillesi, jos kaksivaiheisen tunnistuksen todennuslaite katoaa.",
- "Switch Teams": "Vaihda Tiimiä",
- "Team Details": "Tiimin Tiedot",
- "Team Invitation": "Tiimikutsu",
- "Team Members": "Tiimiläiset",
- "Team Name": "Tiimin Nimi",
- "Team Owner": "Tiimin Omistaja",
- "Team Settings": "Tiimin Asetukset",
- "Terms of Service": "Käyttöehdot",
- "The :attribute must be a valid role.": ":Attribute: n on oltava pätevä rooli.",
- "The :attribute must be at least :length characters and contain at least one number.": "Numeron :attribute on oltava vähintään :length merkkiä ja siinä on oltava vähintään yksi numero.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "Numeron :attribute on oltava vähintään :length merkkiä ja siinä on oltava vähintään yksi erikoismerkki ja yksi numero.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute: on oltava vähintään :length merkkiä ja siinä on oltava vähintään yksi erikoismerkki.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute on oltava vähintään :length merkkiä ja sisältää vähintään yhden kirjaimen ja yhden numeron.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute on oltava vähintään :length merkkiä ja sisältää vähintään yhden kirjaimen ja yhden erikoismerkin.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute on oltava vähintään :length merkkiä ja sisältää vähintään yksi iso kirjain, yksi numero ja yksi erikoismerkki.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute on oltava vähintään :length merkkiä ja sisältää vähintään yhden ison kirjaimen.",
- "The :attribute must be at least :length characters.": ":Attribute: n on oltava vähintään :length merkkiä.",
- "The :attribute must contain at least one letter.": ":Attribute n täytyy sisältää ainakin yksi kirjain.",
- "The :attribute must contain at least one number.": ":Attribute n täytyy sisältää ainakin yksi numero.",
- "The :attribute must contain at least one symbol.": ":Attribute n täytyy sisältää ainakin yksi symboli.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": ":Attribute n täytyy sisältää vähintään yksi iso kirjain ja yksi pieni kirjain.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": ":Attribute on esiintynyt tietovuodossa. Ole hyvä ja valitse toinen :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Annettu salasana ei vastaa nykyistä salasanaasi.",
- "The provided password was incorrect.": "Annettu salasana oli virheellinen.",
- "The provided two factor authentication code was invalid.": "Annettu kaksivaiheisen tunnistatumisen tunnistuskoodi oli virheellinen.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Tiimin nimi ja omistajatiedot.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Nämä henkilöt on kutsuttu tiimiisi ja heille on lähetetty kutsuviesti. He voivat liittyä tiimiin hyväksymällä sähköpostikutsun.",
- "This device": "Tämä laite",
- "This is a secure area of the application. Please confirm your password before continuing.": "Tämä on sovelluksen turvallinen alue. Vahvista salasanasi ennen kuin jatkat.",
- "This password does not match our records.": "Tämä salasana ei vastaa tietojamme.",
- "This password reset link will expire in :count minutes.": "Tämä salasanan palautus-linkki vanhenee :count minuutissa.",
- "This user already belongs to the team.": "Tämä käyttäjä kuuluu jo tiimiin.",
- "This user has already been invited to the team.": "Tämä käyttäjä on jo kutsuttu tiimiin.",
- "to": "jotta",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Vaihda navigointia",
- "Token Name": "Token-Nimi",
- "Too Many Requests": "Liikaa Pyyntöjä",
- "Two Factor Authentication": "Kaksivaiheinen Tunnistus",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Luvaton",
- "Unknown": "Unknown",
- "Update Password": "Päivitä Salasana",
- "Update your account's profile information and email address.": "Päivitä tilisi profiilitiedot ja sähköpostiosoite.",
- "Use a recovery code": "Käytä palautuskoodia",
- "Use an authentication code": "Käytä tunnistuskoodia",
- "Verify Email Address": "Tarkista Sähköpostiosoite",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Emme löytäneet rekisteröitynyttä käyttäjää tällä sähköpostiosoitteella.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Kun kaksivaiheinen tunnistus on käytössä, sinulta pyydetään turvallinen, satunnainen tunniste todennuksen aikana. Voit hakea tämän tunnuksen puhelimen Google Authenticator-sovelluksesta.",
- "Whoops!": "Tapahtui virhe.",
- "Whoops! Something went wrong.": "Hupsista! Jokin meni pieleen.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Saat tämän viestin koska saimme pyynnön vaihtaa salasanasi.",
- "You have been invited to join the :team team!": "Sinut on kutsuttu :team: n tiimiin!",
- "You have enabled two factor authentication.": "Olet ottanut käyttöön kaksivaiheisen tunnistuksen.",
- "You have not enabled two factor authentication.": "Et ole ottanut käyttöön kaksivaiheista tunnistusta.",
- "You may accept this invitation by clicking the button below:": "Voit hyväksyä tämän kutsun painamalla alla olevaa painiketta:",
- "You may delete any of your existing tokens if they are no longer needed.": "Voit poistaa minkä tahansa olemassa olevista tokeneistasi, jos niitä ei enää tarvita.",
- "You may not delete your personal team.": "Et saa poistaa henkilökohtaista tiimiäsi.",
- "You may not leave a team that you created.": "Et saa jättää luomaasi tiimiä.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/fi/auth.php b/resources/lang/fi/auth.php
deleted file mode 100644
index f8871bcd..00000000
--- a/resources/lang/fi/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Kirjautuminen epäonnistui.',
- 'password' => 'Salasana on väärä.',
- 'throttle' => 'Liian monta kirjautumisyritystä. Yritä uudelleen :seconds sekunnin kuluttua.',
-];
diff --git a/resources/lang/fi/http-statuses.php b/resources/lang/fi/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/fi/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/fi/pagination.php b/resources/lang/fi/pagination.php
deleted file mode 100644
index 6362900b..00000000
--- a/resources/lang/fi/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Seuraava »',
- 'previous' => '« Edellinen',
-];
diff --git a/resources/lang/fi/passwords.php b/resources/lang/fi/passwords.php
deleted file mode 100644
index ac7c51a4..00000000
--- a/resources/lang/fi/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Salasana on resetoitu!',
- 'sent' => 'Resetointilinkki lähetetty sähköpostitse!',
- 'throttled' => 'Odota, ennen kuin yrität uudelleen',
- 'token' => 'Resetointitunniste on viallinen.',
- 'user' => 'Sähköpostiosoitteella ei löydy käyttäjää.',
-];
diff --git a/resources/lang/fi/validation.php b/resources/lang/fi/validation.php
deleted file mode 100644
index 135d1709..00000000
--- a/resources/lang/fi/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Kenttä :attribute tulee hyväksyä.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => 'Kentän :attribute tulee olla kelvollinen URL-osoite.',
- 'after' => 'Kentän :attribute päiväyksen tulee olla jälkeen :date.',
- 'after_or_equal' => 'Kentän :attribute päiväyksen tulee olla sama ja jälkeen :date',
- 'alpha' => 'Kenttä :attribute voi sisältää vain kirjaimia.',
- 'alpha_dash' => 'Kenttä :attribute voi sisältää vain kirjaimia, numeroita ja viivoja.',
- 'alpha_num' => 'Kenttä :attribute voi sisältää vain kirjaimia ja numeroita.',
- 'array' => 'Kenttä :attribute tulee olla taulukko.',
- 'attached' => 'Tämä :attribute on jo kiinnitetty.',
- 'before' => 'Kentän :attribute päiväyksen tulee olla ennen :date.',
- 'before_or_equal' => 'Kentän :attribute päiväyksen tulee olla sama tai ennen kuin :date.',
- 'between' => [
- 'array' => 'Kentän :attribute tulee sisältää välillä :min - :max arvoa.',
- 'file' => 'Tiedoston :attribute tulee olla :min - :max kilotavua.',
- 'numeric' => 'Kentän :attribute tulee olla välillä :min - :max.',
- 'string' => 'Kentän :attribute tulee olla :min - :max merkkiä pitkä.',
- ],
- 'boolean' => 'Kentän :attribute arvon tulee olla tosi tai epätosi.',
- 'confirmed' => 'Kentän :attribute vahvistus ei täsmää.',
- 'current_password' => 'The password is incorrect.',
- 'date' => 'Kentän :attribute arvo ei ole kelvollinen päivämäärä.',
- 'date_equals' => ':Attribute on oltava sama päivämäärä kuin :date.',
- 'date_format' => 'Kentän :attribute arvo ei vastaa muotoa :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'Kenttien :attribute ja :other tulee olla eriarvoisia.',
- 'digits' => 'Kentän :attribute arvon on oltava :digits numeroa.',
- 'digits_between' => 'Kentän :attribute arvon tulee olla :min - :max numeroa.',
- 'dimensions' => 'Kentän :attribute kuvalla on virheelliset mitat.',
- 'distinct' => 'Kentän :attribute arvo ei ole uniikki.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'Kentän :attribute arvo ei ole validi sähköpostiosoite.',
- 'ends_with' => ':Attribute: n on päätyttävä jompaankumpaan seuraavista: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Kentän :attribute valittu arvo on virheellinen.',
- 'file' => 'Kentän :attribute arvon tulee olla tiedosto.',
- 'filled' => 'Kenttä :attribute on pakollinen.',
- 'gt' => [
- 'array' => 'Kentän :attribute tulee sisältää enemmän kuin :value arvoa.',
- 'file' => 'Tiedoston :attribute tulee olla suurempi kuin :value kilotavua.',
- 'numeric' => 'Kentän :attribute arvo tulee olla suurempi kuin :value.',
- 'string' => 'Kentän :attribute arvo tulee olla pidempi kuin :value merkkiä.',
- ],
- 'gte' => [
- 'array' => 'Kentän :attribute tulee sisältää :value arvoa tai enemmän.',
- 'file' => 'Tiedoston :attribute tulee olla suurempi tai yhtäsuuri kuin :value kilotavua.',
- 'numeric' => 'Kentän :attribute arvo tulee olla suurempi tai yhtäsuuri kuin :value.',
- 'string' => 'Kentän :attribute arvo tulee olla pidempi tai yhtä pitkä kuin :value merkkiä.',
- ],
- 'image' => 'Kentän :attribute arvon tulee olla kuva.',
- 'in' => 'Kentän :attribute arvo on virheellinen.',
- 'in_array' => 'Kentän :attribute arvo ei sisälly kentän :other arvoon.',
- 'integer' => 'Kentän :attribute arvon tulee olla numero.',
- 'ip' => 'Kentän :attribute arvon tulee olla validi IP-osoite.',
- 'ipv4' => 'Kentän :attribute arvon tulee olla validi IPv4-osoite.',
- 'ipv6' => 'Kentän :attribute arvon tulee olla validi IPv6-osoite.',
- 'json' => 'Kentän :attribute arvon tulee olla validia JSON:ia.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'Kentän :attribute tulee sisältää vähemmän kuin :value arvoa.',
- 'file' => 'Tiedoston :attribute tulee olla pienempi kuin :value kilotavua.',
- 'numeric' => 'Kentän :attribute arvo tulee olla pienempi kuin :value.',
- 'string' => 'Kentän :attribute arvo tulee olla lyhyempi kuin :value merkkiä.',
- ],
- 'lte' => [
- 'array' => 'Kentän :attribute tulee sisältää :value arvoa tai vähemmän.',
- 'file' => 'Tiedoston :attribute tulee olla pienempi tai yhtäsuuri kuin :value kilotavua.',
- 'numeric' => 'Kentän :attribute arvo tulee olla pienempi tai yhtäsuuri kuin :value.',
- 'string' => 'Kentän :attribute arvo tulee olla lyhyempi tai yhtä pitkä kuin :value merkkiä.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'Kentän :attribute ei tule sisältää enempää kuin :max arvoa.',
- 'file' => 'Tiedoston :attribute tulee olla enintään :max kilobittiä.',
- 'numeric' => 'Kentän arvon :attribute tulee olla enintään :max.',
- 'string' => 'Kentän :attribute arvon tulee olla enintään :max merkkiä pitkä.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'Kentän :attribute arvon tulee olla tiedostotyyppiä: :values.',
- 'mimetypes' => 'Kentän :attribute arvon tulee olla tiedostotyyppiä: :values.',
- 'min' => [
- 'array' => 'Kentän :attribute tulee sisältää vähintään :min arvoa.',
- 'file' => 'Tiedoston :attribute tulee olla vähintään :min kilobittiä.',
- 'numeric' => 'Kentän :attribute arvon tulee olla vähintään :min.',
- 'string' => 'Kentän :attribute arvon tulee olla vähintään :min merkkiä.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute: n on oltava :value: n kerrannainen',
- 'not_in' => 'Kentän :attribute arvo on virheellinen.',
- 'not_regex' => 'Kentän :attribute formaatti on virheellinen.',
- 'numeric' => 'Kentän :attribute arvon tulee olla numero.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'Kenttä :attribute vaaditaan.',
- 'prohibited' => ':Attribute-kenttä on kielletty.',
- 'prohibited_if' => ':Attribute-kenttä on kielletty, kun :other on :value.',
- 'prohibited_unless' => ':Attribute-kenttä on kielletty, ellei :other ole kohteessa :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'Kentän :attribute arvo on väärää muotoa.',
- 'relatable' => 'Tätä :attribute: ää ei saa yhdistää tähän resurssiin.',
- 'required' => 'Kenttä :attribute vaaditaan.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'Kenttä :attribute vaaditaan kun :other on :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'Kenttä :attribute vaaditaan jos :other ei sisälly arvoihin :values.',
- 'required_with' => 'Kenttä :attribute vaaditaan kun arvo :values on annettu.',
- 'required_with_all' => 'Kenttä :attribute vaaditaan kun arvo :values on annettu.',
- 'required_without' => 'Kenttä :attribute vaaditaan kun arvoa :values ei ole annettu.',
- 'required_without_all' => 'Kenttä :attribute vaaditaan kun mitään arvoista :values ei ole annettu.',
- 'same' => 'Kenttien :attribute ja :other on oltava samanarvoiset.',
- 'size' => [
- 'array' => 'Kentän :attribute tulee sisältää :size arvoa.',
- 'file' => 'Tiedoston :attribute tulee olla kokoa :size kilobittiä.',
- 'numeric' => 'Kentän :attribute arvon tulee olla kokoa :size.',
- 'string' => 'Kentän :attribute arvon tulee olla kokoa :size merkkiä.',
- ],
- 'starts_with' => 'Attribuutin :attribute tulee alkaa yhdellä seuraavista: :values',
- 'string' => 'Kentän :attribute arvon tulee olla tekstiä.',
- 'timezone' => 'Kentän :attribute arvon tulee olla validi aikavyöhyketunniste.',
- 'unique' => 'Kentän :attribute arvo ei ole uniikki.',
- 'uploaded' => 'Tiedoston :attribute lataus epäonnistui.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Kentän :attribute arvon tulee olla validi URL-osoite.',
- 'uuid' => ':Attribute tulee olla kelvollinen UUID.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/fil.json b/resources/lang/fil.json
deleted file mode 100644
index a69be327..00000000
--- a/resources/lang/fil.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Accept Invitation",
- "Add": "Add",
- "Add a new team member to your team, allowing them to collaborate with you.": "Add a new team member to your team, allowing them to collaborate with you.",
- "Add additional security to your account using two factor authentication.": "Add additional security to your account using two factor authentication.",
- "Add Team Member": "Add Team Member",
- "Added.": "Added.",
- "Administrator": "Administrator",
- "Administrator users can perform any action.": "Administrator users can perform any action.",
- "All of the people that are part of this team.": "All of the people that are part of this team.",
- "All rights reserved.": "All rights reserved.",
- "Already registered?": "Already registered?",
- "API Token": "API Token",
- "API Token Permissions": "API Token Permissions",
- "API Tokens": "API Tokens",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API tokens allow third-party services to authenticate with our application on your behalf.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.",
- "Are you sure you would like to delete this API token?": "Are you sure you would like to delete this API token?",
- "Are you sure you would like to leave this team?": "Are you sure you would like to leave this team?",
- "Are you sure you would like to remove this person from the team?": "Are you sure you would like to remove this person from the team?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Browser Sessions",
- "Cancel": "Cancel",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Close",
- "Code": "Code",
- "Confirm": "Confirm",
- "Confirm Password": "Confirm Password",
- "Create": "Create",
- "Create a new team to collaborate with others on projects.": "Create a new team to collaborate with others on projects.",
- "Create Account": "Create Account",
- "Create API Token": "Create API Token",
- "Create New Team": "Create New Team",
- "Create Team": "Create Team",
- "Created.": "Created.",
- "Current Password": "Current Password",
- "Dashboard": "Dashboard",
- "Delete": "Delete",
- "Delete Account": "Delete Account",
- "Delete API Token": "Delete API Token",
- "Delete Team": "Delete Team",
- "Disable": "Disable",
- "Done.": "Done.",
- "Edit Profile": "Edit Profile",
- "Editor": "Editor",
- "Editor users have the ability to read, create, and update.": "Editor users have the ability to read, create, and update.",
- "Email": "Email",
- "Email Address": "Email Address",
- "Email Password Reset Link": "Email Password Reset Link",
- "Enable": "Enable",
- "Ensure your account is using a long, random password to stay secure.": "Ensure your account is using a long, random password to stay secure.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "For your security, please confirm your password to continue.",
- "Forbidden": "Forbidden",
- "Forgot your password?": "Forgot your password?",
- "Forgot Your Password?": "Forgot Your Password?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.",
- "Go to page :page": "Go to page :page",
- "Great! You have accepted the invitation to join the :team team.": "Great! You have accepted the invitation to join the :team team.",
- "Hello!": "Hello!",
- "I agree to the :terms_of_service and :privacy_policy": "I agree to the :terms_of_service and :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "If you already have an account, you may accept this invitation by clicking the button below:",
- "If you did not create an account, no further action is required.": "If you did not create an account, no further action is required.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "If you did not expect to receive an invitation to this team, you may discard this email.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "If you did not request a password reset, no further action is required.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:",
- "Last active": "Last active",
- "Last used": "Last used",
- "Leave": "Leave",
- "Leave Team": "Leave Team",
- "Log in": "Log in",
- "Log Out": "Log Out",
- "Log Out Other Browser Sessions": "Log Out Other Browser Sessions",
- "Login": "Login",
- "Logout": "Logout",
- "Manage Account": "Manage Account",
- "Manage and log out your active sessions on other browsers and devices.": "Manage and log out your active sessions on other browsers and devices.",
- "Manage API Tokens": "Manage API Tokens",
- "Manage Role": "Manage Role",
- "Manage Team": "Manage Team",
- "Name": "Name",
- "New Password": "New Password",
- "Not Found": "Not Found",
- "of": "of",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.",
- "Page Expired": "Page Expired",
- "Pagination Navigation": "Pagination Navigation",
- "Password": "Password",
- "Pending Team Invitations": "Pending Team Invitations",
- "Permanently delete this team.": "Permanently delete this team.",
- "Permanently delete your account.": "Permanently delete your account.",
- "Permissions": "Permissions",
- "Photo": "Photo",
- "Please click the button below to verify your email address.": "Please click the button below to verify your email address.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Please confirm access to your account by entering one of your emergency recovery codes.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Please confirm access to your account by entering the authentication code provided by your authenticator application.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Please copy your new API token. For your security, it won't be shown again.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.",
- "Please provide the email address of the person you would like to add to this team.": "Please provide the email address of the person you would like to add to this team.",
- "Privacy Policy": "Privacy Policy",
- "Profile": "Profile",
- "Profile Information": "Profile Information",
- "Recovery Code": "Recovery Code",
- "Regards": "Regards",
- "Regenerate Recovery Codes": "Regenerate Recovery Codes",
- "Register": "Register",
- "Remember me": "Remember me",
- "Remember Me": "Remember Me",
- "Remove": "Remove",
- "Remove Photo": "Remove Photo",
- "Remove Team Member": "Remove Team Member",
- "Resend Verification Email": "Resend Verification Email",
- "Reset Password": "Reset Password",
- "Reset Password Notification": "Reset Password Notification",
- "results": "results",
- "Role": "Role",
- "Save": "Save",
- "Saved.": "Saved.",
- "Select A New Photo": "Select A New Photo",
- "Send Password Reset Link": "Send Password Reset Link",
- "Server Error": "Server Error",
- "Service Unavailable": "Service Unavailable",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Show Recovery Codes",
- "Showing": "Showing",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.",
- "Switch Teams": "Switch Teams",
- "Team Details": "Team Details",
- "Team Invitation": "Team Invitation",
- "Team Members": "Team Members",
- "Team Name": "Team Name",
- "Team Owner": "Team Owner",
- "Team Settings": "Team Settings",
- "Terms of Service": "Terms of Service",
- "The :attribute must be a valid role.": "The :attribute must be a valid role.",
- "The :attribute must be at least :length characters and contain at least one number.": "The :attribute must be at least :length characters and contain at least one number.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "The :attribute must be at least :length characters and contain at least one special character and one number.",
- "The :attribute must be at least :length characters and contain at least one special character.": "The :attribute must be at least :length characters and contain at least one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "The :attribute must be at least :length characters and contain at least one uppercase character and one number.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "The :attribute must be at least :length characters and contain at least one uppercase character.",
- "The :attribute must be at least :length characters.": "The :attribute must be at least :length characters.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "The provided password does not match your current password.",
- "The provided password was incorrect.": "The provided password was incorrect.",
- "The provided two factor authentication code was invalid.": "The provided two factor authentication code was invalid.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "The team's name and owner information.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.",
- "This device": "This device",
- "This is a secure area of the application. Please confirm your password before continuing.": "This is a secure area of the application. Please confirm your password before continuing.",
- "This password does not match our records.": "This password does not match our records.",
- "This password reset link will expire in :count minutes.": "This password reset link will expire in :count minutes.",
- "This user already belongs to the team.": "This user already belongs to the team.",
- "This user has already been invited to the team.": "This user has already been invited to the team.",
- "to": "to",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Toggle navigation",
- "Token Name": "Token Name",
- "Too Many Requests": "Too Many Requests",
- "Two Factor Authentication": "Two Factor Authentication",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Unauthorized",
- "Unknown": "Unknown",
- "Update Password": "Update Password",
- "Update your account's profile information and email address.": "Update your account's profile information and email address.",
- "Use a recovery code": "Use a recovery code",
- "Use an authentication code": "Use an authentication code",
- "Verify Email Address": "Verify Email Address",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "We were unable to find a registered user with this email address.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.",
- "Whoops!": "Whoops!",
- "Whoops! Something went wrong.": "Whoops! Something went wrong.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "You are receiving this email because we received a password reset request for your account.",
- "You have been invited to join the :team team!": "You have been invited to join the :team team!",
- "You have enabled two factor authentication.": "You have enabled two factor authentication.",
- "You have not enabled two factor authentication.": "You have not enabled two factor authentication.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "You may delete any of your existing tokens if they are no longer needed.",
- "You may not delete your personal team.": "You may not delete your personal team.",
- "You may not leave a team that you created.": "You may not leave a team that you created.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/fil/auth.php b/resources/lang/fil/auth.php
deleted file mode 100644
index 6db4982c..00000000
--- a/resources/lang/fil/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'These credentials do not match our records.',
- 'password' => 'The password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
-];
diff --git a/resources/lang/fil/http-statuses.php b/resources/lang/fil/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/fil/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/fil/pagination.php b/resources/lang/fil/pagination.php
deleted file mode 100644
index f4ceddec..00000000
--- a/resources/lang/fil/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Next »',
- 'previous' => '« Previous',
-];
diff --git a/resources/lang/fil/passwords.php b/resources/lang/fil/passwords.php
deleted file mode 100644
index 2d619e90..00000000
--- a/resources/lang/fil/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Your password has been reset!',
- 'sent' => 'We have emailed your password reset link!',
- 'throttled' => 'Please wait before retrying.',
- 'token' => 'This password reset token is invalid.',
- 'user' => 'We can\'t find a user with that email address.',
-];
diff --git a/resources/lang/fil/validation.php b/resources/lang/fil/validation.php
deleted file mode 100644
index 1b9363f1..00000000
--- a/resources/lang/fil/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Dapat na tanggapin ang :attribute.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => 'Hindi valid na URL ang :attribute.',
- 'after' => 'Ang :attribute ay dapat na isang petsa pagkatapos ng :date.',
- 'after_or_equal' => 'Ang :attribute ay dapat na isang petsa na pagkatapos o katumbas ng :date.',
- 'alpha' => 'Mga titik lang dapat ang nilalaman ng :attribute.',
- 'alpha_dash' => 'Mag titik, numero, gitlling at underscore lang dapat ang nilalaman ng :attribute.',
- 'alpha_num' => 'Mag titik, numero, gitlling at underscore lang dapat ang nilalaman ng :attribute.',
- 'array' => 'Dapat na isang array ang :attribute.',
- 'attached' => 'This :attribute is already attached.',
- 'before' => 'Ang :attribute ay dapat na isang petsa bago ang :date.',
- 'before_or_equal' => 'Ang :attribute ay dapat na isang petsa bago ang o katumbas ng :date.',
- 'between' => [
- 'array' => 'Ang :attribute ay dapat na nasa pagitan ng :min at :max (na) item.',
- 'file' => 'Ang :attribute ay dapat na nasa pagitan ng :min at :max (na) kilobyte.',
- 'numeric' => 'Ang :attribute ay dapat na nasa pagitan ng :min at :max.',
- 'string' => 'Ang :attribute ay dapat na nasa pagitan ng :min at :max (na) character.',
- ],
- 'boolean' => 'Dapat na true o false ang field na :attribute.',
- 'confirmed' => 'Hindi tumutugma ang pagkumpirma ng :attribute.',
- 'current_password' => 'The password is incorrect.',
- 'date' => 'Hindi valid na petsa ang :attribute.',
- 'date_equals' => 'Ang :attribute ay dapat na isang petsa na katumbas ng :date.',
- 'date_format' => 'Hindi tumutugma ang :attribute sa format na :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'Dapat na magkaiba ang :attribute at :other.',
- 'digits' => 'Ang :attribute ay dapat na :digits (na) digits',
- 'digits_between' => 'Ang :attribute ay dapat na nasa pagitan ng :min at :max (na) digit.',
- 'dimensions' => 'May mga hindi valid na dimensyon ng larawan ang :attribute.',
- 'distinct' => 'May duplicate na value ang field na :attribute.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'Dapat na valid na email address ang :attribute.',
- 'ends_with' => 'The :attribute must end with one of the following: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Hindi valid ang piniling :attribute.',
- 'file' => 'Dapat na isang file ang :attribute.',
- 'filled' => 'Dapat na may value ang field na :attribute.',
- 'gt' => [
- 'array' => 'Ang :attribute ay dapat na mayroong mahigit sa :value (na) item.',
- 'file' => 'Ang :attribute ay dapat na mas malaki sa :value (na) kilobyte.',
- 'numeric' => 'Ang :attribute ay dapat na mas malaki sa :value.',
- 'string' => 'Ang :attribute ay dapat na mas marami sa :value (na) character.',
- ],
- 'gte' => [
- 'array' => 'Ang :attribute ay dapat na mayroong :value (na) item o higit pa.',
- 'file' => 'Ang :attribute ay dapat na mas malaki sa o katumbas ng :value (na) kilobyte.',
- 'numeric' => 'Ang :attribute ay dapat na mas malaki sa o katumbas ng :value.',
- 'string' => 'Ang :attribute ay dapat na mas marami sa o katumbas ng :value (na) character.',
- ],
- 'image' => 'Dapat na isang larawan ang :attribute.',
- 'in' => 'Hindi valid ang piniling :attribute.',
- 'in_array' => 'Hindi umiiral ang field na :attribute sa :other.',
- 'integer' => 'Dapat na isang integer ang :attribute.',
- 'ip' => 'Dapat na valid na IP address ang :attribute.',
- 'ipv4' => 'Dapat na valid na IPv4 address ang :attribute.',
- 'ipv6' => 'Dapat na IPv6 address ang :attribute.',
- 'json' => 'Dapat na valid na JSON string ang :attribute.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'Ang :attribute ay dapat na may mas bababa sa :value (na) item.',
- 'file' => 'Ang :attribute ay dapat na mas mababa sa :value (na) kilobyte.',
- 'numeric' => 'Ang :attribute ay dapat na mas mababa sa :value.',
- 'string' => 'Ang :attribute ay dapat na mas mababa sa :value (na) character.',
- ],
- 'lte' => [
- 'array' => 'Hindi dapat magkaroon ang :attribute ng higit sa :value (na) item.',
- 'file' => 'Ang :attribute ay dapat na mas mababa sa o katumbas ng :value (na) kilobyte.',
- 'numeric' => 'Ang :attribute ay dapat na mas mababa sa o katumbas ng :value.',
- 'string' => 'Ang :attribute ay dapat na mas mababa sa o katumbas ng :value (na) character.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'Hindi dapat magkaroon ang :attribute ng mahigit sa :max (na) item.',
- 'file' => 'Ang :attribute ay hindi dapat mas malaki sa :max (na) kilobyte.',
- 'numeric' => 'Ang :attribute ay hindi dapat mas malaki sa :max.',
- 'string' => 'Ang :attribute ay hindi dapat mas malaki sa :max (na) character.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'Ang :attribute ay dapat na isang file na may uri na: :values.',
- 'mimetypes' => 'Ang :attribute ay dapat na file na may uri na: :values.',
- 'min' => [
- 'array' => 'Ang :attribute ay dapat na may hindi bababa sa :min (na) item.',
- 'file' => 'Ang :attribute ay dapat na hindi bababa sa :min (na) kilobyte.',
- 'numeric' => 'Ang :attribute ay dapat na hindi bababa sa :min.',
- 'string' => 'Ang :attribute ay dapat na hindi bababa sa :min (na) character.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'The :attribute must be a multiple of :value.',
- 'not_in' => 'Hindi valid ang piniling :attribute.',
- 'not_regex' => 'Hindi valid ang format na :attribute.',
- 'numeric' => 'Dapat na numero ang :attribute.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'Dapat na mayroon ng field na :attribute.',
- 'prohibited' => 'The :attribute field is prohibited.',
- 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
- 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'Hindi valid ang format na :attribute.',
- 'relatable' => 'This :attribute may not be associated with this resource.',
- 'required' => 'Kinakailangan ang field na :attribute.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'Kinakailangan ang field na :attribute kapag ang :other ay :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'Kinakailangan ang field na :attribute maliban kung ang :other ay nasa :values.',
- 'required_with' => 'Kinakailangan ang field na :attribute kapag mayroong :values.',
- 'required_with_all' => 'Kinakailangan ang field na :attribute kapag mayroong :values.',
- 'required_without' => 'Kinakailangan ang field na :attribute kapag wala ang anuman sa :values.',
- 'required_without_all' => 'Kinakailangan ang field na :attribute kapag wala ang anuman sa :values.',
- 'same' => 'Dapat na magtugma ang :attribute at :other.',
- 'size' => [
- 'array' => 'Dapat na maglaman ang :attribute ng :size (na) item.',
- 'file' => 'Ang :attribute ay dapat na :size (na) kilobyte.',
- 'numeric' => 'Ang :attribute ay dapat na :size.',
- 'string' => 'Ang :attribute ay dapat na :size (na) character.',
- ],
- 'starts_with' => 'Dapat na magsimula ang :attribute sa isa sa sumusunod: :values',
- 'string' => 'Dapat na isang string ang :attribute.',
- 'timezone' => 'Dapat na valid na timezone ang :attribute.',
- 'unique' => 'Ginagamit na ang :attribute.',
- 'uploaded' => 'Hindi na-upload ang :attribute.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Hindi valid ang format na :attribute.',
- 'uuid' => 'Dapat na valid na UUID ang :attribute.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/gl.json b/resources/lang/gl.json
deleted file mode 100644
index 65b52733..00000000
--- a/resources/lang/gl.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Aceptar A Invitación",
- "Add": "Engadir",
- "Add a new team member to your team, allowing them to collaborate with you.": "Engadir un novo membro do equipo para o seu equipo, o que lles permite colaborar con vostede.",
- "Add additional security to your account using two factor authentication.": "Engadir adicional de seguridade para a súa conta usando dous factor de autenticación.",
- "Add Team Member": "Engadir Membro Do Equipo",
- "Added.": "Engadiu.",
- "Administrator": "Administrador",
- "Administrator users can perform any action.": "Administrador os usuarios poden realizar calquera acción.",
- "All of the people that are part of this team.": "Todas as persoas que forman parte de este equipo.",
- "All rights reserved.": "Todos os dereitos reservados.",
- "Already registered?": "Xa rexistrado?",
- "API Token": "API Token",
- "API Token Permissions": "API Token Permisos",
- "API Tokens": "API de Mostras",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API de mostras permiten servizos de terceiros para acceder coa nosa solicitude no seu nome.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Está seguro de que quere eliminar este equipo? Unha vez que un equipo é eliminado, os seus recursos e datos serán definitivamente excluídos.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Está seguro de que desexa eliminar a súa conta? Unha vez que a súa conta está excluído, todos os seus recursos e datos serán definitivamente excluídos. Por favor, introduza o seu contrasinal para confirmar que desexa eliminar permanentemente a súa conta.",
- "Are you sure you would like to delete this API token?": "Está seguro de que desexa borrar esta API token?",
- "Are you sure you would like to leave this team?": "Está seguro de que quere deixar este equipo?",
- "Are you sure you would like to remove this person from the team?": "Está seguro de que desexa eliminar esta persoa do equipo?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Navegador Sesións",
- "Cancel": "Cancelar",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Preto",
- "Code": "Código",
- "Confirm": "Confirmar",
- "Confirm Password": "Confirmar o contrasinal",
- "Create": "Crear",
- "Create a new team to collaborate with others on projects.": "Crear un novo equipo para colaborar con outros proxectos.",
- "Create Account": "Crear Unha Conta",
- "Create API Token": "Crear API Token",
- "Create New Team": "Crear Novo Equipo",
- "Create Team": "Crear Equipo",
- "Created.": "Creado.",
- "Current Password": "Contrasinal Actual",
- "Dashboard": "Panel de control",
- "Delete": "Eliminar",
- "Delete Account": "Eliminar Conta",
- "Delete API Token": "Eliminar API Token",
- "Delete Team": "Eliminar Equipo",
- "Disable": "Desactivar",
- "Done.": "Feito.",
- "Edit Profile": "Edit Profile",
- "Editor": "Editor",
- "Editor users have the ability to read, create, and update.": "Editor usuarios teñen a capacidade de ler, a crear e actualizar.",
- "Email": "Correo electrónico",
- "Email Address": "Enderezo De Correo Electrónico",
- "Email Password Reset Link": "Correo-E Redefinición De Contrasinal Ligazón",
- "Enable": "Activar",
- "Ensure your account is using a long, random password to stay secure.": "Garantir que a súa conta está a usar un longo, contrasinal aleatorio para estar seguro.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Para a súa seguridade, por favor, confirme o seu contrasinal para continuar.",
- "Forbidden": "Prohibido",
- "Forgot your password?": "Se esqueceu o seu contrasinal?",
- "Forgot Your Password?": "Olvidaches o teu contrasinal?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Se esqueceu o seu contrasinal? Non hai ningún problema. Só deixe-nos saber o seu enderezo de correo electrónico e nós enviarémosche unha redefinición de contrasinal ligazón que permitirá que escoller un novo.",
- "Go to page :page": "Ir á páxina :page",
- "Great! You have accepted the invitation to join the :team team.": "Gran! Aceptou a invitación para unirse a :team equipo.",
- "Hello!": "Ola!",
- "I agree to the :terms_of_service and :privacy_policy": "Eu estou de acordo que o :terms_of_service e :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Se é necesario, pode saír de todos os seus outro navegador sesións en todos os seus dispositivos. Algunhas das súas últimas sesións están listados abaixo; con todo, esta lista non pode ser exhaustiva. Se pensas que a súa conta foi comprometida, tamén debe actualizar o seu contrasinal.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Se xa ten unha conta, pode aceptar esta invitación premendo o botón de embaixo:",
- "If you did not create an account, no further action is required.": "Se no creaches unha cuenta, non tes que realizar ningunha acción adicional.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Se non esperar a recibir unha invitación para este equipo, que pode descartar este correo.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Se non solicitaches o restablecemento do contrasinal, non tes que realizar ningunha acción adicional.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Se non ten unha conta, vostede pode crear unha premendo no botón de abaixo. Despois de crear unha conta, pode facer clic a invitación a aceptación botón neste correo electrónico para aceptar o equipo de invitación:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Se estás tendo problemas para facer clic no botón \":actionText\", copia e pega a seguinte URL \nno teu navegador web:",
- "Last active": "O pasado activo",
- "Last used": "Usado por última vez",
- "Leave": "Deixar",
- "Leave Team": "Deixe O Equipo",
- "Log in": "Entrar en",
- "Log Out": "Saír",
- "Log Out Other Browser Sessions": "Saír Outro Navegador Sesións",
- "Login": "Iniciar sesión",
- "Logout": "Pechar sesión",
- "Manage Account": "Xestionar Conta",
- "Manage and log out your active sessions on other browsers and devices.": "Xestionar e saír do seu activo sesións sobre outros navegadores e dispositivos.",
- "Manage API Tokens": "Xestionar API Fichas",
- "Manage Role": "Xestionar Papel",
- "Manage Team": "Xestionar O Equipo",
- "Name": "Nome",
- "New Password": "Novo Contrasinal",
- "Not Found": "Non Se Atopou",
- "of": "de",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Unha vez que un equipo é eliminado, os seus recursos e datos serán definitivamente excluídos. Antes de eliminar este equipo, por favor descargar calquera dato ou información sobre este equipo que quere manter.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Unha vez que a súa conta está excluído, todos os seus recursos e datos serán definitivamente excluídos. Antes de eliminar a súa conta, por favor, descarga de calquera dos datos ou a información que quere manter.",
- "Page Expired": "Páxina expirada",
- "Pagination Navigation": "Paxinación Navegación",
- "Password": "Contrasinal",
- "Pending Team Invitations": "Pendente Equipo De Invitacións",
- "Permanently delete this team.": "Eliminar permanentemente este equipo.",
- "Permanently delete your account.": "Eliminar permanentemente a súa conta.",
- "Permissions": "Permisos",
- "Photo": "Foto",
- "Please click the button below to verify your email address.": "Por favor, fai clic no seguinte botón para verificar a túa dirección de correo electrónico.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Por favor, confirmar o acceso á súa conta, escribindo un dos seus emerxencia recuperación códigos.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Por favor, confirmar o acceso á súa conta, escribindo o código de autenticación proporcionada polo seu authenticator aplicación.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Por favor copie o seu novo API token. Para a súa seguridade, non vai ser mostrado de novo.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Por favor, introduza o seu contrasinal para confirmar que quere saír do seu outro navegador sesións en todos os seus dispositivos.",
- "Please provide the email address of the person you would like to add to this team.": "Por favor, forneza o enderezo de correo electrónico da persoa que desexa engadir a este equipo.",
- "Privacy Policy": "Política De Privacidade",
- "Profile": "Perfil",
- "Profile Information": "Información De Perfil",
- "Recovery Code": "Recuperación Código",
- "Regards": "Saúdos",
- "Regenerate Recovery Codes": "Rexenerar A Recuperación Códigos",
- "Register": "Rexistrar",
- "Remember me": "Lembre-se de min",
- "Remember Me": "Recórdame",
- "Remove": "Eliminar",
- "Remove Photo": "Eliminar Foto",
- "Remove Team Member": "Eliminar O Membro Do Equipo",
- "Resend Verification Email": "Reenviar Correo Electrónico De Verificación",
- "Reset Password": "Restablecer contrasinal",
- "Reset Password Notification": "Notificación de restablecemento de contrasinal",
- "results": "resultados",
- "Role": "Papel",
- "Save": "Gardar",
- "Saved.": "Salvo.",
- "Select A New Photo": "Seleccione Unha Nova Imaxe",
- "Send Password Reset Link": "Enviar enlace de restablecemento de contrasinal",
- "Server Error": "Erro De Servidor",
- "Service Unavailable": "Servizo non dispoñible",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Concerto De Recuperación De Códigos",
- "Showing": "Mostrando",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Tenda estes recuperación códigos en un contrasinal seguro xestor. Eles poden ser usados para recuperar o acceso á túa conta se os seus dous factor de autenticación dispositivo sexa perdido.",
- "Switch Teams": "Interruptor De Equipos",
- "Team Details": "O Equipo Detalles",
- "Team Invitation": "Equipo De Invitación",
- "Team Members": "Os Membros Do Equipo",
- "Team Name": "Nome Do Equipo",
- "Team Owner": "O Propietario Do Equipo",
- "Team Settings": "Equipo De Configuración",
- "Terms of Service": "Termos de Servizo",
- "The :attribute must be a valid role.": "O :attribute debe ser válida papel.",
- "The :attribute must be at least :length characters and contain at least one number.": "O :attribute debe ser de polo menos :length personaxes e conter, polo menos, un número.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "O :attribute debe ser de polo menos :length personaxes e conter, polo menos, un carácter especial e un número.",
- "The :attribute must be at least :length characters and contain at least one special character.": "O :attribute debe ser de polo menos :length personaxes e conter, polo menos, un carácter especial.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "O :attribute debe ser de polo menos :length personaxes e conter, polo menos, un carácter en maiúscula e un número.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "O :attribute debe ser de polo menos :length personaxes e conter, polo menos, un carácter en maiúscula e un carácter especial.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "O :attribute debe ser de polo menos :length personaxes e conter, polo menos, un carácter en maiúscula, un número, e un carácter especial.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "O :attribute debe ser de polo menos :length personaxes e conter, polo menos, un carácter en maiúscula.",
- "The :attribute must be at least :length characters.": "O :attribute debe ser de polo menos :length personaxes.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Sempre que o contrasinal non coincide o seu contrasinal actual.",
- "The provided password was incorrect.": "Sempre que o contrasinal incorrecto.",
- "The provided two factor authentication code was invalid.": "O previsto dous factor de autenticación código era válido.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "O nome do equipo e propietario de información.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Estas persoas foron convidados para o seu equipo e foi enviado unha invitación de correo electrónico. Poden unirse ao equipo, aceptando a invitación de correo.",
- "This device": "Este dispositivo",
- "This is a secure area of the application. Please confirm your password before continuing.": "Esta é unha área de seguridade da aplicación. Por favor, confirme o seu contrasinal antes de continuar.",
- "This password does not match our records.": "Este contrasinal non coincide nosos rexistros.",
- "This password reset link will expire in :count minutes.": "Este enlace de restablecemento de contrasinal caducará en :count minutos.",
- "This user already belongs to the team.": "Este usuario xa pertence ao equipo.",
- "This user has already been invited to the team.": "Este usuario xa foi convidado para o equipo.",
- "to": "para",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Conmutar a navegación",
- "Token Name": "Token Nome",
- "Too Many Requests": "Demasiadas peticións",
- "Two Factor Authentication": "Dous Factor De Autenticación",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Non autorizado",
- "Unknown": "Unknown",
- "Update Password": "Contrasinal De Actualización",
- "Update your account's profile information and email address.": "Actualizar a súa conta a información do perfil e enderezo de correo electrónico.",
- "Use a recovery code": "Usar unha recuperación código",
- "Use an authentication code": "Usar un código de autenticación",
- "Verify Email Address": "Verifica a dirección de correo electrónico",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Non fomos capaces de atopar un usuario rexistrado con este enderezo de correo-e.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Cando dous factor de autenticación está activado, será solicitada por un seguro, aleatoria token durante autenticación. Pode recuperar este token a partir do seu teléfono de Google Authenticator aplicación.",
- "Whoops!": "¡Vaia!",
- "Whoops! Something went wrong.": "Berros! Algo deu mal.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Estás recibindo este correo electrónico porque recibimos unha solicitude de restablecemento do contrasinal para a túa conta.",
- "You have been invited to join the :team team!": "Vostede foi convidado a participar no :team equipo!",
- "You have enabled two factor authentication.": "Ten habilitado dous factor de autenticación.",
- "You have not enabled two factor authentication.": "Non ten habilitado dous factor de autenticación.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Pode eliminar calquera dos seus existentes fichas, se eles non son máis necesarios.",
- "You may not delete your personal team.": "Vostede non pode eliminar o seu equipo persoal.",
- "You may not leave a team that you created.": "Vostede non pode deixar un equipo que creou.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/gl/auth.php b/resources/lang/gl/auth.php
deleted file mode 100644
index 59bcd376..00000000
--- a/resources/lang/gl/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Estas credenciais non coinciden cos nosos rexistros.',
- 'password' => 'O contrasinal é incorrecto.',
- 'throttle' => 'Demasiados intentos de acceso. Por favor, inténtao de novo en :seconds segundos.',
-];
diff --git a/resources/lang/gl/http-statuses.php b/resources/lang/gl/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/gl/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/gl/pagination.php b/resources/lang/gl/pagination.php
deleted file mode 100644
index 4376f006..00000000
--- a/resources/lang/gl/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Seguinte »',
- 'previous' => '« Anterior',
-];
diff --git a/resources/lang/gl/passwords.php b/resources/lang/gl/passwords.php
deleted file mode 100644
index d098f0b1..00000000
--- a/resources/lang/gl/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'O teu contrasinal foi restablecido!',
- 'sent' => 'Enviámosche por correo electrónico o enlace para restablecer o teu contrasinal!',
- 'throttled' => 'Por favor, agarde antes de repetir.',
- 'token' => 'Este token de restablecemento do contrasinal non é válido.',
- 'user' => 'Non podemos encontrar un usuario con esa dirección de correo electrónico.',
-];
diff --git a/resources/lang/gl/validation.php b/resources/lang/gl/validation.php
deleted file mode 100644
index 391ba133..00000000
--- a/resources/lang/gl/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'O :attribute debe ser aceptado.',
- 'accepted_if' => 'O :attribute debe ser aceptado cando :other é :value.',
- 'active_url' => 'O :attribute non é unha URL válida.',
- 'after' => 'O :attribute debe ser unha data despois de :date.',
- 'after_or_equal' => 'O :attribute debe ser unha data posterior ou igual a :date.',
- 'alpha' => 'O :attribute só debe conter letras.',
- 'alpha_dash' => 'O :attribute só debe conter letras, números, guións e guións baixos.',
- 'alpha_num' => 'O :attribute só debe conter letras e números.',
- 'array' => 'O :attribute debe ser un array.',
- 'attached' => 'Este :attribute xa está conectado.',
- 'before' => 'O :attribute debe ser unha data anterior a :date.',
- 'before_or_equal' => 'O :attribute debe ser unha data anterior ou igual a :date.',
- 'between' => [
- 'array' => 'O :attribute debe estar entre :min e :max items.',
- 'file' => 'O :attribute debe estar entre :min e :max kilobytes.',
- 'numeric' => 'O :attribute debe estar entre :min e :max.',
- 'string' => 'O :attribute debe estar entre :min e :max caracteres.',
- ],
- 'boolean' => 'O :attribute campo debe ser verdadeiro ou falso.',
- 'confirmed' => 'A :attribute a confirmación non coincide.',
- 'current_password' => 'O contrasinal é incorrecto.',
- 'date' => 'O :attribute non é unha data válida.',
- 'date_equals' => 'O :attribute debe ser unha data igual a :date.',
- 'date_format' => 'O :attribute non coincide co formato :format.',
- 'declined' => 'O :attribute debe ser rexeitado.',
- 'declined_if' => 'O :attribute debe ser rexeitado cando :other é :value.',
- 'different' => 'O :attribute e :other debe ser diferente.',
- 'digits' => 'O :attribute debe ser :digits díxitos.',
- 'digits_between' => 'O :attribute debe estar entre :min e :max díxitos.',
- 'dimensions' => 'O :attribute ten dimensións de imaxe non válidas.',
- 'distinct' => 'O eido :attribute ten un valor duplicado.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'O :attribute debe ser un enderezo de correo-e válido.',
- 'ends_with' => 'O :attribute debe rematar cun dos seguintes: :values.',
- 'enum' => 'O :attribute seleccionado non é válido.',
- 'exists' => 'O :attribute seleccionado non é válido.',
- 'file' => 'O :attribute debe ser un arquivo.',
- 'filled' => 'O eido :attribute debe ter un valor.',
- 'gt' => [
- 'array' => 'O :attribute debe ter máis de :value items.',
- 'file' => 'O :attribute debe ser maior que :value kilobytes.',
- 'numeric' => 'O :attribute debe ser maior que :value.',
- 'string' => 'O :attribute debe ser maior que :value caracteres.',
- ],
- 'gte' => [
- 'array' => 'O :attribute debe ter :value items ou máis.',
- 'file' => 'O :attribute debe ser maior ou igual a :value kilobytes.',
- 'numeric' => 'O :attribute debe ser maior ou igual a :value.',
- 'string' => 'O :attribute debe ser maior ou igual a :value caracteres.',
- ],
- 'image' => 'O :attribute debe ser unha imaxe.',
- 'in' => 'O :attribute seleccionado non é válido.',
- 'in_array' => 'O eido :attribute non existe en :other.',
- 'integer' => 'O :attribute debe ser un integro.',
- 'ip' => 'O :attribute debe ser unha dirección IP válida.',
- 'ipv4' => 'O :attribute debe ser unha dirección IPv4 válida.',
- 'ipv6' => 'O :attribute debe ser unha dirección IPv6 válida.',
- 'json' => 'O :attribute debe ser unha cadea JSON válida.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'O :attribute debe ter menos de :value items.',
- 'file' => 'O :attribute debe ser inferior a :value kilobytes.',
- 'numeric' => 'O :attribute debe ser menos que :value.',
- 'string' => 'O :attribute debe ser inferior a :value caracteres.',
- ],
- 'lte' => [
- 'array' => 'O :attribute non debe ter máis de :value items.',
- 'file' => 'O :attribute debe ser inferior ou igual a :value kilobytes.',
- 'numeric' => 'O :attribute debe ser inferior ou igual a :value.',
- 'string' => 'O :attribute debe ser inferior ou igual a :value caracteres.',
- ],
- 'mac_address' => 'O :attribute debe ser unha dirección MAC válida.',
- 'max' => [
- 'array' => 'O :attribute non debe ter máis de :max items.',
- 'file' => 'O :attribute non debe ser maior que :max kilobytes.',
- 'numeric' => 'O :attribute non debe ser maior que :max.',
- 'string' => 'O :attribute non debe ser maior que :max caracteres.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'O :attribute debe ser un arquivo de tipo: :values.',
- 'mimetypes' => 'O :attribute debe ser un arquivo de tipo: :values.',
- 'min' => [
- 'array' => 'O :attribute debe ter polo menos :min items.',
- 'file' => 'O :attribute debe ser polo menos :min kilobytes.',
- 'numeric' => 'O :attribute debe ser polo menos :min.',
- 'string' => 'O :attribute deben ser polo menos :min caracteres.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'O :attribute debe ser un múltiplo de :value.',
- 'not_in' => 'O :attribute seleccionado non é válido.',
- 'not_regex' => 'O formato de :attribute non é válido.',
- 'numeric' => 'O :attribute debe ser un número.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'O eido :attribute debe estar presente.',
- 'prohibited' => 'O eido :attribute está prohibido.',
- 'prohibited_if' => 'O eido :attribute está prohibido cando :other é :value.',
- 'prohibited_unless' => 'O eido :attribute está prohibido a non ser que :other sexa :values.',
- 'prohibits' => 'O eido :attribute prohibe que estea presente :other.',
- 'regex' => 'O formato :attribute non é válido.',
- 'relatable' => 'Este :attribute non pode ser asociado con este recurso.',
- 'required' => 'O eido :attribute é obrigatorio.',
- 'required_array_keys' => 'O eido :attribute debe conter entradas para: :values.',
- 'required_if' => 'O eido :attribute é requirido cando :other é :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'O eido :attribute é requirido a non ser que :other sexa :values.',
- 'required_with' => 'O eido :attribute é requirido cando :values está presente.',
- 'required_with_all' => 'O eido :attribute é requirido cando :values están presentes.',
- 'required_without' => 'O eido :attribute é requirido cando :values non está presente.',
- 'required_without_all' => 'O eido :attribute é requirido cando ningún dos :values están presentes.',
- 'same' => 'O :attribute e o :other deben coincidir.',
- 'size' => [
- 'array' => 'O :attribute debe conter :size items.',
- 'file' => 'O :attribute debe ser :size kilobytes.',
- 'numeric' => 'O :attribute debe ser :size.',
- 'string' => 'O :attribute debe ser :size caracteres.',
- ],
- 'starts_with' => 'O :attribute debe comezar por un dos seguintes: :values.',
- 'string' => 'O :attribute debe ser unha cadea - string.',
- 'timezone' => 'O :attribute debe ser un fuso horario válido.',
- 'unique' => 'O :attribute xa está collido.',
- 'uploaded' => 'O :attribute fallou ao cargar.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'O :attribute debe ser unha URL válida.',
- 'uuid' => 'O :attribute debe ser un UUID válido.',
- 'attributes' => [
- 'address' => 'dirección',
- 'age' => 'idade',
- 'amount' => 'cantidade',
- 'area' => 'área',
- 'available' => 'dispoñible',
- 'birthday' => 'aniversario',
- 'body' => 'corpo',
- 'city' => 'cidade',
- 'content' => 'contido',
- 'country' => 'país',
- 'created_at' => 'creado o',
- 'creator' => 'creador',
- 'current_password' => 'contrasinal actual',
- 'date' => 'data',
- 'date_of_birth' => 'data de nacemento',
- 'day' => 'día',
- 'deleted_at' => 'eliminado o',
- 'description' => 'descrición',
- 'district' => 'distrito',
- 'duration' => 'duración',
- 'email' => 'email',
- 'excerpt' => 'extracto',
- 'filter' => 'filtro',
- 'first_name' => 'nome',
- 'gender' => 'xénero',
- 'group' => 'grupo',
- 'hour' => 'hora',
- 'image' => 'imaxe',
- 'last_name' => 'apelido',
- 'lesson' => 'lección',
- 'line_address_1' => 'enderezo liña 1',
- 'line_address_2' => 'enderezo liña 2',
- 'message' => 'mensaxe',
- 'middle_name' => 'segundo nome',
- 'minute' => 'minuto',
- 'mobile' => 'móbil',
- 'month' => 'mes',
- 'name' => 'nome',
- 'national_code' => 'código nacional',
- 'number' => 'número',
- 'password' => 'contrasinal',
- 'password_confirmation' => 'confirmar contrasinal',
- 'phone' => 'teléfono',
- 'photo' => 'foto',
- 'postal_code' => 'código postal',
- 'price' => 'prezo',
- 'province' => 'provincia',
- 'recaptcha_response_field' => 'eido de resposta recaptcha',
- 'remember' => 'lembar',
- 'restored_at' => 'restaurado ás',
- 'result_text_under_image' => 'texto do resultado baixo a imaxe',
- 'role' => 'rol',
- 'second' => 'segundo',
- 'sex' => 'sexo',
- 'short_text' => 'texto corto',
- 'size' => 'tamaño',
- 'state' => 'estado',
- 'street' => 'rúa',
- 'student' => 'estudante',
- 'subject' => 'asunto',
- 'teacher' => 'titor',
- 'terms' => 'términos',
- 'test_description' => 'probar descrición',
- 'test_locale' => 'probar local',
- 'test_name' => 'probar nome',
- 'text' => 'texto',
- 'time' => 'tempo',
- 'title' => 'título',
- 'updated_at' => 'actualizado ás',
- 'username' => 'nome do usuario',
- 'year' => 'ano',
- ],
-];
diff --git a/resources/lang/gu.json b/resources/lang/gu.json
deleted file mode 100644
index a69be327..00000000
--- a/resources/lang/gu.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Accept Invitation",
- "Add": "Add",
- "Add a new team member to your team, allowing them to collaborate with you.": "Add a new team member to your team, allowing them to collaborate with you.",
- "Add additional security to your account using two factor authentication.": "Add additional security to your account using two factor authentication.",
- "Add Team Member": "Add Team Member",
- "Added.": "Added.",
- "Administrator": "Administrator",
- "Administrator users can perform any action.": "Administrator users can perform any action.",
- "All of the people that are part of this team.": "All of the people that are part of this team.",
- "All rights reserved.": "All rights reserved.",
- "Already registered?": "Already registered?",
- "API Token": "API Token",
- "API Token Permissions": "API Token Permissions",
- "API Tokens": "API Tokens",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API tokens allow third-party services to authenticate with our application on your behalf.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.",
- "Are you sure you would like to delete this API token?": "Are you sure you would like to delete this API token?",
- "Are you sure you would like to leave this team?": "Are you sure you would like to leave this team?",
- "Are you sure you would like to remove this person from the team?": "Are you sure you would like to remove this person from the team?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Browser Sessions",
- "Cancel": "Cancel",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Close",
- "Code": "Code",
- "Confirm": "Confirm",
- "Confirm Password": "Confirm Password",
- "Create": "Create",
- "Create a new team to collaborate with others on projects.": "Create a new team to collaborate with others on projects.",
- "Create Account": "Create Account",
- "Create API Token": "Create API Token",
- "Create New Team": "Create New Team",
- "Create Team": "Create Team",
- "Created.": "Created.",
- "Current Password": "Current Password",
- "Dashboard": "Dashboard",
- "Delete": "Delete",
- "Delete Account": "Delete Account",
- "Delete API Token": "Delete API Token",
- "Delete Team": "Delete Team",
- "Disable": "Disable",
- "Done.": "Done.",
- "Edit Profile": "Edit Profile",
- "Editor": "Editor",
- "Editor users have the ability to read, create, and update.": "Editor users have the ability to read, create, and update.",
- "Email": "Email",
- "Email Address": "Email Address",
- "Email Password Reset Link": "Email Password Reset Link",
- "Enable": "Enable",
- "Ensure your account is using a long, random password to stay secure.": "Ensure your account is using a long, random password to stay secure.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "For your security, please confirm your password to continue.",
- "Forbidden": "Forbidden",
- "Forgot your password?": "Forgot your password?",
- "Forgot Your Password?": "Forgot Your Password?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.",
- "Go to page :page": "Go to page :page",
- "Great! You have accepted the invitation to join the :team team.": "Great! You have accepted the invitation to join the :team team.",
- "Hello!": "Hello!",
- "I agree to the :terms_of_service and :privacy_policy": "I agree to the :terms_of_service and :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "If you already have an account, you may accept this invitation by clicking the button below:",
- "If you did not create an account, no further action is required.": "If you did not create an account, no further action is required.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "If you did not expect to receive an invitation to this team, you may discard this email.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "If you did not request a password reset, no further action is required.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:",
- "Last active": "Last active",
- "Last used": "Last used",
- "Leave": "Leave",
- "Leave Team": "Leave Team",
- "Log in": "Log in",
- "Log Out": "Log Out",
- "Log Out Other Browser Sessions": "Log Out Other Browser Sessions",
- "Login": "Login",
- "Logout": "Logout",
- "Manage Account": "Manage Account",
- "Manage and log out your active sessions on other browsers and devices.": "Manage and log out your active sessions on other browsers and devices.",
- "Manage API Tokens": "Manage API Tokens",
- "Manage Role": "Manage Role",
- "Manage Team": "Manage Team",
- "Name": "Name",
- "New Password": "New Password",
- "Not Found": "Not Found",
- "of": "of",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.",
- "Page Expired": "Page Expired",
- "Pagination Navigation": "Pagination Navigation",
- "Password": "Password",
- "Pending Team Invitations": "Pending Team Invitations",
- "Permanently delete this team.": "Permanently delete this team.",
- "Permanently delete your account.": "Permanently delete your account.",
- "Permissions": "Permissions",
- "Photo": "Photo",
- "Please click the button below to verify your email address.": "Please click the button below to verify your email address.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Please confirm access to your account by entering one of your emergency recovery codes.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Please confirm access to your account by entering the authentication code provided by your authenticator application.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Please copy your new API token. For your security, it won't be shown again.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.",
- "Please provide the email address of the person you would like to add to this team.": "Please provide the email address of the person you would like to add to this team.",
- "Privacy Policy": "Privacy Policy",
- "Profile": "Profile",
- "Profile Information": "Profile Information",
- "Recovery Code": "Recovery Code",
- "Regards": "Regards",
- "Regenerate Recovery Codes": "Regenerate Recovery Codes",
- "Register": "Register",
- "Remember me": "Remember me",
- "Remember Me": "Remember Me",
- "Remove": "Remove",
- "Remove Photo": "Remove Photo",
- "Remove Team Member": "Remove Team Member",
- "Resend Verification Email": "Resend Verification Email",
- "Reset Password": "Reset Password",
- "Reset Password Notification": "Reset Password Notification",
- "results": "results",
- "Role": "Role",
- "Save": "Save",
- "Saved.": "Saved.",
- "Select A New Photo": "Select A New Photo",
- "Send Password Reset Link": "Send Password Reset Link",
- "Server Error": "Server Error",
- "Service Unavailable": "Service Unavailable",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Show Recovery Codes",
- "Showing": "Showing",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.",
- "Switch Teams": "Switch Teams",
- "Team Details": "Team Details",
- "Team Invitation": "Team Invitation",
- "Team Members": "Team Members",
- "Team Name": "Team Name",
- "Team Owner": "Team Owner",
- "Team Settings": "Team Settings",
- "Terms of Service": "Terms of Service",
- "The :attribute must be a valid role.": "The :attribute must be a valid role.",
- "The :attribute must be at least :length characters and contain at least one number.": "The :attribute must be at least :length characters and contain at least one number.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "The :attribute must be at least :length characters and contain at least one special character and one number.",
- "The :attribute must be at least :length characters and contain at least one special character.": "The :attribute must be at least :length characters and contain at least one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "The :attribute must be at least :length characters and contain at least one uppercase character and one number.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "The :attribute must be at least :length characters and contain at least one uppercase character.",
- "The :attribute must be at least :length characters.": "The :attribute must be at least :length characters.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "The provided password does not match your current password.",
- "The provided password was incorrect.": "The provided password was incorrect.",
- "The provided two factor authentication code was invalid.": "The provided two factor authentication code was invalid.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "The team's name and owner information.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.",
- "This device": "This device",
- "This is a secure area of the application. Please confirm your password before continuing.": "This is a secure area of the application. Please confirm your password before continuing.",
- "This password does not match our records.": "This password does not match our records.",
- "This password reset link will expire in :count minutes.": "This password reset link will expire in :count minutes.",
- "This user already belongs to the team.": "This user already belongs to the team.",
- "This user has already been invited to the team.": "This user has already been invited to the team.",
- "to": "to",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Toggle navigation",
- "Token Name": "Token Name",
- "Too Many Requests": "Too Many Requests",
- "Two Factor Authentication": "Two Factor Authentication",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Unauthorized",
- "Unknown": "Unknown",
- "Update Password": "Update Password",
- "Update your account's profile information and email address.": "Update your account's profile information and email address.",
- "Use a recovery code": "Use a recovery code",
- "Use an authentication code": "Use an authentication code",
- "Verify Email Address": "Verify Email Address",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "We were unable to find a registered user with this email address.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.",
- "Whoops!": "Whoops!",
- "Whoops! Something went wrong.": "Whoops! Something went wrong.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "You are receiving this email because we received a password reset request for your account.",
- "You have been invited to join the :team team!": "You have been invited to join the :team team!",
- "You have enabled two factor authentication.": "You have enabled two factor authentication.",
- "You have not enabled two factor authentication.": "You have not enabled two factor authentication.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "You may delete any of your existing tokens if they are no longer needed.",
- "You may not delete your personal team.": "You may not delete your personal team.",
- "You may not leave a team that you created.": "You may not leave a team that you created.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/gu/auth.php b/resources/lang/gu/auth.php
deleted file mode 100644
index 46cacd71..00000000
--- a/resources/lang/gu/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'ઈમેઈલ એડ્રેસ અને પાસવર્ડનું આ જોડાણ અમારી વિગતો સાથે બંધબેસતું નથી.',
- 'password' => 'The password is incorrect.',
- 'throttle' => 'અતિશય લૉગિન પ્રયાસો. ફરીથી પ્રયાસ કરો:seconds સેકંડ.',
-];
diff --git a/resources/lang/gu/http-statuses.php b/resources/lang/gu/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/gu/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/gu/pagination.php b/resources/lang/gu/pagination.php
deleted file mode 100644
index 5c7c6db7..00000000
--- a/resources/lang/gu/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'આગામી »',
- 'previous' => '« અગાઉના',
-];
diff --git a/resources/lang/gu/passwords.php b/resources/lang/gu/passwords.php
deleted file mode 100644
index e31b2c86..00000000
--- a/resources/lang/gu/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'તમારો પાસવર્ડ ફરીથી બદલવામાં આવ્યો છે.',
- 'sent' => 'તમારા પાસવર્ડને બદલવા માટે અમે લિંક સાથે એક ઈમેઈલ આપણે મોકલ્યો છે.',
- 'throttled' => 'Please wait before retrying.',
- 'token' => 'પાસવર્ડ બદલવા માટેનું આ ચિહ્ન અમાન્ય છે.',
- 'user' => 'આ ઈમેઈલ એડ્રેસ સાથે અમે વપરાશ કર્તાને શોધી શકતા નથી.',
-];
diff --git a/resources/lang/gu/validation.php b/resources/lang/gu/validation.php
deleted file mode 100644
index acbe803f..00000000
--- a/resources/lang/gu/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute સ્વીકૃત હોવું જોઈએ.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute માન્ય URL નથી.',
- 'after' => ':Attribute પછી તારીખ હોવી જોઈએ :તારીખ.',
- 'after_or_equal' => ':Attribute પછી તારીખ કે સમાંતર હોવું જોઈએ :તારીખ.',
- 'alpha' => ':Attribute માત્ર અક્ષરોનો જ સમાવેશ કરી શકે.',
- 'alpha_dash' => ':Attribute માત્ર અક્ષરો, આંકડાઓ, ડેશ અને ની નીચે લીટીનો જ સમાવેશ કરી શકે.',
- 'alpha_num' => ':Attribute માત્ર અક્ષરો તથા આંકડાઓનો જ સમાવેશ કરી શકે.',
- 'array' => ':Attribute ગોઠવણીમાં હોવું જોઈએ.',
- 'attached' => 'This :attribute is already attached.',
- 'before' => ':Attribute પહેલાં તારીખ હોવી જોઈએ :તારીખ.',
- 'before_or_equal' => ':Attribute પહેલાં તારીખ કે સમાંતર હોવું જોઈએ :તારીખ.',
- 'between' => [
- 'array' => ':Attribute ની વચ્ચે હોવું જોઈએ :min અને :max વસ્તુઓ.',
- 'file' => ':Attribute ની વચ્ચે હોવું જોઈએ :min અને :max કિલોબાઇટ્સ.',
- 'numeric' => ':Attribute ની વચ્ચે હોવું જોઈએ :min અને :max.',
- 'string' => ':Attribute ની વચ્ચે હોવું જોઈએ :min અને :max અક્ષરો.',
- ],
- 'boolean' => ':Attribute પ્રવૃત્તિ ક્ષેત્ર ખરું કે ખોટું હોવું જોઈએ.',
- 'confirmed' => ':Attribute પુષ્ટિકરણ બંધબેસતું નથી.',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute માન્ય તારીખ નથી.',
- 'date_equals' => ':Attribute સમાંતર તારીખ હોવી જોઈએ :તારીખ.',
- 'date_format' => ':Attribute ગોઠવણ સાથે બંધબેસતું નથી :ગોઠવણ.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute અને :other અલગ હોવું જોઈએ.',
- 'digits' => ':Attribute હોવું જોઈએ :digits અંક.',
- 'digits_between' => ':Attribute વચ્ચે હોવું જોઈએ :min અને :max અંક.',
- 'dimensions' => ':Attribute છબીનું પરિમાણ અમાન્ય છે.',
- 'distinct' => ':Attribute પ્રવૃત્તિ ક્ષેત્રનું નકલી મૂલ્ય છે.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute માન્ય ઈમેઈલ એડ્રેસ હોવું જોઈએ.',
- 'ends_with' => ':Attribute નીચેમાંથી એક પ્રમાણે પૂરું થતું હોવું જોઈએ :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'પસંદ કરાયેલ :attribute અમાન્ય છે.',
- 'file' => ':Attribute એક ફાઈલ હોવી જોઈએ.',
- 'filled' => ':Attribute પ્રવૃત્તિ ક્ષેત્રનું મૂલ્ય હોવું જોઈએ.',
- 'gt' => [
- 'array' => ':Attribute ના કરતાં વિશેષ :value વસ્તુઓ.',
- 'file' => ':Attribute થી વિશેષ હોવું જોઈએ :value કિલો બાઇટ્સ.',
- 'numeric' => ':Attribute થી વિશેષ હોવું જોઈએ :value.',
- 'string' => ':Attribute થી વિશેષ હોવું જોઈએ :value મૂલ્ય અક્ષરો.',
- ],
- 'gte' => [
- 'array' => ':Attribute હોવું જોઈએ :value વસ્તુઓ કે વિશેષ.',
- 'file' => ':Attribute થી વિશેષ અથવા સમાંતર હોવું જોઈએ :value કિલો બાઇટ્સ.',
- 'numeric' => ':Attribute થી વિશેષ અથવા સમાંતર હોવું જોઈએ :value.',
- 'string' => ':Attribute થી વિશેષ અથવા સમાંતર હોવું જોઈએ :value મૂલ્ય અક્ષરો.',
- ],
- 'image' => ':Attribute છબી હોવી જોઈએ.',
- 'in' => ':Attribute અમાન્ય છે.',
- 'in_array' => ':Attribute માં પ્રવૃત્તિ ક્ષેત્ર અસ્તિત્વ ધરાવતું નથી :other.',
- 'integer' => ':Attribute પૂર્ણ સંખ્યા હોવી જોઈએ.',
- 'ip' => ':Attribute માન્ય IP address હોવું જોઈએ.',
- 'ipv4' => ':Attribute માન્ય IPv4 address હોવું જોઈએ.',
- 'ipv6' => ':Attribute માન્ય IPv6 address હોવું જોઈએ.',
- 'json' => ':Attribute માન્ય JSON શબ્દમાળા હોવી જોઈએ.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute ઓછું હોવું જોઈએ :value વસ્તુઓ.',
- 'file' => ':Attribute ઓછું હોવું જોઈએ :value કિલો બાઇટ્સ.',
- 'numeric' => ':Attribute ઓછું હોવું જોઈએ :value.',
- 'string' => ':Attribute ઓછું હોવું જોઈએ :value અક્ષરો.',
- ],
- 'lte' => [
- 'array' => ':Attribute ના કરતા વધુ ન હોવું જોઈએ :value વસ્તુઓ.',
- 'file' => ':Attribute ઓછું કે સમાંતર હોવું જોઈએ :value કિલો બાઇટ્સ.',
- 'numeric' => ':Attribute ઓછું કે સમાંતર હોવું જોઈએ :value.',
- 'string' => ':Attribute ઓછું કે સમાંતર હોવું જોઈએ :value અક્ષરો.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute ના કરતાં વધુ ન હોઈ શકે :max વસ્તુઓ.',
- 'file' => ':Attribute મોટું ન હોઈ શકે :max કિલો બાઇટ્સ.',
- 'numeric' => ':Attribute મોટું ન હોઈ શકે :max.',
- 'string' => ':Attribute મોટું ન હોઈ શકે :max અક્ષરો.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute પ્રકારની ફાઈલ હોવી જોઈએ :values.',
- 'mimetypes' => ':Attribute પ્રકારની ફાઈલ હોવી જોઈએ :values.',
- 'min' => [
- 'array' => ':Attribute હોવું જ જોઈએ :min વસ્તુઓ.',
- 'file' => ':Attribute ઓછામાં ઓછું હોવું જોઈએ :min કિલો બાઇટ્સ.',
- 'numeric' => ':Attribute ઓછામાં ઓછું હોવું જોઈએ :min.',
- 'string' => ':Attribute ઓછામાં ઓછું હોવું જોઈએ :min અક્ષરો.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'The :attribute must be a multiple of :value.',
- 'not_in' => 'પસંદ કરાયેલ :attribute અમાન્ય છે.',
- 'not_regex' => ':Attribute અમાન્ય ગોઠવણ છે.',
- 'numeric' => ':Attribute આંક હોવો જોઈએ.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute પ્રવૃત્તિ ક્ષેત્ર હાજર હોવું જોઈએ.',
- 'prohibited' => 'The :attribute field is prohibited.',
- 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
- 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => ':Attribute અમાન્ય ગોઠવણ છે.',
- 'relatable' => 'This :attribute may not be associated with this resource.',
- 'required' => ':Attribute પ્રવૃત્તિ ક્ષેત્ર આવશ્યક છે.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Attribute પ્રવૃત્તિ ક્ષેત્ર આવશ્યક છે જ્યારે :other છે :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Attribute પ્રવૃત્તિ ક્ષેત્ર આવશ્યક છે સિવાય :other માં છે :values.',
- 'required_with' => ':Attribute પ્રવૃત્તિ ક્ષેત્ર આવશ્યક છે જ્યારે :values હાજર હોય.',
- 'required_with_all' => ':Attribute પ્રવૃત્તિ ક્ષેત્ર આવશ્યક છે જ્યારે :values હાજર હોય.',
- 'required_without' => ':Attribute પ્રવૃત્તિ ક્ષેત્ર આવશ્યક છે જ્યારે :values હાજર ન હોય.',
- 'required_without_all' => ':Attribute પ્રવૃત્તિ ક્ષેત્ર આવશ્યક છે જ્યારે કશું પણ :values હાજર હોય.',
- 'same' => ':Attribute અને :other બંધબેસતું હોવું જોઈએ.',
- 'size' => [
- 'array' => ':Attribute સમાવેશ કરતું હોવું જોઈએ : કદ વસ્તુઓ.',
- 'file' => ':Attribute હોવું જોઈએ :size કિલો બાઇટ્સ.',
- 'numeric' => ':Attribute હોવું જોઈએ :કદ.',
- 'string' => ':Attribute હોવું જોઈએ :size અક્ષરો.',
- ],
- 'starts_with' => ':Attribute નીચેમાંથી કોઈએક વડે શરૂ થતું હોવું જોઈએ :values.',
- 'string' => ':Attribute શબ્દમાળા હોવી જોઈએ.',
- 'timezone' => ':Attribute માન્ય પરિક્ષેત્ર હોવું જોઈએ.',
- 'unique' => ':Attribute પહેલેથી લઈ લેવામાં આવેલ છે.',
- 'uploaded' => ':Attribute અપલોડ થવામાં નિષ્ફળ.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute ગોઠવણ અમાન્ય છે.',
- 'uuid' => ':Attribute માન્ય UUID હોવું જોઈએ.',
- 'attributes' => [
- 'address' => 'એડ્રેસ',
- 'age' => 'વય',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'ઉપલબ્ધ',
- 'birthday' => 'birthday',
- 'body' => 'મુખ્ય ભાગ',
- 'city' => 'શહેર',
- 'content' => 'સામગ્રી',
- 'country' => 'દેશ',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'તારીખ',
- 'date_of_birth' => 'date of birth',
- 'day' => 'દિવસ',
- 'deleted_at' => 'deleted at',
- 'description' => 'વર્ણન',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'ઈમેઈલ',
- 'excerpt' => 'ટૂંકસાર',
- 'filter' => 'filter',
- 'first_name' => 'પ્રથમ_નામ',
- 'gender' => 'જાતિ',
- 'group' => 'group',
- 'hour' => 'કલાક',
- 'image' => 'image',
- 'last_name' => 'અંતિમ_નામ',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'સંદેશ',
- 'middle_name' => 'middle name',
- 'minute' => 'મિનિટ',
- 'mobile' => 'મોબાઈલ',
- 'month' => 'મહિનો',
- 'name' => 'નામ',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'પાસવર્ડ',
- 'password_confirmation' => 'પાસવર્ડ_પુષ્ટિકરણ',
- 'phone' => 'ફોન',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'પ્રદેશ',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'સેકંડ',
- 'sex' => 'જાતિ',
- 'short_text' => 'short text',
- 'size' => 'કદ',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'વિષય',
- 'teacher' => 'teacher',
- 'terms' => 'શરતો',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'લખાણ',
- 'time' => 'સમય',
- 'title' => 'શીર્ષક',
- 'updated_at' => 'updated at',
- 'username' => 'વપરાશકર્તા નામ',
- 'year' => 'વર્ષ',
- ],
-];
diff --git a/resources/lang/he.json b/resources/lang/he.json
deleted file mode 100644
index 36c16899..00000000
--- a/resources/lang/he.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "קבל הזמנה",
- "Add": "הוסף",
- "Add a new team member to your team, allowing them to collaborate with you.": "הוסף חבר צוות חדש לצוות שלך, המאפשר להם לשתף איתך פעולה.",
- "Add additional security to your account using two factor authentication.": "הוסף אבטחה נוספת לחשבון שלך באמצעות אימות שני גורמים.",
- "Add Team Member": "הוסף איש צוות",
- "Added.": "הוסיף.",
- "Administrator": "מנהל",
- "Administrator users can perform any action.": "משתמשי מנהל המערכת יכולים לבצע כל פעולה.",
- "All of the people that are part of this team.": "כל האנשים שהם חלק מהצוות הזה.",
- "All rights reserved.": "כל הזכויות שמורות",
- "Already registered?": "כבר רשום?",
- "API Token": "אסימון API",
- "API Token Permissions": "הרשאות Token API",
- "API Tokens": "אסימוני API",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "אסימוני API מאפשרים לשירותי צד שלישי לאמת עם היישום שלנו בשמך.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "אתה בטוח שאתה רוצה למחוק את הצוות הזה? ברגע שצוות נמחק, כל המשאבים והנתונים שלו יימחקו לצמיתות.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "האם אתה בטוח שאתה רוצה למחוק את החשבון שלך? לאחר מחיקת חשבונך, כל המשאבים והנתונים שלו יימחקו לצמיתות. אנא הזן את הסיסמה שלך כדי לאשר שברצונך למחוק לצמיתות את החשבון שלך.",
- "Are you sure you would like to delete this API token?": "האם אתה בטוח שאתה רוצה למחוק אסימון API זה?",
- "Are you sure you would like to leave this team?": "האם אתה בטוח שאתה רוצה לעזוב את הקבוצה הזאת?",
- "Are you sure you would like to remove this person from the team?": "האם אתה בטוח שאתה רוצה להסיר את האדם הזה מהצוות?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "הפעלות בדפדפן",
- "Cancel": "ביטול",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "סגור",
- "Code": "קוד",
- "Confirm": "אישור",
- "Confirm Password": "אימות סיסמה",
- "Create": "צור",
- "Create a new team to collaborate with others on projects.": "צור צוות חדש לשיתוף פעולה עם אחרים בפרויקטים.",
- "Create Account": "צור חשבון",
- "Create API Token": "צור אסימון API",
- "Create New Team": "צור צוות חדש",
- "Create Team": "צור צוות",
- "Created.": "נוצר.",
- "Current Password": "ססמה נוכחית",
- "Dashboard": "לוח מחוונים",
- "Delete": "מחק",
- "Delete Account": "מחק חשבון",
- "Delete API Token": "מחק אסימון API",
- "Delete Team": "מחק צוות",
- "Disable": "בטל",
- "Done.": "בוצע.",
- "Edit Profile": "Edit Profile",
- "Editor": "עורך",
- "Editor users have the ability to read, create, and update.": "למשתמשי העורך יש את היכולת לקרוא, ליצור ולעדכן.",
- "Email": "דוא \" ל",
- "Email Address": "כתובת דוא \" ל",
- "Email Password Reset Link": "איפוס סיסמה",
- "Enable": "אפשר",
- "Ensure your account is using a long, random password to stay secure.": "ודא שהחשבון שלך משתמש בסיסמה ארוכה ואקראית כדי להישאר מאובטח.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "למען ביטחונכם, אנא אשרו את סיסמתכם להמשך.",
- "Forbidden": "אסור",
- "Forgot your password?": "שכחת את הסיסמה שלך?",
- "Forgot Your Password?": "שכחתם את הסיסמה?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "שכחת את הסיסמה שלך? אין בעיה. רק תודיע לנו את כתובת הדוא \" ל שלך ואנו נשלח לך קישור איפוס סיסמה שיאפשר לך לבחור אחד חדש.",
- "Go to page :page": "עבור לעמוד :page",
- "Great! You have accepted the invitation to join the :team team.": "נהדר! קיבלת את ההזמנה להצטרף לצוות :team.",
- "Hello!": "שלום!",
- "I agree to the :terms_of_service and :privacy_policy": "אני מסכים :terms_of_service ו :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "במידת הצורך, תוכל להתנתק מכל הפעלות הדפדפן האחרות שלך בכל המכשירים שלך. חלק מהפגישות האחרונות שלך מפורטות להלן; עם זאת, רשימה זו לא יכולה להיות ממצה. אם אתה מרגיש שהחשבון שלך נפרץ, עליך גם לעדכן את הסיסמה שלך.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "אם כבר יש לך חשבון, תוכל לקבל הזמנה זו על ידי לחיצה על הכפתור למטה:",
- "If you did not create an account, no further action is required.": "אם לא יצרתם את החשבון, אין צורך לעשות דבר.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "אם לא ציפית לקבל הזמנה לצוות זה, אתה יכול להשליך דוא \" ל זה.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "אם לא ביקשתם לאפס את הסיסמה, אין צורך לעשות דבר.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "אם אין לך חשבון, תוכל ליצור חשבון על ידי לחיצה על הכפתור למטה. לאחר יצירת חשבון, תוכל ללחוץ על כפתור קבלת ההזמנה בדוא \" ל זה כדי לקבל את הזמנת הצוות:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "אם אתם נתקלים בבעיה ללחוץ על \":actionText\", אנא העתיקו את הקישור המופיע מטה לתוך שורת הכתובות",
- "Last active": "פעיל אחרון",
- "Last used": "שימוש אחרון",
- "Leave": "השאר",
- "Leave Team": "השאר צוות",
- "Log in": "התחבר",
- "Log Out": "התנתק",
- "Log Out Other Browser Sessions": "להתנתק הפעלות דפדפן אחרות",
- "Login": "התחברות",
- "Logout": "התנתקות",
- "Manage Account": "ניהול חשבון",
- "Manage and log out your active sessions on other browsers and devices.": "נהל והתחבר להפעלות הפעילות שלך בדפדפנים ובמכשירים אחרים.",
- "Manage API Tokens": "ניהול אסימוני API",
- "Manage Role": "ניהול תפקיד",
- "Manage Team": "ניהול צוות",
- "Name": "שם",
- "New Password": "סיסמה חדשה",
- "Not Found": "לא נמצא",
- "of": "של",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "ברגע שצוות נמחק, כל המשאבים והנתונים שלו יימחקו לצמיתות. לפני מחיקת צוות זה, אנא הורד נתונים או מידע כלשהם בנוגע לצוות זה שברצונך לשמור.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "לאחר מחיקת חשבונך, כל המשאבים והנתונים שלו יימחקו לצמיתות. לפני מחיקת החשבון שלך, אנא הורד נתונים או מידע שברצונך לשמור.",
- "Page Expired": "תוקף הדף פג",
- "Pagination Navigation": "ניווט בדפים",
- "Password": "סיסמה",
- "Pending Team Invitations": "הזמנות תלויות ועומדות לצוות",
- "Permanently delete this team.": "למחוק לצמיתות את הצוות הזה.",
- "Permanently delete your account.": "מחק את החשבון שלך לצמיתות.",
- "Permissions": "הרשאות",
- "Photo": "תמונה",
- "Please click the button below to verify your email address.": "אנא לחצו על הכפתור מטה לאימות הדואר האלקטרוני שלכם.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "אנא אשר גישה לחשבון שלך על ידי הזנת אחד קודי שחזור חירום שלך.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "אנא אשר גישה לחשבון שלך על ידי הזנת קוד האימות המסופק על ידי יישום המאמת שלך.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "אנא העתק את אסימון ה-API החדש שלך. למען ביטחונך, זה לא יוצג שוב.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "הזן את הסיסמה שלך כדי לוודא שברצונך להתנתק מההפעלות האחרות בדפדפן שלך בכל המכשירים שלך.",
- "Please provide the email address of the person you would like to add to this team.": "אנא ספק את כתובת הדוא \" ל של האדם שברצונך להוסיף לצוות זה.",
- "Privacy Policy": "מדיניות פרטיות",
- "Profile": "פרופיל",
- "Profile Information": "פרטי פרופיל",
- "Recovery Code": "קוד שחזור",
- "Regards": "בברכה",
- "Regenerate Recovery Codes": "חידוש קודי שחזור",
- "Register": "הרשמה",
- "Remember me": "זכור אותי",
- "Remember Me": "זכור אותי",
- "Remove": "הסר",
- "Remove Photo": "הסר תמונה",
- "Remove Team Member": "הסר חבר צוות",
- "Resend Verification Email": "שלח שוב דוא \" ל אימות",
- "Reset Password": "איפוס סיסמה",
- "Reset Password Notification": "הודעת איפוס סיסמה",
- "results": "תוצאות",
- "Role": "תפקיד",
- "Save": "שמור",
- "Saved.": "ניצלתי.",
- "Select A New Photo": "בחר תמונה חדשה",
- "Send Password Reset Link": "שלח קישור לאיפוס הסיסמה",
- "Server Error": "תקלת שרת",
- "Service Unavailable": "השירות אינו זמין",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "הצג קודי שחזור",
- "Showing": "מציג",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "אחסן את קודי השחזור האלה במנהל סיסמאות מאובטח. ניתן להשתמש בהם כדי לשחזר גישה לחשבון שלך אם מכשיר האימות הדו-גורמי שלך אבד.",
- "Switch Teams": "החלף צוותים",
- "Team Details": "פרטי צוות",
- "Team Invitation": "הזמנה קבוצתית",
- "Team Members": "חברי צוות",
- "Team Name": "שם הקבוצה",
- "Team Owner": "בעל הקבוצה",
- "Team Settings": "הגדרות צוות",
- "Terms of Service": "תנאי שימוש",
- "The :attribute must be a valid role.": ":Attribute חייב להיות תפקיד תקף.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute חייב להיות לפחות :length תווים מכילים לפחות מספר אחד.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute חייב להיות לפחות :length תווים מכילים לפחות תו מיוחד אחד ומספר אחד.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute חייב להיות לפחות :length תווים מכילים לפחות תו מיוחד אחד.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute חייב להיות לפחות :length תווים מכילים לפחות תו אחד באותיות רישיות ומספר אחד.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "ה-:attribute חייב להיות לפחות :length תווים ומכילים לפחות תו עליון אחד ותו מיוחד אחד.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute חייב להיות לפחות :length תווים מכילים לפחות תו אחד אותיות רישיות, מספר אחד, תו מיוחד אחד.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute חייב להיות לפחות :length תווים מכילים לפחות תו אחד באותיות רישיות.",
- "The :attribute must be at least :length characters.": ":Attribute חייב להיות לפחות :length תווים.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "הסיסמה המסופקת אינה תואמת את הסיסמה הנוכחית שלך.",
- "The provided password was incorrect.": "הסיסמה שסופקה הייתה שגויה.",
- "The provided two factor authentication code was invalid.": "קוד האימות של שני גורמים לא היה תקין.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "שם הקבוצה ומידע הבעלים.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "אנשים אלה הוזמנו לצוות שלך ונשלחו דוא \" ל הזמנה. הם עשויים להצטרף לצוות על ידי קבלת ההזמנה בדוא \" ל.",
- "This device": "התקן זה",
- "This is a secure area of the application. Please confirm your password before continuing.": "זהו אזור מאובטח של היישום. אנא אשר את הסיסמה שלך לפני שתמשיך.",
- "This password does not match our records.": "סיסמה זו אינה תואמת את הרשומות שלנו.",
- "This password reset link will expire in :count minutes.": "תוקף הקישור הזה ייגמר בעוד :count דקות.",
- "This user already belongs to the team.": "המשתמש הזה כבר שייך לצוות.",
- "This user has already been invited to the team.": "משתמש זה כבר הוזמן לצוות.",
- "to": "אל",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "שינוי מצב ניווט",
- "Token Name": "שם אסימון",
- "Too Many Requests": "יותר מדי בקשות.",
- "Two Factor Authentication": "אימות שני גורמים",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "לא מורשה",
- "Unknown": "Unknown",
- "Update Password": "עדכן ססמה",
- "Update your account's profile information and email address.": "עדכן את פרטי הפרופיל וכתובת הדוא \" ל של החשבון שלך.",
- "Use a recovery code": "השתמש בקוד שחזור",
- "Use an authentication code": "השתמש בקוד אימות",
- "Verify Email Address": "אימות דואר אלקטרוני",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "לא הצלחנו למצוא משתמש רשום עם כתובת דוא \" ל זו.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "כאשר אימות שני גורמים מופעל, תתבקש לקבל אסימון מאובטח ואקראי במהלך האימות. אתה יכול לאחזר אסימון זה מיישום Google Authenticator של הטלפון שלך.",
- "Whoops!": "אוופס!",
- "Whoops! Something went wrong.": "אופס! משהו השתבש.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "קיבלתם את המייל הזה מכיוון שקיבלנו בקשה לאיפוס הסיסמה עבור החשבון שלכם.",
- "You have been invited to join the :team team!": "הוזמנתם להצטרף לצוות :team!",
- "You have enabled two factor authentication.": "הפעלת אימות של שני גורמים.",
- "You have not enabled two factor authentication.": "לא הפעלת אימות של שני גורמים.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "אתה יכול למחוק כל אחד מהאסימונים הקיימים שלך אם הם כבר לא נחוצים.",
- "You may not delete your personal team.": "אסור לך למחוק את הצוות האישי שלך.",
- "You may not leave a team that you created.": "אתה לא יכול לעזוב את צוות שיצרת.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/he/auth.php b/resources/lang/he/auth.php
deleted file mode 100644
index 74531015..00000000
--- a/resources/lang/he/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'פרטים אלה אינם תואמים את רישומינו.',
- 'password' => 'הסיסמה שגויה.',
- 'throttle' => 'ניסיונות כניסה רבים מדי. אנא נסו שוב בעוד :seconds שניות.',
-];
diff --git a/resources/lang/he/http-statuses.php b/resources/lang/he/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/he/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/he/pagination.php b/resources/lang/he/pagination.php
deleted file mode 100644
index 5701c4ae..00000000
--- a/resources/lang/he/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'הבא »',
- 'previous' => '« הקודם',
-];
diff --git a/resources/lang/he/passwords.php b/resources/lang/he/passwords.php
deleted file mode 100644
index b2d34535..00000000
--- a/resources/lang/he/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'הסיסמה אופסה!',
- 'sent' => 'קישור לאיפוס הסיסמה נשלח אליך באימייל',
- 'throttled' => 'אנא חכו לפני שתנסו שוב.',
- 'token' => 'אסימון איפוס הסיסמה הזה לא תקני.',
- 'user' => 'לא הצלחנו למצוא משתמש עם כתובת האימייל הזאת.',
-];
diff --git a/resources/lang/he/validation.php b/resources/lang/he/validation.php
deleted file mode 100644
index ea6e4cd5..00000000
--- a/resources/lang/he/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'שדה :attribute חייב להיות מסומן.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => 'שדה :attribute הוא לא כתובת אתר תקנית.',
- 'after' => 'שדה :attribute חייב להיות תאריך אחרי :date.',
- 'after_or_equal' => 'שדה :attribute חייב להיות תאריך מאוחר או שווה ל :date.',
- 'alpha' => 'שדה :attribute יכול להכיל אותיות בלבד.',
- 'alpha_dash' => 'שדה :attribute יכול להכיל אותיות, מספרים ומקפים בלבד.',
- 'alpha_num' => 'שדה :attribute יכול להכיל אותיות ומספרים בלבד.',
- 'array' => 'שדה :attribute חייב להיות מערך.',
- 'attached' => 'ה-:attribute הזה כבר מחובר.',
- 'before' => 'שדה :attribute חייב להיות תאריך לפני :date.',
- 'before_or_equal' => 'שדה :attribute חייב להיות תאריך מוקדם או שווה ל :date.',
- 'between' => [
- 'array' => 'שדה :attribute חייב להיות בין :min ל-:max פריטים.',
- 'file' => 'שדה :attribute חייב להיות בין :min ל-:max קילובייטים.',
- 'numeric' => 'שדה :attribute חייב להיות בין :min ל-:max.',
- 'string' => 'שדה :attribute חייב להיות בין :min ל-:max תווים.',
- ],
- 'boolean' => 'שדה :attribute חייב להיות אמת או שקר.',
- 'confirmed' => 'שדה האישור של :attribute לא תואם.',
- 'current_password' => 'The password is incorrect.',
- 'date' => 'שדה :attribute אינו תאריך תקני.',
- 'date_equals' => 'על ה :attribute להיות תאריך שווה ל- :date.',
- 'date_format' => 'שדה :attribute לא תואם את הפורמט :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'שדה :attribute ושדה :other חייבים להיות שונים.',
- 'digits' => 'שדה :attribute חייב להיות בעל :digits ספרות.',
- 'digits_between' => 'שדה :attribute חייב להיות בין :min ו-:max ספרות.',
- 'dimensions' => 'שדה :attribute מימדי התמונה לא תקינים',
- 'distinct' => 'שדה :attribute קיים ערך כפול.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'שדה :attribute חייב להיות כתובת אימייל תקנית.',
- 'ends_with' => 'שדה :attribute חייב להסתיים באחד מהבאים: :values',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'בחירת ה-:attribute אינה תקפה.',
- 'file' => 'שדה :attribute חייב להיות קובץ.',
- 'filled' => 'שדה :attribute הוא חובה.',
- 'gt' => [
- 'array' => 'על ה :attribute לכלול יותר מ- :value פריטים.',
- 'file' => 'על ה :attribute להיות גדול יותר מ- :value קילו-בתים.',
- 'numeric' => 'על ה :attribute להיות גדול יותר מ- :value.',
- 'string' => 'על ה :attribute להיות גדול יותר מ- :value תווים.',
- ],
- 'gte' => [
- 'array' => 'ה :attribute חייב לכלול :value פריטים או יותר.',
- 'file' => 'על ה :attribute להיות גדול יותר או שווה ל- :value קילו-בתים.',
- 'numeric' => 'על ה :attribute להיות גדול יותר או שווה ל- :value.',
- 'string' => 'על ה :attribute להיות גדול יותר או שווה ל- :value תווים.',
- ],
- 'image' => 'שדה :attribute חייב להיות תמונה.',
- 'in' => 'בחירת ה-:attribute אינה תקפה.',
- 'in_array' => 'שדה :attribute לא קיים ב:other.',
- 'integer' => 'שדה :attribute חייב להיות מספר שלם.',
- 'ip' => 'שדה :attribute חייב להיות כתובת IP תקנית.',
- 'ipv4' => 'שדה :attribute חייב להיות כתובת IPv4 תקנית.',
- 'ipv6' => 'שדה :attribute חייב להיות כתובת IPv6 תקנית.',
- 'json' => 'שדה :attribute חייב להיות מחרוזת JSON תקנית.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'על ה :attribute לכלול פחות מ- :value פריטים.',
- 'file' => 'על ה :attribute להיות קטן יותר מ- :value קילו-בתים.',
- 'numeric' => 'על ה :attribute להיות נמוך יותר מ- :value.',
- 'string' => 'על ה :attribute להכיל פחות מ- :value תווים.',
- ],
- 'lte' => [
- 'array' => 'ה :attribute לא יכול לכלול יותר מאשר :value פריטים.',
- 'file' => 'על ה :attribute להיות קטן יותר או שווה ל- :value קילו-בתים.',
- 'numeric' => 'על ה :attribute להיות נמוך או שווה ל- :value.',
- 'string' => 'על ה :attribute להכיל :value תווים או פחות.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'שדה :attribute לא יכול להכיל יותר מ-:max פריטים.',
- 'file' => 'שדה :attribute לא יכול להיות גדול מ-:max קילובייטים.',
- 'numeric' => 'שדה :attribute אינו יכול להיות גדול מ-:max.',
- 'string' => 'שדה :attribute לא יכול להיות גדול מ-:max characters.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'שדה :attribute צריך להיות קובץ מסוג: :values.',
- 'mimetypes' => 'שדה :attribute צריך להיות קובץ מסוג: :values.',
- 'min' => [
- 'array' => 'שדה :attribute חייב להיות לפחות :min פריטים.',
- 'file' => 'שדה :attribute חייב להיות לפחות :min קילובייטים.',
- 'numeric' => 'שדה :attribute חייב להיות לפחות :min.',
- 'string' => 'שדה :attribute חייב להיות לפחות :min תווים.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute חייב להיות מרובה של :value',
- 'not_in' => 'בחירת ה-:attribute אינה תקפה.',
- 'not_regex' => 'הפורמט של :attribute איננו חוקי.',
- 'numeric' => 'שדה :attribute חייב להיות מספר.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'שדה :attribute חייב להיות קיים.',
- 'prohibited' => 'שדה :attribute אסור.',
- 'prohibited_if' => 'שדה :attribute אסור כאשר :other הוא :value.',
- 'prohibited_unless' => 'שדה :attribute אסור אלא אם כן :other הוא :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'שדה :attribute בעל פורמט שאינו תקין.',
- 'relatable' => 'זה :attribute לא יכול להיות קשור עם משאב זה.',
- 'required' => 'שדה :attribute הוא חובה.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'שדה :attribute נחוץ כאשר :other הוא :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'שדה :attribute נחוץ אלא אם כן :other הוא בין :values.',
- 'required_with' => 'שדה :attribute נחוץ כאשר :values נמצא.',
- 'required_with_all' => 'שדה :attribute נחוץ כאשר :values נמצא.',
- 'required_without' => 'שדה :attribute נחוץ כאשר :values לא בנמצא.',
- 'required_without_all' => 'שדה :attribute נחוץ כאשר אף אחד מ-:values נמצאים.',
- 'same' => 'שדה :attribute ו-:other חייבים להיות זהים.',
- 'size' => [
- 'array' => 'שדה :attribute חייב להכיל :size פריטים.',
- 'file' => 'שדה :attribute חייב להיות :size קילובייטים.',
- 'numeric' => 'שדה :attribute חייב להיות :size.',
- 'string' => 'שדה :attribute חייב להיות :size תווים.',
- ],
- 'starts_with' => 'ה :attribute חייב להתחיל עם אחד מהבאים: :values',
- 'string' => 'שדה :attribute חייב להיות מחרוזת.',
- 'timezone' => 'שדה :attribute חייב להיות איזור תקני.',
- 'unique' => 'שדה :attribute כבר תפוס.',
- 'uploaded' => 'שדה :attribute ארעה שגיאה בעת ההעלאה.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'שדה :attribute בעל פורמט שאינו תקין.',
- 'uuid' => 'ה :attribute חייב להיות מזהה ייחודי אוניברסלי (UUID) חוקי.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/hi.json b/resources/lang/hi.json
deleted file mode 100644
index 9901453f..00000000
--- a/resources/lang/hi.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "निमंत्रण स्वीकार करें",
- "Add": "जोड़ें",
- "Add a new team member to your team, allowing them to collaborate with you.": "अपनी टीम में एक नया टीम सदस्य जोड़ें, जिससे वे आपके साथ सहयोग कर सकें ।",
- "Add additional security to your account using two factor authentication.": "दो कारक प्रमाणीकरण का उपयोग करके अपने खाते में अतिरिक्त सुरक्षा जोड़ें ।",
- "Add Team Member": "टीम के सदस्य जोड़ें",
- "Added.": "जोड़ा गया ।",
- "Administrator": "प्रशासक",
- "Administrator users can perform any action.": "व्यवस्थापक उपयोगकर्ता कोई भी कार्रवाई कर सकते हैं ।",
- "All of the people that are part of this team.": "सभी लोग जो इस टीम का हिस्सा हैं ।",
- "All rights reserved.": "सभी अधिकार सुरक्षित.",
- "Already registered?": "पहले से ही पंजीकृत?",
- "API Token": "API टोकन",
- "API Token Permissions": "API टोकन Permissions",
- "API Tokens": "एपीआई टोकन",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "एपीआई टोकन तृतीय-पक्ष सेवाओं को आपकी ओर से हमारे आवेदन के साथ प्रमाणित करने की अनुमति देते हैं ।",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "क्या आप वाकई इस टीम को हटाना चाहते हैं? एक बार जब कोई टीम हटा दी जाती है, तो उसके सभी संसाधन और डेटा स्थायी रूप से हटा दिए जाएंगे ।",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "क्या आप वाकई अपना खाता हटाना चाहते हैं? एक बार जब आपका खाता हटा दिया जाता है, तो उसके सभी संसाधन और डेटा स्थायी रूप से हटा दिए जाएंगे । कृपया यह पुष्टि करने के लिए अपना पासवर्ड दर्ज करें कि आप अपना खाता स्थायी रूप से हटाना चाहते हैं ।",
- "Are you sure you would like to delete this API token?": "क्या आप वाकई इस एपीआई टोकन को हटाना चाहते हैं?",
- "Are you sure you would like to leave this team?": "क्या आप वाकई इस टीम को छोड़ना चाहेंगे?",
- "Are you sure you would like to remove this person from the team?": "क्या आप वाकई इस व्यक्ति को टीम से हटाना चाहेंगे?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "ब्राउज़र सत्र",
- "Cancel": "रद्द करें",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "बंद करें",
- "Code": "कोड",
- "Confirm": "पुष्टि करें",
- "Confirm Password": "पासवर्ड की पुष्टि करें",
- "Create": "बनाएँ",
- "Create a new team to collaborate with others on projects.": "परियोजनाओं पर दूसरों के साथ सहयोग करने के लिए एक नई टीम बनाएं ।",
- "Create Account": "खाता बनाएँ",
- "Create API Token": "एपीआई टोकन बनाएँ",
- "Create New Team": "नई टीम बनाएं",
- "Create Team": "टीम बनाएं",
- "Created.": "बनाया गया ।",
- "Current Password": "वर्तमान पासवर्ड",
- "Dashboard": "डैशबोर्ड",
- "Delete": "हटाएं",
- "Delete Account": "खाता हटाएं",
- "Delete API Token": "एपीआई टोकन हटाएं",
- "Delete Team": "टीम हटाएं",
- "Disable": "अक्षम करें",
- "Done.": "हो गया।.",
- "Edit Profile": "Edit Profile",
- "Editor": "संपादक",
- "Editor users have the ability to read, create, and update.": "संपादक उपयोगकर्ताओं को पढ़ने, बनाने और अद्यतन करने की क्षमता है ।",
- "Email": "ईमेल",
- "Email Address": "ईमेल पता",
- "Email Password Reset Link": "ईमेल पासवर्ड रीसेट लिंक",
- "Enable": "सक्षम करें",
- "Ensure your account is using a long, random password to stay secure.": "सुनिश्चित करें कि आपका खाता सुरक्षित रहने के लिए एक लंबे, यादृच्छिक पासवर्ड का उपयोग कर रहा है ।",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "अपनी सुरक्षा के लिए, कृपया जारी रखने के लिए अपने पासवर्ड की पुष्टि करें ।",
- "Forbidden": "मना किया",
- "Forgot your password?": "अपना पासवर्ड भूल गए?",
- "Forgot Your Password?": "अपना पासवर्ड भूल गए?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "अपना पासवर्ड भूल गए? कोई बात नहीं । बस हमें अपना ईमेल पता बताएं और हम आपको एक पासवर्ड रीसेट लिंक ईमेल करेंगे जो आपको एक नया चुनने की अनुमति देगा ।",
- "Go to page :page": "पेज :page पर जाएं",
- "Great! You have accepted the invitation to join the :team team.": "बढ़िया! आपने :team टीम में शामिल होने का निमंत्रण स्वीकार कर लिया है ।",
- "Hello!": "नमस्कार!",
- "I agree to the :terms_of_service and :privacy_policy": "मैं :terms___ सेवा और :privacy_ नीति से सहमत हूं",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "यदि आवश्यक हो, तो आप अपने सभी उपकरणों में अपने अन्य ब्राउज़र सत्रों से लॉग आउट कर सकते हैं । आपके हाल के कुछ सत्र नीचे सूचीबद्ध हैं; हालाँकि, यह सूची संपूर्ण नहीं हो सकती है । यदि आपको लगता है कि आपके खाते से छेड़छाड़ की गई है, तो आपको अपना पासवर्ड भी अपडेट करना चाहिए ।",
- "If you already have an account, you may accept this invitation by clicking the button below:": "यदि आपके पास पहले से कोई खाता है, तो आप नीचे दिए गए बटन पर क्लिक करके इस निमंत्रण को स्वीकार कर सकते हैं:",
- "If you did not create an account, no further action is required.": "यदि आपने खाता नहीं बनाया है, तो आगे की कार्रवाई की आवश्यकता नहीं है ।",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "यदि आपको इस टीम को निमंत्रण मिलने की उम्मीद नहीं थी, तो आप इस ईमेल को छोड़ सकते हैं ।",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "यदि आपने पासवर्ड रीसेट का अनुरोध नहीं किया है, तो आगे की कार्रवाई की आवश्यकता नहीं है ।",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "यदि आपके पास खाता नहीं है, तो आप नीचे दिए गए बटन पर क्लिक करके एक बना सकते हैं । खाता बनाने के बाद, आप टीम आमंत्रण स्वीकार करने के लिए इस ईमेल में आमंत्रण स्वीकृति बटन पर क्लिक कर सकते हैं:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "यदि आपको \":actionText\" बटन पर क्लिक करने में परेशानी हो रही है, तो नीचे दिए गए यूआरएल को कॉपी और पेस्ट करें\nअपने वेब ब्राउज़र में:",
- "Last active": "अंतिम सक्रिय",
- "Last used": "अंतिम बार इस्तेमाल किया",
- "Leave": "छोड़ो",
- "Leave Team": "टीम छोड़ दो",
- "Log in": "लॉग इन करें",
- "Log Out": "लॉग आउट करें",
- "Log Out Other Browser Sessions": "अन्य ब्राउज़र सत्र लॉग आउट करें",
- "Login": "लॉगिन करें",
- "Logout": "लॉगआउट",
- "Manage Account": "खाता प्रबंधित करें",
- "Manage and log out your active sessions on other browsers and devices.": "अन्य ब्राउज़रों और उपकरणों पर अपने सक्रिय सत्र प्रबंधित करें और लॉग आउट करें ।",
- "Manage API Tokens": "प्रबंधन API टोकन",
- "Manage Role": "भूमिका प्रबंधित करें",
- "Manage Team": "टीम का प्रबंधन",
- "Name": "नाम",
- "New Password": "नया पासवर्ड",
- "Not Found": "नहीं मिला",
- "of": "की",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "एक बार जब कोई टीम हटा दी जाती है, तो उसके सभी संसाधन और डेटा स्थायी रूप से हटा दिए जाएंगे । इस टीम को हटाने से पहले, कृपया इस टीम के बारे में कोई भी डेटा या जानकारी डाउनलोड करें जिसे आप बनाए रखना चाहते हैं ।",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "एक बार जब आपका खाता हटा दिया जाता है, तो उसके सभी संसाधन और डेटा स्थायी रूप से हटा दिए जाएंगे । अपना खाता हटाने से पहले, कृपया कोई भी डेटा या जानकारी डाउनलोड करें जिसे आप बनाए रखना चाहते हैं ।",
- "Page Expired": "पृष्ठ समाप्त हो गया",
- "Pagination Navigation": "पृष्ठ पर अंक लगाना नेविगेशन",
- "Password": "पासवर्ड",
- "Pending Team Invitations": "लंबित टीम निमंत्रण",
- "Permanently delete this team.": "इस टीम को स्थायी रूप से हटा दें ।",
- "Permanently delete your account.": "अपने खाते को स्थायी रूप से हटा दें ।",
- "Permissions": "अनुमतियां",
- "Photo": "फोटो",
- "Please click the button below to verify your email address.": "कृपया अपना ईमेल पता सत्यापित करने के लिए नीचे दिए गए बटन पर क्लिक करें ।",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "कृपया अपने आपातकालीन पुनर्प्राप्ति कोड में से एक दर्ज करके अपने खाते तक पहुंच की पुष्टि करें ।",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "कृपया अपने प्रमाणक एप्लिकेशन द्वारा प्रदान किए गए प्रमाणीकरण कोड को दर्ज करके अपने खाते तक पहुंच की पुष्टि करें ।",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "कृपया अपना नया एपीआई टोकन कॉपी करें । आपकी सुरक्षा के लिए, इसे फिर से नहीं दिखाया जाएगा ।",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "कृपया यह पुष्टि करने के लिए अपना पासवर्ड दर्ज करें कि आप अपने सभी उपकरणों में अपने अन्य ब्राउज़र सत्रों से लॉग आउट करना चाहते हैं ।",
- "Please provide the email address of the person you would like to add to this team.": "कृपया उस व्यक्ति का ईमेल पता प्रदान करें जिसे आप इस टीम में जोड़ना चाहते हैं ।",
- "Privacy Policy": "गोपनीयता नीति",
- "Profile": "प्रोफ़ाइल",
- "Profile Information": "प्रोफ़ाइल जानकारी",
- "Recovery Code": "रिकवरी कोड",
- "Regards": "सादर",
- "Regenerate Recovery Codes": "पुन: उत्पन्न वसूली कोड",
- "Register": "रजिस्टर करें",
- "Remember me": "मुझे याद करो",
- "Remember Me": "मुझे याद करो",
- "Remove": "निकालें",
- "Remove Photo": "फोटो निकालें",
- "Remove Team Member": "टीम के सदस्य निकालें",
- "Resend Verification Email": "सत्यापन ईमेल पुनः भेजें",
- "Reset Password": "पासवर्ड रीसेट करें",
- "Reset Password Notification": "पासवर्ड अधिसूचना रीसेट करें",
- "results": "परिणाम",
- "Role": "भूमिका",
- "Save": "सहेजें",
- "Saved.": "बचाया।",
- "Select A New Photo": "एक नई तस्वीर का चयन करें",
- "Send Password Reset Link": "पासवर्ड रीसेट लिंक भेजें",
- "Server Error": "सर्वर त्रुटि",
- "Service Unavailable": "सेवा अनुपलब्ध",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "रिकवरी कोड दिखाएं",
- "Showing": "दिखा रहा है",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "इन पुनर्प्राप्ति कोड को एक सुरक्षित पासवर्ड प्रबंधक में संग्रहीत करें । यदि आपका टू फैक्टर ऑथेंटिकेशन डिवाइस खो गया है तो उनका उपयोग आपके खाते तक पहुंच को पुनर्प्राप्त करने के लिए किया जा सकता है ।",
- "Switch Teams": "स्विच टीमें",
- "Team Details": "टीम विवरण",
- "Team Invitation": "टीम निमंत्रण",
- "Team Members": "टीम के सदस्य",
- "Team Name": "टीम का नाम",
- "Team Owner": "टीम के मालिक",
- "Team Settings": "टीम सेटिंग्स",
- "Terms of Service": "सेवा की शर्तें",
- "The :attribute must be a valid role.": ":Attribute एक वैध भूमिका होनी चाहिए ।",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute में कम से कम :length वर्ण होने चाहिए और इसमें कम से कम एक संख्या होनी चाहिए ।",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute में कम से कम :length वर्ण होने चाहिए और इसमें कम से कम एक विशेष वर्ण और एक संख्या होनी चाहिए ।",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute में कम से कम :length वर्ण होने चाहिए और इसमें कम से कम एक विशेष वर्ण होना चाहिए ।",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute कम से कम :length वर्ण होना चाहिए और इसमें कम से कम एक अपरकेस वर्ण और एक संख्या होनी चाहिए ।",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute कम से कम :length वर्ण होना चाहिए और इसमें कम से कम एक अपरकेस वर्ण और एक विशेष वर्ण होना चाहिए ।",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute में कम से कम :length वर्ण होने चाहिए और इसमें कम से कम एक अपरकेस वर्ण, एक संख्या और एक विशेष वर्ण होना चाहिए ।",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute कम से कम :length वर्ण होना चाहिए और इसमें कम से कम एक अपरकेस वर्ण होना चाहिए ।",
- "The :attribute must be at least :length characters.": ":Attribute कम से कम :length वर्ण होना चाहिए ।",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "प्रदान किया गया पासवर्ड आपके वर्तमान पासवर्ड से मेल नहीं खाता है ।",
- "The provided password was incorrect.": "प्रदान किया गया पासवर्ड गलत था ।",
- "The provided two factor authentication code was invalid.": "प्रदान किए गए दो कारक प्रमाणीकरण कोड अमान्य था ।",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "टीम का नाम और मालिक जानकारी.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "इन लोगों को आपकी टीम में आमंत्रित किया गया है और एक निमंत्रण ईमेल भेजा गया है । वे ईमेल आमंत्रण स्वीकार करके टीम में शामिल हो सकते हैं ।",
- "This device": "यह डिवाइस",
- "This is a secure area of the application. Please confirm your password before continuing.": "यह आवेदन का एक सुरक्षित क्षेत्र है । जारी रखने से पहले अपने पासवर्ड की पुष्टि करें ।",
- "This password does not match our records.": "यह पासवर्ड हमारे रिकॉर्ड से मेल नहीं खाता ।",
- "This password reset link will expire in :count minutes.": "यह पासवर्ड रीसेट लिंक :count मिनट में समाप्त हो जाएगा ।",
- "This user already belongs to the team.": "यह उपयोगकर्ता पहले से ही टीम का है ।",
- "This user has already been invited to the team.": "इस उपयोगकर्ता को पहले ही टीम में आमंत्रित किया जा चुका है ।",
- "to": "को",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "टॉगल नेविगेशन",
- "Token Name": "टोकन नाम",
- "Too Many Requests": "बहुत सारे अनुरोध",
- "Two Factor Authentication": "दो कारक प्रमाणीकरण",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "अनधिकृत",
- "Unknown": "Unknown",
- "Update Password": "पासवर्ड अपडेट करें",
- "Update your account's profile information and email address.": "अपने खाते की प्रोफ़ाइल जानकारी और ईमेल पता अपडेट करें ।",
- "Use a recovery code": "पुनर्प्राप्ति कोड का उपयोग करें",
- "Use an authentication code": "प्रमाणीकरण कोड का उपयोग करें",
- "Verify Email Address": "ईमेल पता सत्यापित करें",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "हम इस ईमेल पते के साथ एक पंजीकृत उपयोगकर्ता को खोजने में असमर्थ थे ।",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "जब दो कारक प्रमाणीकरण सक्षम होता है, तो आपको प्रमाणीकरण के दौरान एक सुरक्षित, यादृच्छिक टोकन के लिए संकेत दिया जाएगा । आप अपने फोन के गूगल प्रमाणक आवेदन से इस टोकन पुनः प्राप्त कर सकते हैं.",
- "Whoops!": "ओह!",
- "Whoops! Something went wrong.": "ओह! कुछ गलत हो गया ।",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "आपको यह ईमेल प्राप्त हो रहा है क्योंकि हमें आपके खाते के लिए पासवर्ड रीसेट अनुरोध प्राप्त हुआ है ।",
- "You have been invited to join the :team team!": "आपको :team टीम में शामिल होने के लिए आमंत्रित किया गया है!",
- "You have enabled two factor authentication.": "आपने दो कारक प्रमाणीकरण सक्षम किया है ।",
- "You have not enabled two factor authentication.": "आपने दो कारक प्रमाणीकरण सक्षम नहीं किया है ।",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "यदि आप अब आवश्यक नहीं हैं तो आप अपने किसी भी मौजूदा टोकन को हटा सकते हैं ।",
- "You may not delete your personal team.": "आप अपनी व्यक्तिगत टीम को हटा नहीं सकते हैं ।",
- "You may not leave a team that you created.": "आप अपने द्वारा बनाई गई टीम को नहीं छोड़ सकते हैं ।",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/hi/auth.php b/resources/lang/hi/auth.php
deleted file mode 100644
index befb8631..00000000
--- a/resources/lang/hi/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'ये साख हमारे रिकॉर्ड से मेल नहीं खा रहे हैं ।',
- 'password' => 'पासवर्ड गलत है ।',
- 'throttle' => 'बहुत सारे लॉगिन प्रयास। :seconds सेकंड में फिर से कोशिश करें ।',
-];
diff --git a/resources/lang/hi/http-statuses.php b/resources/lang/hi/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/hi/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/hi/pagination.php b/resources/lang/hi/pagination.php
deleted file mode 100644
index 09da72f9..00000000
--- a/resources/lang/hi/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'अगला »',
- 'previous' => '« पिछला',
-];
diff --git a/resources/lang/hi/passwords.php b/resources/lang/hi/passwords.php
deleted file mode 100644
index af2a210d..00000000
--- a/resources/lang/hi/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'आपका पासवर्ड रीसेट कर दिया गया है ।',
- 'sent' => 'हमने आपको एक पासवर्ड रीसेट लिंक ई-मेल किया है ।',
- 'throttled' => 'कृपया पुन: प्रयास करने से पहले प्रतीक्षा करें ।',
- 'token' => 'यह पासवर्ड रीसेट टोकन अमान्य है ।',
- 'user' => 'हमें उस ई-मेल पते के साथ एक उपयोगकर्ता नहीं मिल सकता है ।',
-];
diff --git a/resources/lang/hi/validation.php b/resources/lang/hi/validation.php
deleted file mode 100644
index e08897a7..00000000
--- a/resources/lang/hi/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute को स्वीकार किया जाना चाहिए ।',
- 'accepted_if' => ':Attribute को ज़रूर स्वीकार किया जाना चाहिए जब :other :value हो ।',
- 'active_url' => ':Attribute एक मान्य URL नहीं है ।',
- 'after' => ':Attribute, :date के बाद की एक तारीख होनी चाहिए ।',
- 'after_or_equal' => ':Attribute, :date के बाद या उसके बराबर की तारीख होनी चाहिए ।',
- 'alpha' => ':Attribute में केवल अक्षर हो सकते हैं ।',
- 'alpha_dash' => ':Attribute में केवल अक्षर, संख्या, और डैश हो सकते हैं ।',
- 'alpha_num' => ':Attribute में केवल अक्षर और संख्याएं हो सकती हैं ।',
- 'array' => ':Attribute एक सरणी होनी चाहिए ।',
- 'attached' => 'यह :attribute पहले से ही संलग्न है ।',
- 'before' => ':Attribute, :date से पहले की एक तारीख होनी चाहिए ।',
- 'before_or_equal' => ':Attribute, :date इससे पहले या उसके बराबर की तारीख होनी चाहिए ।',
- 'between' => [
- 'array' => ':Attribute, :min और :max आइटमों के बीच होनी चाहिए ।',
- 'file' => ':Attribute, :min और :max किलोबाइट के बीच होना चाहिए ।',
- 'numeric' => ':Attribute, :min और :max के बीच होना चाहिए ।',
- 'string' => ':Attribute, :min और :max वर्णों के बीच होना चाहिए ।',
- ],
- 'boolean' => ':Attribute फील्ड सही या गलत होना चाहिए ।',
- 'confirmed' => ':Attribute पुष्टिकरण मेल नहीं खा रहा है।',
- 'current_password' => 'पासवर्ड गलत है ।',
- 'date' => ':Attribute एक मान्य दिनांक नहीं है।',
- 'date_equals' => ':Attribute, :date के बराबर तारीख होनी चाहिए ।',
- 'date_format' => ':Attribute फॉर्मेट :format से मेल नहीं खा रहा है ।',
- 'declined' => ':Attribute को ज़रूर अस्वीकार किया जाना चाहिए ।',
- 'declined_if' => ':Attribute को ज़रूर अस्वीकार किया जाना चाहिए जब :other :value हो ।',
- 'different' => ':Attribute और :other अलग होना चाहिए ।',
- 'digits' => ':Attribute, :digits अंक होना चाहिए ।',
- 'digits_between' => ':Attribute, :min और :max अंकों के बीच होना चाहिए ।',
- 'dimensions' => ':Attribute का अमान्य चित्त माप है ।',
- 'distinct' => ':Attribute फील्ड का एक डुप्लिकेट मान होता है ।',
- 'doesnt_end_with' => ':Attribute निम्नलिखित में से किसी एक के साथ समाप्त नहीं हो सकता है: :values ।',
- 'doesnt_start_with' => ':Attribute निम्नलिखित में से किसी एक के साथ शुरू नहीं हो सकता है: :values ।',
- 'email' => ':Attribute एक मान्य ईमेल पता होना चाहिए ।',
- 'ends_with' => ':Attribute को निम्नलिखित में से एक के साथ समाप्त होना चाहिए: :values ।',
- 'enum' => 'चयनित :attribute अमान्य है ।',
- 'exists' => 'चुना गया :attribute अमान्य है ।',
- 'file' => ':Attribute एक फ़ाइल होनी चाहिए ।',
- 'filled' => ':Attribute फील्ड आवश्यक होता है ।',
- 'gt' => [
- 'array' => ':Attribute, :value मद से अधिक होना चाहिए ।',
- 'file' => ':Attribute, :value kilobytes से अधिक होना चाहिए ।',
- 'numeric' => ':Attribute, :value से अधिक होना चाहिए ।',
- 'string' => ':Attribute, :value characters से अधिक होना चाहिए ।',
- ],
- 'gte' => [
- 'array' => ':Attribute में :value आइटम या अधिक होना चाहिए ।',
- 'file' => 'The :attribute must be greater than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be greater than or equal :value.',
- 'string' => 'The :attribute must be greater than or equal :value characters.',
- ],
- 'image' => ':Attribute एक छवि होनी चाहिए ।',
- 'in' => 'चुना गया :attribute अमान्य है ।',
- 'in_array' => ':Attribute फील्ड, :other में मौजूद नहीं है ।',
- 'integer' => ':Attribute एक पूर्णांक होना चाहिए ।',
- 'ip' => ':Attribute एक मान्य IP address होना चाहिए ।',
- 'ipv4' => ':Attribute एक वैध IPv4 address होना चाहिए ।',
- 'ipv6' => ':Attribute एक वैध IPv6 address होना चाहिए ।',
- 'json' => ':Attribute एक मान्य JSON स्ट्रिंग होना चाहिए ।',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute में :value आइटम से कम होना चाहिए ।',
- 'file' => ':Attribute :value किलोबाइट से कम होनी चाहिए ।',
- 'numeric' => ':Attribute :value से कम होनी चाहिए ।',
- 'string' => ':Attribute :value अक्षरों से कम होना चाहिए ।',
- ],
- 'lte' => [
- 'array' => ':Attribute :value आइटम से अधिक नहीं होना चाहिए ।',
- 'file' => 'The :attribute must be less than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be less than or equal :value.',
- 'string' => 'The :attribute must be less than or equal :value characters.',
- ],
- 'mac_address' => ':Attribute एक मान्य MAC address होना चाहिए ।',
- 'max' => [
- 'array' => ':Attribute, :max आइटमों से अधिक नहीं हो सकता है ।',
- 'file' => ':Attribute :max किलोबाइट से बड़ा नहीं हो सकता है ।',
- 'numeric' => ':Attribute, :max से बड़ा नहीं हो सकता है ।',
- 'string' => ':Attribute, :max वर्णों से बड़ा नहीं हो सकता है ।',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute एक प्रकार की फ़ाइल: :values होना चाहिए ।',
- 'mimetypes' => ':Attribute एक प्रकार की फ़ाइल: :values होना चाहिए ।',
- 'min' => [
- 'array' => ':Attribute कम से कम :min आइटम होना चाहिए ।',
- 'file' => ':Attribute कम से कम :min किलोबाइट होना चाहिए ।',
- 'numeric' => ':Attribute कम से कम :min होना चाहिए ।',
- 'string' => ':Attribute कम से कम :min वर्ण होना चाहिए ।',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute :value का एक बहु होना चाहिए ।',
- 'not_in' => 'चुना गया :attribute अमान्य है ।',
- 'not_regex' => ':Attribute प्रारूप अमान्य है ।',
- 'numeric' => ':Attribute एक संख्या होनी चाहिए ।',
- 'password' => [
- 'letters' => ':Attribute में कम से कम एक अक्षर होना चाहिए ।',
- 'mixed' => ':Attribute में कम से कम एक बड़ा और एक छोटा अक्षर होना चाहिए ।',
- 'numbers' => ':Attribute में कम से कम एक नंबर होना चाहिए ।',
- 'symbols' => ':Attribute में कम से कम एक चिन्ह अक्षर होना चाहिए ।',
- 'uncompromised' => 'दिया गया :attribute डेटा लीक में दिखाई दिया हैं। कृपया अलग :attribute चुनें ।',
- ],
- 'present' => ':Attribute फील्ड मौजूद होना चाहिए ।',
- 'prohibited' => ':Attribute क्षेत्र निषिद्ध है ।',
- 'prohibited_if' => ':Attribute क्षेत्र निषिद्ध है जब :other :value है ।',
- 'prohibited_unless' => ':Attribute क्षेत्र तब तक निषिद्ध है जब तक कि :other :values में न हो ।',
- 'prohibits' => ':Attribute फ़ील्ड :other को उपस्थित होने से प्रतिबंधित करती है ।',
- 'regex' => ':Attribute फॉर्मेट अमान्य है ।',
- 'relatable' => 'यह :attribute इस संसाधन से संबद्ध नहीं हो सकता है ।',
- 'required' => ':Attribute फील्ड आवश्यक होता है ।',
- 'required_array_keys' => ':Attribute फील्ड में :values के लिए एन्ट्रीज़ होना जरुरी हैं ।',
- 'required_if' => ':Attribute फ़ील्ड आवश्यक होता है जब :other :value होता है ।',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Attribute फील्ड आवश्यक होता है जब :other, :values में नहीं होता है ।',
- 'required_with' => ':Attribute फ़ील्ड आवश्यक होता है जब :values मौजूद होता है ।',
- 'required_with_all' => ':Attribute फ़ील्ड आवश्यक होता है जब :values मौजूद होता है ।',
- 'required_without' => ':Attribute फील्ड आवश्यक होता है जब :values मौजूद नहीं होता है ।',
- 'required_without_all' => ':Attribute फील्ड आवश्यक होता है जब एक भी :values मौजूद नहीं होता है ।',
- 'same' => ':Attribute और :other मेल खाना चाहिए ।',
- 'size' => [
- 'array' => ':Attribute में :size आइटम होने चाहिए ।',
- 'file' => ':Attribute, :size किलोबाइट होना चाहिए ।',
- 'numeric' => ':Attribute, :size होना चाहिए ।',
- 'string' => ':Attribute, :size वर्ण होना चाहिए ।',
- ],
- 'starts_with' => ':Attribute निम्नलिखित में से किसी एक से शुरू करना चाहिए: :values',
- 'string' => ':Attribute एक स्ट्रिंग होनी चाहिए ।',
- 'timezone' => ':Attribute एक मान्य क्षेत्र होना चाहिए ।',
- 'unique' => ':Attribute को पहले ही ले लिया गया है ।',
- 'uploaded' => ':Attribute अपलोड करने में विफल ।',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute फॉर्मेट अमान्य है ।',
- 'uuid' => ':Attribute एक वैध UUID होना चाहिए ।',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'छवि',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'छवि के नीचे परिणाम पाठ',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'लघु पाठ',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'टेस्ट का विवरण',
- 'test_locale' => 'भाषा',
- 'test_name' => 'टेस्ट का नाम',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/hu.json b/resources/lang/hu.json
deleted file mode 100644
index f30eb854..00000000
--- a/resources/lang/hu.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Meghívó Elfogadása",
- "Add": "Hozzáadás",
- "Add a new team member to your team, allowing them to collaborate with you.": "Adjon hozzá egy új csapattagot a csapatához, lehetővé téve számukra, hogy együttműködjenek veled.",
- "Add additional security to your account using two factor authentication.": "Adjon hozzá további biztonságot fiókjához kéttényezős hitelesítéssel.",
- "Add Team Member": "Csapat Tag Hozzáadása",
- "Added.": "Tette hozzá.",
- "Administrator": "Adminisztrátor",
- "Administrator users can perform any action.": "A rendszergazdai felhasználók bármilyen műveletet végrehajthatnak.",
- "All of the people that are part of this team.": "Mindenki, aki a csapat tagja.",
- "All rights reserved.": "Minden jog fenntartva.",
- "Already registered?": "Már regisztrált?",
- "API Token": "API Token",
- "API Token Permissions": "API Token engedélyek",
- "API Tokens": "API tokenek",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "Az API tokenek lehetővé teszik a harmadik féltől származó szolgáltatások hitelesítését az alkalmazásunkkal az Ön nevében.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Biztos, hogy törölni akarja ezt a csapatot? A csapat törlése után minden erőforrása és adata véglegesen törlésre kerül.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Biztos benne, hogy törölni szeretné fiókját? A fiók törlése után minden erőforrása és adata véglegesen törlődik. Kérjük, adja meg jelszavát annak megerősítéséhez, hogy véglegesen törölni szeretné fiókját.",
- "Are you sure you would like to delete this API token?": "Biztos benne, hogy törölni szeretné ezt az API tokent?",
- "Are you sure you would like to leave this team?": "Biztos, hogy el akarja hagyni ezt a csapatot?",
- "Are you sure you would like to remove this person from the team?": "Biztos benne, hogy el akarja távolítani ezt a személyt a csapatból?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Böngésző Munkamenetek",
- "Cancel": "Mégsem",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Bezárás",
- "Code": "Kód",
- "Confirm": "Megerősítés",
- "Confirm Password": "Jelszó megerősítése",
- "Create": "Létrehozás",
- "Create a new team to collaborate with others on projects.": "Hozzon létre egy új csapatot, hogy együttműködjön másokkal a projektekben.",
- "Create Account": "Fiók Létrehozása",
- "Create API Token": "API Token létrehozása",
- "Create New Team": "Új Csapat Létrehozása",
- "Create Team": "Csapat Létrehozása",
- "Created.": "Létrehozva.",
- "Current Password": "Aktuális Jelszó",
- "Dashboard": "Műszerfal",
- "Delete": "Törlés",
- "Delete Account": "Fiók Törlése",
- "Delete API Token": "API Token törlése",
- "Delete Team": "Csapat Törlése",
- "Disable": "Letiltás",
- "Done.": "Kész.",
- "Edit Profile": "Edit Profile",
- "Editor": "Szerkesztő",
- "Editor users have the ability to read, create, and update.": "A szerkesztő felhasználók képesek olvasni, létrehozni és frissíteni.",
- "Email": "E-mail",
- "Email Address": "E-Mail Cím",
- "Email Password Reset Link": "E-Mail Jelszó Visszaállítása Link",
- "Enable": "Engedélyezés",
- "Ensure your account is using a long, random password to stay secure.": "Győződjön meg róla, hogy fiókja hosszú, véletlenszerű jelszót használ a biztonság érdekében.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "A biztonság érdekében kérjük, erősítse meg jelszavát a folytatáshoz.",
- "Forbidden": "Tiltott",
- "Forgot your password?": "Elfelejtette a jelszavát?",
- "Forgot Your Password?": "Elfelejtett jelszó?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Elfelejtette a jelszavát? Semmi baj. Csak tudassa velünk az e-mail címét, majd e-mailben egy jelszó-visszaállítási linket, amely lehetővé teszi, hogy válasszon egy újat.",
- "Go to page :page": "Ugrás a :page. oldalra",
- "Great! You have accepted the invitation to join the :team team.": "Zseniális! Elfogadta a meghívást, hogy csatlakozzon a :team-as csapathoz.",
- "Hello!": "Helló!",
- "I agree to the :terms_of_service and :privacy_policy": "Elfogadom a :terms_of_service and :privacy_policy - t",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Ha szükséges, akkor jelentkezzen ki az összes többi böngésző ülés az összes eszköz. Néhány legutóbbi ülés alább felsorolt; azonban, ez a lista nem lehet kimerítő. Ha úgy érzi, hogy fiókja veszélybe került, frissítenie kell a jelszavát is.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Ha már rendelkezik fiókkal, az alábbi gombra kattintva elfogadhatja ezt a meghívást:",
- "If you did not create an account, no further action is required.": "Ha nem Ön hozta létre ezt a fiókot, akkor nincs további teendője.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Ha nem számított arra, hogy meghívást kap a csapathoz, akkor eldobhatja ezt az e-mailt.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Ha nem kezdeményzett jelszó helyreállítást, nincs további teendője.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ha nincs fiókja, létrehozhat egyet az alábbi gombra kattintva. Fiók létrehozása után az e-mailben található meghívó Elfogadás gombra kattintva elfogadhatja a csapat meghívását:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Ha problémákba ütközik a \":actionText\" gombra kattintáskor, másolja be az allábi hivatkozást\na böngészőjébe:",
- "Last active": "Utolsó aktív",
- "Last used": "Utoljára használt",
- "Leave": "Hagyja",
- "Leave Team": "Hagyja Csapat",
- "Log in": "Bejelentkezés",
- "Log Out": "Kijelentkezés",
- "Log Out Other Browser Sessions": "Jelentkezzen Ki A Többi Böngésző Munkamenetből",
- "Login": "Bejelentkezés",
- "Logout": "Kijelentkezés",
- "Manage Account": "Fiók Kezelése",
- "Manage and log out your active sessions on other browsers and devices.": "Az aktív munkamenetek kezelése és kijelentkezése más böngészőkön és eszközökön.",
- "Manage API Tokens": "API tokenek kezelése",
- "Manage Role": "Szerep Kezelése",
- "Manage Team": "Csapat Kezelése",
- "Name": "Név",
- "New Password": "Új Jelszó",
- "Not Found": "Nem található",
- "of": "a",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "A csapat törlése után minden erőforrása és adata véglegesen törlésre kerül. A csapat törlése előtt kérjük, töltsön le minden adatot vagy információt erről a csapatról, amelyet meg kíván őrizni.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "A fiók törlése után minden erőforrása és adata véglegesen törlődik. A fiók törlése előtt kérjük, töltsön le minden olyan adatot vagy információt, amelyet meg kíván őrizni.",
- "Page Expired": "Lejárt oldal",
- "Pagination Navigation": "Oldalszámozás Navigáció",
- "Password": "Jelszó",
- "Pending Team Invitations": "Függőben Lévő Csapatmeghívások",
- "Permanently delete this team.": "Véglegesen törölje ezt a csapatot.",
- "Permanently delete your account.": "Véglegesen törölje fiókját.",
- "Permissions": "Engedélyek",
- "Photo": "Fotó",
- "Please click the button below to verify your email address.": "Kérjük kattintson az alábbi gombra az e-mail címe megerősítéséhez.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Kérjük, erősítse meg a fiókhoz való hozzáférést az egyik vészhelyzeti helyreállítási kód megadásával.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Kérjük, erősítse meg a fiókhoz való hozzáférést a hitelesítő alkalmazás által biztosított hitelesítési kód megadásával.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Kérjük, másolja az új API token. A biztonság kedvéért nem jelenik meg újra.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Kérjük, adja meg a jelszavát annak megerősítéséhez, hogy ki szeretne jelentkezni a többi böngészőből az összes eszközön.",
- "Please provide the email address of the person you would like to add to this team.": "Kérjük, adja meg annak a személynek az e-mail címét, akit hozzá szeretne adni ehhez a csapathoz.",
- "Privacy Policy": "Adatvédelmi Irányelvek",
- "Profile": "Profil",
- "Profile Information": "Adatlap Információk",
- "Recovery Code": "Helyreállítási Kód",
- "Regards": "Üdvözlettel",
- "Regenerate Recovery Codes": "Regenerálja A Helyreállítási Kódokat",
- "Register": "Regisztráció",
- "Remember me": "Emlékezz rám",
- "Remember Me": "Emlékezzen rám",
- "Remove": "Eltávolítás",
- "Remove Photo": "Fotó Eltávolítása",
- "Remove Team Member": "Csapat Tag Eltávolítása",
- "Resend Verification Email": "Ellenőrző E-Mail Újraküldése",
- "Reset Password": "Jelszó helyreállítás",
- "Reset Password Notification": "Jelszó helyreállítás emlékeztető",
- "results": "eredmények",
- "Role": "Szerep",
- "Save": "Mentés",
- "Saved.": "Megmentve.",
- "Select A New Photo": "Válasszon Ki Egy Új Fényképet",
- "Send Password Reset Link": "Jelszó helyreállító hivatkozás küldése",
- "Server Error": "Szerver hiba",
- "Service Unavailable": "Szolgáltatás nem elérhető",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Helyreállítási Kódok Megjelenítése",
- "Showing": "Bemutató",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Tárolja ezeket a helyreállítási kódokat egy biztonságos jelszókezelőben. Felhasználhatók a fiókhoz való hozzáférés helyreállítására, ha a kéttényezős hitelesítési eszköz elveszik.",
- "Switch Teams": "Switch Csapatok",
- "Team Details": "Csapat Adatai",
- "Team Invitation": "Csapat Meghívó",
- "Team Members": "A Csapat Tagjai",
- "Team Name": "Csapat Neve",
- "Team Owner": "Csapat Tulajdonosa",
- "Team Settings": "Csapat Beállítások",
- "Terms of Service": "Szolgáltatási feltételek",
- "The :attribute must be a valid role.": "A :attribute-nek érvényes szerepnek kell lennie.",
- "The :attribute must be at least :length characters and contain at least one number.": "A :attribute karakternek legalább :length karakternek kell lennie, és legalább egy számot kell tartalmaznia.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "A :attribute karakternek legalább :length karakternek kell lennie, és legalább egy különleges karaktert és egy számot kell tartalmaznia.",
- "The :attribute must be at least :length characters and contain at least one special character.": "A :attribute karakternek legalább :length karakternek kell lennie, és legalább egy különleges karaktert kell tartalmaznia.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "A :attribute karakternek legalább :length karakternek kell lennie, és legalább egy nagybetűs karaktert és egy számot kell tartalmaznia.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "A :attribute karakternek legalább :length karakternek kell lennie, és legalább egy nagybetűs és egy különleges karaktert kell tartalmaznia.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "A :attribute-nek legalább :length karakternek kell lennie, és legalább egy nagybetűs karaktert, egy számot és egy különleges karaktert kell tartalmaznia.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "Az :attribute-asnak legalább :length karakternek kell lennie, és legalább egy nagybetűs karaktert kell tartalmaznia.",
- "The :attribute must be at least :length characters.": "Az :attribute-nek legalább :length karakternek kell lennie.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "A megadott jelszó nem egyezik meg az aktuális jelszóval.",
- "The provided password was incorrect.": "A megadott jelszó helytelen volt.",
- "The provided two factor authentication code was invalid.": "A megadott kéttényezős hitelesítési kód érvénytelen volt.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "A csapat neve és a tulajdonos adatai.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Ezeket az embereket meghívták a csapatába, és meghívó e-mailt küldtek nekik. Az e-mail meghívás elfogadásával csatlakozhatnak a csapathoz.",
- "This device": "Ez az eszköz",
- "This is a secure area of the application. Please confirm your password before continuing.": "Ez az alkalmazás biztonságos területe. Kérjük, erősítse meg jelszavát, mielőtt folytatná.",
- "This password does not match our records.": "Ez a jelszó nem egyezik a nyilvántartásunkkal.",
- "This password reset link will expire in :count minutes.": "Ez a jelszó helyreállító hivatkozás :count perc múlva le fog járni.",
- "This user already belongs to the team.": "Ez a felhasználó már a csapathoz tartozik.",
- "This user has already been invited to the team.": "Ezt a felhasználót már meghívták a csapatba.",
- "to": "hogy",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Navigáció be/ki",
- "Token Name": "Token Név",
- "Too Many Requests": "Túl sok lekérés",
- "Two Factor Authentication": "Két Tényezős Hitelesítés",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Jogosulatlan",
- "Unknown": "Unknown",
- "Update Password": "Jelszó Frissítése",
- "Update your account's profile information and email address.": "Frissítse fiókja profiladatait és e-mail címét.",
- "Use a recovery code": "Helyreállítási kód használata",
- "Use an authentication code": "Hitelesítési kód használata",
- "Verify Email Address": "E-mail cím megerősítése",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Nem találtunk regisztrált felhasználót ezzel az e-mail címmel.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Ha a kéttényezős hitelesítés engedélyezve van, a rendszer egy biztonságos, véletlenszerű tokent kér a hitelesítés során. Lehet letölteni ezt a tokent a telefon Google Hitelesítő alkalmazás.",
- "Whoops!": "Hoppá!",
- "Whoops! Something went wrong.": "Hoppá! Valami rosszul sült el.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Azért kapja ezt az üzenetet, mert a fiókjára jelszó helyreállítási kérés érkezett.",
- "You have been invited to join the :team team!": "Meghívtak, hogy csatlakozzon az :team csapathoz!",
- "You have enabled two factor authentication.": "Két tényező hitelesítését engedélyezte.",
- "You have not enabled two factor authentication.": "Nem engedélyezte a két tényező hitelesítését.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Törölheti a meglévő tokeneket, ha már nincs rájuk szükség.",
- "You may not delete your personal team.": "Lehet, hogy nem törli a személyes csapat.",
- "You may not leave a team that you created.": "Nem hagyhatsz el egy csapatot, amit létrehoztál.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/hu/auth.php b/resources/lang/hu/auth.php
deleted file mode 100644
index 029c0836..00000000
--- a/resources/lang/hu/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Rossz email-jelszó páros.',
- 'password' => 'A(z) :attribute jelszónak kell, hogy legyen!',
- 'throttle' => 'Túl sok próbálkozás. Kérjük próbálja újra :seconds másodperc múlva.',
-];
diff --git a/resources/lang/hu/http-statuses.php b/resources/lang/hu/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/hu/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/hu/pagination.php b/resources/lang/hu/pagination.php
deleted file mode 100644
index 89debf68..00000000
--- a/resources/lang/hu/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Következő »',
- 'previous' => '« Előző',
-];
diff --git a/resources/lang/hu/passwords.php b/resources/lang/hu/passwords.php
deleted file mode 100644
index 2acb02e3..00000000
--- a/resources/lang/hu/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Az új jelszó beállítva!',
- 'sent' => 'Jelszó-emlékeztető elküldve!',
- 'throttled' => 'Kérjük várjon, mielőtt újra megpróbálná.',
- 'token' => 'Ez az új jelszó generálásához tartozó token érvénytelen.',
- 'user' => 'Nem található felhasználó a megadott email címmel.',
-];
diff --git a/resources/lang/hu/validation.php b/resources/lang/hu/validation.php
deleted file mode 100644
index cc622900..00000000
--- a/resources/lang/hu/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'A(z) :attribute el kell legyen fogadva!',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => 'A(z) :attribute nem érvényes url!',
- 'after' => 'A(z) :attribute :date utáni dátum kell, hogy legyen!',
- 'after_or_equal' => 'A(z) :attribute nem lehet korábbi dátum, mint :date!',
- 'alpha' => 'A(z) :attribute kizárólag betűket tartalmazhat!',
- 'alpha_dash' => 'A(z) :attribute kizárólag betűket, számokat és kötőjeleket tartalmazhat!',
- 'alpha_num' => 'A(z) :attribute kizárólag betűket és számokat tartalmazhat!',
- 'array' => 'A(z) :attribute egy tömb kell, hogy legyen!',
- 'attached' => 'Ezt a :attribute-at már csatolták.',
- 'before' => 'A(z) :attribute :date előtti dátum kell, hogy legyen!',
- 'before_or_equal' => 'A(z) :attribute nem lehet későbbi dátum, mint :date!',
- 'between' => [
- 'array' => 'A(z) :attribute :min - :max közötti elemet kell, hogy tartalmazzon!',
- 'file' => 'A(z) :attribute mérete :min és :max kilobájt között kell, hogy legyen!',
- 'numeric' => 'A(z) :attribute :min és :max közötti szám kell, hogy legyen!',
- 'string' => 'A(z) :attribute hossza :min és :max karakter között kell, hogy legyen!',
- ],
- 'boolean' => 'A(z) :attribute mező csak true vagy false értéket kaphat!',
- 'confirmed' => 'A(z) :attribute nem egyezik a megerősítéssel.',
- 'current_password' => 'The password is incorrect.',
- 'date' => 'A(z) :attribute nem érvényes dátum.',
- 'date_equals' => ':Attribute meg kell egyezzen a következővel: :date.',
- 'date_format' => 'A(z) :attribute nem egyezik az alábbi dátum formátummal :format!',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'A(z) :attribute és :other értékei különbözőek kell, hogy legyenek!',
- 'digits' => 'A(z) :attribute :digits számjegyű kell, hogy legyen!',
- 'digits_between' => 'A(z) :attribute értéke :min és :max közötti számjegy lehet!',
- 'dimensions' => 'A(z) :attribute felbontása nem megfelelő.',
- 'distinct' => 'A(z) :attribute értékének egyedinek kell lennie!',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'A(z) :attribute nem érvényes email formátum.',
- 'ends_with' => 'A(z) :attribute a következővel kell végződjön: :values',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'A kiválasztott :attribute érvénytelen.',
- 'file' => 'A(z) :attribute fájl kell, hogy legyen!',
- 'filled' => 'A(z) :attribute megadása kötelező!',
- 'gt' => [
- 'array' => 'A(z) :attribute több, mint :value elemet kell, hogy tartalmazzon.',
- 'file' => 'A(z) :attribute mérete nagyobb kell, hogy legyen, mint :value kilobájt.',
- 'numeric' => 'A(z) :attribute nagyobb kell, hogy legyen, mint :value!',
- 'string' => 'A(z) :attribute hosszabb kell, hogy legyen, mint :value karakter.',
- ],
- 'gte' => [
- 'array' => 'A(z) :attribute legalább :value elemet kell, hogy tartalmazzon.',
- 'file' => 'A(z) :attribute mérete nem lehet kevesebb, mint :value kilobájt.',
- 'numeric' => 'A(z) :attribute nagyobb vagy egyenlő kell, hogy legyen, mint :value!',
- 'string' => 'A(z) :attribute hossza nem lehet kevesebb, mint :value karakter.',
- ],
- 'image' => 'A(z) :attribute képfájl kell, hogy legyen!',
- 'in' => 'A kiválasztott :attribute érvénytelen.',
- 'in_array' => 'A(z) :attribute értéke nem található a(z) :other értékek között.',
- 'integer' => 'A(z) :attribute értéke szám kell, hogy legyen!',
- 'ip' => 'A(z) :attribute érvényes IP cím kell, hogy legyen!',
- 'ipv4' => 'A(z) :attribute érvényes IPv4 cím kell, hogy legyen!',
- 'ipv6' => 'A(z) :attribute érvényes IPv6 cím kell, hogy legyen!',
- 'json' => 'A(z) :attribute érvényes JSON szöveg kell, hogy legyen!',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'A(z) :attribute kevesebb, mint :value elemet kell, hogy tartalmazzon.',
- 'file' => 'A(z) :attribute mérete kisebb kell, hogy legyen, mint :value kilobájt.',
- 'numeric' => 'A(z) :attribute kisebb kell, hogy legyen, mint :value!',
- 'string' => 'A(z) :attribute rövidebb kell, hogy legyen, mint :value karakter.',
- ],
- 'lte' => [
- 'array' => 'A(z) :attribute legfeljebb :value elemet kell, hogy tartalmazzon.',
- 'file' => 'A(z) :attribute mérete nem lehet több, mint :value kilobájt.',
- 'numeric' => 'A(z) :attribute kisebb vagy egyenlő kell, hogy legyen, mint :value!',
- 'string' => 'A(z) :attribute hossza nem lehet több, mint :value karakter.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'A(z) :attribute legfeljebb :max elemet kell, hogy tartalmazzon.',
- 'file' => 'A(z) :attribute mérete nem lehet több, mint :max kilobájt.',
- 'numeric' => 'A(z) :attribute értéke nem lehet nagyobb, mint :max!',
- 'string' => 'A(z) :attribute hossza nem lehet több, mint :max karakter.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'A(z) :attribute kizárólag az alábbi fájlformátumok egyike lehet: :values.',
- 'mimetypes' => 'A(z) :attribute kizárólag az alábbi fájlformátumok egyike lehet: :values.',
- 'min' => [
- 'array' => 'A(z) :attribute legalább :min elemet kell, hogy tartalmazzon.',
- 'file' => 'A(z) :attribute mérete nem lehet kevesebb, mint :min kilobájt.',
- 'numeric' => 'A(z) :attribute értéke nem lehet kisebb, mint :min!',
- 'string' => 'A(z) :attribute hossza nem lehet kevesebb, mint :min karakter.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'A :attribute :value többszörösének kell lennie',
- 'not_in' => 'A(z) :attribute értéke érvénytelen.',
- 'not_regex' => 'A(z) :attribute formátuma érvénytelen.',
- 'numeric' => 'A(z) :attribute szám kell, hogy legyen!',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'A(z) :attribute mező nem található!',
- 'prohibited' => 'A :attribute mező tilos.',
- 'prohibited_if' => 'A :attribute mező tilos, ha :other :value.',
- 'prohibited_unless' => 'A :attribute mező tilos, kivéve, ha :other a :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'A(z) :attribute formátuma érvénytelen.',
- 'relatable' => 'Lehet, hogy ez az :attribute nem kapcsolódik ehhez az erőforráshoz.',
- 'required' => 'A(z) :attribute megadása kötelező!',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'A(z) :attribute megadása kötelező, ha a(z) :other értéke :value!',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'A(z) :attribute megadása kötelező, ha a(z) :other értéke nem :values!',
- 'required_with' => 'A(z) :attribute megadása kötelező, ha a(z) :values érték létezik.',
- 'required_with_all' => 'A(z) :attribute megadása kötelező, ha a(z) :values értékek léteznek.',
- 'required_without' => 'A(z) :attribute megadása kötelező, ha a(z) :values érték nem létezik.',
- 'required_without_all' => 'A(z) :attribute megadása kötelező, ha egyik :values érték sem létezik.',
- 'same' => 'A(z) :attribute és :other mezőknek egyezniük kell!',
- 'size' => [
- 'array' => 'A(z) :attribute :size elemet kell tartalmazzon!',
- 'file' => 'A(z) :attribute mérete :size kilobájt kell, hogy legyen!',
- 'numeric' => 'A(z) :attribute értéke :size kell, hogy legyen!',
- 'string' => 'A(z) :attribute hossza :size karakter kell, hogy legyen!',
- ],
- 'starts_with' => ':Attribute a következővel kell kezdődjön: :values',
- 'string' => 'A(z) :attribute szöveg kell, hogy legyen.',
- 'timezone' => 'A(z) :attribute nem létező időzona.',
- 'unique' => 'A(z) :attribute már foglalt.',
- 'uploaded' => 'A(z) :attribute feltöltése sikertelen.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'A(z) :attribute érvénytelen link.',
- 'uuid' => ':Attribute érvényes UUID-val kell rendelkezzen.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'név',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'jelszó',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/hy.json b/resources/lang/hy.json
deleted file mode 100644
index 1f234e82..00000000
--- a/resources/lang/hy.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Ընդունել Հրավերը",
- "Add": "Ավելացնել",
- "Add a new team member to your team, allowing them to collaborate with you.": "Ավելացրեք թիմի նոր անդամ, որպեսզի նա կարողանա համագործակցել ձեզ հետ:",
- "Add additional security to your account using two factor authentication.": "Ավելացրեք լրացուցիչ անվտանգություն Ձեր հաշվին, օգտագործելով երկու գործոնով իսկությունը",
- "Add Team Member": "Ավելացնել Թիմի Անդամ",
- "Added.": "Ավելացված.",
- "Administrator": "Ադմինիստրատոր",
- "Administrator users can perform any action.": "Օգտատերեր-ադմինիստրատորները կարող են կատարել ցանկացած գործողություն:",
- "All of the people that are part of this team.": "Բոլոր մարդիկ, ովքեր մաս են կազմում այս թիմում.",
- "All rights reserved.": "Բոլոր իրավունքները պաշտպանված են։",
- "Already registered?": "Արդեն գրանցվա՞ծ եք։",
- "API Token": "API թոկեն",
- "API Token Permissions": "API թոկենի թույլտվությունները",
- "API Tokens": "API թոկեններ",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API տառերը թույլ են տալիս երրորդ կողմի ծառայությունները Ձեր անունից վավերացնել մեր հավելվածում:",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Վստահ եք, որ ցանկանում եք ջնջել այս հրամանը: Երբ հրամանը ջնջվում է, նրա բոլոր ռեսուրսները եւ տվյալները ընդմիշտ կհեռացվեն:",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Վստահ եք, որ ցանկանում եք ջնջել ձեր հաշիվը: Երբ ձեր հաշիվը հեռացվում է, նրա բոլոր ռեսուրսները եւ տվյալները կվերացվեն անվերադարձ: Խնդրում ենք մուտքագրել Ձեր գաղտնաբառը հաստատելու համար, որ ցանկանում եք մշտապես ջնջել ձեր հաշիվը:",
- "Are you sure you would like to delete this API token?": "Համոզված եք, որ ցանկանում եք ջնջել այս API նշանը:",
- "Are you sure you would like to leave this team?": "Վստահ եք, որ կցանկանայիք հեռանալ այդ թիմից:",
- "Are you sure you would like to remove this person from the team?": "Վստահ եք, որ ցանկանում եք հեռացնել այս մարդուն թիմից:",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Զննարկիչի նիստերը",
- "Cancel": "Չեղարկել",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Փակել",
- "Code": "Կոդ",
- "Confirm": "Հաստատել",
- "Confirm Password": "Հաստատել գաղտնաբառը",
- "Create": "Ստեղծել",
- "Create a new team to collaborate with others on projects.": "Ստեղծեք նոր թիմ, համատեղ աշխատելու նախագծերի վրա:",
- "Create Account": "ստեղծել հաշիվ",
- "Create API Token": "Ստեղծելով API նշան",
- "Create New Team": "Ստեղծել Նոր Թիմ",
- "Create Team": "Ստեղծել թիմ",
- "Created.": "Ստեղծված.",
- "Current Password": "ընթացիկ գաղտնաբառ",
- "Dashboard": "Գլխավոր էջ",
- "Delete": "Ջնջել",
- "Delete Account": "Ջնջել հաշիվը",
- "Delete API Token": "Հեռացնել API Մարկեր",
- "Delete Team": "Հեռացնել թիմը",
- "Disable": "Անջատեք",
- "Done.": "Պատրաստված.",
- "Edit Profile": "Edit Profile",
- "Editor": "Խմբագիր",
- "Editor users have the ability to read, create, and update.": "Խմբագրի օգտվողները հնարավորություն ունեն կարդալ, ստեղծել եւ թարմացնել.",
- "Email": "Էլեկտրոնային փոստ",
- "Email Address": "էլեկտրոնային փոստի հասցե",
- "Email Password Reset Link": "Հղում վերականգնել էլփոստի գաղտնաբառը",
- "Enable": "Միացնել",
- "Ensure your account is using a long, random password to stay secure.": "Համոզվեք, որ ձեր հաշիվը օգտագործում է երկար պատահական գաղտնաբառը մնալ անվտանգ.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Ձեր անվտանգության համար, խնդրում ենք հաստատել ձեր գաղտնաբառը շարունակելու համար:",
- "Forbidden": "Արգելված է",
- "Forgot your password?": "Մոռացել եք ձեր գաղտնաբառը:",
- "Forgot Your Password?": "Մոռացել եմ գաղտնաբառս",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Մոռացել եք ձեր գաղտնաբառը: Առանց խնդիրների. Պարզապես մեզ Ձեր էլփոստի հասցեն, եւ մենք կուղարկենք Ձեզ հղումը վերականգնել գաղտնաբառը, որը թույլ է տալիս Ձեզ ընտրել նորը.",
- "Go to page :page": "Գնալ դեպի :page էջ",
- "Great! You have accepted the invitation to join the :team team.": "Գերազանց! Դուք ընդունեցիք :team-ի թիմին միանալու հրավերը:",
- "Hello!": "Ողջու՜յն",
- "I agree to the :terms_of_service and :privacy_policy": "Ես համաձայն եմ :terms_of_service եւ :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Անհրաժեշտության դեպքում, դուք կարող եք դուրս գալ բոլոր մյուս զննարկիչի նիստերին Ձեր բոլոր սարքերի. Ձեր վերջին նիստերից մի քանիսը թվարկված են ստորեւ; սակայն այս ցանկը չի կարող սպառիչ լինել: Եթե կարծում եք, որ ձեր հաշիվը վտանգել, դուք պետք է նաեւ թարմացնել ձեր գաղտնաբառը.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Եթե դուք արդեն ունեք հաշիվ, կարող եք ընդունել այս հրավերը, սեղմելով ստորեւ կոճակը:",
- "If you did not create an account, no further action is required.": "Եթե դուք հաշիվ չեք ստեղծել հետագա գործողություններ չեն պահանջվում։",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Եթե դուք չեք ակնկալում ստանալ հրավեր այս թիմին, Դուք կարող եք հրաժարվել այս նամակից:",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Եթե դուք գաղտնաբառի վերականգնման հայցում չեք կատարել հետագա գործողություններ չեն պահանջվում։",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Եթե դուք չեք ունենա հաշիվ, Դուք կարող եք ստեղծել այն սեղմելով կոճակը ստորեւ. Հաշվի ստեղծումից հետո դուք կարող եք սեղմել հրավերի ընդունման կոճակը Այս նամակում ' ընդունելու թիմի հրավերը:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Եթե ունեք խնդիրներ, սեղմելով \":actionText\" կոճակը, պատճենեք եւ տեղադրեք URL-ը ստորեւ\nՁեր վեբ բրաուզերի:",
- "Last active": "Վերջին ակտիվ",
- "Last used": "Վերջին անգամ օգտագործվել է",
- "Leave": "Հեռանալ",
- "Leave Team": "Հեռանալ թիմից",
- "Log in": "Մուտք գործել",
- "Log Out": "դուրս գալ համակարգից",
- "Log Out Other Browser Sessions": "Դուրս Այլ Զննարկիչի Նիստերին",
- "Login": "Մուտք",
- "Logout": "Դուրս գալ",
- "Manage Account": "Հաշվի Կառավարում",
- "Manage and log out your active sessions on other browsers and devices.": "Կառավարեք ակտիվ նիստերը եւ դուրս գալ նրանցից այլ բրաուզերների եւ սարքերի.",
- "Manage API Tokens": "API տառերի կառավարում",
- "Manage Role": "Դեր կառավարում",
- "Manage Team": "Թիմի կառավարում",
- "Name": "Անուն",
- "New Password": "Նոր գաղտնաբառ",
- "Not Found": "Չի գտնվել",
- "of": "- ից",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Երբ հրամանը ջնջվում է, նրա բոլոր ռեսուրսները եւ տվյալները ընդմիշտ կհեռացվեն: Նախքան այս հրամանը հեռացնելը, խնդրում ենք ներբեռնել այս հրամանի մասին ցանկացած տվյալներ կամ տեղեկություններ, որոնք ցանկանում եք պահպանել:",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Երբ ձեր հաշիվը հեռացվում է, նրա բոլոր ռեսուրսները եւ տվյալները կվերացվեն անվերադարձ: Նախքան ձեր հաշիվը ջնջելը, խնդրում ենք ներբեռնել ցանկացած տվյալներ կամ տեղեկություններ, որոնք ցանկանում եք պահպանել:",
- "Page Expired": "Էջը ժամկետանց է",
- "Pagination Navigation": "Էջ նավարկություն",
- "Password": "Գաղտնաբառ",
- "Pending Team Invitations": "Սպասում Թիմի Հրավերներ",
- "Permanently delete this team.": "Մշտապես հեռացրեք այս հրամանը:",
- "Permanently delete your account.": "Մշտապես հեռացրեք ձեր հաշիվը:",
- "Permissions": "Թույլտվությունները",
- "Photo": "Լուսանկարը ' Մեդիամաքս",
- "Please click the button below to verify your email address.": "Խնդրում ենք սեղմել ներքևի կոճակին՝ ձեր Էլ-փոստի հասցեն հաստատելու համար։",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Խնդրում ենք հաստատել մուտք գործել Ձեր հաշիվը մուտքագրելով մեկը ձեր արտակարգ վերականգնման կոդերը.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Խնդրում ենք հաստատել մուտք գործել Ձեր հաշիվը մուտքագրելով վավերացման կոդը, որը տրամադրվում է ձեր վավերացման հավելվածի կողմից:",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Խնդրում ենք պատճենել Ձեր նոր API նշան. Ձեր անվտանգության համար այն այլեւս չի ցուցադրվի:",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Խնդրում ենք մուտքագրել Ձեր գաղտնաբառը հաստատելու համար, որ ցանկանում եք դուրս գալ ձեր բոլոր սարքերի այլ զննարկիչի նիստերից:",
- "Please provide the email address of the person you would like to add to this team.": "Խնդրում ենք նշել այն անձի էլեկտրոնային փոստի հասցեն, որը ցանկանում եք ավելացնել այս հրամանը:",
- "Privacy Policy": "Գաղտնիության քաղաքականություն",
- "Profile": "Անձնագիր",
- "Profile Information": "Պրոֆիլի մասին տեղեկություններ",
- "Recovery Code": "Վերականգնման կոդը",
- "Regards": "Հարգանքներով",
- "Regenerate Recovery Codes": "Վերականգնում վերականգնման կոդերը",
- "Register": "Գրանցվել",
- "Remember me": "Հիշիր ինձ",
- "Remember Me": "Հիշել ինձ",
- "Remove": "Հեռացնել",
- "Remove Photo": "Ջնջել Լուսանկարը",
- "Remove Team Member": "Հեռացնել Թիմի Անդամին",
- "Resend Verification Email": "Ստուգման Նամակի Վերահասցեավորում",
- "Reset Password": "Վերականգնել գաղտնաբառը",
- "Reset Password Notification": "Գաղտնաբառի վերականգնման ծանուցում",
- "results": "արդյունքները",
- "Role": "Դերը",
- "Save": "Պահպանել",
- "Saved.": "Պահպանված.",
- "Select A New Photo": "Ընտրեք Նոր Լուսանկար",
- "Send Password Reset Link": "Ուղարկել գաղտնաբառի վերականգնման հղում",
- "Server Error": "Սերվերի սխալ",
- "Service Unavailable": "Ծառայությունն անհասանելի է",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Ցույց Տալ Վերականգնման Կոդերը",
- "Showing": "Ցուցադրում",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Պահպանեք այդ վերականգնման կոդերը Անվտանգ Գաղտնաբառ մենեջեր. Նրանք կարող են օգտագործվել վերականգնել մուտք գործել Ձեր հաշիվը, եթե Ձեր սարքը երկու գործոն իսկությունը կորել.",
- "Switch Teams": "Հրամանների անջատում",
- "Team Details": "Թիմի մանրամասները",
- "Team Invitation": "Հրավեր թիմից",
- "Team Members": "Թիմի անդամներ",
- "Team Name": "Թիմի անունը",
- "Team Owner": "Թիմի սեփականատեր",
- "Team Settings": "Հրամանի կարգավորումները",
- "Terms of Service": "սպասարկման պայմաններ",
- "The :attribute must be a valid role.": ":Attribute պետք է լինի վավեր դեր.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute պետք է լինի ոչ պակաս, քան :length խորհրդանիշ եւ պարունակում է առնվազն մեկ շարք.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute պետք է լինի ոչ պակաս, քան :length խորհրդանիշ եւ պարունակում է առնվազն մեկ հատուկ խորհրդանիշ եւ մեկ համարը.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute պետք է լինի ոչ պակաս, քան :length նիշ եւ պարունակում է առնվազն մեկ հատուկ խորհրդանիշ.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute պետք է պարունակի ոչ պակաս, քան :length նիշ եւ պարունակում է ոչ պակաս, քան մեկ մեծատառ խորհրդանիշ եւ մեկ համարը.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute պետք է պարունակի առնվազն :length նիշ եւ պարունակում է առնվազն մեկ մեծատառ խորհրդանիշ եւ մեկ հատուկ խորհրդանիշ.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute պետք է պարունակի առնվազն :length նիշ եւ պարունակում է առնվազն մեկ մեծատառ խորհրդանիշ, մեկ համարը եւ մեկ հատուկ խորհրդանիշ.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute թիվը պետք է լինի ոչ պակաս, քան :length խորհրդանիշ եւ պարունակում է առնվազն մեկ մեծատառ խորհրդանիշ.",
- "The :attribute must be at least :length characters.": ":Attribute պետք է պարունակի առնվազն :length նիշ.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Տրամադրված գաղտնաբառը չի համապատասխանում ձեր ընթացիկ գաղտնաբառին:",
- "The provided password was incorrect.": "Տրամադրված գաղտնաբառը սխալ էր։",
- "The provided two factor authentication code was invalid.": "Տրամադրված երկֆակտորային վավերացման կոդը անվավեր էր։",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Թիմի անունը եւ սեփականատիրոջ մասին տեղեկատվությունը:",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Այդ մարդիկ հրավիրվել են ձեր թիմի եւ ստացել է էլեկտրոնային փոստով հրավերը. Նրանք կարող են միանալ թիմին ընդունելով հրավերը փոստով.",
- "This device": "Այս սարքը",
- "This is a secure area of the application. Please confirm your password before continuing.": "Սա անվտանգ դիմումը տարածքը. Խնդրում ենք հաստատել ձեր գաղտնաբառը, նախքան դուք շարունակեք:",
- "This password does not match our records.": "Այս գաղտնաբառը չի համապատասխանում մեր գրառումների.",
- "This password reset link will expire in :count minutes.": "Այս գաղտնաբառի վերականգնման հղման ժամկետը կավարտվի :count րոպեից։",
- "This user already belongs to the team.": "Այս օգտվողը արդեն պատկանում է թիմին.",
- "This user has already been invited to the team.": "Այս օգտագործողը արդեն հրավիրվել է թիմի.",
- "to": "դեպի",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Անցնել նավարկմանը",
- "Token Name": "Անունը նշան",
- "Too Many Requests": "Չափազանց շատ հայցումներ",
- "Two Factor Authentication": "Երկու գործոն իսկությունը",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Չթույլատրված",
- "Unknown": "Unknown",
- "Update Password": "Թարմացնել գաղտնաբառը",
- "Update your account's profile information and email address.": "Թարմացրեք Ձեր հաշվի պրոֆիլի տեղեկությունները եւ էլեկտրոնային փոստի հասցեն:",
- "Use a recovery code": "Օգտագործեք վերականգնման կոդը",
- "Use an authentication code": "Օգտագործեք վավերացման կոդը",
- "Verify Email Address": "Հաստատել Էլ-փոստի հասցեն",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Մենք չկարողացանք գտնել գրանցված օգտվողին այս էլեկտրոնային փոստի հասցեն.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Եթե երկու գործոն իսկությունը միացված է, իսկ իսկ իսկությունը, դուք պետք է հուշում է մտնել անվտանգ պատահական նշան. Դուք կարող եք ստանալ այս նշանը ձեր հեռախոսի Google Authenticator հավելվածից:",
- "Whoops!": "Հո՜ոպ",
- "Whoops! Something went wrong.": "Ուփս! Ինչ-որ բան սխալ է գնացել.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Դուք ստանում եք այս Էլ․ նամակը, որովհետև ձեր հաշվից մենք ստացել ենք գաղտնաբառի վերականգնման հայցում։",
- "You have been invited to join the :team team!": "Ձեզ հրավիրել են միանալ :team-ի թիմին ։",
- "You have enabled two factor authentication.": "Դուք ընդգրկված երկու գործոն իսկությունը.",
- "You have not enabled two factor authentication.": "Դուք չեք ներառում երկու գործոն իսկությունը.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Դուք կարող եք հեռացնել ցանկացած Ձեր առկա տառ, եթե նրանք այլեւս անհրաժեշտ.",
- "You may not delete your personal team.": "Դուք իրավունք չունեք ջնջել Ձեր անձնական թիմը.",
- "You may not leave a team that you created.": "Դուք չեք կարող հեռանալ ձեր ստեղծած թիմից։",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/hy/auth.php b/resources/lang/hy/auth.php
deleted file mode 100644
index 6b3f792f..00000000
--- a/resources/lang/hy/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Մուտքագրված տվյալները սխալ են։',
- 'password' => 'Գաղտնաբառը սխալ է։',
- 'throttle' => 'Չափազանց շատ մուտք գործելու փորձեր։ Խնդրում ենք փորձել կրկին :seconds վայրկյան անց։',
-];
diff --git a/resources/lang/hy/http-statuses.php b/resources/lang/hy/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/hy/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/hy/pagination.php b/resources/lang/hy/pagination.php
deleted file mode 100644
index d35075e3..00000000
--- a/resources/lang/hy/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Հաջորդ »',
- 'previous' => '« Նախորդ',
-];
diff --git a/resources/lang/hy/passwords.php b/resources/lang/hy/passwords.php
deleted file mode 100644
index aa5a9499..00000000
--- a/resources/lang/hy/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Ձեր գաղտնաբառը վերականգնվել է',
- 'sent' => 'Ձեր գաղտնաբառի վերականգնման հղումն ուղարկվել է ձեր Էլ․ հասցեին',
- 'throttled' => 'Խնդրում ենք սպասել նախքան կրկին փորձելը։',
- 'token' => 'Գաղտնաբառի վերականգնման կոդը սխալ է։',
- 'user' => 'Տվյալ Էլ․ հասցեով օգտատեր չի գտնվել։',
-];
diff --git a/resources/lang/hy/validation.php b/resources/lang/hy/validation.php
deleted file mode 100644
index 0fcd3b8e..00000000
--- a/resources/lang/hy/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute դաշտը պետք է ընդունվի։',
- 'accepted_if' => 'Այս դաշտը պետք է ընդունվի երբ :other համապատասխանում է :value։',
- 'active_url' => ':Attribute դաշտը վավեր URL չէ։',
- 'after' => ':Attribute դաշտի ամսաթիվը պետք է լինի :date-ից հետո։',
- 'after_or_equal' => ':Attribute դաշտի ամսաթիվը պետք է լինի :date կամ դրանից հետո։',
- 'alpha' => ':Attribute դաշտը պետք է պարունակի միայն տառեր։',
- 'alpha_dash' => ':Attribute դաշտը պետք է պարունակի միայն տառեր, թվեր, գծիկներ և ընդգծումներ։',
- 'alpha_num' => ':Attribute դաշտը պետք է պարունակի միայն տառեր և թվեր։',
- 'array' => ':Attribute դաշտը պետք է լինի զանգված։',
- 'attached' => ':Attribute դաշտը արդեն կցված է։',
- 'before' => ':Attribute դաշտի ամսաթիվը պետք է լինի :date-ից առաջ։',
- 'before_or_equal' => ':Attribute դաշտի ամսաթիվը պետք է լինի :date կամ դրանից առաջ։',
- 'between' => [
- 'array' => ':Attribute դաշտում էլեմենտների քանակը պետք է լինի :min-ի և :max-ի միջև։',
- 'file' => ':Attribute դաշտի ֆայլի չափը պետք է լինի :min և :max կիլոբայթի միջև։',
- 'numeric' => ':Attribute դաշտը պետք է լինի :min և :max թվերի միջև։',
- 'string' => ':Attribute դաշտը պետք է ունենա :min-ից :max նիշ։',
- ],
- 'boolean' => ':Attribute դաշտի արժեքը պետք է լինի ճշմարիտ կամ կեղծ։',
- 'confirmed' => ':Attribute դաշտը չի համապատասխանում հաստատմանը։',
- 'current_password' => 'Այս դաշտը պարունակում է անվավեր գաղտնաբառ։',
- 'date' => ':Attribute դաշտը վավեր ամսաթիվ չէ։',
- 'date_equals' => ':Attribute դաշտի ամսաթիվը պետք է լինի :date։',
- 'date_format' => ':Attribute դաշտը չի համապատասխանում :format ձևաչափին։',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute և :other դաշտերը պետք է լինեն տարբեր։',
- 'digits' => ':Attribute դաշտի թվանշանների քանակը պետք է լինի :digits։',
- 'digits_between' => ':Attribute դաշտի թվանշանների քանակը պետք է լինի :min-ից :max։',
- 'dimensions' => ':Attribute դաշտը ունի անվավեր նկարի չափեր։',
- 'distinct' => ':Attribute դաշտը ունի կրկնվող արժեք։',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute դաշտը պետք է լինի վավերական Էլ․ հասցե։',
- 'ends_with' => ':Attribute դաշտը պետք է ավարտվի հետևյալ արժեքներից մեկով․ :values։',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => ':Attribute դաշտի ընտրված արժեքն անվավեր է։',
- 'file' => ':Attribute-ը պետք է լինի ֆայլ։',
- 'filled' => ':Attribute դաշտը պետք է անպայման ունենա արժեք։',
- 'gt' => [
- 'array' => ':Attribute դաշտում էլեմենտների քանակը պետք է լինի :value-ից մեծ։',
- 'file' => ':Attribute դաշտի ֆայլի չափը պետք է լինի :value կիլոբայթից մեծ։',
- 'numeric' => ':Attribute դաշտը պետք է լինի :value-ից մեծ։',
- 'string' => ':Attribute դաշտի նիշերի քանակը պետք է գերազանցի :value-ը։',
- ],
- 'gte' => [
- 'array' => ':Attribute դաշտում էլեմենտների քանակը պետք է մեծ կամ հավասար լինի :value-ից։',
- 'file' => ':Attribute դաշտի ֆայլի չափը պետք է մեծ կամ հավասար լինի :value կիլոբայթից։',
- 'numeric' => ':Attribute դաշտը պետք է մեծ կամ հավասար լինի :value-ից։',
- 'string' => ':Attribute դաշտի նիշերի քանակը պետք է մեծ կամ հավասար լինի :value-ից։',
- ],
- 'image' => ':Attribute դաշտը պետք է լինի նկար։',
- 'in' => ':Attribute դաշտի ընտրված արժեքն անվավեր է։',
- 'in_array' => ':Attribute դաշտը գոյություն չունի :other-ում։',
- 'integer' => ':Attribute դաշտը պետք է լինի ամբողջ թիվ։',
- 'ip' => ':Attribute դաշտը պետք է լինի վավեր IP հասցե.',
- 'ipv4' => ':Attribute դաշտը պետք է լինի վավեր IPv4 հասցե։',
- 'ipv6' => ':Attribute դաշտը պետք է լինի վավեր IPv6 հասցե։',
- 'json' => ':Attribute դաշտը պետք է լինի վավեր JSON տեքստ։',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute դաշտում էլեմենտների քանակը պետք է փոքր լինի :value-ից։',
- 'file' => ':Attribute դաշտի ֆայլի չափը պետք է փոքր լինի :value կիլոբայթից։',
- 'numeric' => ':Attribute դաշտը պետք է փոքր լինի :value-ից։',
- 'string' => ':Attribute դաշտը պետք է ունենա :value-ից պակաս նիշեր։',
- ],
- 'lte' => [
- 'array' => ':Attribute դաշտում էլեմենտների քանակը պետք է փոքր կամ հավասար լինի :value-ից։',
- 'file' => ':Attribute դաշտի ֆայլի չափը պետք է փոքր կամ հավասար լինի :value կիլոբայթից։',
- 'numeric' => ':Attribute դաշտը պետք է փոքր կամ հավասար լինի :value-ից։',
- 'string' => ':Attribute դաշտի նիշերի քանակը պետք է փոքր կամ հավասար լինի :value-ից։',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute դաշտում էլեմենտների քանակը չպետք է գերազանցի :max-ը։',
- 'file' => ':Attribute դաշտի ֆայլի չափը չպետք է գերազանցի :max կիլոբայթը։',
- 'numeric' => ':Attribute դաշտը չի կարող լինել :max-ից մեծ։',
- 'string' => ':Attribute դաշտի նիշերի քանակը չի կարող լինել :max-ց մեծ։',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute դաշտի ֆայլի տեսակը պետք է լինի հետևյալներից մեկը․ :values։',
- 'mimetypes' => ':Attribute դաշտի ֆայլի տեսակը պետք է լինի հետևյալներից մեկը․ :values։',
- 'min' => [
- 'array' => ':Attribute դաշտում էլեմենտների քանակը պետք է լինի առնվազն :min։',
- 'file' => ':Attribute դաշտի ֆայլի չափը պետք է լինի առնվազն :min կիլոբայթ։',
- 'numeric' => ':Attribute դաշտը պետք է լինի առնվազն :min։',
- 'string' => ':Attribute դաշտի նիշերի քանակը պետք է լինի առնվազն :min։',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute դաշտի արժեքը պետք է լինի բազմապատիկ :value-ին։',
- 'not_in' => ':Attribute դաշտի ընտրված արժեքն անվավեր է։',
- 'not_regex' => ':Attribute դաշտի ձևաչափը սխալ է։',
- 'numeric' => ':Attribute դաշտը պետք է լինի թիվ։',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute դաշտը պետք է առկա լինի։',
- 'prohibited' => ':Attribute դաշտը արգելված է։',
- 'prohibited_if' => ':Attribute դաշտը արգելված է երբ :other դաշտի արժեքը :value է։',
- 'prohibited_unless' => ':Attribute դաշտը արգելված է քանի դեռ :other դաշտի արժեքը :values միջակայքում չի։',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => ':Attribute դաշտի ձևաչափը սխալ է։',
- 'relatable' => ':Attribute դաշտը չի կարող կցվել տվյալ ռեսուրսին։',
- 'required' => ':Attribute դաշտը պարտադիր է։',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Attribute դաշտը պարտադիր է երբ :other-ը հավասար է :value։',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Attribute դաշտը պարտադիր է քանի դեռ :other-ը հավասար չէ :values։',
- 'required_with' => ':Attribute դաշտը պարտադիր է երբ :values արժեքն առկա է։',
- 'required_with_all' => ':Attribute դաշտը պարտադիր է երբ :values արժեքները առկա են։',
- 'required_without' => ':Attribute դաշտը պարտադիր է երբ :values արժեքը նշված չէ։',
- 'required_without_all' => ':Attribute դաշտը պարտադիր է երբ :values արժեքներից ոչ մեկը նշված չեն։',
- 'same' => ':Attribute և :other դաշտերը պետք է համընկնեն։',
- 'size' => [
- 'array' => ':Attribute դաշտը պետք է պարունակի :size էլեմենտ։',
- 'file' => ':Attribute դաշտում ֆայլի չափը պետք է լինի :size կիլոբայթ։',
- 'numeric' => ':Attribute դաշտը պետք է հավասար լինի :size-ի։',
- 'string' => ':Attribute դաշտը պետք է ունենա :size նիշ։',
- ],
- 'starts_with' => ':Attribute դաշտը պետք է սկսվի հետևյալ արժեքներից մեկով․ :values։',
- 'string' => ':Attribute դաշտը պետք է լինի տեքստ։',
- 'timezone' => ':Attribute դաշտը պետք է լինի վավեր ժամային գոտի։',
- 'unique' => ':Attribute-ի տվյալ արժեքն արդեն գոյություն ունի։',
- 'uploaded' => ':Attribute-ի վերբեռնումը ձախողվել է։',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute դաշտի ձևաչափը սխալ է։',
- 'uuid' => ':Attribute դաշտը պետք է լինի վավեր UUID։',
- 'attributes' => [
- 'address' => 'հասցե',
- 'age' => 'տարիք',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'առկա',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'քաղաք',
- 'content' => 'բովանդակություն',
- 'country' => 'երկիր',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'ամսաթիվ',
- 'date_of_birth' => 'date of birth',
- 'day' => 'օր',
- 'deleted_at' => 'deleted at',
- 'description' => 'նկարագրություն',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'էլ-փոստի հասցե',
- 'excerpt' => 'քաղվածք',
- 'filter' => 'filter',
- 'first_name' => 'անուն',
- 'gender' => 'սեռ',
- 'group' => 'group',
- 'hour' => 'ժամ',
- 'image' => 'image',
- 'last_name' => 'ազգանուն',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'րոպե',
- 'mobile' => 'բջջ. հեռ.',
- 'month' => 'ամիս',
- 'name' => 'անուն',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'գաղտնաբառ',
- 'password_confirmation' => 'գաղտնաբառի հաստատում',
- 'phone' => 'հեռախոսահամար',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'վայրկյան',
- 'sex' => 'սեռ',
- 'short_text' => 'short text',
- 'size' => 'չափ',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'ժամանակ',
- 'title' => 'վերնագիր',
- 'updated_at' => 'updated at',
- 'username' => 'օգտանուն',
- 'year' => 'տարի',
- ],
-];
diff --git a/resources/lang/id.json b/resources/lang/id.json
deleted file mode 100644
index 5bc09238..00000000
--- a/resources/lang/id.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(dan :count kesalahan lainnya)",
- "(and :count more errors)": "(dan :count kesalahan lainnya)",
- "A fresh verification link has been sent to your email address.": "Tautan verifikasi baru telah dikirim ke alamat surel Anda.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "Tautan verifikasi baru telah dikirim ke alamat email yang Anda berikan di pengaturan profil Anda.",
- "A new verification link has been sent to your email address.": "Tautan verifikasi baru telah dikirim ke alamat email Anda.",
- "Accept Invitation": "Terima Undangan",
- "Add": "Tambah",
- "Add a new team member to your team, allowing them to collaborate with you.": "Tambah anggota tim baru ke tim Anda, mengizinkan Mereka untuk berkolaborasi dengan Anda.",
- "Add additional security to your account using two factor authentication.": "Tambah keamanan pada akun Anda menggunakan autentikasi dua faktor.",
- "Add Team Member": "Tambah Anggota Tim",
- "Added.": "Ditambahkan.",
- "Administrator": "Administrator",
- "Administrator users can perform any action.": "Administrator dapat menjalankan aksi apapun.",
- "All of the people that are part of this team.": "Semua orang yang merupakan bagian dari tim ini.",
- "All rights reserved.": "Hak Cipta Dilindungi.",
- "Already registered?": "Sudah terdaftar?",
- "API Token": "Token API",
- "API Token Permissions": "Izin Token API",
- "API Tokens": "Token API",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "Token API memungkinkan layanan pihak ketiga untuk mengautentikasi anda dengan aplikasi kita.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Apakah Anda yakin ingin menghapus tim ini? Setelah tim dihapus, seluruh sumber dan data akan dihapus secara permanen.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Apakah Anda yakin ingin menghapus akun Anda? Setelah akun Anda dihapus, seluruh sumber dan data akan dihapus secara permanen. Harap masukkan kata sandi untuk mengkonfirmasi bahwa Anda ingin menghapus akun secara permanen.",
- "Are you sure you would like to delete this API token?": "Apakah Anda yakin ingin menghapus token API ini?",
- "Are you sure you would like to leave this team?": "Apakah Anda yakin ingin keluar dari tim ini?",
- "Are you sure you would like to remove this person from the team?": "Apakah Anda yakin ingin menghapus orang ini dari tim?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Sebelum melanjutkan, dapatkah Anda memverifikasi alamat email Anda dengan mengklik tautan yang baru saja kami kirimkan melalui email kepada Anda? Jika Anda tidak menerima email tersebut, kami akan dengan senang hati mengirimkan ulang tautan tersebut kepada Anda.",
- "Before proceeding, please check your email for a verification link.": "Sebelum melanjutkan, harap periksa surel Anda untuk tautan verifikasi.",
- "Browser Sessions": "Sesi Browser",
- "Cancel": "Batal",
- "Click here to re-send the verification email.": "Klik disini untuk mengirim ulang verifikasi email.",
- "click here to request another": "klik disini untuk meminta yang lainnya",
- "Close": "Tutup",
- "Code": "Kode",
- "Confirm": "Konfirmasi",
- "Confirm Password": "Konfirmasi Kata Sandi",
- "Create": "Buat",
- "Create a new team to collaborate with others on projects.": "Buat tim baru untuk berkolaborasi dengan lainnya pada proyek.",
- "Create Account": "Buat Akun",
- "Create API Token": "Buat Token API",
- "Create New Team": "Buat Tim Baru",
- "Create Team": "Buat Tim",
- "Created.": "Dibuat.",
- "Current Password": "Kata Sandi Saat Ini",
- "Dashboard": "Dasbor",
- "Delete": "Hapus",
- "Delete Account": "Hapus Akun",
- "Delete API Token": "Hapus Token API",
- "Delete Team": "Hapus Tim",
- "Disable": "Matikan",
- "Done.": "Selesai.",
- "Edit Profile": "Sunting Profile",
- "Editor": "Penyunting",
- "Editor users have the ability to read, create, and update.": "Editor memiliki kemampuan untuk membaca, membuat, dan memperbarui.",
- "Email": "Surel",
- "Email Address": "Alamat Surel",
- "Email Password Reset Link": "Tautan Pengaturan Ulang Kata Sandi Surel",
- "Enable": "Nyalakan",
- "Ensure your account is using a long, random password to stay secure.": "Pastikan akun Anda menggunakan kata sandi yang panjang dan acak agar aman.",
- "Finish enabling two factor authentication.": "Selesai mengaktifkan dua otentikasi faktor.",
- "For your security, please confirm your password to continue.": "Untuk kemanan Anda, harap konfirmasi kata sandi untuk melanjutkan.",
- "Forbidden": "Dilarang",
- "Forgot your password?": "Lupa kata sandi Anda?",
- "Forgot Your Password?": "Lupa Kata Sandi Anda?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Lupa kata sandi Anda? Tidak masalah. Beri tahu kami alamat surel Anda dan kami akan mengirimkan surel berisi tautan pengaturan ulang kata sandi yang memungkinkan Anda memilih kata sandi yang baru.",
- "Go to page :page": "Ke halaman :page",
- "Great! You have accepted the invitation to join the :team team.": "Bagus! Anda telah menerima undangan untuk bergabung ke tim :team.",
- "Hello!": "Halo!",
- "I agree to the :terms_of_service and :privacy_policy": "Saya menyetujui :terms_of_service dan :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Jika diperlukan, Anda bisa mengeluarkan seluruh sesi browser lainnya dari semua perangkat. Beberapa sesi baru Anda tercantum di bawah; namun, daftar ini bisa jadi tidak lengkap. Jika Anda merasa akun Anda telah disusupi, Anda harus memPerbaharui kata sandi.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Jika Anda sudah memiliki akun, anda bisa menerima undangan ini dengan mengklik tombol di bawah:",
- "If you did not create an account, no further action is required.": "Jika Anda tidak membuat akun, Anda tidak perlu melakukan apapun.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Jika Anda ingin untuk tidak menerima undangan tim ini, Anda bisa menghapus surel ini.",
- "If you did not receive the email": "Jika anda tidak menerima surel",
- "If you did not request a password reset, no further action is required.": "Jika Anda tidak meminta pengaturan ulang kata sandi, Anda tidak perlu melakukan apapun.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Jika Anda tidak memiliki akun, Anda bisa membuatnya dengan mengklik tombol di bawah. Setelah membuat akun, Anda bisa mengklik tombol terima undangan pada surel ini untuk menerima undangan tim:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Jika Anda mengalami kesulitan mengklik tombol \":actionText\", salin dan tempel URL di bawah\nke browser web Anda:",
- "Last active": "Terakhir aktif",
- "Last used": "Terakhir digunakan",
- "Leave": "Keluar",
- "Leave Team": "Keluar Tim",
- "Log in": "Masuk",
- "Log Out": "Keluar",
- "Log Out Other Browser Sessions": "Keluarkan Sesi Browser Lain",
- "Login": "Masuk",
- "Logout": "Keluar",
- "Manage Account": "Kelola Akun",
- "Manage and log out your active sessions on other browsers and devices.": "Kelola dan keluarkan sesi aktif pada browser dan perangkat lain.",
- "Manage API Tokens": "Kelola Token API",
- "Manage Role": "Kelola Peran",
- "Manage Team": "Kelola Tim",
- "Name": "Nama",
- "New Password": "Kata Sandi Baru",
- "Not Found": "Tidak ditemukan",
- "of": "dari",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Setelah tim dihapus, seluruh sumber dan datanya akan dihapus secara permanen. Sebelum menghapus tim ini, harap unduh data atau informasi apapun yang berkaitan dengan tim ini yang ingin disimpan.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Setelah akun dihapus, seluruh sumber dan datanya akan dihapus secara permanen. Sebelum menghapus akun ini, harap unduh data atau informasi apapun yang berkaitan dengan akun ini yang ingin disimpan.",
- "Page Expired": "Halaman Kadaluwarsa",
- "Pagination Navigation": "Navigasi Paginasi",
- "Password": "Kata Sandi",
- "Pending Team Invitations": "Undangan Tim Yang Ditunggu",
- "Permanently delete this team.": "Hapus permanen tim ini.",
- "Permanently delete your account.": "Hapus permanen akun Anda.",
- "Permissions": "Izin",
- "Photo": "Foto",
- "Please click the button below to verify your email address.": "Silakan klik tombol di bawah untuk memverifikasi alamat surel Anda.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Harap konfirmasi akses ke akun Anda dengan memasukkan satu dari kode pemulihan darurat Anda.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Harap konfirmasi akses ke akun Anda dengan memasukkan kode autentikasi yang diberikan oleh aplikasi pengautentikasi Anda.",
- "Please confirm your password before continuing.": "Harap konfirmasikan kata sandi Anda sebelum melanjutkan.",
- "Please copy your new API token. For your security, it won't be shown again.": "Harap salin token API baru Anda. Untuk keamanan, token tidak akan ditampilkan lagi.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Harap isi kata sandi anda untuk mengkonfirmasi bahwa anda ingin keluar dari sesi browser lain yang ada di semua perangkat milik Anda.",
- "Please provide the email address of the person you would like to add to this team.": "Harap isi alamat surel orang yang ingin anda tambahkan ke tim ini.",
- "Privacy Policy": "Kebijakan Privasi",
- "Profile": "Profil",
- "Profile Information": "Informasi Profil",
- "Recovery Code": "Kode Pemulihan",
- "Regards": "Salam",
- "Regenerate Recovery Codes": "Perbaharui Kode Pemulihan",
- "Register": "Daftar",
- "Remember me": "Ingat saya",
- "Remember Me": "Ingat Saya",
- "Remove": "Hapus",
- "Remove Photo": "Hapus Foto",
- "Remove Team Member": "Hapus Anggota Tim",
- "Resend Verification Email": "Kirim Ulang Surel Verifikasi",
- "Reset Password": "Atur Ulang Kata Sandi",
- "Reset Password Notification": "Pemberitahuan Pengaturan Ulang Kata Sandi",
- "results": "hasil",
- "Role": "Peran",
- "Save": "Simpan",
- "Saved.": "Disimpan.",
- "Select A New Photo": "Pilih Foto Baru",
- "Send Password Reset Link": "Kirim Tautan Pengaturan Ulang Kata Sandi",
- "Server Error": "Terjadi Kesalahan Server",
- "Service Unavailable": "Layanan Tidak Tersedia",
- "Setup Key": "Atur Kunci",
- "Show Recovery Codes": "Tampilkan Kode Pemulihan",
- "Showing": "Menampilkan",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Simpan kode pemulihan pada pengelola kata sandi yang aman. Kode tersebut dapat digunakan untuk memulihkan akses ke akun Anda jika perangkat autentikasi dua faktor anda hilang.",
- "Switch Teams": "Ganti Tim",
- "Team Details": "Detail Tim",
- "Team Invitation": "Undangan Tim",
- "Team Members": "Anggota Tim",
- "Team Name": "Nama Tim",
- "Team Owner": "Pemilik Tim",
- "Team Settings": "Pengaturan Tim",
- "Terms of Service": "Persyaratan Layanan",
- "The :attribute must be a valid role.": ":Attribute harus merupakan peran yang valid.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute minimal berisi :length karakter dan mengandung setidaknya satu angka.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute minimal berisi :length karakter dan mengandung setidaknya satu karakter spesial dan satu angka.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute minimal berisi :length karakter dan mengandung setidaknya satu karakter spesial.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute minimal berisi :length karakter dan mengandung setidaknya satu huruf besar dan satu angka.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute minimal berisi :length karakter dan mengandung setidaknya satu huruf besar dan satu karakter spesial.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute minimal berisi :length karakter dan mengandung setidaknya satu huruf besar, satu angka, dan satu karakter spesial.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute minimal berisi :length karakter dan mengandung setidaknya satu huruf besar.",
- "The :attribute must be at least :length characters.": ":Attribute minimal berisi :length karakter.",
- "The :attribute must contain at least one letter.": ":Attribute harus mengandung setidaknya satu huruf.",
- "The :attribute must contain at least one number.": ":Attribute harus mengandung setidaknya satu angka.",
- "The :attribute must contain at least one symbol.": ":Attribute harus mengandung setidaknya satu simbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": ":Attribute harus mengandung setidaknya satu huruf besar dan satu huruf kecil.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": ":Attribute yang diberikan telah muncul dalam kebocoran data. Silahkan pilih :attribute yang lain.",
- "The given data was invalid.": "Data yang diberikan tidak valid.",
- "The password is incorrect.": "Kata sandi salah.",
- "The provided password does not match your current password.": "Kata sandi yang dimasukkan tidak cocok dengan kata sandi saat ini.",
- "The provided password was incorrect.": "Kata sandi yang dimasukkan salah.",
- "The provided two factor authentication code was invalid.": "Kode autentikasi dua faktor yang dimasukkan tidak valid.",
- "The provided two factor recovery code was invalid.": "Kode pemulihan dua faktor yang diberikan tidak valid.",
- "The team's name and owner information.": "Nama tim dan informasi pemilik.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Orang-orang ini telah diundang ke tim Anda dan telah dikirim email. Mereka bisa bergabung dengan tim dengan menerima email undangan.",
- "This device": "Perangkat ini",
- "This is a secure area of the application. Please confirm your password before continuing.": "Ini adalah area aman pada aplikasi. Harap konfirmasi kata sandi anda sebelum melanjutkan.",
- "This password does not match our records.": "Kata sandi ini tidak cocok dengan arsip kami.",
- "This password reset link will expire in :count minutes.": "Tautan pengaturan ulang kata sandi ini akan kedaluwarsa dalam :count menit.",
- "This user already belongs to the team.": "Pengguna ini sudah menjadi anggota tim.",
- "This user has already been invited to the team.": "Pengguna ini sudah diundang ke dalam tim.",
- "to": "kepada",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "Untuk selesai mengaktifkan dua otentikasi faktor, pindai kode QR berikut menggunakan aplikasi Authenticator ponsel Anda atau memasukkan setup key dan berikan kode OTP yang dihasilkan.",
- "Toggle navigation": "Alihkan navigasi",
- "Token Name": "Nama Token",
- "Too Many Requests": "Terlalu Banyak Permintaan",
- "Two Factor Authentication": "Autentikasi Dua Faktor",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Otentikasi dua faktor sekarang diaktifkan.Pindai kode QR berikut menggunakan aplikasi Authenticator ponsel Anda atau masukkan setup key.",
- "Unauthorized": "Tidak Diizinkan",
- "Unknown": "Tidak Diketahui",
- "Update Password": "Perbaharui Kata Sandi",
- "Update your account's profile information and email address.": "Perbaharui informasi profil dan alamat surel akun Anda.",
- "Use a recovery code": "Gunakan kode pemulihan",
- "Use an authentication code": "Gunakan kode autentikasi",
- "Verify Email Address": "Verifikasi Alamat Surel",
- "Verify Your Email Address": "Verifikasi Alamat Surel Anda",
- "We were unable to find a registered user with this email address.": "Kami tidak dapat menemukan pengguna terdaftar dengan alamat surel ini.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Ketika autentikasi dua faktor dinyalakan, Anda akan diminta sebuah token aman dan acak ketika autentikasi. Anda bisa mendapat token ini dari aplikasi Google Authentikator pada handphone Anda.",
- "Whoops!": "Aduh!",
- "Whoops! Something went wrong.": "Aduh! Terjadi kesalahan.",
- "You are logged in!": "Anda sudah masuk!",
- "You are receiving this email because we received a password reset request for your account.": "Anda menerima surel ini karena kami menerima permintan pengaturan ulang kata sandi untuk akun anda.",
- "You have been invited to join the :team team!": "Anda telah diundang untuk bergabung ke tim :team!",
- "You have enabled two factor authentication.": "Anda telah menyalakan autentikasi dua faktor.",
- "You have not enabled two factor authentication.": "Anda belum menyalakan autentikasi dua faktor.",
- "You may accept this invitation by clicking the button below:": "Anda dapat menerima undangan ini dengan mengklik tombol di bawah ini:",
- "You may delete any of your existing tokens if they are no longer needed.": "Anda bisa menghapus token yang ada bila tidak lagi dibutuhkan.",
- "You may not delete your personal team.": "Anda tidak boleh menghapus tim pribadi Anda.",
- "You may not leave a team that you created.": "Anda tidak dapat meninggalkan tim yang Anda buat.",
- "Your email address is unverified.": "Alamat surel Anda belum diverifikasi."
-}
\ No newline at end of file
diff --git a/resources/lang/id/auth.php b/resources/lang/id/auth.php
deleted file mode 100644
index 030b6b71..00000000
--- a/resources/lang/id/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Identitas tersebut tidak cocok dengan data kami.',
- 'password' => 'Kata sandi salah.',
- 'throttle' => 'Terlalu banyak upaya masuk. Silahkan coba lagi dalam :seconds detik.',
-];
diff --git a/resources/lang/id/http-statuses.php b/resources/lang/id/http-statuses.php
deleted file mode 100644
index a3df6d6e..00000000
--- a/resources/lang/id/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Error tidak diketahui',
- '100' => 'Lanjut',
- '101' => 'Beralih protokol',
- '102' => 'Memproses',
- '200' => 'OKE',
- '201' => 'Dibuat',
- '202' => 'Diterima',
- '203' => 'Informasi Non-Otoritatif',
- '204' => 'Tidak ada konten',
- '205' => 'Setel ulang konten',
- '206' => 'Konten parsial',
- '207' => 'Status ganda',
- '208' => 'Sudah dilaporkan',
- '226' => 'IM Used',
- '300' => 'Pilihan ganda',
- '301' => 'Pengalihan permanen',
- '302' => 'Ditemukan',
- '303' => 'Lihat lainnya',
- '304' => 'Tidak dimodifikasi',
- '305' => 'Memakai Proxy',
- '307' => 'Pengalihan temporer',
- '308' => 'Pengalihan permanen',
- '400' => 'Permintaan yang buruk',
- '401' => 'Tidak sah',
- '402' => 'Pembayaran diperlukan',
- '403' => 'Terlarang',
- '404' => 'Tidak ditemukan',
- '405' => 'Metode tidak diizinkan',
- '406' => 'Tidak dapat diterima',
- '407' => 'Otentikasi proksi diperlukan',
- '408' => 'Permintaan waktu habis',
- '409' => 'Konflik',
- '410' => 'Hilang',
- '411' => 'Panjang diperlukan',
- '412' => 'Prasyarat Gagal',
- '413' => 'Payload terlalu besar',
- '414' => 'URI terlalu panjang',
- '415' => 'Tipe media tidak mendukung',
- '416' => 'Rentang Tidak Memuaskan',
- '417' => 'Ekspetasi gagal',
- '418' => 'I\'m a teapot',
- '419' => 'Sesi telah berakhir',
- '421' => 'Permintaan salah arah',
- '422' => 'Entitas yang tidak dapat diproses',
- '423' => 'Terkunci',
- '424' => 'Dependensi gagal',
- '425' => 'Terlalu dini',
- '426' => 'Diperlukan Peningkatan',
- '428' => 'Prasyarat diperlukan',
- '429' => 'Terlalu banyak permintaan',
- '431' => 'Bidang permintaan Header terlalu besar',
- '444' => 'Koneksi Ditutup Tanpa Respon',
- '449' => 'Coba lagi dengan',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Permintaan ditutup klien',
- '500' => 'Kesalahan dari dalam server',
- '501' => 'Tidak dilaksanakan',
- '502' => 'Gateway buruk',
- '503' => 'Mode pemeliharaan',
- '504' => 'Gateway waktu habis',
- '505' => 'Versi HTTP tidak mendukung',
- '506' => 'Variant Also Negotiates',
- '507' => 'Penyimpanan tidak cukup',
- '508' => 'Terdeteksi perulangan',
- '509' => 'Batas Bandwidth terlampaui',
- '510' => 'Tidak diperpanjang',
- '511' => 'Otentikasi jaringan diperlukan',
- '520' => 'Error tidak diketahui',
- '521' => 'Web server sedang turun',
- '522' => 'Waktu koneksi berakhir',
- '523' => 'Asal tidak terjangkau',
- '524' => 'Terjadi Timeout',
- '525' => 'Jabat tangan SSL gagal',
- '526' => 'Sertifikat SSL tidak sah',
- '527' => 'Kesalahan Railgun',
- '598' => 'Network Read Timeout gagal',
- '599' => 'Network Connect Timeout gagal',
- 'unknownError' => 'Error tidak diketahui',
-];
diff --git a/resources/lang/id/pagination.php b/resources/lang/id/pagination.php
deleted file mode 100644
index 708a9f01..00000000
--- a/resources/lang/id/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Berikutnya »',
- 'previous' => '« Sebelumnya',
-];
diff --git a/resources/lang/id/passwords.php b/resources/lang/id/passwords.php
deleted file mode 100644
index 73086042..00000000
--- a/resources/lang/id/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Kata sandi Anda sudah direset!',
- 'sent' => 'Kami sudah mengirim surel yang berisi tautan untuk mereset kata sandi Anda!',
- 'throttled' => 'Harap tunggu sebelum mencoba lagi.',
- 'token' => 'Token pengaturan ulang kata sandi tidak sah.',
- 'user' => 'Kami tidak dapat menemukan pengguna dengan alamat surel tersebut.',
-];
diff --git a/resources/lang/id/validation.php b/resources/lang/id/validation.php
deleted file mode 100644
index bc4419b2..00000000
--- a/resources/lang/id/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute harus diterima.',
- 'accepted_if' => ':Attribute harus diterima ketika :other berisi :value.',
- 'active_url' => ':Attribute bukan URL yang valid.',
- 'after' => ':Attribute harus berisi tanggal setelah :date.',
- 'after_or_equal' => ':Attribute harus berisi tanggal setelah atau sama dengan :date.',
- 'alpha' => ':Attribute hanya boleh berisi huruf.',
- 'alpha_dash' => ':Attribute hanya boleh berisi huruf, angka, strip, dan garis bawah.',
- 'alpha_num' => ':Attribute hanya boleh berisi huruf dan angka.',
- 'array' => ':Attribute harus berisi sebuah array.',
- 'attached' => ':Attribute sudah dilampirkan.',
- 'before' => ':Attribute harus berisi tanggal sebelum :date.',
- 'before_or_equal' => ':Attribute harus berisi tanggal sebelum atau sama dengan :date.',
- 'between' => [
- 'array' => ':Attribute harus memiliki :min sampai :max anggota.',
- 'file' => ':Attribute harus berukuran antara :min sampai :max kilobita.',
- 'numeric' => ':Attribute harus bernilai antara :min sampai :max.',
- 'string' => ':Attribute harus berisi antara :min sampai :max karakter.',
- ],
- 'boolean' => ':Attribute harus bernilai true atau false',
- 'confirmed' => 'Konfirmasi :attribute tidak cocok.',
- 'current_password' => 'Kata sandi salah.',
- 'date' => ':Attribute bukan tanggal yang valid.',
- 'date_equals' => ':Attribute harus berisi tanggal yang sama dengan :date.',
- 'date_format' => ':Attribute tidak cocok dengan format :format.',
- 'declined' => ':Attribute ini harus ditolak.',
- 'declined_if' => ':Attribute ini harus ditolak ketika :other bernilai :value.',
- 'different' => ':Attribute dan :other harus berbeda.',
- 'digits' => ':Attribute harus terdiri dari :digits angka.',
- 'digits_between' => ':Attribute harus terdiri dari :min sampai :max angka.',
- 'dimensions' => ':Attribute tidak memiliki dimensi gambar yang valid.',
- 'distinct' => ':Attribute memiliki nilai yang duplikat.',
- 'doesnt_end_with' => ':Attribute tidak boleh diakhiri dengan salah satu dari berikut ini: :values.',
- 'doesnt_start_with' => ':Attribute tidak boleh dimulai dengan salah satu dari berikut ini: :values.',
- 'email' => ':Attribute harus berupa alamat surel yang valid.',
- 'ends_with' => ':Attribute harus diakhiri salah satu dari berikut: :values',
- 'enum' => ':Attribute yang dipilih tidak valid.',
- 'exists' => ':Attribute yang dipilih tidak valid.',
- 'file' => ':Attribute harus berupa sebuah berkas.',
- 'filled' => ':Attribute harus memiliki nilai.',
- 'gt' => [
- 'array' => ':Attribute harus memiliki lebih dari :value anggota.',
- 'file' => ':Attribute harus berukuran lebih besar dari :value kilobita.',
- 'numeric' => ':Attribute harus bernilai lebih besar dari :value.',
- 'string' => ':Attribute harus berisi lebih besar dari :value karakter.',
- ],
- 'gte' => [
- 'array' => ':Attribute harus terdiri dari :value anggota atau lebih.',
- 'file' => ':Attribute harus berukuran lebih besar dari atau sama dengan :value kilobita.',
- 'numeric' => ':Attribute harus bernilai lebih besar dari atau sama dengan :value.',
- 'string' => ':Attribute harus berisi lebih besar dari atau sama dengan :value karakter.',
- ],
- 'image' => ':Attribute harus berupa gambar.',
- 'in' => ':Attribute yang dipilih tidak valid.',
- 'in_array' => ':Attribute tidak ada di dalam :other.',
- 'integer' => ':Attribute harus berupa bilangan bulat.',
- 'ip' => ':Attribute harus berupa alamat IP yang valid.',
- 'ipv4' => ':Attribute harus berupa alamat IPv4 yang valid.',
- 'ipv6' => ':Attribute harus berupa alamat IPv6 yang valid.',
- 'json' => ':Attribute harus berupa JSON string yang valid.',
- 'lowercase' => ':Attribute harus berupa huruf kecil.',
- 'lt' => [
- 'array' => ':Attribute harus memiliki kurang dari :value anggota.',
- 'file' => ':Attribute harus berukuran kurang dari :value kilobita.',
- 'numeric' => ':Attribute harus bernilai kurang dari :value.',
- 'string' => ':Attribute harus berisi kurang dari :value karakter.',
- ],
- 'lte' => [
- 'array' => ':Attribute harus tidak lebih dari :value anggota.',
- 'file' => ':Attribute harus berukuran kurang dari atau sama dengan :value kilobita.',
- 'numeric' => ':Attribute harus bernilai kurang dari atau sama dengan :value.',
- 'string' => ':Attribute harus berisi kurang dari atau sama dengan :value karakter.',
- ],
- 'mac_address' => ':Attribute harus berupa alamat MAC yang valid.',
- 'max' => [
- 'array' => ':Attribute maksimal terdiri dari :max anggota.',
- 'file' => ':Attribute maksimal berukuran :max kilobita.',
- 'numeric' => ':Attribute maksimal bernilai :max.',
- 'string' => ':Attribute maksimal berisi :max karakter.',
- ],
- 'max_digits' => ':Attribute tidak boleh memiliki lebih dari :max digit.',
- 'mimes' => ':Attribute harus berupa berkas berjenis: :values.',
- 'mimetypes' => ':Attribute harus berupa berkas berjenis: :values.',
- 'min' => [
- 'array' => ':Attribute minimal terdiri dari :min anggota.',
- 'file' => ':Attribute minimal berukuran :min kilobita.',
- 'numeric' => ':Attribute minimal bernilai :min.',
- 'string' => ':Attribute minimal berisi :min karakter.',
- ],
- 'min_digits' => ':Attribute tidak boleh memiliki kurang dari :min digit.',
- 'multiple_of' => ':Attribute harus merupakan kelipatan dari :value',
- 'not_in' => ':Attribute yang dipilih tidak valid.',
- 'not_regex' => 'Format :attribute tidak valid.',
- 'numeric' => ':Attribute harus berupa angka.',
- 'password' => [
- 'letters' => ':Attribute ini harus memiliki setidaknya satu karakter.',
- 'mixed' => ':Attribute ini harus memiliki setidaknya satu huruf kapital dan satu huruf kecil.',
- 'numbers' => ':Attribute ini harus memiliki setidaknya satu angka.',
- 'symbols' => ':Attribute ini harus memiliki setidaknya satu simbol.',
- 'uncompromised' => ':Attribute ini telah muncul di kebocoran data. Silahkan memilih :attribute yang berbeda.',
- ],
- 'present' => ':Attribute wajib ada.',
- 'prohibited' => ':Attribute tidak boleh ada.',
- 'prohibited_if' => ':Attribute tidak boleh ada bila :other adalah :value.',
- 'prohibited_unless' => ':Attribute tidak boleh ada kecuali :other memiliki nilai :values.',
- 'prohibits' => ':Attribute melarang isian :other untuk ditampilkan.',
- 'regex' => 'Format :attribute tidak valid.',
- 'relatable' => ':Attribute ini mungkin tidak berasosiasi dengan sumber ini.',
- 'required' => ':Attribute wajib diisi.',
- 'required_array_keys' => ':Attribute wajib berisi entri untuk: :values.',
- 'required_if' => ':Attribute wajib diisi bila :other adalah :value.',
- 'required_if_accepted' => ':Attribute wajib diisi bila :other sesuai.',
- 'required_unless' => ':Attribute wajib diisi kecuali :other memiliki nilai :values.',
- 'required_with' => ':Attribute wajib diisi bila terdapat :values.',
- 'required_with_all' => ':Attribute wajib diisi bila terdapat :values.',
- 'required_without' => ':Attribute wajib diisi bila tidak terdapat :values.',
- 'required_without_all' => ':Attribute wajib diisi bila sama sekali tidak terdapat :values.',
- 'same' => ':Attribute dan :other harus sama.',
- 'size' => [
- 'array' => ':Attribute harus mengandung :size anggota.',
- 'file' => ':Attribute harus berukuran :size kilobyte.',
- 'numeric' => ':Attribute harus berukuran :size.',
- 'string' => ':Attribute harus berukuran :size karakter.',
- ],
- 'starts_with' => ':Attribute harus diawali salah satu dari berikut: :values',
- 'string' => ':Attribute harus berupa string.',
- 'timezone' => ':Attribute harus berisi zona waktu yang valid.',
- 'unique' => ':Attribute sudah ada sebelumnya.',
- 'uploaded' => ':Attribute gagal diunggah.',
- 'uppercase' => ':Attribute harus berupa huruf kapital.',
- 'url' => 'Format :attribute tidak valid.',
- 'uuid' => ':Attribute harus merupakan UUID yang valid.',
- 'attributes' => [
- 'address' => 'alamat',
- 'age' => 'usia',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'badan',
- 'city' => 'kota',
- 'content' => 'konten',
- 'country' => 'negara',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'tanggal',
- 'date_of_birth' => 'date of birth',
- 'day' => 'hari',
- 'deleted_at' => 'deleted at',
- 'description' => 'deskripsi',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'surel',
- 'excerpt' => 'kutipan',
- 'filter' => 'filter',
- 'first_name' => 'nama depan',
- 'gender' => 'jenis kelamin',
- 'group' => 'group',
- 'hour' => 'jam',
- 'image' => 'image',
- 'last_name' => 'nama belakang',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'pesan',
- 'middle_name' => 'middle name',
- 'minute' => 'menit',
- 'mobile' => 'seluler',
- 'month' => 'bulan',
- 'name' => 'nama',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'kata sandi',
- 'password_confirmation' => 'konfirmasi kata sandi',
- 'phone' => 'telepon',
- 'photo' => 'foto',
- 'postal_code' => 'postal code',
- 'price' => 'harga',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'peran',
- 'second' => 'detik',
- 'sex' => 'jenis kelamin',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subyek',
- 'teacher' => 'teacher',
- 'terms' => 'ketentuan',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'waktu',
- 'title' => 'judul',
- 'updated_at' => 'updated at',
- 'username' => 'nama pengguna',
- 'year' => 'tahun',
- ],
-];
diff --git a/resources/lang/is.json b/resources/lang/is.json
deleted file mode 100644
index ed7bbc06..00000000
--- a/resources/lang/is.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Þiggja Boð",
- "Add": "Bæta",
- "Add a new team member to your team, allowing them to collaborate with you.": "Bæta nýtt lið meðlimur til að þitt lið, leyfa þeim að vinna með þér.",
- "Add additional security to your account using two factor authentication.": "Bæta fleiri öryggi á reikninginn þinn með tvær þáttur staðfesting.",
- "Add Team Member": "Bæta Lið Meðlimur",
- "Added.": "Bætt við.",
- "Administrator": "Stjórnandi",
- "Administrator users can perform any action.": "Stjórnandi notendur hægt að framkvæma aðgerð.",
- "All of the people that are part of this team.": "Allt fólkið sem eru hluti af þessu liði.",
- "All rights reserved.": "Allt réttindi frátekið.",
- "Already registered?": "Þegar skráð?",
- "API Token": "API Skapi",
- "API Token Permissions": "API Skapi Leyfi",
- "API Tokens": "API Tákn",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API tákn leyfa þriðja aðila þjónustu til að staðfesta með umsókn okkar á þínum vegum.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Ertu viss um að þú vilt fá þetta lið? Þegar hópur er eytt, öll úrræði og gögnum verður endanlega eytt.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Ertu viss um að þú viljir að eyða reikningnum þínum? Einu sinni á reikninginn þinn er eytt, öll úrræði og gögnum verður endanlega eytt. Sláðu inn lykilorðið þitt til að staðfesta að þú langar til að eyða þinn reikning.",
- "Are you sure you would like to delete this API token?": "Ertu viss um að þú vilt fá þetta API skapi?",
- "Are you sure you would like to leave this team?": "Ertu viss um að þú vilt að yfirgefa þetta lið?",
- "Are you sure you would like to remove this person from the team?": "Ertu viss um að þú vilt að fjarlægja þennan mann úr lið?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Vafra Fundum",
- "Cancel": "Hætta",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Loka",
- "Code": "Númerið",
- "Confirm": "Staðfesta",
- "Confirm Password": "Staðfesta Lykilorð",
- "Create": "Búa",
- "Create a new team to collaborate with others on projects.": "Að búa til nýtt lið til að vinna með öðrum á verkefni.",
- "Create Account": "Stofna Reikning",
- "Create API Token": "Búa API Skapi",
- "Create New Team": "Að Búa Til Nýtt Lið",
- "Create Team": "Búa Lið",
- "Created.": "Búin.",
- "Current Password": "Núverandi Lykilorð",
- "Dashboard": "Mælaborðinu",
- "Delete": "Eyða",
- "Delete Account": "Eyða Reikning",
- "Delete API Token": "Hreinn API Skapi",
- "Delete Team": "Eyða Lið",
- "Disable": "Slökkva",
- "Done.": "Gert.",
- "Edit Profile": "Edit Profile",
- "Editor": "Ritstjóri",
- "Editor users have the ability to read, create, and update.": "Ritstjóri notendur hefur getu til að lesa, búa, og uppfærslu.",
- "Email": "Sendu",
- "Email Address": "Netfangið",
- "Email Password Reset Link": "Sendu Lykilorð Endurstilla Hlekkur",
- "Enable": "Virkja",
- "Ensure your account is using a long, random password to stay secure.": "Að tryggja reikninginn þinn er með lengi, af handahófi lykilorð til að vera örugg.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Fyrir öryggi þitt, vinsamlegast staðfesta lykilorð þitt til að halda áfram.",
- "Forbidden": "Bannað",
- "Forgot your password?": "Gleymdi lykilorðið þitt?",
- "Forgot Your Password?": "Gleymdi Lykilorðið Þitt?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Gleymdi lykilorðið þitt? Ekkert vandamál. Bara að láta okkur vita netfangið þitt og við munum senda þér lykilorð endurstilla hlekkur sem verður að leyfa þér að velja nýtt einn.",
- "Go to page :page": "Fara á síðu :page",
- "Great! You have accepted the invitation to join the :team team.": "Frábær! Þú hefur þegið boð til að taka þátt í :team lið.",
- "Hello!": "Halló!",
- "I agree to the :terms_of_service and :privacy_policy": "Ég er sammála að :terms_of_service og :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Ef nauðsyn krefur, þú getur skrá þig út af öllum öðrum vafra fundum yfir öll tæki. Sumir af undanförnum fundum eru hér fyrir neðan, en þetta sinn má ekki tæmandi. Ef þér finnst þinn reikning hefur verið í hættu, þú ættir líka að uppfæra lykilorð.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Ef þú ert nú þegar með reikning, getur þú að samþykkja þetta boð með því að ýta á takkann neðan:",
- "If you did not create an account, no further action is required.": "Ef þú ekki að stofna reikning, engar frekari aðgerð er krafist.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Ef þú gerðir ekki ráð að fá boð um að þetta lið, þú getur henda þessum tölvupósti.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Ef þú hefur ekki beðið lykilorð endurstilla, engar frekari aðgerð er krafist.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ef þú ert ekki með reikning, þú getur búið einn af því að smella á hnappinn fyrir neðan. Eftir að stofna reikning, þú getur smelltu boð samþykki hnappinn í þessum tölvupósti til að samþykkja lið boð:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Ef þú ert í vandræðum með að smella á \":actionText\" takka, afrit og líma SLÓÐINA neðan\ní vafra:",
- "Last active": "Síðast virkt",
- "Last used": "Síðasta notað",
- "Leave": "Látið",
- "Leave Team": "Látið Lið",
- "Log in": "Skráðu þig í",
- "Log Out": "Að Skrá Þig Út",
- "Log Out Other Browser Sessions": "Að Skrá Þig Út Öðrum Vafra Fundum",
- "Login": "Tenging",
- "Logout": "Út",
- "Manage Account": "Stjórna Reikning",
- "Manage and log out your active sessions on other browsers and devices.": "Stjórna og skrá þig út virk fundur á öðrum þína og tæki.",
- "Manage API Tokens": "Stjórna API Tákn",
- "Manage Role": "Stjórna Hlutverki",
- "Manage Team": "Stjórna Liðinu",
- "Name": "Nafnið",
- "New Password": "Nýtt Lykilorð",
- "Not Found": "Ekki Að Finna",
- "of": "af",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Þegar hópur er eytt, öll úrræði og gögnum verður endanlega eytt. Áður en þú eyðir þetta lið skaltu sækja hvaða gögn eða upplýsingar um þetta lið sem þú vilt halda.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Einu sinni á reikninginn þinn er eytt, öll úrræði og gögnum verður endanlega eytt. Áður en þú eyðir á reikninginn þinn, skaltu sækja hvaða gögn eða upplýsingar sem þú vilt halda.",
- "Page Expired": "Page Liðinn",
- "Pagination Navigation": "Pagination Siglingar",
- "Password": "Lykilorð",
- "Pending Team Invitations": "Bið Lið Boð",
- "Permanently delete this team.": "Varanlega eyða þetta lið.",
- "Permanently delete your account.": "Varanlega eyða þinn reikning.",
- "Permissions": "Heimildir",
- "Photo": "Ljósmynd",
- "Please click the button below to verify your email address.": "Vinsamlegast smelltu á hnappinn undir til að staðfesta netfangið þitt.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Gjörið svo vel að staðfesta aðgang að reikningnum þínum með því að slá einn af þínum neyðartilvikum bata númer.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Gjörið svo vel að staðfesta aðgang að reikningnum þínum með því að slá staðfesting númerið hjá authenticator umsókn.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Vinsamlegast afrit nýja API skapi. Fyrir öryggi þitt, það verður ekki sýnt aftur.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Sláðu inn lykilorðið þitt til að staðfesta að þú langar til að skrá þig út af öðrum vafra fundum yfir öll tæki.",
- "Please provide the email address of the person you would like to add to this team.": "Vinsamlegast gefðu netfangið sem þú vilt að bæta við þetta lið.",
- "Privacy Policy": "Næði Stefnu",
- "Profile": "Sniðið",
- "Profile Information": "Upplýsingar",
- "Recovery Code": "Bata Kóða",
- "Regards": "Kveðjur",
- "Regenerate Recovery Codes": "Endurfæða Bata Númerin",
- "Register": "Skrá",
- "Remember me": "Manstu eftir mér",
- "Remember Me": "Manstu Eftir Mér",
- "Remove": "Fjarlægja",
- "Remove Photo": "Taktu Mynd",
- "Remove Team Member": "Fjarlægja Lið Meðlimur",
- "Resend Verification Email": "Senda Staðfestingu Tölvupósti",
- "Reset Password": "Endurstilla Lykilorð",
- "Reset Password Notification": "Endurstilla Lykilorð Tilkynningu",
- "results": "niðurstöður",
- "Role": "Hlutverki",
- "Save": "Sparaðu",
- "Saved.": "Bjargaði.",
- "Select A New Photo": "Veldu Ný Mynd",
- "Send Password Reset Link": "Senda Lykilorð Endurstilla Hlekkur",
- "Server Error": "Miðlara Villa",
- "Service Unavailable": "Þjónustu Hendi",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Sýna Bata Númerin",
- "Showing": "Sýni",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Geyma þetta bata númer í örugga lykilorð framkvæmdastjóri. Þeir geta notað til að batna aðgang að reikningnum þínum ef tveir þáttur staðfesting tækið er glatað.",
- "Switch Teams": "Skiptið Yfir Í Lið",
- "Team Details": "Team",
- "Team Invitation": "Lið Boð",
- "Team Members": "Liðsmenn",
- "Team Name": "Lið Nafn",
- "Team Owner": "Lið Eigandi",
- "Team Settings": "Lið Stillingar",
- "Terms of Service": "Skilmálana",
- "The :attribute must be a valid role.": "Við :attribute hlýtur að vera gild hlutverk.",
- "The :attribute must be at least :length characters and contain at least one number.": "Við :attribute verður að vera að minnsta kosti :length stafir og innihalda að minnsta kosti einn númer.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "Við :attribute verður að vera að minnsta kosti :length stafir og innihalda að minnsta kosti einn sérstaka persónu og einn skammt af númer.",
- "The :attribute must be at least :length characters and contain at least one special character.": "Við :attribute verður að vera að minnsta kosti :length stafir og innihalda að minnsta kosti einn sérstaka persónu.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "Við :attribute verður að vera að minnsta kosti :length stafir og innihalda að minnsta kosti einn hástöfum staf og einn skammt af númer.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "Við :attribute verður að vera að minnsta kosti :length stafir og innihalda að minnsta kosti einn hástöfum staf og einn sérstaka persónu.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "Við :attribute verður að vera að minnsta kosti :length stafir og innihalda að minnsta kosti einn hástöfum persóna, númer eitt, og eina sérstaka persónu.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "Við :attribute verður að vera að minnsta kosti :length stafir og innihalda að minnsta kosti einn hástöfum eðli.",
- "The :attribute must be at least :length characters.": "Við :attribute verður að vera að minnsta kosti :length stafir.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Hjá lykilorð passar ekki núverandi lykilorð.",
- "The provided password was incorrect.": "Hjá lykilorð var rangt.",
- "The provided two factor authentication code was invalid.": "Hjá tveimur þáttur staðfesting númerið var ógilt.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Liðið er nafn og eigandi upplýsingar.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Þetta fólk hefur verið boðið að þitt lið og hafa verið að senda boð í tölvupósti. Þeir kunna að ganga í lið með að þiggja boð í tölvupósti.",
- "This device": "Þetta tæki",
- "This is a secure area of the application. Please confirm your password before continuing.": "Þetta er öruggt svæði á umsókn. Vinsamlegast staðfesta lykilorð þitt áður en þú heldur áfram.",
- "This password does not match our records.": "Þetta lykilorð passar ekki skrám okkar.",
- "This password reset link will expire in :count minutes.": "Þetta lykilorð endurstilla hlekkur mun renna út í :count mínútur.",
- "This user already belongs to the team.": "Þessi notandi þegar tilheyrir lið.",
- "This user has already been invited to the team.": "Þessi notandi hefur þegar verið boðið að liðið.",
- "to": "til",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Að skipta á flakk",
- "Token Name": "Skapi Nafn",
- "Too Many Requests": "Of Margir Beiðnir",
- "Two Factor Authentication": "Tvær Þáttur Staðfesting",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Óviðkomandi",
- "Unknown": "Unknown",
- "Update Password": "Uppfæra Lykilorð",
- "Update your account's profile information and email address.": "Uppfæra reikning þinn er upplýsingar og netfangið.",
- "Use a recovery code": "Nota bata kóða",
- "Use an authentication code": "Nota staðfesting kóða",
- "Verify Email Address": "Staðfestum Netfangið",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Við vorum ekki að finna skráður notandi með þetta netfang.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Þegar tvær þáttur staðfesting er virkt, þú verður beðinn um örugga, handahófi skapi á staðfesting. Þú getur sótt þetta tákn frá síminn er ekki á hjá Google Authenticator umsókn.",
- "Whoops!": "Úps!",
- "Whoops! Something went wrong.": "Úps! Eitthvað fór úrskeiðis.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Þú ert að fá þetta bréf vegna þess að við fengið lykilorðið endurstilla beiðni fyrir reikningnum þínum.",
- "You have been invited to join the :team team!": "Þú hefur verið boðið að taka þátt í :team lið!",
- "You have enabled two factor authentication.": "Þú hefur virkjað tvær þáttur staðfesting.",
- "You have not enabled two factor authentication.": "Þú hefur ekki gert tvær þáttur staðfesting.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Þú getur eytt einhverju núverandi tákn ef þeir eru ekki lengur þörf.",
- "You may not delete your personal team.": "Þú getur ekki eyða persónulega lið.",
- "You may not leave a team that you created.": "Þú getur ekki látið lið sem þú bjóst til.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/is/auth.php b/resources/lang/is/auth.php
deleted file mode 100644
index 90f34d68..00000000
--- a/resources/lang/is/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'These credentials do not match our records.',
- 'password' => 'Lykilorð er rangt.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
-];
diff --git a/resources/lang/is/http-statuses.php b/resources/lang/is/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/is/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/is/pagination.php b/resources/lang/is/pagination.php
deleted file mode 100644
index d4eb2e07..00000000
--- a/resources/lang/is/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Næsta »',
- 'previous' => '« Fyrri',
-];
diff --git a/resources/lang/is/passwords.php b/resources/lang/is/passwords.php
deleted file mode 100644
index 030813de..00000000
--- a/resources/lang/is/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Lykilorðið þitt hefur verið endurstillt!',
- 'sent' => 'Við sendum þér tölvupóst með slóð til að endurheimta lykilorðið þitt.',
- 'throttled' => 'Vinsamlegast bíðið áður en reyni aftur.',
- 'token' => 'Kóðinn til að endurheimta lykilorðið er rangur.',
- 'user' => 'Notandi með þetta netfang finnst ekki.',
-];
diff --git a/resources/lang/is/validation.php b/resources/lang/is/validation.php
deleted file mode 100644
index 06684f07..00000000
--- a/resources/lang/is/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Reiturinn :attribute verður að vera samþykktur.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => 'Reiturinn :attribute er ekki leyfileg vefslóð.',
- 'after' => 'Reiturinn :attribute verður að vera dagsetning eftir :date.',
- 'after_or_equal' => ':Attribute verður að vera dagsetning eftir eða sú sama og :date.',
- 'alpha' => 'Reiturinn :attribute má aðeins innihalda bókstafi.',
- 'alpha_dash' => 'Reiturinn :attribute má aðeins innihalda bókstafi, tölur og undirstikanir.',
- 'alpha_num' => 'Reiturinn :attribute má aðeins innihalda bókstafi og tölur.',
- 'array' => 'Reiturinn :attribute verður að vera fylki.',
- 'attached' => 'Þetta :attribute er nú þegar fylgir.',
- 'before' => 'Reiturinn :attribute verður að vera dagsetning eftir :date.',
- 'before_or_equal' => ':Attribute verður að vera dagsetning fyrir eða sú samaog :date.',
- 'between' => [
- 'array' => 'Reiturinn :attribute verður að vera á milli :min - :max staka.',
- 'file' => 'Reiturinn :attribute verður að vera á milli :min - :max kílóbæta.',
- 'numeric' => 'Reiturinn :attribute verður að vera á milli :min - :max.',
- 'string' => 'Reiturinn :attribute verður að vera á milli :min - :max stafa.',
- ],
- 'boolean' => 'Reiturinn :attribute verður að vera réttur eða rangur.',
- 'confirmed' => 'Staðfesting á reitnum :attribute passar ekki.',
- 'current_password' => 'The password is incorrect.',
- 'date' => 'Reiturinn :attribute er ekki rétt dagsetning.',
- 'date_equals' => ':Attribute verður að vera dagsetning sem er sú sama og :date.',
- 'date_format' => 'Reiturinn :attribute passar ekki við :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'Reiturinn :attribute og :other verða að vera ólíkir.',
- 'digits' => 'Reiturinn :attribute verður að vera :digits tölustafir.',
- 'digits_between' => 'Reiturinn :attribute verður að vera á milli :min og :max tölustafa.',
- 'dimensions' => ':Attribute hefur ógilda myndvídd.',
- 'distinct' => ':Attribute reiturinn hefur tvítekið gildi.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'Reiturinn :attribute snið netfangsins er ekki rétt.',
- 'ends_with' => 'Við :attribute verður að enda með eftirfarandi: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Reiturinn :attribute er nú þegar til.',
- 'file' => ':Attribute verður að vera skrá.',
- 'filled' => 'Reiturinn :attribute verður að innihalda eitthvað.',
- 'gt' => [
- 'array' => ':Attribute verður að hafa fleiri en :value atriði.',
- 'file' => ':Attribute verður að vera stærra en :value kílóbæti.',
- 'numeric' => ':Attribute verður að vera stærra en :value.',
- 'string' => ':Attribute verður að vera lengri en :value stafir.',
- ],
- 'gte' => [
- 'array' => ':Attribute verður að hafa :value eða fleiri atriði.',
- 'file' => ':Attribute verður að vera stærra en eða jafnt :value kílóbætum.',
- 'numeric' => ':Attribute verður að vera stærra en eða jafnt :value.',
- 'string' => ':Attribute verður að vera lengri eða jafnlangur og :value stafir.',
- ],
- 'image' => 'Reiturinn :attribute verður að vera mynd.',
- 'in' => 'Reiturinn :attribute er ekki réttur.',
- 'in_array' => ':Attribute reiturinn er ekki til í :other.',
- 'integer' => 'Reiturinn :attribute verður að vera tala.',
- 'ip' => 'Reiturinn :attribute verður að vera lögleg IP-tala.',
- 'ipv4' => ':Attribute verður að vera gild IPv4-tala.',
- 'ipv6' => ':Attribute verður að vera gild IPv6-tala.',
- 'json' => ':Attribute verður að vera gildur JSON-strengur.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute verður að hafa færri en :value atriði.',
- 'file' => ':Attribute verður að vera minni en :value kílóbæti.',
- 'numeric' => ':Attribute verður að vera minni en :value.',
- 'string' => ':Attribute verður að vera styttri en :value stafir.',
- ],
- 'lte' => [
- 'array' => ':Attribute má ekki hafa fleiri en :value atriði.',
- 'file' => ':Attribute verður að vera minni eða jafnstór og :value kílóbæti.',
- 'numeric' => ':Attribute verður að vera minna en eða jafnt :value.',
- 'string' => ':Attribute verður að vera styttri eða jafnlangur og :value stafir.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'Reiturinn :attribute verður að innihalda færri en :max stök.',
- 'file' => 'Reiturinn :attribute verður að vera minni en :max kílóbæt.',
- 'numeric' => 'Reiturinn :attribute verður að innihalda færri stafi en :max.',
- 'string' => 'Reiturinn :attribute verður að innihalda færri en :max stafi.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'Reiturinn :attribute verður að vera skrá af gerðinni: :values.',
- 'mimetypes' => 'Reiturinn :attribute verður að vera skrá af gerðinni: :values.',
- 'min' => [
- 'array' => 'Reiturinn :attribute verður að vera að lágmarki :min stök.',
- 'file' => 'Reiturinn :attribute verður að vera að lágmarki :min kílóbæt.',
- 'numeric' => 'Reiturinn :attribute verður að vera að lágmarki :min tölustafir.',
- 'string' => 'Reiturinn :attribute verður að vera að lágmarki :min stafir.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'Við :attribute verður að vera margar af :value',
- 'not_in' => 'Reiturinn :attribute er ógildur.',
- 'not_regex' => ':Attribute sniðið er ógilt.',
- 'numeric' => 'Reiturinn :attribute verður að vera tala.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute reiturinn verður að vera til staðar.',
- 'prohibited' => 'Við :attribute sviði er bannað.',
- 'prohibited_if' => 'Við :attribute sviði er bannað þegar :other er :value.',
- 'prohibited_unless' => 'Við :attribute sviði er bönnuð nema :other er í :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'Reiturinn :attribute er ekki á réttu formi.',
- 'relatable' => 'Þetta :attribute getur ekki tengst þessu úrræði.',
- 'required' => 'Reiturinn :attribute er nauðsynlegur.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'Reiturinn :attribute er nauðsynlegur þegar :other er :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Attribute er áskilinn nema :other sé í :values.',
- 'required_with' => ':Attribute er áskilinn þegar :values er til staðar.',
- 'required_with_all' => ':Attribute er áskilinn þegar :values er til staðar.',
- 'required_without' => ':Attribute er áskilinn þegar :values er ekki til staðar.',
- 'required_without_all' => ':Attribute reiturinn er áskilinn þegar engin af :values eru til staðar.',
- 'same' => 'Reiturinn :attribute og :other verða að stemma.',
- 'size' => [
- 'array' => 'Reiturinn :attribute verður að innihalda :size hluti.',
- 'file' => 'Reiturinn :attribute verður að vera :size kílóbæt.',
- 'numeric' => 'Reiturinn :attribute verður að vera :size.',
- 'string' => 'Reiturinn :attribute verður að vera :size stafir.',
- ],
- 'starts_with' => ':Attribute verður að byrja á einu af eftirfarandi: :values',
- 'string' => ':Attribute verður að vera strengur.',
- 'timezone' => 'Reiturinn :attribute verður að vera rétt tímabelti.',
- 'unique' => 'Reiturinn :attribute er því miður ekki leyfilegur. Það er annar eins.',
- 'uploaded' => 'Ekki tókst að hlaða :attribute upp.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Reiturinn :attribute verður að vera netslóð.',
- 'uuid' => ':Attribute verður að vera gilt UUID.',
- 'attributes' => [
- 'address' => 'heimilisfang',
- 'age' => 'aldur',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'í boði',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'borg',
- 'content' => 'efni',
- 'country' => 'land',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'dagsetning',
- 'date_of_birth' => 'date of birth',
- 'day' => 'dagur',
- 'deleted_at' => 'deleted at',
- 'description' => 'lýsing',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'netfang',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'fornafn',
- 'gender' => 'kyn',
- 'group' => 'group',
- 'hour' => 'klukkutími',
- 'image' => 'image',
- 'last_name' => 'eftirnafn',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'mínúta',
- 'mobile' => 'farsími',
- 'month' => 'mánuður',
- 'name' => 'nafn',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'lykilorð',
- 'password_confirmation' => 'staðfesting á lykilorði',
- 'phone' => 'heimasími',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'sekúnda',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'stærð',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'tími',
- 'title' => 'titill',
- 'updated_at' => 'updated at',
- 'username' => 'notendanafn',
- 'year' => 'ár',
- ],
-];
diff --git a/resources/lang/ja.json b/resources/lang/ja.json
deleted file mode 100644
index 7d3d968b..00000000
--- a/resources/lang/ja.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(その他、:countエラーあり)",
- "(and :count more errors)": "(その他、:countエラーあり)",
- "A fresh verification link has been sent to your email address.": "新しい確認リンクがメールアドレスに送信されました。",
- "A new verification link has been sent to the email address you provided in your profile settings.": "登録いただいたメールアドレスに確認メールを送信しました。",
- "A new verification link has been sent to your email address.": "確認メールを送信しました。",
- "Accept Invitation": "招待を受け入れる",
- "Add": "追加",
- "Add a new team member to your team, allowing them to collaborate with you.": "新しいチームメンバーを追加。",
- "Add additional security to your account using two factor authentication.": "セキュリティ強化のため二要素認証を追加。",
- "Add Team Member": "チームメンバーを追加",
- "Added.": "追加が完了しました。",
- "Administrator": "管理者",
- "Administrator users can perform any action.": "管理者は全てのアクションを実行可能です。",
- "All of the people that are part of this team.": "全チームメンバー",
- "All rights reserved.": "All rights reserved.",
- "Already registered?": "登録済みの方はこちら",
- "API Token": "APIトークン",
- "API Token Permissions": "APIトークン認可",
- "API Tokens": "APIトークン",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "APIトークンを用いることで、サードパーティーのサービスを使用してアプリケーションの認証を行うことが可能です。",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "チームを削除しますか? チームを削除すると、全てのデータが完全に削除されます。",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "アカウントを削除しますか? アカウントを削除すると全てのデータが完全に削除されます。よろしければパスワードを入力してください。",
- "Are you sure you would like to delete this API token?": "APIトークンを削除しますか?",
- "Are you sure you would like to leave this team?": "このチームから脱退してよろしいですか?",
- "Are you sure you would like to remove this person from the team?": "このメンバーをチームから削除しますか?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "続行する前に、メールアドレスの認証を完了してください。メールが届いていない場合、再送することも可能です。",
- "Before proceeding, please check your email for a verification link.": "先に進む前に、確認リンクのためにあなたの電子メールを確認してください。",
- "Browser Sessions": "ブラウザセッション",
- "Cancel": "キャンセル",
- "Click here to re-send the verification email.": "確認メールを再送するにはこちらをクリックしてください。",
- "click here to request another": "ここをクリックして別のものをリクエストしてください",
- "Close": "閉じる",
- "Code": "コード",
- "Confirm": "確認",
- "Confirm Password": "パスワード(確認用)",
- "Create": "作成",
- "Create a new team to collaborate with others on projects.": "新しいチームを作って、共同でプロジェクトを進める。",
- "Create Account": "アカウントの作成",
- "Create API Token": "APIトークン生成",
- "Create New Team": "新しいチームを作成",
- "Create Team": "チームを作成",
- "Created.": "作成しました。",
- "Current Password": "現在のパスワード",
- "Dashboard": "ダッシュボード",
- "Delete": "削除",
- "Delete Account": "アカウント削除",
- "Delete API Token": "APIトークン削除",
- "Delete Team": "チームを削除",
- "Disable": "無効化",
- "Done.": "完了しました。",
- "Edit Profile": "プロフィール編集",
- "Editor": "編集者",
- "Editor users have the ability to read, create, and update.": "編集者は読み込み、作成、更新ができます。",
- "Email": "メール",
- "Email Address": "メールアドレス",
- "Email Password Reset Link": "送信",
- "Enable": "有効化",
- "Ensure your account is using a long, random password to stay secure.": "アカウントを安全に保つため、ランダムで長いパスワードを使用していることを確認してください。",
- "Finish enabling two factor authentication.": "二要素認証の有効化を終了します。",
- "For your security, please confirm your password to continue.": "安全のため、パスワードを入力して続行してください。",
- "Forbidden": "禁止されています",
- "Forgot your password?": "パスワードを忘れた方はこちら",
- "Forgot Your Password?": "パスワードを忘れた方はこちら",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "ご登録いただいたメールアドレスを入力してください。パスワード再設定用のURLをメールにてお送りします。",
- "Go to page :page": ":Pageページへ",
- "Great! You have accepted the invitation to join the :team team.": ":Teamチームに参加しました。",
- "Hello!": "こんにちは",
- "I agree to the :terms_of_service and :privacy_policy": ":Terms_of_serviceと:privacy_policyに同意します",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "お使いの全ての端末からログアウトできます。最近のセッションは下記の通りです(一部の情報が表示されていない可能性があります)。アカウント不正利用の恐れがある場合は、パスワードの更新を行ってください。",
- "If you already have an account, you may accept this invitation by clicking the button below:": "アカウントを既にお持ちの場合は、以下のボタンをクリックして招待を承認できます:",
- "If you did not create an account, no further action is required.": "アカウント作成にお心当たりがない場合は、このメールを無視してください。",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "この招待メールにお心当たりがない場合は、このメールを無視してください。",
- "If you did not receive the email": "メールが受信できなかった場合",
- "If you did not request a password reset, no further action is required.": "パスワード再設定のリクエストにお心当たりがない場合は、このメールを無視してください。",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "アカウントをお持ちでない場合は、以下のボタンをクリックしてアカウントを作成できます。アカウント作成後は招待メールのリンクをクリックして登録を完了してください。",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "\":actionText\"ボタンがクリックできない場合は、以下のURLに直接アクセスしてください。",
- "Last active": "最後のログイン",
- "Last used": "最後に使用された",
- "Leave": "離れる",
- "Leave Team": "チームを離れる",
- "Log in": "ログイン",
- "Log Out": "ログアウト",
- "Log Out Other Browser Sessions": "全ての端末からログアウト",
- "Login": "ログイン",
- "Logout": "ログアウト",
- "Manage Account": "アカウント管理",
- "Manage and log out your active sessions on other browsers and devices.": "全ての端末からログアウトする。",
- "Manage API Tokens": "APIトークン管理",
- "Manage Role": "役割管理",
- "Manage Team": "チーム管理",
- "Name": "氏名",
- "New Password": "新しいパスワード",
- "Not Found": "見つかりません",
- "of": "の",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "チームを削除すると、全てのデータが完全に削除されます。残しておきたいデータなどは削除前にダウンロードしてください。",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "アカウントを削除すると、全てのデータが完全に削除されます。残しておきたいデータなどは削除前にダウンロードしてください。",
- "Page Expired": "ページが無効です",
- "Pagination Navigation": "ページネーション",
- "Password": "パスワード",
- "Pending Team Invitations": "保留中のチーム招待",
- "Permanently delete this team.": "永久にチームを削除する。",
- "Permanently delete your account.": "永久にアカウントを削除する。",
- "Permissions": "認可",
- "Photo": "写真",
- "Please click the button below to verify your email address.": "メールアドレスを確認するには、以下のボタンをクリックしてください。",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "アカウントへアクセスするには、リカバリーコードを1つ入力してください。",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "認証アプリから提供された認証コードを入力し、アカウントへのアクセスを確認してください。",
- "Please confirm your password before continuing.": "続行する前にパスワードを確認してください。",
- "Please copy your new API token. For your security, it won't be shown again.": "新しいAPIトークンをコピーしてください。漏洩防止のため、二度と表示されることはありません。",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "全ての端末からログアウトします。よろしければパスワードを入力してください。",
- "Please provide the email address of the person you would like to add to this team.": "このチームに追加したい人のメールアドレスを入力してください。",
- "Privacy Policy": "プライバシーポリシー",
- "Profile": "プロフィール",
- "Profile Information": "プロフィール情報",
- "Recovery Code": "リカバリーコード",
- "Regards": "よろしくお願いします",
- "Regenerate Recovery Codes": "リカバリーコード再生成",
- "Register": "アカウント作成",
- "Remember me": "ログイン状態を保持する",
- "Remember Me": "ログイン状態を保持する",
- "Remove": "削除",
- "Remove Photo": "写真を削除",
- "Remove Team Member": "チームメンバーを削除",
- "Resend Verification Email": "確認メールを再送する",
- "Reset Password": "パスワード再設定",
- "Reset Password Notification": "パスワード再設定のお知らせ",
- "results": "結果",
- "Role": "役割",
- "Save": "保存",
- "Saved.": "保存が完了しました。",
- "Select A New Photo": "新しい写真を選択",
- "Send Password Reset Link": "パスワード再設定URLを送信",
- "Server Error": "サーバーエラー",
- "Service Unavailable": "サービスは利用できません",
- "Setup Key": "キー設定",
- "Show Recovery Codes": "リカバリーコードを表示",
- "Showing": "表示中",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "パスワード管理ツールにリカバリーコードを保存してください。二要素認証に使用する端末を紛失した場合にリカバリーコードを使ってログインできます。",
- "Switch Teams": "チーム切り替え",
- "Team Details": "チーム詳細",
- "Team Invitation": "チーム招待",
- "Team Members": "チームメンバー",
- "Team Name": "チーム名",
- "Team Owner": "チームオーナー",
- "Team Settings": "チーム設定",
- "Terms of Service": "利用規約",
- "The :attribute must be a valid role.": ":Attributeは有効なロールである必要があります。",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attributeは:length文字以上で、数字を1文字以上含めなければいけません。",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attributeは:length文字以上で、記号と数字をそれぞれ1文字以上含めなければいけません。。",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attributeは:length文字以上で、記号を1文字以上含めなければいけません。",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attributeは:length文字以上で、大文字と数字をそれぞれ1文字以上含めなければいけません。",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attributeは:length文字以上で、大文字と記号をそれぞれ1文字以上含めなければいけません。",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attributeは:length文字以上で、大文字・数字・記号をそれぞれ1文字以上含めなければいけません。",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attributeは:length文字以上で、大文字を1文字以上含めなければいけません。",
- "The :attribute must be at least :length characters.": ":Attributeは:length文字以上でなければいけません。",
- "The :attribute must contain at least one letter.": ":Attributeは文字を1文字以上含めなければいけません。",
- "The :attribute must contain at least one number.": ":Attributeは数字を1文字以上含めなければいけません。",
- "The :attribute must contain at least one symbol.": ":Attributeは記号を1文字以上含めなければいけません。",
- "The :attribute must contain at least one uppercase and one lowercase letter.": ":Attributeは大文字と小文字をそれぞれ1文字以上含めなければいけません。",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": ":Attributeは情報漏洩した可能性があります。別の:attributeを選んでください。",
- "The given data was invalid.": "指定されたデータは無効でした。",
- "The password is incorrect.": "パスワードが正しくありません。",
- "The provided password does not match your current password.": "パスワードが現在のパスワードと一致しません。",
- "The provided password was incorrect.": "パスワードが違います。",
- "The provided two factor authentication code was invalid.": "二要素認証コードが無効です。",
- "The provided two factor recovery code was invalid.": "二要素認証のリカバリーコードが無効です。",
- "The team's name and owner information.": "チーム名とオーナー情報",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "これらのユーザー宛にチームへの招待メールが送信されました。招待メールを確認してチームに参加できます。",
- "This device": "この端末",
- "This is a secure area of the application. Please confirm your password before continuing.": "ここはアプリケーションの安全な領域です。パスワードを入力して続行ください。",
- "This password does not match our records.": "パスワードが違います。",
- "This password reset link will expire in :count minutes.": "このパスワード再設定リンクの有効期限は:count分です。",
- "This user already belongs to the team.": "このユーザーは既にチームに所属しています。",
- "This user has already been invited to the team.": "このユーザーは既にチームに招待されています。",
- "to": "に",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "二要素認証を有効にするには、お使いの携帯電話の認証アプリを使用してQRコードをスキャンするか、セットアップキーを入力した後に生成されたワンタイムパスワードを入力してください。",
- "Toggle navigation": "ナビゲーションを切り替える",
- "Token Name": "トークン名",
- "Too Many Requests": "リクエストが多すぎます",
- "Two Factor Authentication": "二要素認証",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "二要素認証が有効になりました。 お使いの携帯電話の認証アプリを使用して、QRコードをスキャンするか、セットアップキーを入力します。",
- "Unauthorized": "認証が必要です",
- "Unknown": "Unknown",
- "Update Password": "パスワード更新",
- "Update your account's profile information and email address.": "プロフィール情報とメールアドレスを更新する。",
- "Use a recovery code": "リカバリーコードを使用する",
- "Use an authentication code": "認証コードを使用する",
- "Verify Email Address": "メールアドレスの確認",
- "Verify Your Email Address": "メールアドレスの確認",
- "We were unable to find a registered user with this email address.": "このメールアドレスと紐づくユーザーは見つかりませんでした。",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "二要素認証を有効化した場合、ログイン時に安全かつランダムなトークンが与えられます。トークンはGoogle Authenticatorアプリから取得できます。",
- "Whoops!": "おっと!",
- "Whoops! Something went wrong.": "エラーの内容を確認してください。",
- "You are logged in!": "ログインしています。",
- "You are receiving this email because we received a password reset request for your account.": "パスワード再設定のリクエストを受け付けました。",
- "You have been invited to join the :team team!": ":Teamに招待されました。",
- "You have enabled two factor authentication.": "二要素認証が有効です。",
- "You have not enabled two factor authentication.": "二要素認証が未設定です。",
- "You may accept this invitation by clicking the button below:": "以下のボタンをクリックして、この招待を受諾することができます:",
- "You may delete any of your existing tokens if they are no longer needed.": "不要なAPIトークンを削除する。",
- "You may not delete your personal team.": "パーソナルチームを削除することはできません。",
- "You may not leave a team that you created.": "自身が作成したチームを離れることはできません。",
- "Your email address is unverified.": "メールアドレスが未認証です。"
-}
\ No newline at end of file
diff --git a/resources/lang/ja/auth.php b/resources/lang/ja/auth.php
deleted file mode 100644
index 8cf09d48..00000000
--- a/resources/lang/ja/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- '認証に失敗しました。',
- 'password' => 'パスワードが正しくありません。',
- 'throttle' => 'ログインの試行回数が多すぎます。:seconds 秒後にお試しください。',
-];
diff --git a/resources/lang/ja/http-statuses.php b/resources/lang/ja/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/ja/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/ja/pagination.php b/resources/lang/ja/pagination.php
deleted file mode 100644
index 130eca29..00000000
--- a/resources/lang/ja/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- '次へ »',
- 'previous' => '« 前へ',
-];
diff --git a/resources/lang/ja/passwords.php b/resources/lang/ja/passwords.php
deleted file mode 100644
index de023010..00000000
--- a/resources/lang/ja/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'パスワードをリセットしました。',
- 'sent' => 'パスワードリセットメールを送信しました。',
- 'throttled' => '時間を置いて再度お試しください。',
- 'token' => 'このパスワード再設定トークンは無効です。',
- 'user' => 'このメールアドレスに一致するユーザーがいません。',
-];
diff --git a/resources/lang/ja/validation.php b/resources/lang/ja/validation.php
deleted file mode 100644
index b676fe8a..00000000
--- a/resources/lang/ja/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attributeを承認してください。',
- 'accepted_if' => ':Otherが:valueの場合、:attributeを承認する必要があります。',
- 'active_url' => ':Attributeは、有効なURLではありません。',
- 'after' => ':Attributeには、:dateより後の日付を指定してください。',
- 'after_or_equal' => ':Attributeには、:date以降の日付を指定してください。',
- 'alpha' => ':Attributeには、アルファベッドのみ使用できます。',
- 'alpha_dash' => ':Attributeには、英数字(\'A-Z\',\'a-z\',\'0-9\')とハイフンと下線(\'-\',\'_\')が使用できます。',
- 'alpha_num' => ':Attributeには、英数字(\'A-Z\',\'a-z\',\'0-9\')が使用できます。',
- 'array' => ':Attributeには、配列を指定してください。',
- 'attached' => 'この:attributeはすでに添付されています。',
- 'before' => ':Attributeには、:dateより前の日付を指定してください。',
- 'before_or_equal' => ':Attributeには、:date以前の日付を指定してください。',
- 'between' => [
- 'array' => ':Attributeの項目は、:min個から:max個にしてください。',
- 'file' => ':Attributeには、:min KBから:max KBまでのサイズのファイルを指定してください。',
- 'numeric' => ':Attributeには、:minから、:maxまでの数字を指定してください。',
- 'string' => ':Attributeは、:min文字から:max文字にしてください。',
- ],
- 'boolean' => ':Attributeには、\'true\'か\'false\'を指定してください。',
- 'confirmed' => ':Attributeと:attribute確認が一致しません。',
- 'current_password' => 'パスワードが正しくありません。',
- 'date' => ':Attributeは、正しい日付ではありません。',
- 'date_equals' => ':Attributeは:dateに等しい日付でなければいけません。',
- 'date_format' => ':Attributeの形式が\':format\'と一致しません。',
- 'declined' => ':Attributeを拒否する必要があります。',
- 'declined_if' => ':Otherが:valueの場合、:attributeを拒否する必要があります。',
- 'different' => ':Attributeと:otherには、異なるものを指定してください。',
- 'digits' => ':Attributeは、:digits桁にしてください。',
- 'digits_between' => ':Attributeは、:min桁から:max桁にしてください。',
- 'dimensions' => ':Attributeの画像サイズが無効です',
- 'distinct' => ':Attributeの値が重複しています。',
- 'doesnt_end_with' => ':Attributeは次のいずれかで終わってはいけません。: :values',
- 'doesnt_start_with' => ':Attributeは次のうちいずれかで始まってはいけません。: :values',
- 'email' => ':Attributeは、有効なメールアドレス形式で指定してください。',
- 'ends_with' => ':Attributeは、次のうちのいずれかで終わらなければいけません。: :values',
- 'enum' => '選択した :attributeは 無効です。',
- 'exists' => '選択された:attributeは、有効ではありません。',
- 'file' => ':Attributeはファイル形式でなければいけません。',
- 'filled' => ':Attributeは必須です。',
- 'gt' => [
- 'array' => ':Attributeの項目数は、:value個より多くなければいけません。',
- 'file' => ':Attributeは、:value KBより大きくなければいけません。',
- 'numeric' => ':Attributeは、:valueより大きくなければいけません。',
- 'string' => ':Attributeは、:value文字より大きくなければいけません',
- ],
- 'gte' => [
- 'array' => ':Attributeの項目数は、:value個以上でなければいけません。',
- 'file' => ':Attributeは、:value KB以上でなければいけません。',
- 'numeric' => ':Attributeは、:value以上でなければいけません。',
- 'string' => ':Attributeは、:value文字以上でなければいけません。',
- ],
- 'image' => ':Attributeには、画像を指定してください。',
- 'in' => '選択された:attributeは、有効ではありません。',
- 'in_array' => ':Attributeが:otherに存在しません。',
- 'integer' => ':Attributeには、整数を指定してください。',
- 'ip' => ':Attributeには、有効なIPアドレスを指定してください。',
- 'ipv4' => ':AttributeはIPv4アドレスを指定してください。',
- 'ipv6' => ':AttributeはIPv6アドレスを指定してください。',
- 'json' => ':Attributeには、有効なJSON文字列を指定してください。',
- 'lowercase' => ':Attributeは、小文字で入力してください。',
- 'lt' => [
- 'array' => ':Attributeの項目数は、:value個より少なくなければいけません。',
- 'file' => ':Attributeは、:value KBより小さくなければいけません。',
- 'numeric' => ':Attributeは、:valueより小さくなければいけません。',
- 'string' => ':Attributeは、:value文字より小さくなければいけません。',
- ],
- 'lte' => [
- 'array' => ':Attributeの項目数は、:value個以下でなければいけません。',
- 'file' => ':Attributeは、:value KB以下でなければいけません。',
- 'numeric' => ':Attributeは、:value以下でなければいけません。',
- 'string' => ':Attributeは、:value文字以下でなければいけません。',
- ],
- 'mac_address' => ':Attributeは有効なMACアドレスである必要があります。',
- 'max' => [
- 'array' => ':Attributeの項目数は、:max個以下でなければいけません。',
- 'file' => ':Attributeは、:max KB以下のファイルでなければいけません。',
- 'numeric' => ':Attributeは、:max以下の数字でなければいけません。',
- 'string' => ':Attributeの文字数は、:max文字以下でなければいけません。',
- ],
- 'max_digits' => ':Attributeは、:max桁以下の数字でなければいけません。',
- 'mimes' => ':Attributeには、以下のファイルタイプを指定してください。:values',
- 'mimetypes' => ':Attributeには、以下のファイルタイプを指定してください。:values',
- 'min' => [
- 'array' => ':Attributeの項目数は、:min個以上にしてください。',
- 'file' => ':Attributeには、:min KB以上のファイルを指定してください。',
- 'numeric' => ':Attributeには、:min以上の数字を指定してください。',
- 'string' => ':Attributeの文字数は、:min文字以上でなければいけません。',
- ],
- 'min_digits' => ':Attributeは、:min桁以上の数字でなければいけません。',
- 'multiple_of' => ':Attributeは:valueの倍数でなければいけません',
- 'not_in' => '選択された:attributeは、有効ではありません。',
- 'not_regex' => ':Attributeの形式が正しくありません。',
- 'numeric' => ':Attributeには、数字を指定してください。',
- 'password' => [
- 'letters' => ':Attributeは文字を1文字以上含める必要があります。',
- 'mixed' => ':Attributeは大文字と小文字をそれぞれ1文字以上含める必要があります。',
- 'numbers' => ':Attributeは数字を1文字以上含める必要があります。',
- 'symbols' => ':Attributeは記号を1文字以上含める必要があります。',
- 'uncompromised' => ':Attributeは情報漏洩した可能性があります。他の:attributeを選択してください。',
- ],
- 'present' => ':Attributeが存在している必要があります。',
- 'prohibited' => ':Attributeの入力は禁止されています。',
- 'prohibited_if' => ':Otherが:valueの場合は、:Attributeの入力が禁止されています。',
- 'prohibited_unless' => ':Otherが:valuesでない限り、:Attributeの入力は禁止されています。',
- 'prohibits' => ':Otherが存在している場合、:Attributeの入力は禁止されています。',
- 'regex' => ':Attributeには、正しい形式を指定してください。',
- 'relatable' => ':Attributeはこのリソースとの関連がありません。',
- 'required' => ':Attributeは必須項目です。',
- 'required_array_keys' => ':Attributeには、:valuesのエントリを含める必要があります。',
- 'required_if' => ':Otherが:valueの場合、:attributeを指定してください。',
- 'required_if_accepted' => ':Otherを承認した場合、:attributeは必須項目です。',
- 'required_unless' => ':Otherが:values以外の場合、:attributeは必須項目です。',
- 'required_with' => ':Valuesが入力されている場合、:attributeは必須項目です。',
- 'required_with_all' => ':Valuesが全て指定されている場合、:attributeは必須項目です。',
- 'required_without' => ':Valuesが入力されていない場合、:attributeは必須項目です。',
- 'required_without_all' => ':Valuesが全て指定されていない場合、:attributeを指定してください。',
- 'same' => ':Attributeと:otherが一致しません。',
- 'size' => [
- 'array' => ':Attributeの項目数は、:size個にしてください。',
- 'file' => ':Attributeには、:size KBのファイルを指定してください。',
- 'numeric' => ':Attributeには、:sizeを指定してください。',
- 'string' => ':Attributeの文字数は、:size文字にしてください。',
- ],
- 'starts_with' => ':Attributeは、次のいずれかで始まる必要があります。:values',
- 'string' => ':Attributeには、文字列を指定してください。',
- 'timezone' => ':Attributeには、有効なタイムゾーンを指定してください。',
- 'unique' => '指定の:attributeは既に使用されています。',
- 'uploaded' => ':Attributeのアップロードに失敗しました。',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attributeは、有効なURL形式で指定してください。',
- 'uuid' => ':Attributeは、有効なUUIDでなければいけません。',
- 'attributes' => [
- 'address' => '住所',
- 'age' => '年',
- 'amount' => '額',
- 'area' => 'エリア',
- 'available' => '利用可能',
- 'birthday' => '誕生日',
- 'body' => 'ボディ',
- 'city' => '市',
- 'content' => 'コンテンツ',
- 'country' => '国',
- 'created_at' => '作成日',
- 'creator' => 'クリエーター',
- 'current_password' => '現在のパスワード',
- 'date' => '日付',
- 'date_of_birth' => '生年月日',
- 'day' => '日',
- 'deleted_at' => 'で削除',
- 'description' => '説明',
- 'district' => '地区',
- 'duration' => '期間',
- 'email' => 'eメール',
- 'excerpt' => '抜粋',
- 'filter' => 'フィルタ',
- 'first_name' => '名',
- 'gender' => '性別',
- 'group' => 'グループ',
- 'hour' => '時間',
- 'image' => '画像',
- 'last_name' => '姓',
- 'lesson' => 'レッスン',
- 'line_address_1' => '回線アドレス1',
- 'line_address_2' => '回線アドレス2',
- 'message' => 'メッセージ',
- 'middle_name' => 'ミドルネーム',
- 'minute' => '分',
- 'mobile' => 'モバイル',
- 'month' => '月',
- 'name' => '名前',
- 'national_code' => '国コード',
- 'number' => '番号',
- 'password' => 'パスワード',
- 'password_confirmation' => 'パスワードの確認',
- 'phone' => '電話番号',
- 'photo' => '写真',
- 'postal_code' => '郵便番号',
- 'price' => '価格',
- 'province' => '都道府県',
- 'recaptcha_response_field' => 'recaptcha応答フィールド',
- 'remember' => '覚えて',
- 'restored_at' => 'で復元',
- 'result_text_under_image' => '画像の下の結果テキスト',
- 'role' => 'ロール',
- 'second' => 'セカンド',
- 'sex' => 'ジェンダー',
- 'short_text' => '短いテキスト',
- 'size' => 'サイズ',
- 'state' => '状態',
- 'street' => 'ストリート',
- 'student' => 'スチューデント',
- 'subject' => '課題',
- 'teacher' => '先生',
- 'terms' => '利用規約',
- 'test_description' => 'テスト内容',
- 'test_locale' => 'テストロケール',
- 'test_name' => 'テスト名',
- 'text' => 'テキスト',
- 'time' => 'てま',
- 'title' => 'タイトル',
- 'updated_at' => '更新日',
- 'username' => 'ユーザー名',
- 'year' => '年',
- ],
-];
diff --git a/resources/lang/ka.json b/resources/lang/ka.json
deleted file mode 100644
index 58acd520..00000000
--- a/resources/lang/ka.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "მოწვევა",
- "Add": "დამატება",
- "Add a new team member to your team, allowing them to collaborate with you.": "დაამატეთ ახალი გუნდის წევრი თქვენს გუნდში, რომელიც საშუალებას აძლევს მათ ითანამშრომლონ თქვენთან ერთად.",
- "Add additional security to your account using two factor authentication.": "დამატებითი უსაფრთხოების თქვენი ანგარიში გამოყენებით ორი ფაქტორი ავტორიზაციის.",
- "Add Team Member": "გუნდის წევრის დამატება",
- "Added.": "დამატებულია.",
- "Administrator": "ადმინისტრატორი",
- "Administrator users can perform any action.": "ადმინისტრატორს შეუძლია შეასრულოს ნებისმიერი ქმედება.",
- "All of the people that are part of this team.": "ყველა ადამიანი, რომელიც ამ გუნდის ნაწილია.",
- "All rights reserved.": "ყველა უფლება დაცულია.",
- "Already registered?": "უკვე რეგისტრირებული?",
- "API Token": "API ტოკენი",
- "API Token Permissions": "API ტოკენის ნებართვები",
- "API Tokens": "API ტოკენები",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API ტოკენების საშუალებას მესამე მხარის მომსახურების სინამდვილის ჩვენი განცხადება თქვენი სახელით.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "დარწმუნებული ხარ, რომ გსურს ამ გუნდის წაშლა? მას შემდეგ, რაც გუნდი წაიშლება, ყველა მისი რესურსები და მონაცემები მუდმივად წაიშლება.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "დარწმუნებული ხარ, რომ გსურს შენი ანგარიშის წაშლა? მას შემდეგ, რაც თქვენი ანგარიში წაიშლება, ყველა მისი რესურსები და მონაცემები მუდმივად წაიშლება. გთხოვთ შეიყვანოთ თქვენი პაროლი ადასტურებენ გსურთ მუდმივად წაშალოთ თქვენი ანგარიში.",
- "Are you sure you would like to delete this API token?": "დარწმუნებული ხართ, რომ გსურთ წაშალოთ ეს API ნიშნად?",
- "Are you sure you would like to leave this team?": "დარწმუნებული ხართ, რომ გსურთ ამ გუნდის დატოვება?",
- "Are you sure you would like to remove this person from the team?": "დარწმუნებული ხართ, რომ გსურთ ამოიღონ ამ პირის გუნდი?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "ბრაუზერის სესიები",
- "Cancel": "გაუქმება",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "დახურვა",
- "Code": "კოდი",
- "Confirm": "დაადასტურეთ",
- "Confirm Password": "პაროლის დადასტურება",
- "Create": "შექმნა",
- "Create a new team to collaborate with others on projects.": "შექმნა ახალი გუნდი თანამშრომლობა სხვებთან ერთად პროექტები.",
- "Create Account": "ანგარიშის შექმნა",
- "Create API Token": "შექმნა API ნიშნად",
- "Create New Team": "ახალი გუნდის შექმნა",
- "Create Team": "გუნდის შექმნა",
- "Created.": "შექმნილია.",
- "Current Password": "მიმდინარე პაროლი",
- "Dashboard": "დაფა",
- "Delete": "წაშლა",
- "Delete Account": "ანგარიშის წაშლა",
- "Delete API Token": "წაშლა API ნიშნად",
- "Delete Team": "გუნდის წაშლა",
- "Disable": "გამორთვა",
- "Done.": "შესრულებულია.",
- "Edit Profile": "Edit Profile",
- "Editor": "რედაქტორი",
- "Editor users have the ability to read, create, and update.": "რედაქტორი მომხმარებლებს აქვთ შესაძლებლობა წაიკითხონ, შექმნა, და განახლება.",
- "Email": "ელ. ფოსტა",
- "Email Address": "ელ. ფოსტის მისამართი",
- "Email Password Reset Link": "ელ პაროლის აღდგენა ლინკი",
- "Enable": "ჩართვა",
- "Ensure your account is using a long, random password to stay secure.": "დარწმუნდით, რომ თქვენი ანგარიში გამოყენებით ხანგრძლივი, შემთხვევითი დაგავიწყდათ დარჩენა უსაფრთხო.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "თქვენი უსაფრთხოების, გთხოვთ დაადასტუროთ თქვენი პაროლი გაგრძელდება.",
- "Forbidden": "აკრძალული",
- "Forgot your password?": "დაგავიწყდათ პაროლი?",
- "Forgot Your Password?": "პაროლი დაგავიწყდათ?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "დაგავიწყდათ პაროლი? პრობლემა არ არის. უბრალოდ გვაცნობოთ თქვენი ელექტრონული ფოსტის მისამართი და ჩვენ გამოგიგზავნით პაროლის გადატვირთვის ბმულს, რომელიც საშუალებას მოგცემთ აირჩიოთ ახალი.",
- "Go to page :page": "გადასვლა გვერდზე :page",
- "Great! You have accepted the invitation to join the :team team.": "ჟსოვპ! თქვენ არ მიიღო მიწვევა შეუერთდეს :team გუნდი.",
- "Hello!": "ჱეპაგვი!",
- "I agree to the :terms_of_service and :privacy_policy": "მე ვეთანხმები :terms_of_service და :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "საჭიროების შემთხვევაში, თქვენ შეგიძლიათ შეხვიდეთ ყველა თქვენი სხვა ბრაუზერის სხდომები მთელი თქვენი მოწყობილობების. ზოგიერთი თქვენი ბოლო სხდომები ქვემოთ ჩამოთვლილი; თუმცა, ამ სიაში არ შეიძლება იყოს ამომწურავი. თუ გრძნობთ, თქვენი ანგარიში უკვე კომპრომეტირებული, თქვენ ასევე უნდა განაახლოთ თქვენი პაროლი.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "თუ თქვენ უკვე გაქვთ ანგარიში, თქვენ შეიძლება მიიღოს ეს მოწვევა დაჭერით ღილაკს ქვემოთ:",
- "If you did not create an account, no further action is required.": "თუ თქვენ არ ანგარიშის შექმნა, არ შემდგომი ქმედება არ არის საჭირო.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "თუ თქვენ არ ველოდო მიწვევა ამ გუნდს, თქვენ შეიძლება გაუქმება ელ.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "თუ არ მოგითხოვიათ პაროლის შეცვლა, არანაირი საპასუხო ქმედება არ არის საჭირო.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "თუ თქვენ არ გაქვთ ანგარიში, თქვენ შეიძლება შექმნათ ერთი დაჭერით ღილაკს ქვემოთ. ანგარიშის შექმნის შემდეგ, თქვენ შეგიძლიათ დააჭიროთ მოწვევა მიღება ღილაკს ამ ელ მიიღოს გუნდი მოწვევა:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "თუ თქვენ მქონე უბედურება დაჭერით \":actionText\" ღილაკს, დააკოპირეთ და ჩასვით URL ქვემოთ\nთქვენს ბრაუზერში:",
- "Last active": "ბოლო აქტიური",
- "Last used": "ბოლო გამოყენებული",
- "Leave": "დატოვე",
- "Leave Team": "დატოვე გუნდი",
- "Log in": "შესვლა",
- "Log Out": "გამოხვიდეთ",
- "Log Out Other Browser Sessions": "სხვა ბრაუზერის სესიების შესვლა",
- "Login": "შესვლა",
- "Logout": "გასვლა",
- "Manage Account": "ანგარიშის მართვა",
- "Manage and log out your active sessions on other browsers and devices.": "მართვა და გამოხვიდეთ თქვენი აქტიური სხდომები სხვა ბრაუზერები და მოწყობილობები.",
- "Manage API Tokens": "API სიმბოლოების მართვა",
- "Manage Role": "როლის მართვა",
- "Manage Team": "გუნდის მართვა",
- "Name": "სახელი",
- "New Password": "ახალი პაროლი",
- "Not Found": "ვერ მოიძებნა",
- "of": "of",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "მას შემდეგ, რაც გუნდი წაიშლება, ყველა მისი რესურსები და მონაცემები მუდმივად წაიშლება. სანამ წაშლის ამ გუნდს, გთხოვთ ჩამოტვირთოთ ნებისმიერი მონაცემები ან ინფორმაცია ამ გუნდს, რომ გსურთ შეინარჩუნოს.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "მას შემდეგ, რაც თქვენი ანგარიში წაიშლება, ყველა მისი რესურსები და მონაცემები მუდმივად წაიშლება. სანამ წაშლის თქვენი ანგარიში, გთხოვთ ჩამოტვირთოთ ნებისმიერი მონაცემები ან ინფორმაცია, რომ გსურთ შეინარჩუნოს.",
- "Page Expired": "გვერდი ამოიწურა",
- "Pagination Navigation": "Pagination ნავიგაცია",
- "Password": "პაროლი",
- "Pending Team Invitations": "მოლოდინში გუნდი მოსაწვევები",
- "Permanently delete this team.": "მუდმივად წაშლა ამ გუნდს.",
- "Permanently delete your account.": "მუდმივად წაშალოთ თქვენი ანგარიში.",
- "Permissions": "ნებართვები",
- "Photo": "ფოტო",
- "Please click the button below to verify your email address.": "გთხოვთ, დააჭირეთ ღილაკს ქვემოთ, რათა შეამოწმოს თქვენი ელექტრონული ფოსტის მისამართი.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "გთხოვთ დაადასტუროთ ხელმისაწვდომობის თქვენი ანგარიში შესვლის ერთი თქვენი საგანგებო აღდგენა კოდები.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "გთხოვთ დაადასტუროთ ხელმისაწვდომობის თქვენი ანგარიში შესვლის ავტორიზაციის კოდი გათვალისწინებული თქვენი authenticator განცხადება.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "გთხოვთ დააკოპირეთ თქვენი ახალი API ნიშნად. თქვენი უსაფრთხოების, ეს არ იქნება ნაჩვენები ერთხელ.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "გთხოვთ შეიყვანოთ თქვენი პაროლი ადასტურებენ გსურთ შეხვიდეთ თქვენი სხვა ბრაუზერის სხდომები მთელი თქვენი მოწყობილობების.",
- "Please provide the email address of the person you would like to add to this team.": "გთხოვთ მოგვაწოდოთ ელექტრონული ფოსტის მისამართი პირი გსურთ დაამატოთ ეს გუნდი.",
- "Privacy Policy": "კონფიდენციალურობის პოლიტიკა",
- "Profile": "პროფილი",
- "Profile Information": "პროფილის ინფორმაცია",
- "Recovery Code": "აღდგენის კოდი",
- "Regards": "დაკავშირებით",
- "Regenerate Recovery Codes": "რეგენერაცია აღდგენა კოდები",
- "Register": "რეგისტრირება",
- "Remember me": "დამიმახსოვრე",
- "Remember Me": "დამიმახსოვრე",
- "Remove": "წაშლა",
- "Remove Photo": "წაშლა ფოტო",
- "Remove Team Member": "გუნდის წევრის წაშლა",
- "Resend Verification Email": "ხელახლა გადამოწმების ელ",
- "Reset Password": "პაროლის აღდგენა",
- "Reset Password Notification": "პაროლის აღდგენის შეტყობინება",
- "results": "შედეგები",
- "Role": "როლი",
- "Save": "შენახვა",
- "Saved.": "ჟოაჟთ.",
- "Select A New Photo": "აირჩიეთ ახალი ფოტო",
- "Send Password Reset Link": "პაროლის აღსადგენი ლინკის გაგზავნა",
- "Server Error": "სერვერის შეცდომა",
- "Service Unavailable": "სერვისი მიუწვდომელია",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "აღდგენა კოდების ჩვენება",
- "Showing": "ჩვენება",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "შესანახად ამ აღდგენა კოდები უსაფრთხო დაგავიწყდათ მენეჯერი. ისინი შეიძლება გამოყენებულ იქნას ფეხზე ხელმისაწვდომობის თქვენი ანგარიში, თუ თქვენი ორი ფაქტორი ავტორიზაციის მოწყობილობა დაკარგა.",
- "Switch Teams": "შეცვლა გუნდები",
- "Team Details": "გუნდის დეტალები",
- "Team Invitation": "გუნდის მოწვევა",
- "Team Members": "გუნდის წევრები",
- "Team Name": "გუნდის სახელი",
- "Team Owner": "გუნდის მფლობელი",
- "Team Settings": "გუნდის პარამეტრები",
- "Terms of Service": "მომსახურების პირობები",
- "The :attribute must be a valid role.": ":Attribute უნდა იყოს სწორი როლი.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute უნდა იყოს მინიმუმ :length გმირები და შეიცავდეს მინიმუმ ერთი ნომერი.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute უნდა იყოს მინიმუმ :length გმირები და შეიცავდეს მინიმუმ ერთი განსაკუთრებული ხასიათი და ერთი ნომერი.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute უნდა იყოს მინიმუმ :length სიმბოლო და შეიცავდეს მინიმუმ ერთი სპეციალური ხასიათი.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute უნდა იყოს მინიმუმ :length გმირები და შეიცავს მინიმუმ ერთი ზედა ხასიათი და ერთი ნომერი.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute უნდა იყოს მინიმუმ :length სიმბოლო და შეიცავდეს მინიმუმ ერთი ზედა ხასიათი და ერთი განსაკუთრებული ხასიათი.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute უნდა იყოს მინიმუმ :length სიმბოლო და შეიცავდეს მინიმუმ ერთი ზედა ხასიათი, ერთი ნომერი, და ერთი განსაკუთრებული ხასიათი.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute უნდა იყოს მინიმუმ :length სიმბოლო და შეიცავდეს მინიმუმ ერთი ზედა ხასიათი.",
- "The :attribute must be at least :length characters.": ":Attribute უნდა იყოს მინიმუმ :length სიმბოლო.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "გათვალისწინებული პაროლი არ ემთხვევა თქვენი მიმდინარე პაროლი.",
- "The provided password was incorrect.": "გათვალისწინებული პაროლი არასწორია.",
- "The provided two factor authentication code was invalid.": "გათვალისწინებული ორი ფაქტორი ავტორიზაციის კოდი არასწორია.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "გუნდის სახელი და მფლობელი ინფორმაცია.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "ეს ხალხი მიწვეული თქვენი გუნდი და გაიგზავნა მოწვევა ელ. ისინი შეიძლება შეუერთდეს გუნდი მიღებით ელ მოწვევა.",
- "This device": "ეს მოწყობილობა",
- "This is a secure area of the application. Please confirm your password before continuing.": "ეს არის უსაფრთხო ფართობი განაცხადის. გთხოვთ დაადასტუროთ თქვენი პაროლი გაგრძელებამდე.",
- "This password does not match our records.": "ეს პაროლი არ შეესაბამება ჩვენს ჩანაწერებს.",
- "This password reset link will expire in :count minutes.": "ეს პაროლის გადატვირთვის ბმული იწურება :count წუთში.",
- "This user already belongs to the team.": "ეს მომხმარებელი უკვე ეკუთვნის გუნდს.",
- "This user has already been invited to the team.": "ამ მომხმარებელს უკვე მიწვეული გუნდი.",
- "to": "დან",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "გადართვა ნავიგაცია",
- "Token Name": "ნიშნად სახელი",
- "Too Many Requests": "ძალიან ბევრი მოთხოვნა",
- "Two Factor Authentication": "ორი ფაქტორი ავთენტიფიკაცია",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "არასანქცირებული",
- "Unknown": "Unknown",
- "Update Password": "პაროლის განახლება",
- "Update your account's profile information and email address.": "განაახლოთ თქვენი ანგარიშის ნახვა ინფორმაცია და ელექტრონული ფოსტის მისამართი.",
- "Use a recovery code": "გამოიყენეთ აღდგენის კოდი",
- "Use an authentication code": "გამოიყენეთ ავტორიზაციის კოდი",
- "Verify Email Address": "გადაამოწმონ ელექტრონული ფოსტის მისამართი",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "ჩვენ ვერ პოულობენ დარეგისტრირებულ მომხმარებელს ამ ელექტრონული ფოსტის მისამართი.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "როდესაც ორი ფაქტორი ავტორიზაციის ჩართულია, თქვენ მოთხოვნილია უსაფრთხო, შემთხვევითი ნიშნად დროს ავტორიზაციის. თქვენ შეგიძლიათ მიიღოთ ეს ნიშნად თქვენი ტელეფონის Google Authenticator აპლიკაციიდან.",
- "Whoops!": "ჟსოვპ!",
- "Whoops! Something went wrong.": "ჟსოვპ! რაღაც გაფუჭდა.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "თქვენ ხედავთ აღნიშნულ შეტყობინებას რადგან მივიღეთ თქვენი მოთხოვნა პაროლის აღდგენასთან დაკავშირებით.",
- "You have been invited to join the :team team!": "თქვენ მიწვეული :team გუნდი!",
- "You have enabled two factor authentication.": "თქვენ საშუალება ორი ფაქტორი ავტორიზაციის.",
- "You have not enabled two factor authentication.": "თქვენ არ საშუალება ორი ფაქტორი ავტორიზაციის.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "თქვენ შეგიძლიათ წაშალოთ ნებისმიერი თქვენი არსებული სიმბოლოს, თუ ისინი აღარ არის საჭირო.",
- "You may not delete your personal team.": "თქვენ არ შეგიძლიათ წაშალოთ თქვენი პირადი გუნდი.",
- "You may not leave a team that you created.": "თქვენ შეიძლება არ დატოვოს გუნდი, რომელიც თქვენ შექმნა.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/ka/auth.php b/resources/lang/ka/auth.php
deleted file mode 100644
index c408d724..00000000
--- a/resources/lang/ka/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'მომხმარებელი ამ მონაცემებით არ არსებობს.',
- 'password' => 'პაროლი არასწორია.',
- 'throttle' => 'წარუმატებელი ავტორიზაცია. გთხოვთ, სცადოთ :seconds წამში.',
-];
diff --git a/resources/lang/ka/http-statuses.php b/resources/lang/ka/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/ka/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/ka/pagination.php b/resources/lang/ka/pagination.php
deleted file mode 100644
index 828019dd..00000000
--- a/resources/lang/ka/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'შემდეგი »',
- 'previous' => '« წინა',
-];
diff --git a/resources/lang/ka/passwords.php b/resources/lang/ka/passwords.php
deleted file mode 100644
index f0118302..00000000
--- a/resources/lang/ka/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'თქვენი პაროლი განახლებულია!',
- 'sent' => 'თქვენს ელ.ფოსტაზე მიიღებთ პაროლის განახლების ბმულს!',
- 'throttled' => 'გთხოვთ, მოიცადოთ, სანამ ხელახლა ცდით.',
- 'token' => 'პაროლის განახლების კოდი არასწორია.',
- 'user' => 'მომხმარებელი ამ ელ.ფოსტით ვერ იქნა ნაპოვნი.',
-];
diff --git a/resources/lang/ka/validation.php b/resources/lang/ka/validation.php
deleted file mode 100644
index b54aaee6..00000000
--- a/resources/lang/ka/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute უნდა იყოს მონიშნული.',
- 'accepted_if' => 'ველი :attribute უნდა იყოს მიღებული, როცა :other შეესაბამება :value.',
- 'active_url' => ':Attribute არ არის სწორი ბმული.',
- 'after' => ':Attribute უნდა იყოს თარიღი :date-ის შემდეგ.',
- 'after_or_equal' => ':Attribute უნდა იყოს თარიღი :date-ის შემდეგ ან მისი ტოლი.',
- 'alpha' => ':Attribute უნდა შეიცავდეს მხოლოდ ასოებს.',
- 'alpha_dash' => ':Attribute უნდა შეიცავდეს მხოლოდ ასოებს, რიცხვებს, ტირეებს და ქვეტირეებს.',
- 'alpha_num' => ':Attribute უნდა შეიცავდეს მხოლოდ ასოებს და რიცხვებს.',
- 'array' => ':Attribute უნდა იყოს მასივი.',
- 'attached' => 'ეს :attribute უკვე ერთვის.',
- 'before' => ':Attribute უნდა იყოს თარიღი :date-მდე.',
- 'before_or_equal' => ':Attribute უნდა იყოს თარიღი :date-მდე ან მისი ტოლი.',
- 'between' => [
- 'array' => ':Attribute-ის რაოდენობა უნდა იყოს :min-დან :max-მდე.',
- 'file' => ':Attribute უნდა იყოს :min-სა და :max კილობაიტს შორის.',
- 'numeric' => ':Attribute უნდა იყოს :min-სა და :max-ს შორის.',
- 'string' => ':Attribute უნდა იყოს :min-სა და :max სიმბოლოს შორის.',
- ],
- 'boolean' => ':Attribute ველი უნდა იყოს true ან false.',
- 'confirmed' => ':Attribute-ის დადასტურება არ ემთხვევა.',
- 'current_password' => 'ველი :attribute შეიცავს არასწორ პაროლს.',
- 'date' => ':Attribute შეიცავს თარიღის არასწორ ფორმატს.',
- 'date_equals' => ':Attribute უნდა იყოს :date-ის ტოლი თარიღი.',
- 'date_format' => ':Attribute არ ემთხვევა თარიღის ფორმატს: :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute და :other არ უნდა ემთხვეოდეს ერთმანეთს.',
- 'digits' => ':Attribute უნდა შედგებოდეს :digits ციფრისგან.',
- 'digits_between' => ':Attribute უნდა შედგებოდეს :min-დან :max ციფრამდე.',
- 'dimensions' => ':Attribute შეიცავს სურათის არასწორ ზომებს.',
- 'distinct' => ':Attribute-ის ველს აქვს დუბლირებული მნიშვნელობა.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute უნდა იყოს სწორი ელ.ფოსტა.',
- 'ends_with' => ':Attribute უნდა ბოლოვდებოდეს შემდეგიდან ერთ-ერთით: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'არჩეული :attribute არასწორია.',
- 'file' => ':Attribute უნდა იყოს ფაილი.',
- 'filled' => ':Attribute აუცილებელია.',
- 'gt' => [
- 'array' => ':Attribute უნდა შეიცავდეს :value ელემენტზე მეტს.',
- 'file' => ':Attribute უნდა იყოს :value კილობაიტზე მეტი.',
- 'numeric' => ':Attribute უნდა იყოს :value-ზე მეტი.',
- 'string' => ':Attribute უნდა შეიცავდეს :value სიმბოლოზე მეტს.',
- ],
- 'gte' => [
- 'array' => ':Attribute უნდა შეიცავდეს მინიმუმ :value ელემენტს.',
- 'file' => ':Attribute უნდა იყოს მინიმუმ :value კილობაიტი.',
- 'numeric' => ':Attribute უნდა იყოს მინიმუმ :value.',
- 'string' => ':Attribute უნდა შეიცავდეს მინიმუმ :value სიმბოლოს.',
- ],
- 'image' => ':Attribute უნდა იყოს სურათი.',
- 'in' => 'არჩეული :attribute არასწორია.',
- 'in_array' => ':Attribute ველი არ არსებობს :other-ში.',
- 'integer' => ':Attribute უნდა იყოს მთელი რიცხვი.',
- 'ip' => ':Attribute უნდა იყოს ვალიდური IP მისამართი.',
- 'ipv4' => ':Attribute უნდა იყოს ვალიდური IPv4 მისამართი.',
- 'ipv6' => ':Attribute უნდა იყოს ვალიდური IPv6 მისამართი.',
- 'json' => ':Attribute უნდა იყოს სწორი JSON ტიპის.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute უნდა შეიცავდეს :value ელემენტზე ნაკლებს.',
- 'file' => ':Attribute უნდა იყოს :value კილობაიტზე ნაკლები.',
- 'numeric' => ':Attribute უნდა იყოს :value-ზე ნაკლები.',
- 'string' => ':Attribute უნდა შეიცავდეს :value სიმბოლოზე ნაკლებს.',
- ],
- 'lte' => [
- 'array' => ':Attribute უნდა შეიცავდეს მაქსიმუმ :value ელემენტს.',
- 'file' => ':Attribute უნდა იყოს მაქსიმუმ :value კილობაიტი.',
- 'numeric' => ':Attribute უნდა იყოს მაქსიმუმ :value.',
- 'string' => ':Attribute უნდა შეიცავდეს მაქსიმუმ :value სიმბოლოს.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute-ს არ უნდა ჰქონდეს :max ელემენტზე მეტი.',
- 'file' => ':Attribute არ უნდა აღემატებოდეს :max კილობაიტს.',
- 'numeric' => ':Attribute არ უნდა აღემატებოდეს :max-ს.',
- 'string' => ':Attribute არ უნდა აღემატებოდეს :max სიმბოლოს.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute უნდა იყოს შემდეგი ფაილური ტიპის: :values.',
- 'mimetypes' => ':Attribute უნდა იყოს შემდეგი ფაილური ტიპის: :values.',
- 'min' => [
- 'array' => ':Attribute-ს უნდა ჰქონდეს მინიმუმ :min ელემენტი.',
- 'file' => ':Attribute უნდა იყოს მინიმუმ :min კილობაიტი.',
- 'numeric' => ':Attribute უნდა იყოს მინიმუმ :min.',
- 'string' => ':Attribute უნდა შეიცავდეს მინიმუმ :min სიმბოლოს.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute უნდა იყოს :value-ს ჯერადი',
- 'not_in' => 'არჩეული :attribute არასწორია.',
- 'not_regex' => ':Attribute-ის ფორმატი არასწორია.',
- 'numeric' => ':Attribute უნდა იყოს რიცხვი.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute-ის ველი უნდა არსებობდეს, თუნდაც ცარიელი.',
- 'prohibited' => ':Attribute სფეროში აკრძალულია.',
- 'prohibited_if' => ':Attribute სფეროში აკრძალულია, როდესაც :other არის :value.',
- 'prohibited_unless' => ':Attribute სფეროში აკრძალულია თუ :other არის :values.',
- 'prohibits' => ':Attribute ველში არ შეიძლება იყოს :other.',
- 'regex' => ':Attribute-ის ფორმატი არასწორია.',
- 'relatable' => 'ეს :attribute არ შეიძლება იყოს დაკავშირებული ამ რესურსის.',
- 'required' => ':Attribute-ის ველი აუცილებელია.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Attribute-ის ველი აუცილებელია, თუ :other-ის მნიშვნელობა ემთხვევა :value-ს.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Attribute-ის ველი აუცილებელია, თუ :values არ შეიცავს :other-ს.',
- 'required_with' => ':Attribute-ის ველი აუცილებელია, თუ :values მითითებულია.',
- 'required_with_all' => ':Attribute-ის ველი აუცილებელია, თუ :values მითითებულია.',
- 'required_without' => ':Attribute-ის ველი აუცილებელია, თუ :values არ არის მითითებული.',
- 'required_without_all' => ':Attribute-ის ველი აუცილებელია, თუ არცერთი :values არ არის მითითებული.',
- 'same' => ':Attribute და :other უნდა ემთხვეოდეს ერთმანეთს.',
- 'size' => [
- 'array' => ':Attribute უნდა შეიცავდეს :size ელემენტს.',
- 'file' => ':Attribute უნდა იყოს :size კილობაიტი.',
- 'numeric' => ':Attribute უნდა იყოს :size.',
- 'string' => ':Attribute უნდა შედგებოდეს :size სიმბოლოსგან.',
- ],
- 'starts_with' => ':Attribute უნდა იწყებოდეს შემდეგიდან ერთ-ერთით: :values.',
- 'string' => ':Attribute უნდა იყოს ტექსტი.',
- 'timezone' => ':Attribute უნდა იყოს სასაათო სარტყელი.',
- 'unique' => 'ასეთი :attribute უკვე არსებობს.',
- 'uploaded' => ':Attribute-ის ატვირთვა ვერ მოხერხდა.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute-ის ფორმატი არასწორია.',
- 'uuid' => ':Attribute უნდა იყოს ვალიდური UUID.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/kk.json b/resources/lang/kk.json
deleted file mode 100644
index de214062..00000000
--- a/resources/lang/kk.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Шақыруды Қабылдау",
- "Add": "Жалға,",
- "Add a new team member to your team, allowing them to collaborate with you.": "Сіздің командаңызға жаңа топ мүшесін қосыңыз, сонда ол сізбен жұмыс істей алады.",
- "Add additional security to your account using two factor authentication.": "Екі факторлы аутентификация арқылы есептік жазбаңызға қосымша қауіпсіздік қосыңыз.",
- "Add Team Member": "Команда Мүшесін Қосу",
- "Added.": "Қосылды.",
- "Administrator": "Әкімші",
- "Administrator users can perform any action.": "Әкімші пайдаланушылары кез-келген әрекетті орындай алады.",
- "All of the people that are part of this team.": "Барлық адамдар бір бөлігі болып табылады бұл команда.",
- "All rights reserved.": "Барлық құқықтар қорғалған.",
- "Already registered?": "Қазірдің өзінде тіркелген?",
- "API Token": "API токені",
- "API Token Permissions": "API маркеріне рұқсаттар",
- "API Tokens": "API токендері",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API токендері үшінші тарап қызметтеріне Сіздің атыңыздан біздің бағдарламада аутентификациялауға мүмкіндік береді.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Сіз бұл пәрменді жойғыңыз келетініне сенімдісіз бе? Пәрмен жойылғаннан кейін оның барлық ресурстары мен деректері біржола жойылады.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Есептік жазбаңызды жойғыңыз келетініне сенімдісіз бе? Есептік жазбаңыз жойылғаннан кейін оның барлық ресурстары мен деректері біржола жойылады. Тіркелгіңізді біржола жойғыңыз келетінін растау үшін құпия сөзді енгізіңіз.",
- "Are you sure you would like to delete this API token?": "Сіз бұл API таңбалауышын жойғыңыз келетініне сенімдісіз бе?",
- "Are you sure you would like to leave this team?": "Сіз бұл командадан кеткіңіз келетініне сенімдісіз бе?",
- "Are you sure you would like to remove this person from the team?": "Сіз бұл адамды командадан шығарғыңыз келетініне сенімдісіз бе?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Шолғыш сессиялары",
- "Cancel": "Болдырмау",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Жабу",
- "Code": "Код",
- "Confirm": "Растау",
- "Confirm Password": "Құпиясөзді растау",
- "Create": "Құруға",
- "Create a new team to collaborate with others on projects.": "Жобалармен бірлесіп жұмыс істеу үшін жаңа топ құрыңыз.",
- "Create Account": "тіркелгі жасау",
- "Create API Token": "API токенін құру",
- "Create New Team": "Жаңа Команда Құру",
- "Create Team": "Команда құру",
- "Created.": "Құрылған.",
- "Current Password": "ағымдағы пароль",
- "Dashboard": "Бақылау тақтасы",
- "Delete": "Өшіру",
- "Delete Account": "Тіркелгіні жою",
- "Delete API Token": "API маркерін жою",
- "Delete Team": "Команданы өшіру",
- "Disable": "Өшіру",
- "Done.": "Жасалған.",
- "Edit Profile": "Edit Profile",
- "Editor": "Редактор",
- "Editor users have the ability to read, create, and update.": "Редактордың пайдаланушылары оқу, жасау және жаңарту мүмкіндігіне ие.",
- "Email": "Электрондық пошта",
- "Email Address": "электрондық пошта мекенжайы",
- "Email Password Reset Link": "Электрондық пошта паролін қалпына келтіру сілтемесі",
- "Enable": "Қосу",
- "Ensure your account is using a long, random password to stay secure.": "Қауіпсіз болу үшін есептік жазбаңыз ұзақ кездейсоқ парольді қолданатындығына көз жеткізіңіз.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Қауіпсіздік үшін жалғастыру үшін құпия сөзді растаңыз.",
- "Forbidden": "Тыйым салынған",
- "Forgot your password?": "Құпия сөзіңізді ұмыттыңыз ба?",
- "Forgot Your Password?": "Құпиясөзді ұмыттыңыз ба?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Құпия сөзіңізді ұмыттыңыз ба? Жоқ. Бізге электрондық пошта мекенжайын хабарлаңыз, біз сізге жаңа таңдауға мүмкіндік беретін құпия сөзді қалпына келтіру сілтемесін жібереміз.",
- "Go to page :page": ":Page бетіне өтіңіз",
- "Great! You have accepted the invitation to join the :team team.": "Өте жақсы! Сіз :team командасына қосылуға шақыруды қабылдадыңыз.",
- "Hello!": "Сәлеметсіз бе!",
- "I agree to the :terms_of_service and :privacy_policy": "Мен :terms_of_service және :privacy_policy-мен келісемін",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Қажет болса, сіз барлық құрылғылардағы барлық басқа шолғыш сеанстарынан шыға аласыз. Сіздің соңғы сеанстарыңыздың кейбірі төменде келтірілген; дегенмен, бұл тізім толық болмауы мүмкін. Егер сіздің есептік жазбаңыз бұзылған деп ойласаңыз, парольді де жаңартуыңыз керек.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Егер сізде тіркелгі болса, төмендегі батырманы басу арқылы осы шақыруды қабылдай аласыз:",
- "If you did not create an account, no further action is required.": "Егер сіз тіркелгі жасамаған болсаңыз, онда ешқандай қосымша әрекет қажет емес.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Егер сіз осы командаға шақыру алуды күтпеген болсаңыз, онда сіз бұл хаттан бас тарта аласыз.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Егер сіз құпиясөзді қалпына келтіруді сұрамасаңыз, онда ешқандай қосымша әрекет қажет емес.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Егер сізде тіркелгі болмаса, оны төмендегі батырманы басу арқылы жасай аласыз. Тіркелгіні жасағаннан кейін, шақыру пәрменін қабылдау үшін осы электрондық поштадағы шақыру түймесін басуға болады:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Егер сізде \":actionText\" батырмасын басу кезінде ақаулықтар туындаса,\n мекенжайды көшіріңіз де, браузердің мекенжай жолына салыңыз:",
- "Last active": "Соңғы Белсенді",
- "Last used": "Соңғы рет қолданылды",
- "Leave": "Покидать",
- "Leave Team": "Командадан кету",
- "Log in": "Авторлану",
- "Log Out": "жүйеден шығу",
- "Log Out Other Browser Sessions": "Басқа Шолғыш Сеанстарынан Шығыңыз",
- "Login": "Кіру",
- "Logout": "Шығу",
- "Manage Account": "Есептік жазбаны басқару",
- "Manage and log out your active sessions on other browsers and devices.": "Белсенді сеанстарды басқарыңыз және басқа шолғыштар мен құрылғылардан шығыңыз.",
- "Manage API Tokens": "API токендерін басқару",
- "Manage Role": "Рөлді басқару",
- "Manage Team": "Команданы басқару",
- "Name": "Аты",
- "New Password": "Жаңа пароль",
- "Not Found": "Табылмады",
- "of": "от",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Пәрмен жойылғаннан кейін оның барлық ресурстары мен деректері біржола жойылады. Осы пәрменді жоймас бұрын, сақтағыңыз келетін осы команда туралы кез-келген деректерді немесе ақпаратты жүктеп алыңыз.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Есептік жазбаңыз жойылғаннан кейін оның барлық ресурстары мен деректері біржола жойылады. Есептік жазбаңызды жоймас бұрын, сақтағыңыз келетін кез келген деректерді немесе ақпаратты жүктеп алыңыз.",
- "Page Expired": "Бет ескірген",
- "Pagination Navigation": "Навигация по страницам",
- "Password": "Құпиясөз",
- "Pending Team Invitations": "Команданың Шақыруын Күту",
- "Permanently delete this team.": "Бұл пәрменді біржола жойыңыз.",
- "Permanently delete your account.": "Тіркелгіңізді біржола жойыңыз.",
- "Permissions": "Рұқсаттар",
- "Photo": "Фотосурет",
- "Please click the button below to verify your email address.": "E-mail мекенжайыңызды растау үшін төмендегі батырманы басыңыз.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Төтенше жағдайды қалпына келтіру кодтарының бірін енгізу арқылы есептік жазбаңызға кіруді растаңыз.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Аутентификатор қосымшасы ұсынған аутентификация кодын енгізу арқылы есептік жазбаңызға кіруді растаңыз.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Жаңа API таңбалауышын көшіріңіз. Сіздің қауіпсіздігіңіз үшін ол енді көрсетілмейді.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Барлық құрылғылардағы басқа шолғыш сеанстарынан шыққыңыз келетінін растау үшін құпия сөзді енгізіңіз.",
- "Please provide the email address of the person you would like to add to this team.": "Осы командаға қосқыңыз келетін адамның электрондық пошта мекенжайын көрсетіңіз.",
- "Privacy Policy": "құпиялылық саясаты",
- "Profile": "Профиль",
- "Profile Information": "Профиль туралы ақпарат",
- "Recovery Code": "Қалпына келтіру коды",
- "Regards": "Құрметпен",
- "Regenerate Recovery Codes": "Қалпына келтіру кодтарын қалпына келтіру",
- "Register": "Тіркеу",
- "Remember me": "Ұмытпа мені",
- "Remember Me": "Мені есте сақтау",
- "Remove": "Өшіру",
- "Remove Photo": "Фотосуретті Өшіру",
- "Remove Team Member": "Команда Мүшесін Өшіру",
- "Resend Verification Email": "Тексеру Хатын Қайта Жіберу",
- "Reset Password": "Құпиясөзді қалпына келтіру",
- "Reset Password Notification": "Құпиясөзді қалпына келтіру туралы хабарландыру",
- "results": "нәтижелері",
- "Role": "Рөлі",
- "Save": "Сақтау",
- "Saved.": "Сақталған.",
- "Select A New Photo": "Жаңа Фотосуретті Таңдаңыз",
- "Send Password Reset Link": "Құпиясөзді қалпына келтіру сілтемесін жіберу",
- "Server Error": "Сервер қатесі",
- "Service Unavailable": "Қызмет қолжетімсіз",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Қалпына Келтіру Кодтарын Көрсету",
- "Showing": "Көрсету",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Бұл қалпына келтіру кодтарын қауіпсіз пароль менеджерінде сақтаңыз. Егер сіздің екі факторлы аутентификация құрылғыңыз жоғалған болса, оларды есептік жазбаңызға кіруді қалпына келтіру үшін пайдалануға болады.",
- "Switch Teams": "Командаларды ауыстыру",
- "Team Details": "Команда туралы мәліметтер",
- "Team Invitation": "Командаға шақыру",
- "Team Members": "Команда мүшелері",
- "Team Name": "Команда атауы",
- "Team Owner": "Команда иесі",
- "Team Settings": "Команда параметрлері",
- "Terms of Service": "қызмет көрсету шарттары",
- "The :attribute must be a valid role.": ":Attribute нақты рөл болуы керек.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute кем дегенде :length таңбадан тұруы керек және кем дегенде бір сан болуы керек.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute кемінде :length таңбадан тұруы керек және кемінде бір арнайы таңба мен бір сан болуы керек.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute кем дегенде :length таңбадан тұруы керек және кем дегенде бір арнайы таңбадан тұруы керек.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute саны кемінде :length таңбадан тұруы керек және кемінде бір бас таңба мен бір сан болуы керек.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute кемінде :length таңбадан тұруы және кемінде бір бас таңба мен бір арнайы таңба болуы тиіс.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute кемінде :length таңба болуы және кемінде бір бас таңба, бір сан және бір арнайы таңба болуы тиіс.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute-да кемінде :length таңба болуы керек және кем дегенде бір бас таңба болуы керек.",
- "The :attribute must be at least :length characters.": ":Attribute кемінде :length таңбадан тұруы керек.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Берілген пароль Сіздің ағымдағы құпия сөзіңізге сәйкес келмейді.",
- "The provided password was incorrect.": "Берілген пароль дұрыс болмады.",
- "The provided two factor authentication code was invalid.": "Берілген екі факторлы аутентификация коды жарамсыз болды.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Команданың аты және иесі туралы ақпарат.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Бұл адамдар сіздің командаңызға шақырылды және электронды пошта арқылы шақыру алды. Олар электрондық пошта арқылы шақыруды қабылдау арқылы командаға қосыла алады.",
- "This device": "Бұл құрылғы",
- "This is a secure area of the application. Please confirm your password before continuing.": "Бұл қауіпсіз қолдану аймағы. Жалғастырмас бұрын құпия сөзіңізді растаңыз.",
- "This password does not match our records.": "Бұл пароль біздің жазбаларымызға сәйкес келмейді.",
- "This password reset link will expire in :count minutes.": "Құпия сөзді қалпына келтіру сілтемесінің қолданылу мерзімі :count минуттан кейін аяқталады.",
- "This user already belongs to the team.": "Бұл пайдаланушы командаға тиесілі.",
- "This user has already been invited to the team.": "Бұл пайдаланушы командаға шақырылды.",
- "to": "к",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Навигацияны ауыстыру",
- "Token Name": "Аты көпсалалы колледждің",
- "Too Many Requests": "Тым көп сұраулар",
- "Two Factor Authentication": "Екі факторлы аутентификация",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Авторизацияланған жоқ",
- "Unknown": "Unknown",
- "Update Password": "Құпиясөзді жаңарту",
- "Update your account's profile information and email address.": "Тіркелгі профилін және электрондық пошта мекенжайын жаңартыңыз.",
- "Use a recovery code": "Қалпына келтіру кодын пайдаланыңыз",
- "Use an authentication code": "Аутентификация кодын пайдаланыңыз",
- "Verify Email Address": "Email мекенжайды растау",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Біз осы электрондық пошта мекенжайы бар тіркелген пайдаланушыны таба алмадық.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Егер екі факторлы аутентификация қосылған болса, аутентификация кезінде сізден қауіпсіз кездейсоқ таңбалауышты енгізу сұралады. Сіз бұл таңбалауышты телефонның Google Authenticator бағдарламасынан ала аласыз.",
- "Whoops!": "Ойбай!",
- "Whoops! Something went wrong.": "Упс! Бір нәрсе дұрыс болмады.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Тіркелгіңізге құпия сөзді қалпына келтіру туралы сұрау келіп түскесін, сіз бұл хатты алдыңыз.",
- "You have been invited to join the :team team!": "Сізді :team командасына қосылуға шақырды!",
- "You have enabled two factor authentication.": "Сіз екі факторлы аутентификацияны қостыңыз.",
- "You have not enabled two factor authentication.": "Сіз не включили двухфакторную сәйкестендіру.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Егер сіз енді қажет болмаса, кез-келген таңбалауышты алып тастай аласыз.",
- "You may not delete your personal team.": "Сіз өзіңіздің жеке командаңызды жоюға құқығыңыз жоқ.",
- "You may not leave a team that you created.": "Сіз жасаған командадан кете алмайсыз.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/kk/auth.php b/resources/lang/kk/auth.php
deleted file mode 100644
index 8b20e84a..00000000
--- a/resources/lang/kk/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Тіркелгі деректері біздің жазбаларымызға сай емес.',
- 'password' => 'Қате құпиясөз.',
- 'throttle' => 'Кіру әрекеті тым көп болды. :seconds секундтан соң қайталап көріңіз.',
-];
diff --git a/resources/lang/kk/http-statuses.php b/resources/lang/kk/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/kk/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/kk/pagination.php b/resources/lang/kk/pagination.php
deleted file mode 100644
index cd6b741b..00000000
--- a/resources/lang/kk/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Келесі »',
- 'previous' => '« Алдыңғы',
-];
diff --git a/resources/lang/kk/passwords.php b/resources/lang/kk/passwords.php
deleted file mode 100644
index 00e231c4..00000000
--- a/resources/lang/kk/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Құпия сөзіңіз қайта орнатылды!',
- 'sent' => 'Сізге құпия сөзді қайта орнату сілтемесін жібердік!',
- 'throttled' => 'Қайталап көрмей тұрып күте тұрыңыз.',
- 'token' => 'Осы құпиясөзді қайта орнату таңбалауышы жарамсыз.',
- 'user' => 'Бұл электрондық поштамен ешбір пайдаланушыны таба алмадық.',
-];
diff --git a/resources/lang/kk/validation.php b/resources/lang/kk/validation.php
deleted file mode 100644
index 1b190726..00000000
--- a/resources/lang/kk/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute қабылдануы керек.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute жарамды URL мекенжайы емес.',
- 'after' => ':Attribute мәні :date күнінен кейінгі күн болуы керек.',
- 'after_or_equal' => ':Attribute мәні :date күнінен кейінгі күн немесе тең болуы керек.',
- 'alpha' => ':Attribute тек әріптерден тұруы керек.',
- 'alpha_dash' => ':Attribute тек әріптерден, сандардан және сызықшалардан тұруы керек.',
- 'alpha_num' => ':Attribute тек әріптерден және сандардан тұруы керек.',
- 'array' => ':Attribute жиым болуы керек.',
- 'attached' => 'Бұл нөмір :attribute тіркелген.',
- 'before' => ':Attribute мәні :date күнінен дейінгі күн болуы керек.',
- 'before_or_equal' => ':Attribute мәні :date күнінен дейінгі күн немесе тең болуы керек.',
- 'between' => [
- 'array' => ':Attribute жиымы :min және :max аралығындағы элементтерден тұруы керек.',
- 'file' => ':Attribute көлемі :min және :max килобайт аралығында болуы керек.',
- 'numeric' => ':Attribute мәні :min және :max аралығында болуы керек.',
- 'string' => ':Attribute тармағы :min және :max аралығындағы таңбалардан тұруы керек.',
- ],
- 'boolean' => ':Attribute жолы шын немесе жалған мән болуы керек.',
- 'confirmed' => ':Attribute растауы сәйкес емес.',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute жарамды күн емес.',
- 'date_equals' => ':Attribute мәні :date күнімен тең болуы керек.',
- 'date_format' => ':Attribute пішімі :format пішіміне сай емес.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute және :other әр түрлі болуы керек.',
- 'digits' => ':Attribute мәні :digits сан болуы керек.',
- 'digits_between' => ':Attribute мәні :min және :max аралығындағы сан болуы керек.',
- 'dimensions' => ':Attribute сурет өлшемі жарамсыз.',
- 'distinct' => ':Attribute жолында қосарланған мән бар.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute жарамды электрондық пошта мекенжайы болуы керек.',
- 'ends_with' => ':Attribute келесі мәндердің біреуінен аяқталуы керек: :values',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'таңдалған :attribute жарамсыз.',
- 'file' => ':Attribute файл болуы тиіс.',
- 'filled' => ':Attribute жолы толтырылуы керек.',
- 'gt' => [
- 'array' => ':Attribute мәні :value элементтерден үлкен болуы керек.',
- 'file' => ':Attribute файл өлшемі :value килобайттан үлкен болуы керек.',
- 'numeric' => ':Attribute мәні :value үлкен болуы керек.',
- 'string' => ':Attribute мәні :value таңбалардан үлкен болуы керек.',
- ],
- 'gte' => [
- 'array' => ':Attribute мәні :value элементтерден үлкен немесе тең болуы керек.',
- 'file' => ':Attribute файл өлшемі :value килобайттан үлкен немесе тең болуы керек.',
- 'numeric' => ':Attribute мәні :value үлкен немесе тең болуы керек.',
- 'string' => ':Attribute мәні :value таңбалардан үлкен немесе тең болуы керек.',
- ],
- 'image' => ':Attribute кескін болуы керек.',
- 'in' => 'таңдалған :attribute жарамсыз.',
- 'in_array' => ':Attribute жолы :other ішінде жоқ.',
- 'integer' => ':Attribute бүтін сан болуы керек.',
- 'ip' => ':Attribute жарамды IP мекенжайы болуы керек.',
- 'ipv4' => ':Attribute жарамды IPv4 мекенжайы болуы керек.',
- 'ipv6' => ':Attribute жарамды IPv6 мекенжайы болуы керек.',
- 'json' => ':Attribute жарамды JSON тармағы болуы керек.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute мәні :value элементтерден кіші болуы керек.',
- 'file' => ':Attribute файл өлшемі :value килобайттан кіші болуы керек.',
- 'numeric' => ':Attribute мәні :value кіші болуы керек.',
- 'string' => ':Attribute мәні :value таңбалардан кіші болуы керек.',
- ],
- 'lte' => [
- 'array' => ':Attribute мәні :value элементтерден кіші немесе тең болуы керек.',
- 'file' => ':Attribute файл өлшемі :value килобайттан кіші неменсе тең болуы керек.',
- 'numeric' => ':Attribute мәні :value кіші немесе тең болуы керек.',
- 'string' => ':Attribute мәні :value таңбалардан кіші немесе тең болуы керек.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute жиымының құрамы :max элементтен аспауы керек.',
- 'file' => ':Attribute мәні :max килобайттан көп болмауы керек.',
- 'numeric' => ':Attribute мәні :max мәнінен көп болмауы керек.',
- 'string' => ':Attribute тармағы :max таңбадан ұзын болмауы керек.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute мынадай файл түрі болуы керек: :values.',
- 'mimetypes' => ':Attribute мынадай файл түрі болуы керек: :values.',
- 'min' => [
- 'array' => ':Attribute кемінде :min элементтен тұруы керек.',
- 'file' => ':Attribute көлемі кемінде :min килобайт болуы керек.',
- 'numeric' => ':Attribute кемінде :min болуы керек.',
- 'string' => ':Attribute кемінде :min таңбадан тұруы керек.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute :value еселенуі керек',
- 'not_in' => 'таңдалған :attribute жарамсыз.',
- 'not_regex' => 'таңдалған :attribute форматы жарамсыз.',
- 'numeric' => ':Attribute сан болуы керек.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute болуы керек.',
- 'prohibited' => ':Attribute өрісіне тыйым салынады.',
- 'prohibited_if' => ':Attribute өрісіне :other :value болған кезде тыйым салынады.',
- 'prohibited_unless' => ':Attribute өрісіне тыйым салынады, егер тек :other :values-де болмаса.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => ':Attribute пішімі жарамсыз.',
- 'relatable' => 'Бұл :attribute осы ресурсқа байланысты болмауы мүмкін.',
- 'required' => ':Attribute жолы толтырылуы керек.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Attribute жолы :other мәні :value болған кезде толтырылуы керек.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Attribute жолы :other мәні :values ішінде болмағанда толтырылуы керек.',
- 'required_with' => ':Attribute жолы :values болғанда толтырылуы керек.',
- 'required_with_all' => ':Attribute жолы :values болғанда толтырылуы керек.',
- 'required_without' => ':Attribute жолы :values болмағанда толтырылуы керек.',
- 'required_without_all' => ':Attribute жолы ешбір :values болмағанда толтырылуы керек.',
- 'same' => ':Attribute және :other сәйкес болуы керек.',
- 'size' => [
- 'array' => ':Attribute жиымы :size элементтен тұруы керек.',
- 'file' => ':Attribute көлемі :size килобайт болуы керек.',
- 'numeric' => ':Attribute көлемі :size болуы керек.',
- 'string' => ':Attribute тармағы :size таңбадан тұруы керек.',
- ],
- 'starts_with' => ':Attribute келесі мәндердің біреуінен басталуы керек: :values',
- 'string' => ':Attribute тармақ болуы керек.',
- 'timezone' => ':Attribute жарамды аймақ болуы керек.',
- 'unique' => ':Attribute бұрын алынған.',
- 'uploaded' => ':Attribute жүктелуі сәтсіз аяқталды.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute пішімі жарамсыз.',
- 'uuid' => ':Attribute мәні жарамды UUID болуы керек.',
- 'attributes' => [
- 'address' => 'мекенжай',
- 'age' => 'жасы',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'қолжетімді',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'қала',
- 'content' => 'контент',
- 'country' => 'ел',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'күні',
- 'date_of_birth' => 'date of birth',
- 'day' => 'күн',
- 'deleted_at' => 'deleted at',
- 'description' => 'сипаттамасы',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'e-mail мекенжай',
- 'excerpt' => 'үзінді',
- 'filter' => 'filter',
- 'first_name' => 'аты',
- 'gender' => 'жынысы',
- 'group' => 'group',
- 'hour' => 'сағат',
- 'image' => 'image',
- 'last_name' => 'тегі',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'минут',
- 'mobile' => 'моб. нөмір',
- 'month' => 'ай',
- 'name' => 'аты',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'құпиясөз',
- 'password_confirmation' => 'құпиясөзді растау',
- 'phone' => 'телефон',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'секунд',
- 'sex' => 'жынысы',
- 'short_text' => 'short text',
- 'size' => 'көлемі',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'уақыт',
- 'title' => 'атауы',
- 'updated_at' => 'updated at',
- 'username' => 'лақап аты',
- 'year' => 'жыл',
- ],
-];
diff --git a/resources/lang/km.json b/resources/lang/km.json
deleted file mode 100644
index 576b9c0c..00000000
--- a/resources/lang/km.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "ទទួលយកការអញ្ជើញ",
- "Add": "បន្ថែម",
- "Add a new team member to your team, allowing them to collaborate with you.": "បន្ថែមសមាជិកក្រុមមួយ អនុញ្ញាតឱ្យពួកគេដើម្បីសហការជាមួយនឹងអ្នក។",
- "Add additional security to your account using two factor authentication.": "បន្ថែមសន្ដិសុខរបស់គណនីប្រើប្រាស់ពីរកត្តាផ្ទៀងផ្ទាត់។",
- "Add Team Member": "បន្ថែមសមាជិក",
- "Added.": "បានបន្ថែម។",
- "Administrator": "គ្រប់គ្រង",
- "Administrator users can perform any action.": "គ្រប់គ្រងអ្នកប្រើប្រាស់អាចអនុវត្តសកម្មភាពណាមួយ។",
- "All of the people that are part of this team.": "មនុស្សទាំងអស់ដែលនៅក្នុងក្រុមនេះ។",
- "All rights reserved.": "រក្សាសិទ្ធិគ្រប់យ៉ាង។",
- "Already registered?": "បានចុះឈ្មោះរួចហើយ?",
- "API Token": "API Token",
- "API Token Permissions": "សិទ្ធិរបស់ API Token",
- "API Tokens": "API Tokens",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API tokens ដែលអនុញ្ញាតភាគីទីបីនៃសេវាកម្មដើម្បីផ្ទៀងផ្ទាត់ជាមួយនឹងកម្មវិធីរបស់យើងលើនាមរបស់អ្នក។",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "តើអ្នកប្រាកដថាអ្នកចង់លុបក្រុមនេះ? នៅពេលដែលក្រុមនេះត្រូវបានលុបទាំងអស់នៃទិន្នន័យរបស់ខ្លួននិងទិន្នន័យនឹងត្រូវបានលុប។",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "តើអ្នកប្រាកដថាអ្នកចង់លុបគណនីរបស់អ្នក? នៅពេលដែលរបស់គណនីត្រូវបានលុបទិន្នន័យទាំងអស់នឹងត្រូវបានលុប។ សូមបញ្ចូលពាក្យសម្ងាត់ដើម្បីបញ្ជាក់អ្នកចង់លុបគណនីរបស់អ្នកជាអចិន្ត្រៃ។",
- "Are you sure you would like to delete this API token?": "តើអ្នកប្រាកដថាអ្នកចង់លុប API token ដែរឬទេ?",
- "Are you sure you would like to leave this team?": "តើអ្នកប្រាកដថាអ្នកចង់ចាកចេញក្រុមនេះ?",
- "Are you sure you would like to remove this person from the team?": "តើអ្នកប្រាកដថាអ្នកចង់យកមនុស្សម្នាក់ពីក្រុមនេះ?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "កម្មវិធីរុម័យ",
- "Cancel": "បោះបង់",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "បិទ",
- "Code": "លេខកូដ",
- "Confirm": "បញ្ជាក់",
- "Confirm Password": "បញ្ជាក់ពាក្យសម្ងាត់",
- "Create": "បង្កើត",
- "Create a new team to collaborate with others on projects.": "បង្កើតក្រុមថ្មីមួយដើម្បីសហការជាមួយអ្នកផ្សេងលើគម្រោង។",
- "Create Account": "បង្កើតគណនី",
- "Create API Token": "បង្កើត API Token",
- "Create New Team": "បង្កើតក្រុមថ្មី",
- "Create Team": "បង្កើតក្រុម",
- "Created.": "បានបង្កើត។",
- "Current Password": "ពាក្យសម្ងាត់បច្ចុប្បន្ន",
- "Dashboard": "ប្លូ",
- "Delete": "លុប",
- "Delete Account": "លុបគណនី",
- "Delete API Token": "លុប API Token",
- "Delete Team": "លុបក្រុម",
- "Disable": "បិទ",
- "Done.": "បានធ្វើ។",
- "Edit Profile": "Edit Profile",
- "Editor": "អ្នកនិពន្ធ",
- "Editor users have the ability to read, create, and update.": "អ្នកនិពន្ធប្រើប្រាស់មានសមត្ថភាពក្នុងការមើល, បង្កើត,និងកែប្រែ។",
- "Email": "អ៊ីម៉ែល",
- "Email Address": "អាស័យដ្ឋានអ៊ីម៉ែល",
- "Email Password Reset Link": "អ៊ីម៉ែលពាក្យសម្ងាត់កំណត់តំណភ្ជាប់",
- "Enable": "អនុញ្ញាត",
- "Ensure your account is using a long, random password to stay secure.": "ធានារបស់គណនីត្រូវបានប្រើជាយូរ សូមប្រើប្រាស់បង្កើតដោយចៃដន្យដើម្យីសុវត្ថិភាព។",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "សម្រាប់សន្តិសុខរបស់អ្នក សូមបញ្ជាក់ពាក្យសម្ងាត់ដើម្បីបន្ត។",
- "Forbidden": "ហាមឃាត់",
- "Forgot your password?": "ភ្លេចពាក្យសម្ងាត់របស់អ្នក?",
- "Forgot Your Password?": "ភ្លេចពាក្យសម្ងាត់របស់អ្នក?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "ភ្លេចពាក្យសម្ងាត់របស់អ្នក? គ្មានបញ្ហា។ គ្រាន់តែអនុញ្ញាតឱ្យយើងដឹងរបស់អ្នកអ៊ីម៉ែលដ្ឋានហើយយើងនឹងអ៊ីម៉ែលអ្នកការពាក្យសម្ងាត់កំណត់តំណដែលនឹងអនុញ្ញាតឱ្យអ្នកជ្រើសរើសពាក្យសម្ងាត់ថ្មីមួយ។",
- "Go to page :page": "ចូលទៅទំព័រ :page",
- "Great! You have accepted the invitation to join the :team team.": "អស្ចារ្យ! អ្នកបានទទួលការអញ្ជើញចូលរួម :team ក្រុម។",
- "Hello!": "ជំរាបសួរ!",
- "I agree to the :terms_of_service and :privacy_policy": "ខ្ញុំយល់ស្របទៅ :terms_of_service និង :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "ប្រសិនបើចាំបាច់ អ្នកអាចចាកចេញនៃឧបករណ៍ទាំងអស់។ មួយចំនួននៃការចូលអ្នកថ្មីៗត្រូវបានរាយខាងក្រោម ទោះជាយ៉ាងណាបញ្ជីនេះមិនអាចត្រូវបានទូលំទូលាយ។ ប្រសិនបើអ្នកគិតថាគណនីរបស់អ្នកត្រូវបានលួច អ្នកគួរតែកែប្រែពាក្យសម្ងាត់របស់អ្នក។",
- "If you already have an account, you may accept this invitation by clicking the button below:": "ប្រសិនបើអ្នកមានគណនីរួចហើយ អ្នកអាចទទួលយកការអញ្ជើញនេះដោយចុចប៊ូតុងខាងក្រោម:",
- "If you did not create an account, no further action is required.": "ប្រសិនបើអ្នកមិនបានបង្កើតគណនីទេ គ្មានការទាមទារសកម្មភាពបន្ថែមឡើយ។",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "ប្រសិនបើអ្នកមិនបានរំពឹងថានឹងទទួលការអញ្ជើញដើម្បីក្រុមនេះ អ្នកអាចបោះចោលអ៊ីមែលនេះ។",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "ប្រសិនបើអ្នកមិនបានស្នើសុំប្តូរពាក្យសម្ងាត់,គ្មានការទាមទារសកម្មភាពបន្ថែមឡើយ។",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "ប្រសិនបើអ្នកមិនមានគណនីទេ អ្នកអាចបង្កើតមួយដោយចុចប៊ូតុងខាងក្រោម។ បន្ទាប់ពីការបង្កើតគណនីមួយ អ្នកអាចចុចការអញ្ជើញទទួលយកប៊ូតុងនៅក្នុងនេះអ៊ីម៉ែលដើម្បីទទួលយកការអញ្ជើញរបស់ក្រុម:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "ប្រសិនបើអ្នកកំពុងមានបញ្ហាចុច\":actionText\"ប៊ូតុង,ចម្លងនិងបិទភ្ជាប់ URL ខាងក្រោម\nចូលទៅក្នុងបណ្ដាញរុករក:",
- "Last active": "ចុងក្រោយកម្ម",
- "Last used": "ប្រើចុងក្រោយ",
- "Leave": "ចាកចេញ",
- "Leave Team": "ចាកចេញពីក្រុម",
- "Log in": "ចូល",
- "Log Out": "ចាកចេញ",
- "Log Out Other Browser Sessions": "ចាកចេញឧបករណ៍ផ្សេងទៀត",
- "Login": "ចូល",
- "Logout": "ចាកចេញ",
- "Manage Account": "គ្រប់គ្រងគណនី",
- "Manage and log out your active sessions on other browsers and devices.": "គ្រប់គ្រងនិងចាកចេញឧបករណ៍ផ្សេងទៀត។",
- "Manage API Tokens": "គ្រប់គ្រង API Tokens",
- "Manage Role": "គ្រប់គ្រងតួនាទី",
- "Manage Team": "គ្រប់គ្រងក្រុម",
- "Name": "នាមឈ្មោះ",
- "New Password": "ពាក្យសម្ងាត់ថ្មី",
- "Not Found": "មិនឃើញ",
- "of": "នៃ",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "នៅពេលដែលក្រុមនេះត្រូវបានលុប ទិន្នន័យទាំងអស់របស់ខ្លួននឹងត្រូវបានលុប។ មុនពេលលុបក្រុមនេះ សូមទាញយកទិន្នន័យឬព័ត៌មានទាក់ទងក្រុមនេះដែលអ្នកចង់រក្សា។",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "នៅពេលដែលគណនីនេះត្រូវបានលុប ទិន្នន័យទាំងអស់របស់ខ្លួននឹងត្រូវបានលុប។ មុនពេលលុបគណនីរបស់អ្នក,សូមទាញយកទិន្នន័យឬព័ត៌មានដែលអ្នកចង់រក្សា។",
- "Page Expired": "ទំព័រផុតកំណត់",
- "Pagination Navigation": "លេខទំព័ររុករក",
- "Password": "ពាក្យសម្ងាត់",
- "Pending Team Invitations": "រង់ចាំការអញ្ជើញក្រុម",
- "Permanently delete this team.": "អចិន្ត្រៃលុបក្រុមនេះ។",
- "Permanently delete your account.": "អចិន្ត្រៃលុបគណនី។",
- "Permissions": "សិទ្ធិ",
- "Photo": "រូបថត",
- "Please click the button below to verify your email address.": "សូមចុចប៊ូតុងខាងក្រោមដើម្បីផ្ទៀងផ្ទាត់អ៊ីម៉ែល។",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "សូមបញ្ជាក់ចូលគណនីរបស់អ្នកដោយបញ្ចូលមួយនៃការលេខកូដពេលអាសន្ន។",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "សូមបញ្ជាក់ចូលគណនីរបស់អ្នកដោយបញ្ចូលលេខកូដដែលផ្តល់ជូនដោយកម្មវិធីផ្ទៀងផ្ទាត់របស់អ្នក។",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "សូមចម្លង API Token ថ្មីរបស់អ្នក។ សម្រាប់សន្តិសុខរបស់អ្នក,វានឹងមិនត្រូវបានបង្ហាញម្តងទៀត។",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "សូមបញ្ចូលពាក្យសម្ងាត់ដើម្បីបញ្ជាក់អ្នកចង់ចាកចេញរបស់អ្នកនៃឧបករណ៍ទាំងអស់។",
- "Please provide the email address of the person you would like to add to this team.": "សូមផ្តល់នូវអ៊ីម៉ែលនៃមនុស្សដែលអ្នកចង់បន្ថែមទៅក្រុមនេះ។",
- "Privacy Policy": "ឯកជន",
- "Profile": "ព័ត៌មាន",
- "Profile Information": "ទម្រង់ព័ត៌មាន",
- "Recovery Code": "លេខកូដពេលអាសន្ន",
- "Regards": "ទាក់ទង",
- "Regenerate Recovery Codes": "បង្កើតលេខកូដពេលអាសន្ន",
- "Register": "ចុះឈ្មោះ",
- "Remember me": "ចងចាំខ្ញុំ",
- "Remember Me": "ចងចាំខ្ញុំ",
- "Remove": "យកចេញ",
- "Remove Photo": "យករូបថតចេញ",
- "Remove Team Member": "យកចេញពីក្រុម",
- "Resend Verification Email": "បញ្ចូនការផ្ទៀងអ៊ីម៉ែលម្ដងទៀត",
- "Reset Password": "កំណត់ពាក្យសម្ងាត់",
- "Reset Password Notification": "កំណត់ពាក្យសម្ងាត់ជូនដំណឹង",
- "results": "លទ្ធផល",
- "Role": "តួនាទី",
- "Save": "រក្សាទុក",
- "Saved.": "បានរក្សាទុក។",
- "Select A New Photo": "ជ្រើសរូបថតថ្មី",
- "Send Password Reset Link": "ផ្ញើពាក្យសម្ងាត់កំណត់តំណភ្ជាប់",
- "Server Error": "ម៉ាស៊ីនដំណើរការមិនប្រក្រតី",
- "Service Unavailable": "សេវាមិនអាចប្រើ",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "បង្ហាញលេខកូដពេលអាសន្ន",
- "Showing": "បង្ហាញពី",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "រក្សាទុកលេខកូដពេលអាសន្នទាំងនេះនៅក្នុងកម្មវិធីគ្រប់គ្រងពាក្យសម្ងាត់។ ពួកគេអាចត្រូវបានប្រើដើម្បីចូលដំណើររបស់អ្នកប្រសិនបើគណនីរបស់អ្នកឧបករណ៍ផ្ទៀងផ្ទាត់ទី២បានបាត់បង់។",
- "Switch Teams": "ប្តូរក្រុម",
- "Team Details": "លម្អិតក្រុម",
- "Team Invitation": "ការអញ្ជើញក្រុម",
- "Team Members": "សមាជិកក្រុម",
- "Team Name": "ឈ្មោះក្រុម",
- "Team Owner": "ម្ចាស់ក្រុម",
- "Team Settings": "ការកំណត់ក្រុម",
- "Terms of Service": "លក្ខខណ្ឌនៃសេវាកម្ម",
- "The :attribute must be a valid role.": ":Attribute ត្រូវតែមានសុពលភាពតួនាទី។",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute ត្រូវតែមានយ៉ាងហោច :length តួអក្សរនិងមានយ៉ាងហោចណាស់លេខមួយ។",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute ត្រូវតែមានយ៉ាងហោ :length តួអក្សរនិងមានយ៉ាងហោចណាស់លេខមួយ និងអក្សរពិសេសមួយ។",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute ត្រូវតែមានយ៉ាងហោច :length តួអក្សរនិងមានយ៉ាងហោចណាស់មួយអក្សរពិសេស។",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute ត្រូវតែមានយ៉ាងហោច :length តួអក្សរនិងមានយ៉ាងហោចណាស់អក្សរធំមួយ និងលេខមួយ។",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "attribute ត្រូវតែមានយ៉ាងហោច :length តួអក្សរនិងមានយ៉ាងហោចណាស់អក្សរធំមួយ លេខមួយ និងអក្សរពិសេសមួយ។",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute ត្រូវតែមានយ៉ាងហោច :length តួអក្សរនិងមានយ៉ាងហោចណាស់អក្សរធំមួយ។",
- "The :attribute must be at least :length characters.": ":Attribute ត្រូវតែមានយ៉ាងហោច :length តួអក្សរ។",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "ពាក្យសម្ងាត់មិនផ្គូរផ្គងជាមួយនពាក្យសម្ងាត់បច្ចុប្បន្របស់អ្នក។",
- "The provided password was incorrect.": "ការផ្ដល់ពាក្យសម្ងាត់មិនត្រឹមត្រូវ។",
- "The provided two factor authentication code was invalid.": "ការផ្តល់ជូនពីកត្តាការផ្ទៀងលេខកូដមិនត្រឹមត្រូវ។",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "ក្រុមនេះជាឈ្មោះនិងជាម្ចាស់ព័ត៌មាន។",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "មនុស្សទាំងត្រូវបានគេអញ្ជើញឱ្យទៅក្រុមរបស់និងត្រូវបានផ្ញើការអញ្ជើញអ៊ីម៉ែល។ ពួកគេអាចចូលរួមក្រុមដោយទទួលការអញ្ជើញ។",
- "This device": "ឧបករណ៍នេះ",
- "This is a secure area of the application. Please confirm your password before continuing.": "នេះគឺជាតំបន់សុវត្ថិភាពនៃកម្មវិធី។ សូមបញ្ជាក់ពាក្យសម្ងាត់មុនពេលបន្ត។",
- "This password does not match our records.": "ពាក្យសម្ងាត់នេះមិនត្រឹមត្រូវ។",
- "This password reset link will expire in :count minutes.": "នេះពាក្យសម្ងាត់កំណត់តំណនឹងផុតកំណត់នៅក្នុង :count នាទី។",
- "This user already belongs to the team.": "អ្នកប្រើប្រាស់នៅក្នុងក្រុមនេះរួចហើយ។",
- "This user has already been invited to the team.": "អ្នកប្រើនេះត្រូវបានអញ្ជើញឱ្យក្រុមនេះរួចហើយ។",
- "to": "ដើម្បី",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "បិទបើករុករក",
- "Token Name": "សញ្ញាឈ្មោះ",
- "Too Many Requests": "សំណើរច្រើនពេក",
- "Two Factor Authentication": "ការផ្ទៀងផ្ទាត់ទី២",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "មិនត្រូវបានអនុញ្ញាត",
- "Unknown": "Unknown",
- "Update Password": "កែប្រែពាក្យសម្ងាត់",
- "Update your account's profile information and email address.": "កែប្រែព័ត៌មានគណនី និងអ៊ីម៉ែល។",
- "Use a recovery code": "ប្រើលេខកូដពេលអាសន្ន",
- "Use an authentication code": "ប្រើការផ្ទៀងលេខកូដ",
- "Verify Email Address": "ផ្ទៀងអ៊ីម៉ែល",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "យើងមិនអាចរកឃើញមួយចុះឈ្មោះអ្នកប្រើជាមួយអ៊ីម៉ែលនេះ។",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "នៅពេលដែលពីរកត្តាផ្ទៀងត្រូវអនុញ្ញាត,អ្នកនឹងត្រូវបានសួរសម្រាប់ការសុវត្ថិភាពចៃដន្យ Token ក្នុងអំឡុងការផ្ទៀង។ អ្នកអាចទាញយកនេះសញ្ញាទូរស័ព្ទរបស់ Google ផ្ទៀងផ្ទាត់កម្មវិធី។",
- "Whoops!": "អុប!",
- "Whoops! Something went wrong.": "អុប! អ្វីមួយបានទៅខុស។",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "អ្នកទទួលអ៊ីម៉ែលនេះព្រោះយើងបានទទួលពាក្យសម្ងាត់កំណត់ស្នើសុំសម្រាប់គណនីរបស់អ្នក។",
- "You have been invited to join the :team team!": "អ្នកត្រូវបានគេអញ្ជើញឱ្យចូលរួមក្រុម :team!",
- "You have enabled two factor authentication.": "អ្នកបានអនុញ្ញាតពីកត្តាការផ្ទៀង។",
- "You have not enabled two factor authentication.": "អ្នកមិនបានអនុញ្ញាតពីកត្តាការផ្ទៀង។",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "អ្នកអាចលុបណាមួយនៃ Token ប្រសិនបើលែងត្រូវការ។",
- "You may not delete your personal team.": "អ្នកមិនអាចលុបរបស់ផ្ទាល់ខ្លួនក្រុម។",
- "You may not leave a team that you created.": "អ្នកមិនអាចចាកចេញក្រុមមួយដែលអ្នកបង្កើត។",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/km/auth.php b/resources/lang/km/auth.php
deleted file mode 100644
index 64547817..00000000
--- a/resources/lang/km/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'ពាក្យសម្ងាត់មិនត្រឺមត្រូវ។',
- 'password' => 'ពាក្យសម្ងាត់មិនត្រឺមត្រូវ។',
- 'throttle' => 'ការបញ្ចូលច្រើនដងពេក។ សូមសាកល្បង :seconds វិនាទីក្រោយ។',
-];
diff --git a/resources/lang/km/http-statuses.php b/resources/lang/km/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/km/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/km/pagination.php b/resources/lang/km/pagination.php
deleted file mode 100644
index 64a9cbab..00000000
--- a/resources/lang/km/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'បន្ទាប់ »',
- 'previous' => '« មុន',
-];
diff --git a/resources/lang/km/passwords.php b/resources/lang/km/passwords.php
deleted file mode 100644
index f9b71862..00000000
--- a/resources/lang/km/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'ពាក្យសម្ងាត់បានផ្លាស់ប្តូរជាថ្មី។',
- 'sent' => 'ពាក្យសម្ងាត់ដែលបានរំលឹកបានផ្ញើរួចរាល់!',
- 'throttled' => 'សូមរង់ចាំមុនពេលសាកល្បងម្តងទៀត។',
- 'token' => 'ពាក្យសម្ងាត់ដែលកំណត់ឡើងវិញគឺមិនត្រឹមត្រូវទេ។',
- 'user' => 'យើងមិនអាចរកឃើញអ្នកប្រើដែលមានអាសយដ្ឋានអ៊ីមែលមួយនេះទេ។',
-];
diff --git a/resources/lang/km/validation.php b/resources/lang/km/validation.php
deleted file mode 100644
index 9bd38af9..00000000
--- a/resources/lang/km/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute ត្រូវតែត្រូវបានទទួលយក។',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute មិនមែនជា URL ត្រឹមត្រូវឡើយ។',
- 'after' => ':Attribute ត្រូវតែមានកាលបរិច្ឆេទបន្ទាប់ពី :date។',
- 'after_or_equal' => ':Attribute ត្រូវតែជាកាលបរិច្ឆេទ ក្រោយឬស្មើ :date។',
- 'alpha' => ':Attribute អាចមានអក្សរតែប៉ុណ្ណោះ។',
- 'alpha_dash' => ':Attribute អាចមានតែអក្សរ លេខ និងសហសញ្ញា(-)។',
- 'alpha_num' => ':Attribute អាចមានតែអក្សរ និងលេខ។',
- 'array' => ':Attribute ត្រូវតែជា សំណុំ។',
- 'attached' => ':Attribute ត្រូវបានភ្ជាប់រួចទៅហើយ។',
- 'before' => ':Attribute ត្រូវតែមានកាលបរិច្ឆេទមុន :date។',
- 'before_or_equal' => ':Attribute ត្រូវតែជាកាលបរិច្ឆេទ មុនឬស្មើ :date។',
- 'between' => [
- 'array' => ':Attribute ត្រូវតែមានចំនួនរវាង :min និង :max។',
- 'file' => ':Attribute ត្រូវតែមានរវាង :min និង :max គីឡូបៃ។',
- 'numeric' => ':Attribute ត្រូវតែមានរវាង :min និង :max។',
- 'string' => ':Attribute ត្រូវតែមានរវាង :min និង :max តួអក្សរ។',
- ],
- 'boolean' => ':Attribute ត្រូវតែជា ពិត ឬ មិនពិត',
- 'confirmed' => ':Attribute ការបញ្ជាក់មិនផ្គូរផ្គង។',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute គឺមិនមែនជាកាលបរិច្ឆេទត្រឹមត្រូវ។',
- 'date_equals' => ':Attribute ត្រូវតែជាកាលបរិច្ឆេទស្មើនឹង :date។',
- 'date_format' => ':Attribute មិនត្រឹមត្រូវនឹងទម្រង់ :format នេះ។',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute និង :other ត្រូវតែបញ្ជាក់។',
- 'digits' => ':Attribute ត្រូវជាខ្ទង់ :digits។',
- 'digits_between' => ':Attribute ត្រូវចាប់ពីខ្ទង់ :min ទៅ :max។',
- 'dimensions' => 'ទំហំរូបភាព :attribute មិនត្រឹមត្រូវ។',
- 'distinct' => ':Attribute មានតម្លៃស្ទួន។',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute ទម្រង់នេះមិនត្រឹមត្រូវ។',
- 'ends_with' => ':Attribute ត្រូវបញ្ចប់ដោយពាក្យមួយក្នុងចំណោម :values។',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'ការជ្រើសរើស :attribute ត្រឹមត្រូវ។',
- 'file' => ':Attribute ត្រូវតែជាប្រភេទឯកសារ។',
- 'filled' => 'ទម្រង់ :attribute នេះគឺទាមទារឲ្យមាន។',
- 'gt' => [
- 'array' => ':Attribute ត្រូវមានច្រើនជាង :value។',
- 'file' => ':Attribute ត្រូវតែធំជាង :value គីឡូបៃ។',
- 'numeric' => ':Attribute ត្រូវតែធំជាង :value។',
- 'string' => ':Attribute ត្រូវតែធំជាង :value តួអក្សរ។',
- ],
- 'gte' => [
- 'array' => ':Attribute ត្រូវមានចំនួន :value ឬច្រើនជាង។',
- 'file' => ':Attribute ត្រូវតែធំជាងឬស្មើ :value គីឡូបៃ។',
- 'numeric' => ':Attribute ត្រូវតែធំជាងឬស្មើ :value។',
- 'string' => ':Attribute ត្រូវតែធំជាងឬស្មើ :value តួអក្សរ។',
- ],
- 'image' => ':Attribute ត្រូវតៃជារូបភាព។',
- 'in' => 'ការជ្រើសរើស :attribute មិនត្រឹមត្រូវ។',
- 'in_array' => ':Attribute ត្រូវតែជាមួយក្នុងចំណោម :other។',
- 'integer' => ':Attribute ត្រូវតែជាចំនួនគត់។',
- 'ip' => ':Attribute ត្រូវតែជា IP address ត្រឹមត្រូវ។',
- 'ipv4' => ':Attribute ត្រូវតែជា IPv4 address ត្រឹមត្រូវ។',
- 'ipv6' => ':Attribute ត្រូវតែជា IPv6 address ត្រឹមត្រូវ។',
- 'json' => ':Attribute ត្រូវតែជា JSON string ត្រឹមត្រូវ។',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute ត្រូវតែមានចំនួនតិចជាង :value។',
- 'file' => ':Attribute ត្រូវតែតិចជាង :value គីឡូបៃ។',
- 'numeric' => ':Attribute ត្រូវតែតិចជាង :value។',
- 'string' => ':Attribute ត្រូវតែតិចជាង :value តួអក្សរ។',
- ],
- 'lte' => [
- 'array' => ':Attribute ត្រូវមានចំនួនតិចជាង :value។',
- 'file' => ':Attribute ត្រូវតែតិចជាងឬស្មើ :value គីឡូបៃ។',
- 'numeric' => ':Attribute ត្រូវតែតិចជាងឬស្មើ :value។',
- 'string' => ':Attribute ត្រូវតែតិចជាងឬស្មើ :value តួអក្សរ។',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute មិនត្រូវច្រើនជាងធាតុនេះ :max។',
- 'file' => ':Attribute មិនត្រូវធំជាង :max គីឡូបៃ។',
- 'numeric' => ':Attribute មិនត្រូវធំជាង :max។',
- 'string' => ':Attribute មិនត្រូវធំជាង :max តួអក្សរ។',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute ត្រូវតែជាប្រភេទឯកសារប្រភេទ: :values នេះ។',
- 'mimetypes' => ':Attribute ត្រូវតែជាប្រភេទឯកសារប្រភេទ: :values នេះ។',
- 'min' => [
- 'array' => ':Attribute ត្រូវតែតិចជាងធាតុនេះ :min។',
- 'file' => ':Attribute ត្រូវតៃតួចជាង :min គីឡូបៃ។',
- 'numeric' => ':Attribute ត្រូវតែតូចជាង :min។',
- 'string' => ':Attribute ត្រូវតែតូចជាង :min តួអក្សរ។',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute ត្រូវតែជាចំនួនចែកដាច់នឹង :value។',
- 'not_in' => 'ការជ្រើសរើស :attribute គឺមិនត្រឹមត្រូវ។',
- 'not_regex' => ':Attribute ទម្រង់ គឺមិនត្រឹមត្រូវ។',
- 'numeric' => ':Attribute ត្រូវតែជាលេខ។',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute ត្រូវតែមាន។',
- 'prohibited' => ':Attribute នេះត្រូវហាមឃាត់។',
- 'prohibited_if' => ':Attribute នេះត្រូវហាមឃាត់នៅពេលដែល :other គឺ :value។',
- 'prohibited_unless' => ':Attribute នេះត្រូវហាមឃាត់លុះត្រា :other គឺនៅក្នុង :values។',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => ':Attribute ទម្រង់មិនត្រឹមត្រូវ។',
- 'relatable' => ':Attribute មិនអាចត្រូវបានភ្ជាប់ជាមួយនឹងធនធាននេះ។',
- 'required' => ':Attribute នេះគឺទាមទារឲ្យមាន។',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Attribute នេះគឺទាមទារនៅពេល :other គឺ :value។',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Attribute នេះគឺទាមទារនៅពេល :other មិនមែន :values។',
- 'required_with' => ':Attribute នេះគឺទាមទារនៅពេល :values មាន។',
- 'required_with_all' => ':Attribute នេះគឺទាមទារនៅពេល :values មាន។',
- 'required_without' => ':Attribute នេះគឺទាមទារនៅពេល :values មិនមាន។',
- 'required_without_all' => ':Attribute នេះគឺត្រូវបានទាមទារពេល :values មិនមាន។',
- 'same' => ':Attribute និង :other ត្រូវតែដូចគ្នា។',
- 'size' => [
- 'array' => ':Attribute ត្រូវតែមានទំហំ :size។',
- 'file' => ':Attribute ត្រូវតែ :size គីឡូបៃ។',
- 'numeric' => ':Attribute ត្រូវតែ :size។',
- 'string' => ':Attribute ត្រូវតែ :size តួអក្សរ។',
- ],
- 'starts_with' => ':Attribute ត្រូវចាប់ផ្តើមដោយ :values ណាមួយ។',
- 'string' => ':Attribute ត្រូវតែជាប្រភេទតួអក្សរ។',
- 'timezone' => ':Attribute ត្រូវតែជាតំបន់ដែលត្រឹមត្រូវ។',
- 'unique' => ':Attribute ត្រូវបានប្រើរួចហើយ។',
- 'uploaded' => ':Attribute បរាជ័យក្នុងការបញ្ចូល។',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute ទម្រង់ត្រឹមត្រូវ។',
- 'uuid' => ':Attribute ត្រូវតែជាទម្រង់ UUID។',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/kn.json b/resources/lang/kn.json
deleted file mode 100644
index 669c39a5..00000000
--- a/resources/lang/kn.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "ಆಮಂತ್ರಣವನ್ನು ಸ್ವೀಕರಿಸುವುದಿಲ್ಲ",
- "Add": "ಸೇರಿಸಿ",
- "Add a new team member to your team, allowing them to collaborate with you.": "ಸೇರಿಸಿ ಒಂದು ಹೊಸ ತಂಡದ ಸದಸ್ಯ, ನಿಮ್ಮ ತಂಡ, ಅವುಗಳನ್ನು ಅವಕಾಶ, ನೀವು ಸಹಯೋಗ.",
- "Add additional security to your account using two factor authentication.": "ಸೇರಿಸಿ ಹೆಚ್ಚುವರಿ ಭದ್ರತಾ ಬಳಸಿ ನಿಮ್ಮ ಖಾತೆಗೆ ಎರಡು ಫ್ಯಾಕ್ಟರ್ ದೃಢೀಕರಣ.",
- "Add Team Member": "ಸೇರಿಸಿ ತಂಡದ ಸದಸ್ಯ",
- "Added.": "ಸೇರಿಸಲಾಗಿದೆ.",
- "Administrator": "ನಿರ್ವಾಹಕರು",
- "Administrator users can perform any action.": "ನಿರ್ವಾಹಕರು ಬಳಕೆದಾರರು ನಿರ್ವಹಿಸಲು ಯಾವುದೇ ಕ್ರಮ.",
- "All of the people that are part of this team.": "ಎಲ್ಲಾ ಜನರು ಭಾಗವಾಗಿರುವ ಈ ತಂಡ.",
- "All rights reserved.": "ಎಲ್ಲ ಹಕ್ಕುಗಳನ್ನು ಕಾಯ್ದಿರಿಸಲಾಗಿದೆ.",
- "Already registered?": "ಈಗಾಗಲೇ ನೋಂದಾಯಿತ?",
- "API Token": "API ಟೋಕನ್",
- "API Token Permissions": "API ಟೋಕನ್ ಅನುಮತಿಗಳನ್ನು",
- "API Tokens": "API ಸಂಕೇತಗಳನ್ನು",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API ಸಂಕೇತಗಳನ್ನು ಅವಕಾಶ ಮೂರನೇ ಪಕ್ಷದ ಸೇವೆಗಳನ್ನು ದೃಢೀಕರಿಸಲು ನಮ್ಮ ಅಪ್ಲಿಕೇಶನ್ ನಿಮ್ಮ ಪರವಾಗಿ.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Are you sure you want to delete ಈ ತಂಡ? ಒಮ್ಮೆ ಒಂದು ತಂಡ ಅಳಿಸಲಾಗಿದೆ, ಅದರ ಎಲ್ಲಾ ಸಂಪನ್ಮೂಲಗಳನ್ನು ಮತ್ತು ಡೇಟಾ ಶಾಶ್ವತವಾಗಿ ಅಳಿಸಲಾಗುತ್ತದೆ.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Are you sure you want to delete ನಿಮ್ಮ ಖಾತೆಯನ್ನು? ಒಮ್ಮೆ ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಅಳಿಸಲಾಗಿದೆ, ಅದರ ಎಲ್ಲಾ ಸಂಪನ್ಮೂಲಗಳನ್ನು ಮತ್ತು ಡೇಟಾ ಶಾಶ್ವತವಾಗಿ ಅಳಿಸಲಾಗುತ್ತದೆ. ದಯವಿಟ್ಟು ನಮೂದಿಸಿ, ನಿಮ್ಮ ಗುಪ್ತಪದವನ್ನು ಖಚಿತಪಡಿಸಿ ನೀವು ಬಯಸಿದರೆ, ಶಾಶ್ವತವಾಗಿ ಅಳಿಸಲು ನಿಮ್ಮ ಖಾತೆಯನ್ನು.",
- "Are you sure you would like to delete this API token?": "Are you sure you would like to ಅಳಿಸಿ ಈ API ಟೋಕನ್?",
- "Are you sure you would like to leave this team?": "Are you sure you would like to leave ಈ ತಂಡ?",
- "Are you sure you would like to remove this person from the team?": "Are you sure you would like to remove ಈ ವ್ಯಕ್ತಿ ತಂಡದಿಂದ?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "ಬ್ರೌಸರ್ ಅವಧಿಗಳು",
- "Cancel": "ರದ್ದು",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "ಮುಚ್ಚಿ",
- "Code": "ಕೋಡ್",
- "Confirm": "ಖಚಿತಪಡಿಸಿ",
- "Confirm Password": "ಪಾಸ್ವರ್ಡ್ ದೃಢೀಕರಿಸಿ",
- "Create": "ರಚಿಸಿ",
- "Create a new team to collaborate with others on projects.": "ರಚಿಸಲು ಒಂದು ಹೊಸ ತಂಡದ ಸಹಯೋಗ ಇತರರು ಯೋಜನೆಗಳು.",
- "Create Account": "ಖಾತೆಯನ್ನು ರಚಿಸಿ",
- "Create API Token": "ರಚಿಸಲು API ಟೋಕನ್",
- "Create New Team": "ರಚಿಸಿ ಹೊಸ ತಂಡ",
- "Create Team": "ರಚಿಸಲು ತಂಡ",
- "Created.": "ದಾಖಲಿಸಿದವರು.",
- "Current Password": "ಪ್ರಸ್ತುತ ಪಾಸ್ವರ್ಡ್",
- "Dashboard": "ಡ್ಯಾಶ್ಬೋರ್ಡ್",
- "Delete": "ಅಳಿಸಿ",
- "Delete Account": "ಖಾತೆಯನ್ನು ಅಳಿಸಿ",
- "Delete API Token": "ಅಳಿಸಿ API ಟೋಕನ್",
- "Delete Team": "ಅಳಿಸಿ ತಂಡ",
- "Disable": "ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ",
- "Done.": "ಮಾಡಲಾಗುತ್ತದೆ.",
- "Edit Profile": "Edit Profile",
- "Editor": "ಸಂಪಾದಕ",
- "Editor users have the ability to read, create, and update.": "ಸಂಪಾದಕ ಬಳಕೆದಾರರು ಸಾಮರ್ಥ್ಯವನ್ನು ಹೊಂದಿವೆ ಓದಲು, ರಚಿಸಲು, ಮತ್ತು ಅಪ್ಡೇಟ್.",
- "Email": "ಇಮೇಲ್",
- "Email Address": "ಇಮೇಲ್ ವಿಳಾಸ",
- "Email Password Reset Link": "ಇಮೇಲ್ ಪಾಸ್ವರ್ಡ್ ಮರುಹೊಂದಿಸಿ ಲಿಂಕ್",
- "Enable": "ಸಕ್ರಿಯಗೊಳಿಸಿ",
- "Ensure your account is using a long, random password to stay secure.": "ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಲು ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಬಳಸಿಕೊಂಡು ಒಂದು ದೀರ್ಘ, ಯಾದೃಚ್ಛಿಕ ಪಾಸ್ವರ್ಡ್ ಸುರಕ್ಷಿತ ಉಳಿಯಲು.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "ನಿಮ್ಮ ಭದ್ರತಾ, ದಯವಿಟ್ಟು ನಿಮ್ಮ ಗುಪ್ತಪದವನ್ನು ಖಚಿತಪಡಿಸಿ ಮುಂದುವರಿಸಲು.",
- "Forbidden": "ನಿಷೇಧಿಸಲಾಗಿದೆ",
- "Forgot your password?": "ನಿಮ್ಮ ಪಾಸ್ವರ್ಡ್ ಮರೆತಿರುವಿರಾ?",
- "Forgot Your Password?": "ನಿಮ್ಮ ಪಾಸ್ವರ್ಡ್ ಮರೆತಿರಾ?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "ನಿಮ್ಮ ಪಾಸ್ವರ್ಡ್ ಮರೆತಿರುವಿರಾ? ಯಾವುದೇ ಸಮಸ್ಯೆ. ಕೇವಲ ನಮಗೆ ತಿಳಿಸಿ, ನಿಮ್ಮ ಇಮೇಲ್ ವಿಳಾಸ ಮತ್ತು ನಾವು ನೀವು ಇಮೇಲ್ ಪಾಸ್ವರ್ಡ್ ಮರುಹೊಂದಿಸಿ ಲಿಂಕ್ that will allow you to choose a new one.",
- "Go to page :page": "ಹೋಗಿ ಪುಟ :page",
- "Great! You have accepted the invitation to join the :team team.": "ಗ್ರೇಟ್! ನೀವು ಸ್ವೀಕರಿಸಿದ ಆಮಂತ್ರಣ ಸೇರಲು :team ತಂಡ.",
- "Hello!": "ಹಲೋ!",
- "I agree to the :terms_of_service and :privacy_policy": "ನಾನು ಒಪ್ಪುತ್ತೇನೆ :terms_of_service ಮತ್ತು :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "ಅಗತ್ಯವಿದ್ದರೆ, ನೀವು ಲಾಗ್ ಔಟ್ ಎಲ್ಲಾ ನಿಮ್ಮ ಇತರ ಬ್ರೌಸರ್ ಅವಧಿಯಲ್ಲಿ ಎಲ್ಲಾ ಅಡ್ಡಲಾಗಿ ನಿಮ್ಮ ಸಾಧನಗಳು. ಕೆಲವು ನಿಮ್ಮ ಇತ್ತೀಚಿನ ಸೆಷನ್ಸ್ ಕೆಳಗೆ ಪಟ್ಟಿಮಾಡಲಾಗಿದೆ; ಆದಾಗ್ಯೂ, ಈ ಪಟ್ಟಿಯಲ್ಲಿ ಇರಬಹುದು ಸಮಗ್ರ. If you feel your account has been compromised, ನೀವು ಮಾಡಬೇಕು ಸಹ ನಿಮ್ಮ ಗುಪ್ತಪದವನ್ನು ನವೀಕರಿಸಲು.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "ನೀವು ಈಗಾಗಲೇ ಒಂದು ಖಾತೆಯನ್ನು ಹೊಂದಿದ್ದರೆ, ನೀವು ಮಾಡಬಹುದು ಈ ಆಹ್ವಾನವನ್ನು ಸ್ವೀಕರಿಸಿ ಕೆಳಗಿನ ಬಟನ್ ಕ್ಲಿಕ್:",
- "If you did not create an account, no further action is required.": "ನೀವು ಖಾತೆಯೊಂದನ್ನು ರಚಿಸದಿದ್ದರೆ, ಹೆಚ್ಚಿನ ಕ್ರಮಗಳ ಅಗತ್ಯವಿಲ್ಲ.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "ನೀವು ನಿರೀಕ್ಷಿಸಿರಲಿಲ್ಲ ಸ್ವೀಕರಿಸಲು ಆಹ್ವಾನ ಈ ತಂಡ, you may ತಿರಸ್ಕರಿಸಲು ಈ ಇಮೇಲ್.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "ಪಾಸ್ವರ್ಡ್ ಮರುಹೊಂದಿಸಲು ನೀವು ವಿನಂತಿಸದಿದ್ದರೆ, ಹೆಚ್ಚಿನ ಕ್ರಮಗಳ ಅಗತ್ಯವಿಲ್ಲ.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "ನೀವು ಒಂದು ಖಾತೆಯನ್ನು ಹೊಂದಿಲ್ಲ, ನೀವು ರಚಿಸಲು ಒಂದು ಗುಂಡಿಯನ್ನು ಕ್ಲಿಕ್ಕಿಸುವುದರ ಮೂಲಕ ಕೆಳಗೆ. ನಂತರ ಖಾತೆಯನ್ನು ರಚಿಸಲು, ನೀವು ಕ್ಲಿಕ್ ಮಾಡಬಹುದು ಆಮಂತ್ರಣ ಸ್ವೀಕಾರ ಬಟನ್ ಈ ಇಮೇಲ್ ಸ್ವೀಕರಿಸಲು ತಂಡ ಆಮಂತ್ರಣ:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "\":actionText\" ಗುಂಡಿಯನ್ನು ಕ್ಲಿಕ್ ಮಾಡುವಲ್ಲಿ ನೀವು ತೊಂದರೆ ಹೊಂದಿದ್ದರೆ, ನಿಮ್ಮ ವೆಬ್ ಬ್ರೌಸರ್ಗೆ ಕೆಳಗಿನ URL ನಕಲಿಸಿ ಮತ್ತು ಅಂಟಿಸಿ:",
- "Last active": "ಕೊನೆಯ ಸಕ್ರಿಯ",
- "Last used": "ಕಳೆದ ಬಳಸಲಾಗುತ್ತದೆ",
- "Leave": "ಬಿಟ್ಟು",
- "Leave Team": "ಬಿಟ್ಟು ತಂಡ",
- "Log in": "ಲಾಗ್",
- "Log Out": "ಲಾಗ್ ಔಟ್",
- "Log Out Other Browser Sessions": "ಲಾಗ್ ಔಟ್ ಇತರ ಬ್ರೌಸರ್ ಅವಧಿಗಳು",
- "Login": "ಲಾಗಿನ್",
- "Logout": "ಲಾಗ್ ಔಟ್",
- "Manage Account": "ಖಾತೆ ನಿರ್ವಹಣೆ",
- "Manage and log out your active sessions on other browsers and devices.": "ನಿರ್ವಹಿಸಿ ಮತ್ತು ಲಾಗ್ ಔಟ್ ನಿಮ್ಮ ಸಕ್ರಿಯ ಅವಧಿಯಲ್ಲಿ ಇತರ ಬ್ರೌಸರ್ಗಳು ಮತ್ತು ಸಾಧನಗಳು.",
- "Manage API Tokens": "ನಿರ್ವಹಿಸಿ API ಸಂಕೇತಗಳನ್ನು",
- "Manage Role": "ನಿರ್ವಹಿಸಿ ಪಾತ್ರ",
- "Manage Team": "ತಂಡ ನಿರ್ವಹಿಸಿ",
- "Name": "ಹೆಸರು",
- "New Password": "ಹೊಸ ಪಾಸ್ವರ್ಡ್",
- "Not Found": "ಅಲ್ಲ ಕಂಡುಬಂದಿಲ್ಲ",
- "of": "ಆಫ್",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "ಒಮ್ಮೆ ಒಂದು ತಂಡ ಅಳಿಸಲಾಗಿದೆ, ಅದರ ಎಲ್ಲಾ ಸಂಪನ್ಮೂಲಗಳನ್ನು ಮತ್ತು ಡೇಟಾ ಶಾಶ್ವತವಾಗಿ ಅಳಿಸಲಾಗುತ್ತದೆ. ಮೊದಲು ಅಳಿಸುವುದು ಈ ತಂಡ, ದಯವಿಟ್ಟು ಡೌನ್ಲೋಡ್ ಯಾವುದೇ ಮಾಹಿತಿ ಅಥವಾ ಮಾಹಿತಿ ಬಗ್ಗೆ ಈ ತಂಡ ನೀವು ಬಯಸುವ ಉಳಿಸಿಕೊಳ್ಳಲು.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "ಒಮ್ಮೆ ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಅಳಿಸಲಾಗಿದೆ, ಅದರ ಎಲ್ಲಾ ಸಂಪನ್ಮೂಲಗಳನ್ನು ಮತ್ತು ಡೇಟಾ ಶಾಶ್ವತವಾಗಿ ಅಳಿಸಲಾಗುತ್ತದೆ. ಮೊದಲು ಅಳಿಸಲಾಗುತ್ತಿದೆ ನಿಮ್ಮ ಖಾತೆ, ದಯವಿಟ್ಟು ಡೌನ್ಲೋಡ್ ಯಾವುದೇ ದತ್ತಾಂಶ ಅಥವಾ ಮಾಹಿತಿಯನ್ನು ನೀವು ಬಯಸುವ ಉಳಿಸಿಕೊಳ್ಳಲು.",
- "Page Expired": "ಪುಟದ ಅವಧಿ ಮುಗಿದಿದೆ",
- "Pagination Navigation": "ಪುಟ ವಿನ್ಯಾಸ ಸಂಚರಣೆ",
- "Password": "ಪಾಸ್ವರ್ಡ್",
- "Pending Team Invitations": "ಬಾಕಿ ತಂಡ ಆಮಂತ್ರಣಗಳನ್ನು",
- "Permanently delete this team.": "ಶಾಶ್ವತವಾಗಿ ಅಳಿಸಿ ಈ ತಂಡ.",
- "Permanently delete your account.": "ಶಾಶ್ವತವಾಗಿ ಅಳಿಸಲು ನಿಮ್ಮ ಖಾತೆಯನ್ನು.",
- "Permissions": "ಅನುಮತಿಗಳನ್ನು",
- "Photo": "ಫೋಟೋ",
- "Please click the button below to verify your email address.": "ನಿಮ್ಮ ಇಮೇಲ್ ವಿಳಾಸವನ್ನು ಪರಿಶೀಲಿಸಲು ಕೆಳಗಿನ ಬಟನ್ ಕ್ಲಿಕ್ ಮಾಡಿ.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "ದಯವಿಟ್ಟು ಖಚಿತಪಡಿಸಿ ಪ್ರವೇಶವನ್ನು ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಪ್ರವೇಶಿಸುವ ಮೂಲಕ ಒಂದು ನಿಮ್ಮ ತುರ್ತು ಚೇತರಿಕೆ ಸಂಕೇತಗಳು.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "ದಯವಿಟ್ಟು ಖಚಿತಪಡಿಸಿ ಪ್ರವೇಶವನ್ನು ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಪ್ರವೇಶಿಸುವ ಮೂಲಕ ದೃಢೀಕರಣ ಕೋಡ್ ಒದಗಿಸಿದ ನಿಮ್ಮ ದೃಢೀಕರಣ ಅಪ್ಲಿಕೇಶನ್.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "ದಯವಿಟ್ಟು ಪ್ರತಿಯನ್ನು ನಿಮ್ಮ ಹೊಸ API ಟೋಕನ್. ನಿಮ್ಮ ಭದ್ರತಾ, it won ' t be shown ಮತ್ತೆ.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "ದಯವಿಟ್ಟು ಖಚಿತಪಡಿಸಲು ನಿಮ್ಮ ಗುಪ್ತಪದವನ್ನು ನಮೂದಿಸಿ you would like to log out, ನಿಮ್ಮ ಇತರ ಬ್ರೌಸರ್ ಅವಧಿಯಲ್ಲಿ ಎಲ್ಲಾ ಅಡ್ಡಲಾಗಿ ನಿಮ್ಮ ಸಾಧನಗಳು.",
- "Please provide the email address of the person you would like to add to this team.": "Please provide the email address of the person you would like to add ಈ ತಂಡ.",
- "Privacy Policy": "ಗೌಪ್ಯತಾ ನೀತಿ",
- "Profile": "ಪ್ರೊಫೈಲ್",
- "Profile Information": "ಪ್ರೊಫೈಲ್ ಮಾಹಿತಿ",
- "Recovery Code": "ಚೇತರಿಕೆ ಕೋಡ್",
- "Regards": "ಅಭಿನಂದನೆಗಳು",
- "Regenerate Recovery Codes": "ಮತ್ತೆ ಚೇತರಿಕೆ ಸಂಕೇತಗಳು",
- "Register": "ನೋಂದಣಿ",
- "Remember me": "ನನಗೆ ನೆನಪು",
- "Remember Me": "ನನ್ನನ್ನು ನೆನಪಿನಲ್ಲಿಡು",
- "Remove": "ತೆಗೆದುಹಾಕಿ",
- "Remove Photo": "ತೆಗೆದುಹಾಕಿ ಫೋಟೋ",
- "Remove Team Member": "ತೆಗೆದು ತಂಡದ ಸದಸ್ಯ",
- "Resend Verification Email": "ಮತ್ತೆ ಕಳುಹಿಸಿ ಇಮೇಲ್ ಪರಿಶೀಲನೆ",
- "Reset Password": "ಪಾಸ್ವರ್ಡ್ ಮರುಹೊಂದಿಸಿ",
- "Reset Password Notification": "ಪಾಸ್ವರ್ಡ್ ಅಧಿಸೂಚನೆ ಮರುಹೊಂದಿಸಿ",
- "results": "ಫಲಿತಾಂಶಗಳು",
- "Role": "ಪಾತ್ರ",
- "Save": "ಉಳಿಸಲು",
- "Saved.": "ಉಳಿಸಿದ.",
- "Select A New Photo": "ಆಯ್ಕೆ ಒಂದು ಹೊಸ ಫೋಟೋ",
- "Send Password Reset Link": "ಪಾಸ್ವರ್ಡ್ ಮರುಹೊಂದಿಸುವ ಲಿಂಕ್ ಕಳುಹಿಸಿ",
- "Server Error": "ಸರ್ವರ್ ದೋಷ",
- "Service Unavailable": "ಸೇವೆ ಲಭ್ಯವಿಲ್ಲ",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "ಶೋ ಚೇತರಿಕೆ ಸಂಕೇತಗಳು",
- "Showing": "ತೋರಿಸಲಾಗುತ್ತಿದೆ",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "ಅಂಗಡಿ ಈ ಚೇತರಿಕೆ ಸಂಕೇತಗಳು ಸುರಕ್ಷಿತ ಪಾಸ್ವರ್ಡ್ ನಿರ್ವಾಹಕ. ಅವರು ಚೇತರಿಸಿಕೊಳ್ಳಲು ಬಳಸಬಹುದು ಪ್ರವೇಶವನ್ನು ನಿಮ್ಮ ಖಾತೆಗೆ ನೀವು ನಿಮ್ಮ ಎರಡು ಫ್ಯಾಕ್ಟರ್ ದೃಢೀಕರಣ ಸಾಧನ ಕಳೆದುಕೊಂಡರು.",
- "Switch Teams": "ಸ್ವಿಚ್ ತಂಡಗಳು",
- "Team Details": "ತಂಡದ ವಿವರಗಳು",
- "Team Invitation": "ತಂಡದ ಆಮಂತ್ರಣ",
- "Team Members": "ತಂಡದ ಸದಸ್ಯರು",
- "Team Name": "ತಂಡದ ಹೆಸರು",
- "Team Owner": "ತಂಡದ ಮಾಲೀಕ",
- "Team Settings": "ತಂಡದ ಸೆಟ್ಟಿಂಗ್ಗಳನ್ನು",
- "Terms of Service": "ಸೇವಾ ನಿಯಮಗಳು",
- "The :attribute must be a valid role.": "The :attribute ಮಾಡಬೇಕು ಮಾನ್ಯ ಪಾತ್ರ.",
- "The :attribute must be at least :length characters and contain at least one number.": "The :attribute ಇರಬೇಕು ಕನಿಷ್ಠ :length ಪಾತ್ರಗಳು ಮತ್ತು ಹೊಂದಿರುತ್ತವೆ ಕನಿಷ್ಠ ಒಂದು ಸಂಖ್ಯೆ.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "The :attribute ಇರಬೇಕು ಕನಿಷ್ಠ :length ಪಾತ್ರಗಳು ಮತ್ತು ಹೊಂದಿರುತ್ತವೆ ಕನಿಷ್ಠ ಒಂದು ವಿಶೇಷ ಪಾತ್ರ ಮತ್ತು ಒಂದು ಸಂಖ್ಯೆ.",
- "The :attribute must be at least :length characters and contain at least one special character.": "The :attribute ಇರಬೇಕು ಕನಿಷ್ಠ :length ಪಾತ್ರಗಳು ಮತ್ತು ಹೊಂದಿರುತ್ತವೆ ಕನಿಷ್ಠ ಒಂದು ವಿಶೇಷ ಪಾತ್ರ.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "The :attribute ಇರಬೇಕು ಕನಿಷ್ಠ :length ಪಾತ್ರಗಳು ಮತ್ತು contain at least one ದೊಡ್ಡಕ್ಷರ ಪಾತ್ರ ಮತ್ತು ಒಂದು ಸಂಖ್ಯೆ.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "The :attribute ಇರಬೇಕು ಕನಿಷ್ಠ :length ಪಾತ್ರಗಳು ಮತ್ತು contain at least one ದೊಡ್ಡಕ್ಷರ ಪಾತ್ರ ಮತ್ತು ಒಂದು ವಿಶೇಷ ಪಾತ್ರ.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "The :attribute ಇರಬೇಕು ಕನಿಷ್ಠ :length ಪಾತ್ರಗಳು ಮತ್ತು contain at least one ದೊಡ್ಡಕ್ಷರ ಪಾತ್ರ, ಒಂದು ಸಂಖ್ಯೆ, ಮತ್ತು ಒಂದು ವಿಶೇಷ ಪಾತ್ರ.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "The :attribute ಇರಬೇಕು ಕನಿಷ್ಠ :length ಪಾತ್ರಗಳು ಮತ್ತು contain at least one ದೊಡ್ಡಕ್ಷರ ಪಾತ್ರ.",
- "The :attribute must be at least :length characters.": "The :attribute ಇರಬೇಕು ಕನಿಷ್ಠ :length ಪಾತ್ರಗಳು.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "ಒದಗಿಸಿದ password does not match ನಿಮ್ಮ ಪ್ರಸ್ತುತ ಪಾಸ್ವರ್ಡ್.",
- "The provided password was incorrect.": "ಒದಗಿಸಿದ ಪಾಸ್ವರ್ಡ್ ತಪ್ಪಾಗಿದೆ.",
- "The provided two factor authentication code was invalid.": "ಒದಗಿಸಿದ ಎರಡು ಫ್ಯಾಕ್ಟರ್ ದೃಢೀಕರಣ ಕೋಡ್ was invalid.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "ತಂಡದ ಹೆಸರು ಮತ್ತು ಮಾಲೀಕರು ಮಾಹಿತಿ.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "ಈ ಜನರು ಆಮಂತ್ರಿಸಲಾಗಿದೆ ನಿಮ್ಮ ತಂಡ ಮತ್ತು ಮಾಡಲಾಗಿದೆ ಕಳುಹಿಸಿದ ಆಮಂತ್ರಣ ಇಮೇಲ್. ಅವರು ಮೇ ತಂಡದಲ್ಲಿ ಸೇರಲು ಮೂಲಕ ಸ್ವೀಕರಿಸುವ ಇಮೇಲ್ ಆಮಂತ್ರಣವನ್ನು.",
- "This device": "ಈ ಸಾಧನ",
- "This is a secure area of the application. Please confirm your password before continuing.": "ಈ ಒಂದು ಸುರಕ್ಷಿತ ಪ್ರದೇಶದಲ್ಲಿ ಅಪ್ಲಿಕೇಶನ್. ದಯವಿಟ್ಟು ನಿಮ್ಮ ಗುಪ್ತಪದವನ್ನು ಖಚಿತಪಡಿಸಿ ಮುಂದುವರೆಯುವ ಮೊದಲು.",
- "This password does not match our records.": "ಈ password does not match ನಮ್ಮ ದಾಖಲಿಸುತ್ತದೆ.",
- "This password reset link will expire in :count minutes.": "ಈ ಪಾಸ್ವರ್ಡ್ ಮರುಹೊಂದಿಸುವ ಲಿಂಕ್ ಈ ಅವಧಿ :count ನಿಮಿಷಗಳಲ್ಲಿ ಮುಗಿಯುತ್ತದೆ.",
- "This user already belongs to the team.": "ಈ ಬಳಕೆದಾರರು ಈಗಾಗಲೇ ಸೇರಿದೆ ತಂಡ.",
- "This user has already been invited to the team.": "ಈ ಬಳಕೆದಾರರು ಈಗಾಗಲೇ ಆಹ್ವಾನಿಸಲಾಗಿದೆ ತಂಡದ.",
- "to": "ಗೆ",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "ಟಾಗಲ್ ಸಂಚರಣೆ",
- "Token Name": "ಟೋಕನ್ ಹೆಸರು",
- "Too Many Requests": "ಹಲವಾರು ವಿನಂತಿಗಳು",
- "Two Factor Authentication": "ಎರಡು ಅಂಶ ದೃಢೀಕರಣ",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "ಅನಧಿಕೃತ",
- "Unknown": "Unknown",
- "Update Password": "ಅಪ್ಡೇಟ್ ಪಾಸ್ವರ್ಡ್",
- "Update your account's profile information and email address.": "ಅಪ್ಡೇಟ್ ನಿಮ್ಮ ಖಾತೆಯ ಪ್ರೊಫೈಲ್ ಮಾಹಿತಿ ಮತ್ತು ಇಮೇಲ್ ವಿಳಾಸ.",
- "Use a recovery code": "ಬಳಸಲು ಒಂದು ಚೇತರಿಕೆ ಕೋಡ್",
- "Use an authentication code": "ಬಳಸಲು ಒಂದು ದೃಢೀಕರಣ ಕೋಡ್",
- "Verify Email Address": "ಇಮೇಲ್ ವಿಳಾಸವನ್ನು ಪರಿಶೀಲಿಸಿ",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "We were unable to find ಒಂದು ನೋಂದಾಯಿತ ಬಳಕೆದಾರ ಈ ಇಮೇಲ್ ವಿಳಾಸ.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "ಯಾವಾಗ ಎರಡು ಫ್ಯಾಕ್ಟರ್ ದೃಢೀಕರಣ ಸಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ, you will be prompted for a ಸುರಕ್ಷಿತ, ಯಾದೃಚ್ಛಿಕ ಟೋಕನ್ ಸಮಯದಲ್ಲಿ ದೃಢೀಕರಣ. ನೀವು ಮೇ ಹಿಂಪಡೆಯಲು ಈ ಟೋಕನ್ ನಿಮ್ಮ ಫೋನ್ ಗೂಗಲ್ ದೃಢೀಕರಣ ಅಪ್ಲಿಕೇಶನ್.",
- "Whoops!": "ಓಹ್!",
- "Whoops! Something went wrong.": "ಓಹ್! ಏನೋ ತಪ್ಪಾಗಿದೆ.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "ನಿಮ್ಮ ಖಾತೆಗಾಗಿ ಪಾಸ್ವರ್ಡ್ ಮರುಹೊಂದಿಸುವ ವಿನಂತಿಯನ್ನು ನಾವು ಸ್ವೀಕರಿಸಿದ್ದೇವೆಂದು ನೀವು ಈ ಇಮೇಲ್ ಅನ್ನು ಸ್ವೀಕರಿಸುತ್ತಿರುವಿರಿ.",
- "You have been invited to join the :team team!": "ನೀವು ಆಮಂತ್ರಿಸಲಾಗಿದೆ ಸೇರಲು :team ತಂಡ!",
- "You have enabled two factor authentication.": "ನೀವು ಕುಕೀ ಎರಡು ಫ್ಯಾಕ್ಟರ್ ದೃಢೀಕರಣ.",
- "You have not enabled two factor authentication.": "ನೀವು ಕುಕೀ ಎರಡು ಫ್ಯಾಕ್ಟರ್ ದೃಢೀಕರಣ.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "ನೀವು ಅಳಿಸಬಹುದು ಯಾವುದೇ ನಿಮ್ಮ ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ ಟೋಕನ್ಗಳು if they are no longer needed.",
- "You may not delete your personal team.": "You may not delete ನಿಮ್ಮ ವೈಯಕ್ತಿಕ ತಂಡ.",
- "You may not leave a team that you created.": "You may not leave a ತಂಡ ರಚಿಸಿದ.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/kn/auth.php b/resources/lang/kn/auth.php
deleted file mode 100644
index 30bbcf98..00000000
--- a/resources/lang/kn/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'ಈ ರುಜುವಾತುಗಳು ನಮ್ಮ ದಾಖಲೆಗಳಿಗೆ ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ.',
- 'password' => 'ಪಾಸ್ವರ್ಡ್ ತಪ್ಪಾಗಿದೆ.',
- 'throttle' => 'ಹಲವಾರು ಲಾಗಿನ್ ಪ್ರಯತ್ನಗಳು. ದಯವಿಟ್ಟು ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ :seconds ಸೆಕೆಂಡುಗಳಲ್ಲಿ',
-];
diff --git a/resources/lang/kn/http-statuses.php b/resources/lang/kn/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/kn/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/kn/pagination.php b/resources/lang/kn/pagination.php
deleted file mode 100644
index 66f22438..00000000
--- a/resources/lang/kn/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'ಮುಂದಿನ »',
- 'previous' => '« ಹಿಂದಿನ',
-];
diff --git a/resources/lang/kn/passwords.php b/resources/lang/kn/passwords.php
deleted file mode 100644
index cbd61132..00000000
--- a/resources/lang/kn/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'ನಿಮ್ಮ ಪಾಸ್ವರ್ಡ್ ಅನ್ನು ಮರುಹೊಂದಿಸಲಾಗಿದೆ!',
- 'sent' => 'ನಿಮ್ಮ ಪಾಸ್ವರ್ಡ್ ಮರುಹೊಂದಿಸುವ ಲಿಂಕ್ ಅನ್ನು ನಾವು ಇ-ಮೇಲ್ ಮಾಡಿದ್ದೇವೆ!',
- 'throttled' => 'ದಯವಿಟ್ಟು ನಿರೀಕ್ಷಿಸಿ ಮೊದಲು retrying.',
- 'token' => 'ಈ ಪಾಸ್ವರ್ಡ್ ಮರುಹೊಂದಿಸುವ ಟೋಕನ್ ಅಮಾನ್ಯವಾಗಿದೆ.',
- 'user' => 'ಆ ಇ-ಮೇಲ್ ವಿಳಾಸದೊಂದಿಗೆ ನಾವು ಒಬ್ಬ ಬಳಕೆದಾರನನ್ನು ಹುಡುಕಲಾಗಲಿಲ್ಲ.',
-];
diff --git a/resources/lang/kn/validation.php b/resources/lang/kn/validation.php
deleted file mode 100644
index 775a3397..00000000
--- a/resources/lang/kn/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'ಈ :attribute ಒಪ್ಪಿಕೊಳ್ಳಬೇಕು.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => 'ಈ :attribute ಮಾನ್ಯ URL ಆಗಿಲ್ಲ.',
- 'after' => 'ಈ :attribute ದಿನಾಂಕವು :date ನಂತರದ ದಿನಾಂಕವಾಗಿರಬೇಕು .',
- 'after_or_equal' => 'ಈ :attribute ದಿನಾಂಕವು :date ನಂತರದ ಅಥವಾ ಸಮನಾದ ದಿನಾಂಕವಾಗಿರಬೇಕು.',
- 'alpha' => 'ಈ :attribute ಅಕ್ಷರಗಳನ್ನು ಮಾತ್ರ ಹೊಂದಿರಬಹುದು.',
- 'alpha_dash' => 'ಈ :attribute ಅಕ್ಷರಗಳು, ಸಂಖ್ಯೆಗಳು, ಡ್ಯಾಶ್ಗಳು ಮತ್ತು ಅಂಡರ್ಸ್ಕೋರ್ಗಳನ್ನು ಮಾತ್ರ ಹೊಂದಿರಬಹುದು.',
- 'alpha_num' => 'ಈ :attribute ಅಕ್ಷರಗಳು ಮತ್ತು ಸಂಖ್ಯೆಗಳನ್ನು ಮಾತ್ರ ಹೊಂದಿರಬಹುದು.',
- 'array' => 'ಈ :attribute ಒಂದು ಶ್ರೇಣಿಯಾಗಿರಬೇಕು .',
- 'attached' => 'ಈ :attribute ಈಗಾಗಲೇ ಲಗತ್ತಿಸಲಾಗಿದೆ.',
- 'before' => 'ಈ :attribute ದಿನಾಂಕವು :date ಮುಂಚಿನ ದಿನಾಂಕವಾಗಿರಬೇಕು.',
- 'before_or_equal' => 'ಈ :attribute ದಿನಾಂಕವು :date ಮುಂಚಿನ ಅಥವಾ ಸಮನಾದ ದಿನಾಂಕವಾಗಿರಬೇಕು.',
- 'between' => [
- 'array' => 'ಈ :attribute ನಲ್ಲಿ :min ಮತ್ತು :max ಐಟಂಗಳ ನಡುವೆ ಇರಬೇಕು.',
- 'file' => 'ಈ :attribute ನಲ್ಲಿ :min ಮತ್ತು :max ಕಿಲೋಬೈಟ್ಗಳ ನಡುವೆ ಇರಬೇಕು.',
- 'numeric' => 'ಈ :attribute ನಲ್ಲಿ :min ಮತ್ತು :max ನಡುವೆ ಇರಬೇಕು.',
- 'string' => 'ಈ :attribute ನಲ್ಲಿ :min ಮತ್ತು :max ಅಕ್ಷರಗಳ ನಡುವೆ ಇರಬೇಕು.',
- ],
- 'boolean' => 'ಈ :attribute ಕ್ಷೇತ್ರವು ನಿಜ ಅಥವಾ ಸುಳ್ಳು ಆಗಿರಬೇಕು.',
- 'confirmed' => 'ಈ :attribute ದೃಢೀಕರಣವು ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ.',
- 'current_password' => 'The password is incorrect.',
- 'date' => 'ಈ :attribute ಮಾನ್ಯ ದಿನಾಂಕವಲ್ಲ.',
- 'date_equals' => 'ಈ :attribute ದಿನಾಂಕವು :date ಸಮನಾದ ದಿನಾಂಕವಾಗಿರಬೇಕು.',
- 'date_format' => 'ಈ :attribute ನ :format ಸ್ವರೂಪಕ್ಕೆ ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'ಈ :attribute ಮತ್ತು :other ವಿಭಿನ್ನವಾಗಿರಬೇಕು.',
- 'digits' => 'ಈ :attribute ನಲ್ಲಿ :digits ಸಂಖ್ಯೆಗಳು ಇರಬೇಕು.',
- 'digits_between' => 'ಈ :attribute ನಲ್ಲಿ :min ಮತ್ತು :max ಸಂಖ್ಯೆಗಳ ನಡುವೆ ಇರಬೇಕು .',
- 'dimensions' => 'ಈ :attribute ಅಮಾನ್ಯವಾದ ಚಿತ್ರ ಆಯಾಮಗಳನ್ನು ಹೊಂದಿದೆ.',
- 'distinct' => 'ಈ :attribute ಕ್ಷೇತ್ರವು ನಕಲಿ ಮೌಲ್ಯವನ್ನು ಹೊಂದಿದೆ.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'ಈ :attribute ಮಾನ್ಯವಾದ ಇಮೇಲ್ ವಿಳಾಸವಾಗಿರಬೇಕು.',
- 'ends_with' => 'The :attribute must end with one of the following: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'ಈ ಆಯ್ಕೆಮಾಡಲಾದ :attribute ಅಮಾನ್ಯವಾಗಿದೆ .',
- 'file' => 'ಈ :attribute ಫೈಲ್ ಆಗಿರಬೇಕು.',
- 'filled' => 'ಈ :attribute ಕ್ಷೇತ್ರವು ಮೌಲ್ಯವನ್ನು ಹೊಂದಿರಬೇಕು.',
- 'gt' => [
- 'array' => 'ಈ :attribute ನಲ್ಲಿ :value ಐಟಂಗಳಿಗಿಂತ ಹೆಚ್ಚು ಇರಬೇಕು.',
- 'file' => 'ಈ :attribute ನಲ್ಲಿ :value ಕಿಲೋಬೈಟ್ಗಳಿಗಿಂತ ಹೆಚ್ಚು ಇರಬೇಕು.',
- 'numeric' => 'ಈ :attribute ನಲ್ಲಿ :value ಗಿಂತ ಹೆಚ್ಚು ಇರಬೇಕು.',
- 'string' => 'ಈ :attribute ನಲ್ಲಿ :value ಅಕ್ಷರಗಳಿಗಿಂತ ಹೆಚ್ಚು ಇರಬೇಕು.',
- ],
- 'gte' => [
- 'array' => 'ಈ :attribute ನಲ್ಲಿ :value ಐಟಂಗಳಿಗಿಂತ ಹೆಚ್ಚು ಅಥವಾ ಸಮನಾಗಿರಬೇಕು .',
- 'file' => 'ಈ :attribute ನಲ್ಲಿ :value ಕಿಲೋಬೈಟ್ಗಳಿಗಿಂತ ಹೆಚ್ಚು ಅಥವಾ ಸಮನಾಗಿರಬೇಕು.',
- 'numeric' => 'ಈ :attribute ನಲ್ಲಿ :value ಹೆಚ್ಚು ಅಥವಾ ಸಮನಾಗಿರಬೇಕು.',
- 'string' => 'ಈ :attribute ನಲ್ಲಿ :value ಅಕ್ಷರಗಳಿಗಿಂತ ಹೆಚ್ಚು ಅಥವಾ ಸಮನಾಗಿರಬೇಕು.',
- ],
- 'image' => 'ಈ :attribute ಒಂದು ಚಿತ್ರವಾಗಿರಬೇಕು.',
- 'in' => 'ಈ ಆಯ್ಕೆಮಾಡಲಾದ :attribute ಅಮಾನ್ಯವಾಗಿದೆ.',
- 'in_array' => 'ಈ :attribute ಕ್ಷೇತ್ರ ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ :other ನಲ್ಲಿ.',
- 'integer' => 'ಈ :attribute ಒಂದು ಪೂರ್ಣಾಂಕವಾಗಿರಬೇಕು.',
- 'ip' => 'ಈ :attribute ಮಾನ್ಯವಾದ IP ವಿಳಾಸವಾಗಿರಬೇಕು.',
- 'ipv4' => 'ಈ :attribute ಮಾನ್ಯವಾದ IPv4 ವಿಳಾಸವಾಗಿರಬೇಕು.',
- 'ipv6' => 'ಈ :attribute ಮಾನ್ಯವಾದ IPv6 ವಿಳಾಸವಾಗಿರಬೇಕು.',
- 'json' => 'ಈ :attribute ಮಾನ್ಯವಾದ JSON ಸ್ಟ್ರಿಂಗ್ ಆಗಿರಬೇಕು .',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'ಈ :attribute ನಲ್ಲಿ :value ಐಟಂಗಳಿಗಿಂತ ಕಡಿಮೆ ಇರಬೇಕು.',
- 'file' => 'ಈ :attribute ನಲ್ಲಿ :value ಕಿಲೋಬೈಟ್ಗಳಿಗಿಂತ ಕಡಿಮೆ ಇರಬೇಕು.',
- 'numeric' => 'ಈ :attribute ನಲ್ಲಿ :value ಗಿಂತ ಕಡಿಮೆ ಇರಬೇಕು.',
- 'string' => 'ಈ :attribute ನಲ್ಲಿ :value ಅಕ್ಷರಗಳಿಗಿಂತ ಕಡಿಮೆ ಇರಬೇಕು.',
- ],
- 'lte' => [
- 'array' => 'ಈ :attribute ನಲ್ಲಿ :value ಐಟಂಗಳಿಗಿಂತ ಕಡಿಮೆ ಅಥವಾ ಸಮನಾಗಿರಬೇಕು .',
- 'file' => 'ಈ :attribute ನಲ್ಲಿ :value ಕಿಲೋಬೈಟ್ಗಳಿಗಿಂತ ಕಡಿಮೆ ಅಥವಾ ಸಮನಾಗಿರಬೇಕು.',
- 'numeric' => 'ಈ :attribute ನಲ್ಲಿ :value ಗಿಂತ ಕಡಿಮೆ ಅಥವಾ ಸಮನಾಗಿರಬೇಕು.',
- 'string' => 'ಈ :attribute ನಲ್ಲಿ :value ಅಕ್ಷರಗಳಿಗಿಂತ ಕಡಿಮೆ ಅಥವಾ ಸಮನಾಗಿರಬೇಕು.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'ಈ :attribute ನಲ್ಲಿ :max ಐಟಂಗಳಿಗಿಂತ ಹೆಚ್ಚು ಇರಬಾರದು .',
- 'file' => 'ಈ :attribute ನಲ್ಲಿ :max ಕಿಲೋಬೈಟ್ಗಳಿಗಿಂತ ಹೆಚ್ಚು ಇರಬಾರದು .',
- 'numeric' => 'ಈ :attribute ನಲ್ಲಿ :max ಗಿಂತ ಹೆಚ್ಚು ಇರಬಾರದು .',
- 'string' => 'ಈ :attribute ನಲ್ಲಿ :max ಅಕ್ಷರಗಳಿಗಿಂತ ಹೆಚ್ಚು ಇರಬಾರದು .',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'ಈ :attribute ನಲ್ಲಿ :values ಬಗೆಯ ಫೈಲ್ ಆಗಿರಬೇಕು.',
- 'mimetypes' => 'ಈ :attribute ನಲ್ಲಿ :values ಬಗೆಯ ಫೈಲ್ ಆಗಿರಬೇಕು.',
- 'min' => [
- 'array' => 'ಈ :attribute ಕನಿಷ್ಠ :min ಐಟಂಗಳಿರಬೇಕು.',
- 'file' => 'ಈ :attribute ಕನಿಷ್ಠ :min ಕಿಲೋಬೈಟ್ಗಳಿರಬೇಕು.',
- 'numeric' => 'ಈ :attribute ಕನಿಷ್ಠ :min ಇರಬೇಕು.',
- 'string' => 'ಈ :attribute ಕನಿಷ್ಠ :min ಅಕ್ಷರಗಳಿರಬೇಕು.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'The :attribute ಮಾಡಬೇಕು ಎಂದು ಅನೇಕ :value',
- 'not_in' => 'ಈ ಆಯ್ಕೆಮಾಡಲಾದ :attribute ಅಮಾನ್ಯವಾಗಿದೆ.',
- 'not_regex' => 'ಈ :attribute ಸ್ವರೂಪ ಅಮಾನ್ಯವಾಗಿದೆ.',
- 'numeric' => 'ಈ :attribute must be a number.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'ಈ :attribute ಕ್ಷೇತ್ರವು ಅಸ್ತಿತ್ವದಲ್ಲಿರಬೇಕು.',
- 'prohibited' => 'The :attribute ಕ್ಷೇತ್ರದಲ್ಲಿ ನಿಷೇಧಿಸಲಾಗಿದೆ.',
- 'prohibited_if' => 'The :attribute ಕ್ಷೇತ್ರದಲ್ಲಿ ನಿಷೇಧಿಸಲಾಗಿದೆ ಮಾಡಿದಾಗ :other ಆಗಿದೆ :value.',
- 'prohibited_unless' => 'The :attribute ಕ್ಷೇತ್ರದಲ್ಲಿ ನಿಷೇಧಿಸಲಾಗಿದೆ ಹೊರತು :other ಆಗಿದೆ :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'ಈ :attribute ಸ್ವರೂಪ ಅಮಾನ್ಯವಾಗಿದೆ.',
- 'relatable' => 'ಈ :attribute ಸಂಬಂಧಿಸಿದ ಇರಬಹುದು ಈ ಸಂಪನ್ಮೂಲ.',
- 'required' => 'ಈ :attribute ಕ್ಷೇತ್ರ ಅಗತ್ಯವಿದೆ.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'ಈ :attribute ಕ್ಷೇತ್ರ ಅಗತ್ಯವಿದೆ ಯಾವಾಗ :other ನಲ್ಲಿ :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'ಈ :attribute ಕ್ಷೇತ್ರ ಅಗತ್ಯವಿದೆ unless :other ನಲ್ಲಿ :values ಹೊರತುಪಡಿಸಿ .',
- 'required_with' => 'ಈ :attribute ಕ್ಷೇತ್ರ ಅಗತ್ಯವಿದೆ ಯಾವಾಗ :values ಇರುತ್ತದೆ.',
- 'required_with_all' => 'ಈ :attribute ಕ್ಷೇತ್ರ ಅಗತ್ಯವಿದೆ ಯಾವಾಗ :values ಇರುತ್ತವೆ.',
- 'required_without' => 'ಈ :attribute ಕ್ಷೇತ್ರ ಅಗತ್ಯವಿದೆ ಯಾವಾಗ :values ಇರುವುದಿಲ್ಲ .',
- 'required_without_all' => 'ಈ :attribute ಕ್ಷೇತ್ರ ಅಗತ್ಯವಿದೆ ಯಾವಾಗ :values ಯಾವುದೂ ಇರುವುದಿಲ್ಲ .',
- 'same' => 'ಈ :attribute ಮತ್ತು :other ಹೊಂದಾಣಿಕೆಯಾಗಲೇಬೇಕು.',
- 'size' => [
- 'array' => 'ಈ :attribute ನಲ್ಲಿ :size ಐಟಂಗಳಿರಲೇಬೇಕು.',
- 'file' => 'ಈ :attribute ನಲ್ಲಿ :size ಕಿಲೋಬೈಟ್ಗಳಿರಲೇಬೇಕು.',
- 'numeric' => 'ಈ :attribute ನಲ್ಲಿ :size ಇರಲೇಬೇಕು.',
- 'string' => 'ಈ :attribute ನಲ್ಲಿ :size ಅಕ್ಷರಗಳಿರಲೇಬೇಕು.',
- ],
- 'starts_with' => 'ಈ :attribute ಕೆಳಗಿನವುಗಳಲ್ಲಿ ಒಂದರಿಂದ ಪ್ರಾರಂಭಿಸಬೇಕು : :values',
- 'string' => 'ಈ :attribute ಸ್ಟ್ರಿಂಗ್ ಆಗಿರಬೇಕು.',
- 'timezone' => 'ಈ :attribute ಮಾನ್ಯವಾದ ವಲಯವಾಗಿರಬೇಕು.',
- 'unique' => 'ಈ :attribute ಈಗಾಗಲೇ ತೆಗೆದುಕೊಂಡಾಗಿದೆ .',
- 'uploaded' => 'ಈ :attribute ಅಪ್ಲೋಡ್ ಮಾಡಲು ವಿಫಲವಾಗಿದೆ.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'ಈ :attribute ಸ್ವರೂಪವು ಅಮಾನ್ಯವಾಗಿದೆ.',
- 'uuid' => 'ಈ :attribute ಮಾನ್ಯವಾದ UUID ಆಗಿರಬೇಕು.',
- 'attributes' => [
- 'address' => 'ವಿಳಾಸ',
- 'age' => 'ವಯಸ್ಸು',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'ಲಭ್ಯವಿದೆ',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'ನಗರ',
- 'content' => 'ವಿಷಯ',
- 'country' => 'ದೇಶ',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'ದಿನಾಂಕ',
- 'date_of_birth' => 'date of birth',
- 'day' => 'ದಿನ',
- 'deleted_at' => 'deleted at',
- 'description' => 'ವಿವರಣೆ',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'ಇಮೇಲ್',
- 'excerpt' => 'ಆಯ್ದ ಭಾಗಗಳು',
- 'filter' => 'filter',
- 'first_name' => 'ಮೊದಲ ಹೆಸರು',
- 'gender' => 'ಲಿಂಗ',
- 'group' => 'group',
- 'hour' => 'ಗಂಟೆ',
- 'image' => 'image',
- 'last_name' => 'ಕೊನೆಯ ಹೆಸರು',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'ನಿಮಿಷ',
- 'mobile' => 'ಮೊಬೈಲ್',
- 'month' => 'ತಿಂಗಳು',
- 'name' => 'ಹೆಸರು',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'ಪಾಸ್ವರ್ಡ್',
- 'password_confirmation' => 'ಪಾಸ್ವರ್ಡ್ ದೃಢೀಕರಿಸಿ',
- 'phone' => 'ಫೋನ್',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'ಸೆಕೆ೦ಡು',
- 'sex' => 'ಲಿಂಗ',
- 'short_text' => 'short text',
- 'size' => 'ಗಾತ್ರ',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'ಸಮಯ',
- 'title' => 'ಶೀರೋನಾಮ',
- 'updated_at' => 'updated at',
- 'username' => 'ಬಳಕೆದಾರ ಹೆಸರು',
- 'year' => 'ವರ್ಷ',
- ],
-];
diff --git a/resources/lang/ko.json b/resources/lang/ko.json
deleted file mode 100644
index afb10548..00000000
--- a/resources/lang/ko.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "새로운 인증 링크를 이메일로 보냈습니다.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "초대 수락",
- "Add": "추가",
- "Add a new team member to your team, allowing them to collaborate with you.": "팀에 멤버를 추가하여 함께 협업 할 수 있습니다.",
- "Add additional security to your account using two factor authentication.": "2단계 인증을 사용하여 계정 보안을 강화하세요.",
- "Add Team Member": "팀 멤버 추가",
- "Added.": "추가됨.",
- "Administrator": "관리자",
- "Administrator users can perform any action.": "관리자는 모든 작업을 수행 할 수 있습니다.",
- "All of the people that are part of this team.": "이 팀에 소속된 모든 사람입니다.",
- "All rights reserved.": "모든 권리 보유.",
- "Already registered?": "계정이 있으신가요?",
- "API Token": "API 토큰",
- "API Token Permissions": "API 토큰 권한",
- "API Tokens": "API 토큰들",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API 토큰은 제삼자 서비스에서 당신을 대신해 인증 할 수 있게 해줍니다.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "이 팀을 삭제하시겠습니까? 팀을 삭제하면 팀의 모든 리소스와 데이터가 영구적으로 삭제됩니다.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "계정을 삭제하시겠습니까? 계정을 삭제하면 계정의 모든 리소스와 데이터가 영구적으로 삭제됩니다. 계정을 영구적으로 삭제할 것인지 확인하기 위해 비밀번호를 입력하세요.",
- "Are you sure you would like to delete this API token?": "정말 이 API 토큰을 삭제하시겠습니까?",
- "Are you sure you would like to leave this team?": "정말 이 팀에서 탈퇴하시겠습니까?",
- "Are you sure you would like to remove this person from the team?": "정말 이 멤버를 팀에서 제거하시겠습니까?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "진행하기 전에 이메일에 인증 링크를 확인하십시오.",
- "Browser Sessions": "브라우저 세션",
- "Cancel": "취소",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "다른 항목을 요청하려면 여기를 클릭하십시오.",
- "Close": "닫기",
- "Code": "코드",
- "Confirm": "확인",
- "Confirm Password": "비밀번호 확인",
- "Create": "생성",
- "Create a new team to collaborate with others on projects.": "프로젝트에서 다른 사람들과 협력 할 새 팀을 만드세요.",
- "Create Account": "계정 만들기",
- "Create API Token": "API 토큰 생성",
- "Create New Team": "새 팀 생성",
- "Create Team": "팀 생성",
- "Created.": "생성됨.",
- "Current Password": "현재 비밀번호",
- "Dashboard": "대시보드",
- "Delete": "삭제",
- "Delete Account": "계정 삭제",
- "Delete API Token": "API 토큰 삭제",
- "Delete Team": "팀 삭제",
- "Disable": "비활성화",
- "Done.": "완료됨.",
- "Edit Profile": "Edit Profile",
- "Editor": "편집자",
- "Editor users have the ability to read, create, and update.": "편집자는 읽기, 쓰기, 편집을 할 수 있습니다.",
- "Email": "이메일",
- "Email Address": "이메일",
- "Email Password Reset Link": "이메일 비밀번호 재설정 링크",
- "Enable": "활성화",
- "Ensure your account is using a long, random password to stay secure.": "계정을 안전하게 지키기 위해 길고 랜덤한 암호를 사용하고 있는지 확인하세요.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "보안을 위해, 계속하려면 비밀번호를 확인하세요.",
- "Forbidden": "권한 없음",
- "Forgot your password?": "비밀번호를 잊으셨나요?",
- "Forgot Your Password?": "비밀번호를 잊으셨나요?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "비밀번호를 잊으셨습니까? 이메일 주소를 입력하시면 새 비밀번호를 설정 할 수 있는 링크를 이메일로 보내드립니다.",
- "Go to page :page": ":Page 페이지로 이동",
- "Great! You have accepted the invitation to join the :team team.": ":Team 팀의 초대를 수락하셨습니다!",
- "Hello!": "안녕하세요!",
- "I agree to the :terms_of_service and :privacy_policy": ":Terms_of_service와 :privacy_policy에 동의합니다.",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "필요한 경우 다른 모든 세션에서 로그아웃 할 수 있습니다. 최근 세션 중 일부는 다음과 같습니다. 그러나 이 목록은 완전하지 않을 수 있습니다. 계정을 탈취당했다고 생각하면 비밀번호도 변경하셔야 합니다.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "이미 계정을 가지고 계신다면, 아래 버튼을 눌러 초대를 수락 할 수 있습니다.",
- "If you did not create an account, no further action is required.": "계정을 생성하지 않았다면 추가 조치가 필요하지 않습니다.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "이 팀에서 초대를 받기로 하시지 않으셨다면, 무시하셔도 됩니다.",
- "If you did not receive the email": "이메일을 받지 못하셨다면",
- "If you did not request a password reset, no further action is required.": "귀하께서 비밀번호 재설정을 요청하지 않으셨다면, 추가 조치가 필요하지 않습니다.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "계정이 없으시다면 아래 버튼을 눌러 계정을 만들고, 이 메일에 있는 수락 버튼을 눌러 팀 초대를 수락 할 수 있습니다:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "\":actionText\" 버튼을 클릭하는 중에 문제가 있는 경우 아래 URL을 복사하여\n웹 브라우저에 붙여넣으세요:",
- "Last active": "마지막 행동",
- "Last used": "마지막 사용",
- "Leave": "떠나기",
- "Leave Team": "팀 탈퇴하기",
- "Log in": "로그인",
- "Log Out": "로그아웃",
- "Log Out Other Browser Sessions": "다른 브라우저 세션에서 로그아웃",
- "Login": "로그인",
- "Logout": "로그아웃",
- "Manage Account": "계정 관리",
- "Manage and log out your active sessions on other browsers and devices.": "다른 브라우저 및 장치에서 활성 세션을 관리하고 로그아웃합니다.",
- "Manage API Tokens": "API 토큰 관리",
- "Manage Role": "역할 관리",
- "Manage Team": "팀 관리",
- "Name": "이름",
- "New Password": "새 비밀번호",
- "Not Found": "찾을 수 없습니다",
- "of": "의",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "팀을 삭제하면 모든 리소스와 데이터가 영구적으로 삭제됩니다. 팀을 삭제하기 전에 이 팀에 관한 필요한 데이터 또는 정보를 다운로드하세요.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "계정을 삭제하면 모든 리소스와 데이터가 영구적으로 삭제됩니다. 계정을 삭제하기 전에 유지하려는 필요한 데이터 또는 정보를 다운로드하세요.",
- "Page Expired": "만료된 페이지",
- "Pagination Navigation": "페이지네이션 내비게이션",
- "Password": "비밀번호",
- "Pending Team Invitations": "대기 중인 팀 초대",
- "Permanently delete this team.": "이 팀을 영구적으로 삭제합니다.",
- "Permanently delete your account.": "계정을 영구적으로 삭제합니다.",
- "Permissions": "권한",
- "Photo": "사진",
- "Please click the button below to verify your email address.": "이메일 주소를 확인하려면 아래 버튼을 클릭하십시오.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "긴급 복구 코드 중 하나를 입력하여 계정에 대한 액세스를 확인하세요.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "인증 프로그램에서 제공한 코드를 입력하여 계정에 대한 액세스를 확인하세요.",
- "Please confirm your password before continuing.": "계속하기 전에 패스워드를 입력해주세요.",
- "Please copy your new API token. For your security, it won't be shown again.": "새 API 토큰을 복사하십시오. 보안을 위해 다시 보여드리지 않습니다.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "다른 모든 세션에서 로그아웃할 것인지 확인하기 위해 암호를 입력하세요.",
- "Please provide the email address of the person you would like to add to this team.": "팀에 추가하시고 싶은 사람의 이메일 주소를 적어주세요.",
- "Privacy Policy": "개인정보 보호 정책",
- "Profile": "프로필",
- "Profile Information": "프로필 정보",
- "Recovery Code": "복구 코드",
- "Regards": "안부",
- "Regenerate Recovery Codes": "복구 코드 재생성",
- "Register": "회원가입",
- "Remember me": "로그인 상태 유지",
- "Remember Me": "로그인 상태 유지",
- "Remove": "제거",
- "Remove Photo": "사진 제거",
- "Remove Team Member": "팀 멤버 제거",
- "Resend Verification Email": "확인 메일 다시 보내기",
- "Reset Password": "비밀번호 재설정",
- "Reset Password Notification": "비밀번호 재설정 알림",
- "results": "결과",
- "Role": "역할",
- "Save": "저장",
- "Saved.": "저장됨.",
- "Select A New Photo": "새로운 사진 선택",
- "Send Password Reset Link": "비밀번호 재설정 링크 보내기",
- "Server Error": "서버 오류",
- "Service Unavailable": "서비스를 사용할 수 없습니다.",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "재설정 코드 보기",
- "Showing": "보기",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "이 복구 코드를 안전한 암호 관리자에 저장하세요. 2단계 인증 장치를 분실한 경우 계정에 대한 액세스를 복구하기 위해 사용할 수 있습니다.",
- "Switch Teams": "팀 전환",
- "Team Details": "팀 상세",
- "Team Invitation": "팀 초대",
- "Team Members": "팀 멤버",
- "Team Name": "팀 이름",
- "Team Owner": "팀장",
- "Team Settings": "팀 설정",
- "Terms of Service": "이용 약관",
- "The :attribute must be a valid role.": ":Attribute은(는) 반드시 유효한 역할이어야 합니다.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute은(는) 반드시 적어도 :length글자 이상이면서 하나 이상의 숫자를 포함해야 합니다.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute은(는) 반드시 :length글자 이상이면서 하나 이상의 특수 문자 그리고 숫자를 포함해야 합니다.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute은(는) 반드시 :length글자 이상이면서 하나 이상의 특수 문자를 포함해야 합니다.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute은(는) 반드시 :length글자 이상이면서 하나 이상의 대문자, 숫자를 포함해야 합니다.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute은(는) 반드시 :length글자 이상이면서 하나 이상의 대문자, 특수문자를 포함해야 합니다.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute은(는) 반드시 :length글자 이상이면서 하나 이상의 대문자, 숫자, 그리고 특수문자를 포함해야 합니다.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute은(는) 반드시 :length글자 이상이면서 하나 이상의 대문자를 포함해야 합니다.",
- "The :attribute must be at least :length characters.": ":Attribute은(는) 반드시 :length글자 이상이어야 합니다.",
- "The :attribute must contain at least one letter.": ":Attribute은(는) 반드시 하나 이상의 문자를 포함해야합니다.",
- "The :attribute must contain at least one number.": ":Attribute은(는) 반드시 하나 이상의 숫자를 포함해야합니다.",
- "The :attribute must contain at least one symbol.": "attribute은(는) 반드시 하나 이상의 특수 문자를 포함해야합니다.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": ":Attribute에는 하나 이상의 대문자와 하나의 소문자가 포함되어야 합니다.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "주어진 :attribute이(가) 데이터 누출에 나타났습니다. 다른 :attribute을(를) 선택하세요.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "비밀번호가 잘못되었습니다.",
- "The provided password does not match your current password.": "입력하신 비밀번호가 현재 비밀번호와 일치하지 않습니다.",
- "The provided password was incorrect.": "입력하신 비밀번호가 올바르지 않습니다.",
- "The provided two factor authentication code was invalid.": "입력하신 2단계 인증 코드가 올바르지 않습니다.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "팀의 이름과 팀장 정보.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "이분들은 팀에 초대되어 초대 메일이 발송되었고, 초대를 수락하여 팀에 들어 올 수 있습니다.",
- "This device": "이 기기",
- "This is a secure area of the application. Please confirm your password before continuing.": "이곳은 보안 구역입니다. 진행하기 위해서 비밀번호를 입력해주세요.",
- "This password does not match our records.": "비밀번호가 일치하지 않습니다.",
- "This password reset link will expire in :count minutes.": "이 비밀번호 재설정 링크는 :count분 후에 만료됩니다.",
- "This user already belongs to the team.": "이 사용자는 이미 팀에 속해 있습니다.",
- "This user has already been invited to the team.": "이미 이 팀에 초대하신 분입니다.",
- "to": "에",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "내비게이션 전환",
- "Token Name": "토큰 이름",
- "Too Many Requests": "너무 많은 요청",
- "Two Factor Authentication": "2단계 인증",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "인증되지 않음",
- "Unknown": "Unknown",
- "Update Password": "비밀번호 업데이트",
- "Update your account's profile information and email address.": "계정의 프로필 정보와 이메일 주소를 업데이트하세요.",
- "Use a recovery code": "복구 코드 사용",
- "Use an authentication code": "인증 코드 사용",
- "Verify Email Address": "이메일 주소 확인",
- "Verify Your Email Address": "이메일 주소 확인",
- "We were unable to find a registered user with this email address.": "이 이메일 주소로 등록된 사용자를 찾을 수 없습니다.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "2단계 인증이 활성화되면 인증 중에 코드를 입력하라는 메시지가 표시됩니다. 휴대전화의 Google Authenticator 애플리케이션에서 이 코드를 확인 할 수 있습니다.",
- "Whoops!": "저런!",
- "Whoops! Something went wrong.": "저런! 뭔가 잘못되었습니다.",
- "You are logged in!": "로그인되었습니다!",
- "You are receiving this email because we received a password reset request for your account.": "귀하의 계정에 대한 비밀번호 재설정이 요청되어 이 메일이 발송되었습니다.",
- "You have been invited to join the :team team!": ":Team 팀에 초대되셨습니다!",
- "You have enabled two factor authentication.": "2단계 인증을 활성화했습니다.",
- "You have not enabled two factor authentication.": "2단계 인증을 활성화하지 않았습니다.",
- "You may accept this invitation by clicking the button below:": "아래 버튼을 클릭하여 이 초대를 수락할 수 있습니다.:",
- "You may delete any of your existing tokens if they are no longer needed.": "더 필요하지 않은 경우 기존 토큰을 삭제할 수 있습니다.",
- "You may not delete your personal team.": "개인 팀을 삭제할 수 없습니다.",
- "You may not leave a team that you created.": "자신이 만든 팀을 탈퇴할 수 없습니다.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/ko/auth.php b/resources/lang/ko/auth.php
deleted file mode 100644
index 0744858c..00000000
--- a/resources/lang/ko/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- '제출된 인증 정보가 레코드와 일치하지 않습니다.',
- 'password' => '비밀번호가 잘못되었습니다.',
- 'throttle' => '너무 많은 로그인을 시도하였습니다. :seconds 초 후에 다시 시도하십시오.',
-];
diff --git a/resources/lang/ko/http-statuses.php b/resources/lang/ko/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/ko/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/ko/pagination.php b/resources/lang/ko/pagination.php
deleted file mode 100644
index db05d0ef..00000000
--- a/resources/lang/ko/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- '다음 »',
- 'previous' => '« 이전',
-];
diff --git a/resources/lang/ko/passwords.php b/resources/lang/ko/passwords.php
deleted file mode 100644
index 6177e96f..00000000
--- a/resources/lang/ko/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- '비밀번호가 변경되었습니다!',
- 'sent' => '비밀번호 재설정 링크를 이메일로 전송했습니다!',
- 'throttled' => '잠시 후 다시 시도해주세요.',
- 'token' => '해당 비밀번호 재설정 토큰이 유효하지 않습니다.',
- 'user' => '해당 이메일을 사용하는 사용자를 찾을 수 없습니다.',
-];
diff --git a/resources/lang/ko/validation.php b/resources/lang/ko/validation.php
deleted file mode 100644
index 26a0a824..00000000
--- a/resources/lang/ko/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute을(를) 동의해야 합니다.',
- 'accepted_if' => ':Attribute을(를) :other이(가) :value이면 동의해야 합니다.',
- 'active_url' => ':Attribute은(는) 유효한 URL이 아닙니다.',
- 'after' => ':Attribute은(는) :date 이후 날짜여야 합니다.',
- 'after_or_equal' => ':Attribute은(는) :date 이후 날짜이거나 같은 날짜여야 합니다.',
- 'alpha' => ':Attribute은(는) 문자만 포함할 수 있습니다.',
- 'alpha_dash' => ':Attribute은(는) 문자, 숫자, 대쉬(-), 밑줄(_)만 포함할 수 있습니다.',
- 'alpha_num' => ':Attribute은(는) 문자와 숫자만 포함할 수 있습니다.',
- 'array' => ':Attribute은(는) 배열이어야 합니다.',
- 'attached' => ':Attribute은(는) 이미 첨부되어 있습니다.',
- 'before' => ':Attribute은(는) :date 이전 날짜여야 합니다.',
- 'before_or_equal' => ':Attribute은(는) :date 이전 날짜이거나 같은 날짜여야 합니다.',
- 'between' => [
- 'array' => ':Attribute의 항목 수는 :min에서 :max 개의 항목이 있어야 합니다.',
- 'file' => ':Attribute의 용량은 :min에서 :max 킬로바이트 사이여야 합니다.',
- 'numeric' => ':Attribute의 값은 :min에서 :max 사이여야 합니다.',
- 'string' => ':Attribute의 길이는 :min에서 :max 문자 사이여야 합니다.',
- ],
- 'boolean' => ':Attribute은(는) true 또는 false 이어야 합니다.',
- 'confirmed' => ':Attribute 확인 항목이 일치하지 않습니다.',
- 'current_password' => '패스워드가 일치하지 않습니다.',
- 'date' => ':Attribute은(는) 유효한 날짜가 아닙니다.',
- 'date_equals' => ':Attribute은(는) :date과(와) 같은날짜여야합니다.',
- 'date_format' => ':Attribute이(가) :format 형식과 일치하지 않습니다.',
- 'declined' => ':Attribute은(는) 거부되어야 합니다.',
- 'declined_if' => ':Other이(가) :value일때 :attribute은(는) 거부되어야 합니다.',
- 'different' => ':Attribute와(과) :other은(는) 서로 달라야 합니다.',
- 'digits' => ':Attribute은(는) :digits 자리 숫자여야 합니다.',
- 'digits_between' => ':Attribute은(는) :min에서 :max 자리 사이여야 합니다.',
- 'dimensions' => ':Attribute은(는) 올바르지 않는 이미지 크기입니다.',
- 'distinct' => ':Attribute 필드에 중복된 값이 있습니다.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute은(는) 유효한 이메일 주소여야 합니다.',
- 'ends_with' => ':Attribute은(는) 다음 중 하나로 끝나야 합니다: :values.',
- 'enum' => ':Attribute의 값이 잘못되었습니다.',
- 'exists' => ':Attribute이(가) 존재하지 않습니다.',
- 'file' => ':Attribute은(는) 파일이어야 합니다.',
- 'filled' => ':Attribute 필드는 값이 있어야 합니다.',
- 'gt' => [
- 'array' => ':Attribute의 항목 수는 :value개 보다 많아야 합니다.',
- 'file' => ':Attribute의 용량은 :value킬로바이트보다 커야 합니다.',
- 'numeric' => ':Attribute의 값은 :value보다 커야 합니다.',
- 'string' => ':Attribute의 길이는 :value보다 길어야 합니다.',
- ],
- 'gte' => [
- 'array' => ':Attribute의 항목 수는 :value개 보다 같거나 많아야 합니다.',
- 'file' => ':Attribute의 용량은 :value킬로바이트보다 같거나 커야 합니다.',
- 'numeric' => ':Attribute의 값은 :value보다 같거나 커야 합니다.',
- 'string' => ':Attribute의 길이는 :value보다 같거나 길어야 합니다.',
- ],
- 'image' => ':Attribute은(는) 이미지여야 합니다.',
- 'in' => '선택된 :attribute은(는) 올바르지 않습니다.',
- 'in_array' => ':Attribute 필드는 :other에 존재하지 않습니다.',
- 'integer' => ':Attribute은(는) 정수여야 합니다.',
- 'ip' => ':Attribute은(는) 유효한 IP 주소여야 합니다.',
- 'ipv4' => ':Attribute은(는) 유효한 IPv4 주소여야 합니다.',
- 'ipv6' => ':Attribute은(는) 유효한 IPv6 주소여야 합니다.',
- 'json' => ':Attribute은(는) JSON 문자열이어야 합니다.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute의 항목 수는 :value개 보다 작아야 합니다.',
- 'file' => ':Attribute의 용량은 :value킬로바이트보다 작아야 합니다.',
- 'numeric' => ':Attribute의 값은 :value보다 작아야 합니다.',
- 'string' => ':Attribute의 길이는 :value보다 짧아야 합니다.',
- ],
- 'lte' => [
- 'array' => ':Attribute의 항목 수는 :value개 보다 같거나 작아야 합니다.',
- 'file' => ':Attribute의 용량은 :value킬로바이트보다 같거나 작아야 합니다.',
- 'numeric' => ':Attribute의 값은 :value보다 같거나 작아야 합니다.',
- 'string' => ':Attribute의 길이는 :value보다 같거나 짧아야 합니다.',
- ],
- 'mac_address' => ':Attribute은(는) 올바른 MAC 주소가 아닙니다.',
- 'max' => [
- 'array' => ':Attribute은(는) :max개보다 많을 수 없습니다.',
- 'file' => ':Attribute은(는) :max킬로바이트보다 클 수 없습니다.',
- 'numeric' => ':Attribute은(는) :max보다 클 수 없습니다.',
- 'string' => ':Attribute은(는) :max자보다 클 수 없습니다.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute은(는) 다음의 파일 형식이어야 합니다: :values.',
- 'mimetypes' => ':Attribute은(는) 다음의 파일 형식이어야 합니다: :values.',
- 'min' => [
- 'array' => ':Attribute은(는) 최소한 :min개의 항목이 있어야 합니다.',
- 'file' => ':Attribute은(는) 최소한 :min킬로바이트이어야 합니다.',
- 'numeric' => ':Attribute은(는) 최소한 :min이어야 합니다.',
- 'string' => ':Attribute은(는) 최소한 :min자이어야 합니다.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute 는 :value 의 배수여야 합니다.',
- 'not_in' => '선택된 :attribute이(가) 올바르지 않습니다.',
- 'not_regex' => ':Attribute의 형식이 올바르지 않습니다.',
- 'numeric' => ':Attribute은(는) 숫자여야 합니다.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute 필드가 있어야 합니다.',
- 'prohibited' => ':Attribute (은)는 금지되어 있습니다.',
- 'prohibited_if' => ':Attribute (은)는 :other 이(가) :value 인 경우 금지되어 있습니다.',
- 'prohibited_unless' => ':Attribute (은)는 :other 이(가) :value 이(가) 아닌 경우 금지되어 있습니다.',
- 'prohibits' => ':Attribute (은)는 :other 을(를) 금지합니다.',
- 'regex' => ':Attribute 형식이 올바르지 않습니다.',
- 'relatable' => ':Attribute (은)는 리소스와 연결되지 않을 수도 있습니다.',
- 'required' => ':Attribute 필드는 필수입니다.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Other이(가) :value 일 때 :attribute 필드는 필수입니다.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Other이(가) :values에 없다면 :attribute 필드는 필수입니다.',
- 'required_with' => ':Values이(가) 있는 경우 :attribute 필드는 필수입니다.',
- 'required_with_all' => ':Values이(가) 모두 있는 경우 :attribute 필드는 필수입니다.',
- 'required_without' => ':Values이(가) 없는 경우 :attribute 필드는 필수입니다.',
- 'required_without_all' => ':Values이(가) 모두 없는 경우 :attribute 필드는 필수입니다.',
- 'same' => ':Attribute와(과) :other은(는) 일치해야 합니다.',
- 'size' => [
- 'array' => ':Attribute은(는) :size개의 항목을 포함해야 합니다.',
- 'file' => ':Attribute은(는) :size킬로바이트여야 합니다.',
- 'numeric' => ':Attribute은(는) :size (이)여야 합니다.',
- 'string' => ':Attribute은(는) :size자여야 합니다.',
- ],
- 'starts_with' => ':Attribute은(는) :values 중 하나로 시작해야 합니다.',
- 'string' => ':Attribute은(는) 문자열이어야 합니다.',
- 'timezone' => ':Attribute은(는) 올바른 시간대 이어야 합니다.',
- 'unique' => ':Attribute은(는) 이미 사용 중입니다.',
- 'uploaded' => ':Attribute을(를) 업로드하지 못했습니다.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute은(는) 형식은 올바르지 않습니다.',
- 'uuid' => ':Attribute은(는) 유효한UUID여야합니다.',
- 'attributes' => [
- 'address' => '주소',
- 'age' => '나이',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => '몸',
- 'city' => '도시',
- 'content' => '내용',
- 'country' => '나라',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => '날짜',
- 'date_of_birth' => 'date of birth',
- 'day' => '일',
- 'deleted_at' => 'deleted at',
- 'description' => '상세설명',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => '이메일',
- 'excerpt' => '발췌',
- 'filter' => 'filter',
- 'first_name' => '이름',
- 'gender' => '성별',
- 'group' => 'group',
- 'hour' => '시',
- 'image' => 'image',
- 'last_name' => '성',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => '메시지',
- 'middle_name' => 'middle name',
- 'minute' => '분',
- 'mobile' => '모바일',
- 'month' => '월',
- 'name' => '이름',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => '비밀번호',
- 'password_confirmation' => '비밀번호 확인',
- 'phone' => '전화번호',
- 'photo' => '사진',
- 'postal_code' => 'postal code',
- 'price' => '가격',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => '규칙',
- 'second' => '초',
- 'sex' => '성별',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => '주제',
- 'teacher' => 'teacher',
- 'terms' => '약관',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => '시간',
- 'title' => '제목',
- 'updated_at' => 'updated at',
- 'username' => '유저네임',
- 'year' => '년',
- ],
-];
diff --git a/resources/lang/lt.json b/resources/lang/lt.json
deleted file mode 100644
index 3a77f78f..00000000
--- a/resources/lang/lt.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Priimti Kvietimą",
- "Add": "Pridėti",
- "Add a new team member to your team, allowing them to collaborate with you.": "Pridėkite naują komandos narį prie savo komandos, leisdami jam bendradarbiauti su jumis.",
- "Add additional security to your account using two factor authentication.": "Papildomai apsaugokite savo paskyrą naudojant dviejų veiksnių autentifikavimą.",
- "Add Team Member": "Pridėti komandos narį",
- "Added.": "Pridėta.",
- "Administrator": "Administratorius",
- "Administrator users can perform any action.": "Administratoriai gali atlikti bet kokius veiksmus.",
- "All of the people that are part of this team.": "Visi žmonės yra jūsų komandos nariai.",
- "All rights reserved.": "Visos teisės saugomos.",
- "Already registered?": "Jau užsiregistravote?",
- "API Token": "API raktas",
- "API Token Permissions": "API rakto teisės",
- "API Tokens": "API raktai",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API raktai leidžia kitoms paslaugoms jūsų vardu naudotis mūsų aplikacija.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Ar jūs tikrai norite ištrinti šią komandą? Vos ištrynus komandą, visi jos duomenys bus ištrinti visam laikui.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Ar jūs tikrai norite ištrinti šią komandą? Vos ištrynus komandą, visi jos duomenys bus ištrinti visam laikui. Įveskite savo slaptažodį, jei tikrai norite ištrinti savo paskyrą visam laikui.",
- "Are you sure you would like to delete this API token?": "Ar jūs tikrai norite ištrinti šį API raktą?",
- "Are you sure you would like to leave this team?": "Ar jūs tikrai norite palikti šią komandą?",
- "Are you sure you would like to remove this person from the team?": "Ar jūs tikrai norite pašalinti šį žmogų iš komandos?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Naršyklės sesijos",
- "Cancel": "Atšaukti",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Uždaryti",
- "Code": "Kodas",
- "Confirm": "Patvirtinti",
- "Confirm Password": "Pakartokite slaptažodį",
- "Create": "Sukurti",
- "Create a new team to collaborate with others on projects.": "Sukurkite naują komandą norint bendradarbiauti su kitais.",
- "Create Account": "Sukurti Paskyrą",
- "Create API Token": "Sukurti API raktą",
- "Create New Team": "Sukurti naują komandą",
- "Create Team": "Sukurti komandą",
- "Created.": "Sukurta.",
- "Current Password": "Dabartinis slaptažodis",
- "Dashboard": "Pagrindinis puslapis",
- "Delete": "Ištrinti",
- "Delete Account": "Ištrinkite paskyrą",
- "Delete API Token": "Ištrinti API raktą",
- "Delete Team": "Ištrinti komandą",
- "Disable": "Išjungti",
- "Done.": "Atlikta.",
- "Edit Profile": "Edit Profile",
- "Editor": "Redaguotojas",
- "Editor users have the ability to read, create, and update.": "Redaguotojai turi teisę skaityti, sukurti ir redaguoti.",
- "Email": "El. pašto adresas",
- "Email Address": "el",
- "Email Password Reset Link": "Atsiųsti slaptažodžio atstatymo nuorodą",
- "Enable": "Įjungti",
- "Ensure your account is using a long, random password to stay secure.": "Įsitikinkite, kad jūsų slapažodis yra ilgas, atsitiktinis dėl paskyros saugumo.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Dėl jūsų saugumo prašome įvesti slaptažodį, jog tęsti.",
- "Forbidden": "Draudžiama",
- "Forgot your password?": "Pamiršote slaptažodį?",
- "Forgot Your Password?": "Pamiršote slaptažodį?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Pamiršote savo slaptažodį? Jokių problemų. Įveskite savo el. pašto adresą ir atsiųsime slaptažodžio atstatymo nuorodą, kuri leis jums pasirinkti naują.",
- "Go to page :page": "Eiti į puslapį Nr. :page",
- "Great! You have accepted the invitation to join the :team team.": "Puiku! Jūs priėmėte kvietimą prisijungti prie :team komandos.",
- "Hello!": "Sveiki!",
- "I agree to the :terms_of_service and :privacy_policy": "Sutinku su :terms_of_service ir :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Jei reikia, galite atsijungti nuo visų kitų naršyklės sesijų visuose jūsų įrenginiuose. Kai kurie iš jūsų neseniai sesijų yra išvardyti toliau; tačiau šis sąrašas gali būti neišsamus. Jei manote, kad jūsų paskyra buvo pažeista, taip pat turėtumėte atnaujinti savo slaptažodį.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Jei jau turite paskyrą, galite priimti šį kvietimą spustelėdami žemiau esantį mygtuką:",
- "If you did not create an account, no further action is required.": "Jeigu paskyrą kūrėte ne jūs, papildomų veiksmų atlikti nereikia.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Jei nesitikėjote gauti kvietimo į šią komandą, galite atsisakyti šio el.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Jeigu neprašėte atstatyti slaptažodį, jokių veiksmų atlikti nereikia.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Jei neturite paskyros, galite sukurti vieną spustelėdami žemiau esantį mygtuką. Sukūrę paskyrą, galite spustelėti kvietimo priėmimo Mygtuką šiame el.:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Jeigu nepavyksta paspausti \":actionText\" mygtuko, nukopijuokite ir įklijuokite nuorodą, kuri pateikta žemiau,\nį savo naršyklę:",
- "Last active": "Paskutinį kartą prisijungta",
- "Last used": "Paskutinį kartą naudotas",
- "Leave": "Palikti",
- "Leave Team": "Palikti komandą",
- "Log in": "Prisijungti",
- "Log Out": "atsijungti",
- "Log Out Other Browser Sessions": "Atsijunkite Kitas Naršyklės Sesijas",
- "Login": "Prisijungti",
- "Logout": "Atsijungti",
- "Manage Account": "Tvarkyti paskyrą",
- "Manage and log out your active sessions on other browsers and devices.": "Tvarkykite ir atsijunkite savo aktyvias sesijas kitose naršyklėse ir įrenginiuose.",
- "Manage API Tokens": "Tvarkyti API raktus",
- "Manage Role": "Tvarkyti roles",
- "Manage Team": "Tvarkyti komandas",
- "Name": "Vardas",
- "New Password": "Naujas slaptažodis",
- "Not Found": "Nerasta",
- "of": "iš",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Vos ištrynus komandą, visi jos resursai ir duomenys bus visam laikui ištrinti. Prieš ištrinant komandą parsisiųskite visus duomenis, kuriuos norėsite pasiekti.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Vos ištrynus paskyrą, visi jos resursai ir duomenys bus visam laikui ištrinti. Prieš ištrinant paskyrą parsisiųskite visus duomenis, kuriuos norėsite pasiekti.",
- "Page Expired": "Galiojimo laikas pasibaigė",
- "Pagination Navigation": "Puslapių navigacija",
- "Password": "Slaptažodis",
- "Pending Team Invitations": "Laukiama Komandos Kvietimų",
- "Permanently delete this team.": "Galite ištrinti visam laikui šią komandą.",
- "Permanently delete your account.": "Galite ištrinti visam laikui savo paskyrą.",
- "Permissions": "Teisės",
- "Photo": "Nuotrauka",
- "Please click the button below to verify your email address.": "Spauskite mygtuką žemiau, norėdami patvirtinti savo el. pašto adresą.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Prašome patvirtinti prisijungimą į paskyrą įvedant vieną iš jūsų atkūrimo kodų.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Prašome patvirtinti prisijungimą į paskyrą įvedant autentifikavimo kodą iš jūsų autentifikavimo programėlės.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Nusikopijuokite savo naują API raktą. Dėl jūsų saugumo daugiau jo nerodysime.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Įveskite savo slaptažodį, kad patvirtintumėte, jog norėtumėte atsijungti nuo kitų naršyklės sesijų visuose jūsų įrenginiuose.",
- "Please provide the email address of the person you would like to add to this team.": "Prašome nurodyti asmens, kurį norėtumėte įtraukti į šią komandą, el. pašto adresą.",
- "Privacy Policy": "Privatumo Politika",
- "Profile": "Profilis",
- "Profile Information": "Profilio informacija",
- "Recovery Code": "Atkūrimo kodas",
- "Regards": "Pagarbiai",
- "Regenerate Recovery Codes": "Iš naujo sugeneruoti atkūrimo kodus",
- "Register": "Registruotis",
- "Remember me": "Atsiminti mane",
- "Remember Me": "Atsiminti",
- "Remove": "Pašalinti",
- "Remove Photo": "Pašalinti nuotrauką",
- "Remove Team Member": "Pašalinti komandos narį",
- "Resend Verification Email": "Persiųsti patvirtinimo el. laišką",
- "Reset Password": "Slaptažodžio atstatymas",
- "Reset Password Notification": "Slaptažodžio atstatymo pranešimas",
- "results": "rezultatai",
- "Role": "Rolė",
- "Save": "Išsaugoti",
- "Saved.": "Išsaugota.",
- "Select A New Photo": "Pasirinkti naują nuotrauką",
- "Send Password Reset Link": "Siųsti slaptažodžio atstatymo nuorodą",
- "Server Error": "Serverio klaida",
- "Service Unavailable": "Paslauga negalima",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Rodyti atkūrimo kodus",
- "Showing": "Rodomi nuo",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Išsisaugokite šiuos atkūrimo kodus saugioje slaptažodžių tvarkyklėje. Jie bus reikalaujami norint susigrąžinti prieigą prie paskyros jei dviejų veiksnių apsaugos įrenginys bus prarastas.",
- "Switch Teams": "Pakeisti komandą",
- "Team Details": "Komandos informacija",
- "Team Invitation": "Komandos Kvietimas",
- "Team Members": "Komandos nariai",
- "Team Name": "Komandos pavadinimas",
- "Team Owner": "Komandos savininkas",
- "Team Settings": "Komandos nustatymai",
- "Terms of Service": "Paslaugų teikimo sąlygos",
- "The :attribute must be a valid role.": "Laukas :attribute turi būti tinkama rolė.",
- "The :attribute must be at least :length characters and contain at least one number.": "Laukas :attribute turi būti bent :length simbolių ilgio ir turėti bent vieną numerį.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute turi būti ne mažiau kaip :length simboliai ir juose turi būti bent vienas specialus simbolis ir vienas numeris.",
- "The :attribute must be at least :length characters and contain at least one special character.": "Laukas :attribute turi būti bent :length simbolių ilgio ir turėti bent vieną specialių simbolį.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "Laukas :attribute turi būti bent :length sibmolių ilgio ir turėti bent vieną didžiąją raidę bei skaičių.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "Laukas :attribute turi būti bent :length simbolių ilgio ir turėti bent vieną didžiąją raidę bei vieną specialų simbolį.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "Laukas :attribute turi būti bent :length simbolių ilgio ir turėti bent vieną didžiają raidę, vieną skaičių bei vieną specialų simbolį.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "Laukas :attribute turi būti bent :length simbolių ilgio ir turėti bent vieną didžiąją raidę.",
- "The :attribute must be at least :length characters.": "Laukas :attribute turi būti bent :length simbolių ilgio.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Pateiktas slaptažodis nesutampa su jūsų dabartiniu slaptažodžiu.",
- "The provided password was incorrect.": "Pateiktas slaptažodis buvo neteisingas.",
- "The provided two factor authentication code was invalid.": "Pateiktas autentifikavimo kodas buvo neteisingas.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Komandos pavadinimas ir savininko informacija.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Šie žmonės buvo pakviesti į jūsų komandą ir jiems buvo išsiųstas kvietimo el. Jie gali prisijungti prie komandos priimdami el.",
- "This device": "Šis įrenginys",
- "This is a secure area of the application. Please confirm your password before continuing.": "Tai yra saugi taikymo sritis. Prašome patvirtinti savo slaptažodį prieš tęsdami.",
- "This password does not match our records.": "Šis slaptažodis neatitinka mūsų įrašų.",
- "This password reset link will expire in :count minutes.": "Ši slaptažodžio nustatymo nuoroda galios :count min.",
- "This user already belongs to the team.": "Šis vartotojas jau priklauso komandai.",
- "This user has already been invited to the team.": "Šis vartotojas jau buvo pakviestas į komandą.",
- "to": "iki",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Perjungti navigaciją",
- "Token Name": "Rakto vardas",
- "Too Many Requests": "Per daug užklausų",
- "Two Factor Authentication": "Dviejų veiksnių autentifikavimas",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Neturite leidimo",
- "Unknown": "Unknown",
- "Update Password": "Slaptažodžio keitimas",
- "Update your account's profile information and email address.": "Pakeiskite savo profilio informaciją ir el. pašto adresą.",
- "Use a recovery code": "Naudoti atkūrimo kodą",
- "Use an authentication code": "Naudoti autentifikavimo kodą",
- "Verify Email Address": "El. pašto adreso patvirtinimas",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Mums nepavyko rasti registruoto vartotojo su šiuo el. pašto adresu.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Kai įjungsite dviejų veiksnių apsaugą, jūsų prašysime įvesti saugų, atsitiktinį kodą. Šį kodą galėsite gauti Google Authenticator programėlėje.",
- "Whoops!": "Ups!",
- "Whoops! Something went wrong.": "Ups! Kažkas atsitiko.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Jūs gavote šį el. laišką, nes buvo išsiųsta jūsų paskyros slaptažodžio atstatymo užklausa.",
- "You have been invited to join the :team team!": "Jūs buvote pakviestas prisijungti prie :team komandos!",
- "You have enabled two factor authentication.": "Jūs įjungęs dviejų veiksnių autentifikaciją.",
- "You have not enabled two factor authentication.": "Jūs nesate įjungęs dviejų veiksnių autentifikacijos.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Jūs galite ištrinti savo raktus, jei jie jums bus nereikalingi.",
- "You may not delete your personal team.": "Jūs negalite ištrinti savo asmeninės komandos.",
- "You may not leave a team that you created.": "Jūs negalite palikti komandos, kurią sukūrėte.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/lt/auth.php b/resources/lang/lt/auth.php
deleted file mode 100644
index dd074a4a..00000000
--- a/resources/lang/lt/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Prisijungimo duomenys neatitinka.',
- 'password' => 'Slaptažodis neteisingas.',
- 'throttle' => 'Per daug bandymų prisijungti. Bandykite po :seconds sec.',
-];
diff --git a/resources/lang/lt/http-statuses.php b/resources/lang/lt/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/lt/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/lt/pagination.php b/resources/lang/lt/pagination.php
deleted file mode 100644
index 5d446599..00000000
--- a/resources/lang/lt/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Kitas »',
- 'previous' => '« Ankstesnis',
-];
diff --git a/resources/lang/lt/passwords.php b/resources/lang/lt/passwords.php
deleted file mode 100644
index d3b60c42..00000000
--- a/resources/lang/lt/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Nustatytas naujas slaptažodis!',
- 'sent' => 'Naujo slaptažodžio nustatymo nuoroda išsiųsta',
- 'throttled' => 'Palaukite prieš tęsdami.',
- 'token' => 'Šis slaptažodžio raktas yra neteisingas.',
- 'user' => 'Vartotojas su tokiu el. paštu nerastas.',
-];
diff --git a/resources/lang/lt/validation.php b/resources/lang/lt/validation.php
deleted file mode 100644
index ffc2acac..00000000
--- a/resources/lang/lt/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Laukas :attribute turi būti priimtas.',
- 'accepted_if' => 'Laukas :attribute turi būti priimtas kai :other yra :value.',
- 'active_url' => 'Laukas :attribute nėra galiojantis internetinis adresas.',
- 'after' => 'Lauko :attribute reikšmė turi būti po :date datos.',
- 'after_or_equal' => 'Lauko :attribute reikšmė privalo būti data lygi arba vėlesnė negu :date.',
- 'alpha' => 'Laukas :attribute gali turėti tik raides.',
- 'alpha_dash' => 'Laukas :attribute gali turėti tik raides, skaičius ir brūkšnelius.',
- 'alpha_num' => 'Laukas :attribute gali turėti tik raides ir skaičius.',
- 'array' => 'Laukas :attribute turi būti masyvas.',
- 'attached' => 'Šis :attribute jau yra pridėtas.',
- 'before' => 'Laukas :attribute turi būti data prieš :date.',
- 'before_or_equal' => 'Lauko :attribute reikšmė privalo būti data lygi arba ankstesnė negu :date.',
- 'between' => [
- 'array' => 'Elementų skaičius lauke :attribute turi turėti nuo :min iki :max.',
- 'file' => 'Failo dydis lauke :attribute turi būti tarp :min ir :max kilobaitų.',
- 'numeric' => 'Lauko :attribute reikšmė turi būti tarp :min ir :max.',
- 'string' => 'Simbolių skaičius lauke :attribute turi būti tarp :min ir :max.',
- ],
- 'boolean' => 'Lauko reikšmė :attribute turi būti \'taip\' arba \'ne\'.',
- 'confirmed' => 'Lauko :attribute patvirtinimas nesutampa.',
- 'current_password' => 'Slaptažodis yra neteisingas.',
- 'date' => 'Lauko :attribute reikšmė nėra galiojanti data.',
- 'date_equals' => 'Lauko :attribute reikšmė turi būti data lygi :date.',
- 'date_format' => 'Lauko :attribute reikšmė neatitinka formato :format.',
- 'declined' => 'Laukas :attribute turi būti atmestas.',
- 'declined_if' => 'Laukas :attribute turi būti atmestas kai :other yra :value.',
- 'different' => 'Laukų :attribute ir :other reikšmės turi skirtis.',
- 'digits' => 'Laukas :attribute turi būti sudarytas iš :digits skaitmenų.',
- 'digits_between' => 'Laukas :attribute turi turėti nuo :min iki :max skaitmenų.',
- 'dimensions' => 'Lauke :attribute įkeltas paveiksliukas neatitinka išmatavimų reikalavimo.',
- 'distinct' => 'Laukas :attribute pasikartoja.',
- 'doesnt_end_with' => 'Laukas :attribute negali baigtis viena iš šių reikšmių: :values.',
- 'doesnt_start_with' => 'Laukas :attribute negali prasidėti viena iš šių reikšmių: :values.',
- 'email' => 'Lauko :attribute reikšmė turi būti galiojantis el. pašto adresas.',
- 'ends_with' => 'Laukas :attribute turi baigtis vienu iš: :values',
- 'enum' => 'Pasirinkta negaliojanti :attribute reikšmė.',
- 'exists' => 'Pasirinkta negaliojanti :attribute reikšmė.',
- 'file' => ':Attribute turi būti failas.',
- 'filled' => 'Laukas :attribute turi būti užpildytas.',
- 'gt' => [
- 'array' => 'Laukas :attribute turi turėti daugiau nei :value elementus.',
- 'file' => 'Failas lauke :attribute turi būti didesnis negu :value kilobaitai.',
- 'numeric' => 'Lauko :attribute reikšmė turi būti didesnė negu :value.',
- 'string' => 'Lauko :attribute reikšmė turi būti didesnė negu :value simboliai.',
- ],
- 'gte' => [
- 'array' => 'Laukas :attribute turi turėti :value elementus arba daugiau.',
- 'file' => 'Failas lauke :attribute turi būti didesnis arba lygus :value kilobaitams.',
- 'numeric' => 'Lauko :attribute reikšmė turi būti didesnė arba lygi :value.',
- 'string' => 'Lauko :attribute reikšmė turi būti didesnė arba lygi :value simboliams.',
- ],
- 'image' => 'Lauko :attribute reikšmė turi būti paveikslėlis.',
- 'in' => 'Pasirinkta negaliojanti :attribute reikšmė.',
- 'in_array' => 'Laukas :attribute neegzistuoja :other lauke.',
- 'integer' => 'Lauko :attribute reikšmė turi būti sveikasis skaičius.',
- 'ip' => 'Lauko :attribute reikšmė turi būti galiojantis IP adresas.',
- 'ipv4' => 'Lauko :attribute reikšmė turi būti galiojantis IPv4 adresas.',
- 'ipv6' => 'Lauko :attribute reikšmė turi būti galiojantis IPv6 adresas.',
- 'json' => 'Lauko :attribute reikšmė turi būti JSON tekstas.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'Laukas :attribute turi turėti mažiau negu :value elementus.',
- 'file' => 'Failas lauke :attribute turi būti mažesnis negu :value kilobaitai.',
- 'numeric' => 'Lauko :attribute reikšmė turi būti mažesnė negu :value.',
- 'string' => 'Lauko :attribute reikšmė turi būti mažesnė negu :value simboliai.',
- ],
- 'lte' => [
- 'array' => 'Laukas :attribute turi turėti mažiau arba lygiai :value elementus.',
- 'file' => 'Failas lauke :attribute turi būti mažesnis arba lygus :value kilobaitams.',
- 'numeric' => 'Lauko :attribute reikšmė turi būti mažesnė arba lygi :value.',
- 'string' => 'Lauko :attribute reikšmė turi būti mažesnė arba lygi :value simboliams.',
- ],
- 'mac_address' => 'Lauko :attribute reikšmė turi būti galiojantis MAC adresas.',
- 'max' => [
- 'array' => 'Elementų kiekis lauke :attribute negali turėti daugiau nei :max elementų.',
- 'file' => 'Failo dydis lauke :attribute negali būti didesnis nei :max kilobaitų.',
- 'numeric' => 'Lauko :attribute reikšmė negali būti didesnė nei :max.',
- 'string' => 'Simbolių kiekis lauke :attribute reikšmė negali būti didesnė nei :max simbolių.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'Lauko reikšmė :attribute turi būti failas vieno iš sekančių tipų: :values.',
- 'mimetypes' => 'Lauko reikšmė :attribute turi būti failas vieno iš sekančių tipų: :values.',
- 'min' => [
- 'array' => 'Elementų kiekis lauke :attribute turi būti ne mažiau nei :min.',
- 'file' => 'Failo dydis lauke :attribute turi būti ne mažesnis nei :min kilobaitų.',
- 'numeric' => 'Lauko :attribute reikšmė turi būti ne mažesnė nei :min.',
- 'string' => 'Simbolių kiekis lauke :attribute turi būti ne mažiau nei :min.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'Laukas :attribute turi būti :value kartotinis.',
- 'not_in' => 'Pasirinkta negaliojanti reikšmė :attribute.',
- 'not_regex' => 'Lauko :attribute formatas yra neteisingas.',
- 'numeric' => 'Lauko :attribute reikšmė turi būti skaičius.',
- 'password' => [
- 'letters' => 'Laukas :attribute privalo turėti bent vieną raidę.',
- 'mixed' => 'Laukas :attribute privalo turėti bent vieną didžiąją ir mažąją reides.',
- 'numbers' => 'Laukas :attribute privalo turėti bent vieną skaičių.',
- 'symbols' => 'Laukas :attribute privalo turėti bent vieną simbolį.',
- 'uncompromised' => 'Lauko :attribute reikšmė pastebėta duomenų nutekėjimo metu. Prašome pasirinkti kitą :attribute reikšmę.',
- ],
- 'present' => 'Laukas :attribute turi egzistuoti.',
- 'prohibited' => ':Attribute laukas draudžiamas.',
- 'prohibited_if' => ':Attribute laukas draudžiamas, kai :other yra :value.',
- 'prohibited_unless' => ':Attribute laukas draudžiamas, nebent :other yra :values.',
- 'prohibits' => 'Laukas :attribute draudžia :other egzistuoti.',
- 'regex' => 'Negaliojantis lauko :attribute formatas.',
- 'relatable' => 'Šis :attribute gali būti nesusijęs su šiuo šaltiniu.',
- 'required' => 'Privaloma užpildyti lauką :attribute.',
- 'required_array_keys' => 'Lauke :attribute privalo būti įrašai apie: :values.',
- 'required_if' => 'Privaloma užpildyti lauką :attribute, kai :other yra :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'Laukas :attribute yra privalomas, nebent :other yra tarp :values reikšmių.',
- 'required_with' => 'Privaloma užpildyti lauką :attribute, kai pateikta :values.',
- 'required_with_all' => 'Privaloma užpildyti lauką :attribute, kai pateikta :values.',
- 'required_without' => 'Privaloma užpildyti lauką :attribute, kai nepateikta :values.',
- 'required_without_all' => 'Privaloma užpildyti lauką :attribute, kai nepateikta nei viena iš reikšmių :values.',
- 'same' => 'Laukai :attribute ir :other turi sutapti.',
- 'size' => [
- 'array' => 'Elementų kiekis lauke :attribute turi būti :size.',
- 'file' => 'Failo dydis lauke :attribute turi būti :size kilobaitai.',
- 'numeric' => 'Lauko :attribute reikšmė turi būti :size.',
- 'string' => 'Simbolių skaičius lauke :attribute turi būti :size.',
- ],
- 'starts_with' => 'Laukas :attribute turi prasidėti vienu iš: :values',
- 'string' => 'Laukas :attribute turi būti tekstinis.',
- 'timezone' => 'Lauko :attribute reikšmė turi būti galiojanti laiko zona.',
- 'unique' => 'Tokia :attribute reikšmė jau pasirinkta.',
- 'uploaded' => 'Nepavyko įkelti :attribute lauko.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Negaliojantis lauko :attribute formatas.',
- 'uuid' => 'Lauko :attribute reikšmė turi būti galiojantis UUID.',
- 'attributes' => [
- 'address' => 'adresas',
- 'age' => 'amžius',
- 'amount' => 'kiekis',
- 'area' => 'vietovė',
- 'available' => 'pasiekiamas',
- 'birthday' => 'gimtadienis',
- 'body' => 'turinys',
- 'city' => 'miestas',
- 'content' => 'turinys',
- 'country' => 'šalis',
- 'created_at' => 'sukūrimo laikas',
- 'creator' => 'sukūrė',
- 'current_password' => 'dabartinis slaptažodis',
- 'date' => 'data',
- 'date_of_birth' => 'gimimo data',
- 'day' => 'diena',
- 'deleted_at' => 'ištrynimo laikas',
- 'description' => 'aprašymas',
- 'district' => 'apskritis',
- 'duration' => 'trukmė',
- 'email' => 'el. paštas',
- 'excerpt' => 'ištrauka',
- 'filter' => 'filtras',
- 'first_name' => 'vardas',
- 'gender' => 'lytis',
- 'group' => 'grupė',
- 'hour' => 'valanda',
- 'image' => 'paveikslėlis',
- 'last_name' => 'pavardė',
- 'lesson' => 'pamoka',
- 'line_address_1' => 'adreso eilutė 1',
- 'line_address_2' => 'adreso eilutė 2',
- 'message' => 'žinutė',
- 'middle_name' => 'vidurinis vardas',
- 'minute' => 'minutė',
- 'mobile' => 'mob. telefonas',
- 'month' => 'mėnesis',
- 'name' => 'vardas',
- 'national_code' => 'nacionalinis kodas',
- 'number' => 'skaičius',
- 'password' => 'slaptažodis',
- 'password_confirmation' => 'slaptažodžio patvirtinimas',
- 'phone' => 'telefonas',
- 'photo' => 'nuotrauka',
- 'postal_code' => 'pašto kodas',
- 'price' => 'kaina',
- 'province' => 'provincija',
- 'recaptcha_response_field' => '„recaptcha“ laukelis',
- 'remember' => 'prisiminti',
- 'restored_at' => 'atkūrimo laikas',
- 'result_text_under_image' => 'rezultato tekstas po paveikslėliu',
- 'role' => 'rolė',
- 'second' => 'sekundė',
- 'sex' => 'lytis',
- 'short_text' => 'trumpas tekstas',
- 'size' => 'dydis',
- 'state' => 'valstija',
- 'street' => 'gatvė',
- 'student' => 'studentas',
- 'subject' => 'tema',
- 'teacher' => 'mokytojas',
- 'terms' => 'sąlygos',
- 'test_description' => 'bandomasis aprašymas',
- 'test_locale' => 'bandomoji kalba',
- 'test_name' => 'bandomasis vardas',
- 'text' => 'tekstas',
- 'time' => 'laikas',
- 'title' => 'pavadinimas',
- 'updated_at' => 'atnaujinimo laikas',
- 'username' => 'vartotojo vardas',
- 'year' => 'metai',
- ],
-];
diff --git a/resources/lang/lv.json b/resources/lang/lv.json
deleted file mode 100644
index 8846df60..00000000
--- a/resources/lang/lv.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Pieņemt Ielūgumu",
- "Add": "Pievienot",
- "Add a new team member to your team, allowing them to collaborate with you.": "Pievienojiet savai komandai jaunu komandas locekli, ļaujot viņiem sadarboties ar jums.",
- "Add additional security to your account using two factor authentication.": "Pievienojiet savam kontam papildu drošību, izmantojot divu faktoru autentifikāciju.",
- "Add Team Member": "Pievienot Komandas Locekli",
- "Added.": "Pievienots.",
- "Administrator": "Administrators",
- "Administrator users can perform any action.": "Administratora lietotāji var veikt jebkuru darbību.",
- "All of the people that are part of this team.": "Visi cilvēki, kas ir daļa no šīs komandas.",
- "All rights reserved.": "Visas tiesības aizsargātas.",
- "Already registered?": "Jau reģistrēts?",
- "API Token": "API marķieris",
- "API Token Permissions": "API Token atļaujas",
- "API Tokens": "API Žetoni",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API žetoni ļauj trešo pušu pakalpojumus autentificēt ar mūsu pieteikumu Jūsu vārdā.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Vai tiešām vēlaties dzēst šo komandu? Kad komanda ir izdzēsta, visi tās resursi un dati tiks neatgriezeniski izdzēsti.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Vai tiešām vēlaties dzēst savu kontu? Kad jūsu konts ir izdzēsts, visi tā resursi un dati tiks neatgriezeniski izdzēsti. Lūdzu, ievadiet savu paroli, lai apstiprinātu, ka vēlaties neatgriezeniski izdzēst savu kontu.",
- "Are you sure you would like to delete this API token?": "Vai esat pārliecināts, ka vēlaties izdzēst šo API marķieri?",
- "Are you sure you would like to leave this team?": "Vai esat pārliecināts, ka vēlaties atstāt šo komandu?",
- "Are you sure you would like to remove this person from the team?": "Vai esat pārliecināts, ka vēlaties noņemt šo personu no komandas?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Pārlūka Sesijas",
- "Cancel": "Atcelt",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Tuvs",
- "Code": "Kods",
- "Confirm": "Apstiprināt",
- "Confirm Password": "Apstiprināt Paroli",
- "Create": "Izveidot",
- "Create a new team to collaborate with others on projects.": "Izveidojiet jaunu komandu, lai sadarbotos ar citiem projektos.",
- "Create Account": "Izveidot Kontu",
- "Create API Token": "Izveidot API Token",
- "Create New Team": "Izveidot Jaunu Komandu",
- "Create Team": "Izveidot Komandu",
- "Created.": "Izveidots.",
- "Current Password": "Pašreizējā Parole",
- "Dashboard": "Panelis",
- "Delete": "Dzēst",
- "Delete Account": "Dzēst Kontu",
- "Delete API Token": "Dzēst API Token",
- "Delete Team": "Dzēst Komandu",
- "Disable": "Atspējot",
- "Done.": "Veikts.",
- "Edit Profile": "Edit Profile",
- "Editor": "Redaktors",
- "Editor users have the ability to read, create, and update.": "Redaktora lietotājiem ir iespēja lasīt, izveidot un atjaunināt.",
- "Email": "Pasts",
- "Email Address": "E-Pasta Adrese",
- "Email Password Reset Link": "E-Pasta Paroles Atiestatīšanas Saite",
- "Enable": "Ļauj",
- "Ensure your account is using a long, random password to stay secure.": "Pārliecinieties, ka Jūsu konts izmanto garu, nejaušu paroli, lai saglabātu drošību.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Jūsu drošībai, lūdzu, apstipriniet savu paroli, lai turpinātu.",
- "Forbidden": "Aizliegts",
- "Forgot your password?": "Aizmirsāt paroli?",
- "Forgot Your Password?": "Aizmirsāt Paroli?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Aizmirsāt paroli? Nav problēmu. Vienkārši dariet mums zināmu savu e-pasta adresi, un mēs nosūtīsim jums paroles atiestatīšanas saiti, kas ļaus jums izvēlēties jaunu.",
- "Go to page :page": "Iet uz lapu :page",
- "Great! You have accepted the invitation to join the :team team.": "Lieliski! Jūs esat pieņēmis uzaicinājumu pievienoties :team komandai.",
- "Hello!": "Sveiki!",
- "I agree to the :terms_of_service and :privacy_policy": "Es piekrītu :terms_of_service un :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Ja nepieciešams, jūs varat atteikties no visām citām jūsu pārlūkprogrammas sesijām visās jūsu ierīcēs. Dažas no jūsu nesenajām sesijām ir uzskaitītas zemāk; tomēr šis saraksts var nebūt izsmeļošs. Ja jūtat, ka Jūsu konts ir apdraudēts, jums vajadzētu arī atjaunināt savu paroli.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Ja jums jau ir konts, jūs varat pieņemt šo ielūgumu, noklikšķinot uz pogas zemāk:",
- "If you did not create an account, no further action is required.": "Ja neesat izveidojis kontu, turpmāka darbība nav nepieciešama.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Ja jūs negaidījāt saņemt uzaicinājumu uz šo komandu, jūs varat izmest šo e-pastu.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Ja neesat pieprasījis paroles atiestatīšanu, turpmāka darbība nav nepieciešama.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ja jums nav konta, varat to izveidot, noklikšķinot uz tālāk redzamās pogas. Pēc konta izveides šajā e-pastā varat noklikšķināt uz ielūguma pieņemšanas pogas, lai pieņemtu komandas ielūgumu:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Ja jums rodas problēmas, noklikšķinot uz pogas \":actionText\", nokopējiet un ielīmējiet tālāk norādīto URL\nsavā tīmekļa pārlūkprogrammā:",
- "Last active": "Pēdējā Aktīvā",
- "Last used": "Pēdējoreiz lietots",
- "Leave": "Atstāt",
- "Leave Team": "Atstājiet Komandu",
- "Log in": "Pieteikties",
- "Log Out": "iziet",
- "Log Out Other Browser Sessions": "Atteikties No Citām Pārlūka Sesijām",
- "Login": "Pieteikšanās",
- "Logout": "Atteikties",
- "Manage Account": "Pārvaldīt Kontu",
- "Manage and log out your active sessions on other browsers and devices.": "Pārvaldiet un izejiet no aktīvajām sesijām citās pārlūkprogrammās un ierīcēs.",
- "Manage API Tokens": "Pārvaldiet API žetonus",
- "Manage Role": "Pārvaldīt Lomu",
- "Manage Team": "Pārvaldīt Komandu",
- "Name": "Nosaukums",
- "New Password": "Jauna Parole",
- "Not Found": "Nav Atrasts",
- "of": "no",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Kad komanda ir izdzēsta, visi tās resursi un dati tiks neatgriezeniski izdzēsti. Pirms šīs komandas dzēšanas, lūdzu, lejupielādējiet visus datus vai informāciju par šo komandu, kuru vēlaties saglabāt.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Kad jūsu konts ir izdzēsts, visi tā resursi un dati tiks neatgriezeniski izdzēsti. Pirms konta dzēšanas, lūdzu, lejupielādējiet visus datus vai informāciju, kuru vēlaties saglabāt.",
- "Page Expired": "Lapas Derīguma Termiņš",
- "Pagination Navigation": "Pagination Navigācija",
- "Password": "Parole",
- "Pending Team Invitations": "Gaidot Komandas Ielūgumus",
- "Permanently delete this team.": "Neatgriezeniski dzēst šo komandu.",
- "Permanently delete your account.": "Neatgriezeniski izdzēsiet savu kontu.",
- "Permissions": "Atļauja",
- "Photo": "Fotogrāfija",
- "Please click the button below to verify your email address.": "Lūdzu, noklikšķiniet uz pogas zemāk, lai pārbaudītu savu e-pasta adresi.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Lūdzu, apstipriniet piekļuvi savam kontam, ievadot vienu no jūsu avārijas atgūšanas kodiem.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Lūdzu, apstipriniet piekļuvi savam kontam, ievadot autentifikācijas kodu, ko nodrošina autentifikatora lietojumprogramma.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Lūdzu, kopējiet savu jauno API marķieri. Jūsu drošībai tas netiks rādīts vēlreiz.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Lūdzu, ievadiet savu paroli, lai apstiprinātu, ka vēlaties atteikties no citām pārlūkprogrammas sesijām visās jūsu ierīcēs.",
- "Please provide the email address of the person you would like to add to this team.": "Lūdzu, norādiet tās personas e-pasta adresi, kuru vēlaties pievienot šai komandai.",
- "Privacy Policy": "konfidencialitāte",
- "Profile": "Profils",
- "Profile Information": "Profila Informācija",
- "Recovery Code": "Atkopšanas Kods",
- "Regards": "Saistībā",
- "Regenerate Recovery Codes": "Atjaunot Atkopšanas Kodus",
- "Register": "Reģistrēts",
- "Remember me": "Atcerēties mani",
- "Remember Me": "Atcerēties Mani",
- "Remove": "Noņemt",
- "Remove Photo": "Noņemt Fotoattēlu",
- "Remove Team Member": "Noņemt Komandas Locekli",
- "Resend Verification Email": "Atkārtoti Nosūtiet Verifikācijas E-Pastu",
- "Reset Password": "Atiestatīt Paroli",
- "Reset Password Notification": "Atiestatīt Paroles Paziņojumu",
- "results": "rezultāts",
- "Role": "Loma",
- "Save": "Saglabāt",
- "Saved.": "Saglabāts.",
- "Select A New Photo": "Izvēlieties Jaunu Fotoattēlu",
- "Send Password Reset Link": "Nosūtīt Paroles Atiestatīšanas Saiti",
- "Server Error": "Servera Kļūda",
- "Service Unavailable": "Pakalpojums Nav Pieejams",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Rādīt Atkopšanas Kodus",
- "Showing": "Parādot",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Saglabājiet šos atkopšanas kodus drošā paroles pārvaldniekā. Tos var izmantot, lai atgūtu piekļuvi jūsu kontam, ja jūsu divu faktoru autentifikācijas ierīce ir zaudēta.",
- "Switch Teams": "Pārslēgt Komandas",
- "Team Details": "Komandas Informācija",
- "Team Invitation": "Komandas Ielūgums",
- "Team Members": "Komandas Locekļi",
- "Team Name": "Komandas Nosaukums",
- "Team Owner": "Komandas Īpašnieks",
- "Team Settings": "Komandas Iestatījumi",
- "Terms of Service": "Pakalpojumu sniegšanas noteikumi",
- "The :attribute must be a valid role.": ":Attribute jābūt derīgai lomai.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute jābūt vismaz :length rakstzīmēm un tajā jābūt vismaz vienam skaitlim.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute jābūt vismaz :length rakstzīmēm, un tajā jābūt vismaz vienai īpašajai rakstzīmei un vienam skaitlim.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute jābūt vismaz :length rakstzīmēm un tajā jābūt vismaz vienai īpašajai rakstzīmei.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute jābūt vismaz :length rakstzīmēm, un tajā jābūt vismaz vienam lielajiem burtiem un vienam skaitlim.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute jābūt vismaz :length rakstzīmēm, un tajā jābūt vismaz vienam lielajiem burtiem un vienam īpašajam rakstzīmei.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute jābūt vismaz :length rakstzīmēm, un tajā jābūt vismaz vienam lielajiem burtiem, vienam skaitlim un vienam īpašajam rakstzīmei.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute jābūt vismaz :length rakstzīmēm un tajā jābūt vismaz vienam lielajiem burtiem.",
- "The :attribute must be at least :length characters.": ":Attribute jābūt vismaz :length rakstzīmēm.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Sniegtā parole neatbilst jūsu pašreizējai Parolei.",
- "The provided password was incorrect.": "Sniegtā parole bija nepareiza.",
- "The provided two factor authentication code was invalid.": "Sniegtais divu faktoru autentifikācijas kods bija nederīgs.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Komandas nosaukums un īpašnieka informācija.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Šie cilvēki ir uzaicināti uz jūsu komandu un viņiem ir nosūtīts ielūguma e-pasts. Viņi var pievienoties komandai, pieņemot e-pasta uzaicinājumu.",
- "This device": "Šī ierīce",
- "This is a secure area of the application. Please confirm your password before continuing.": "Tas ir drošs pieteikuma apgabals. Lūdzu, apstipriniet savu paroli,pirms turpināt.",
- "This password does not match our records.": "Šī parole neatbilst mūsu ierakstiem.",
- "This password reset link will expire in :count minutes.": "Šī paroles atiestatīšanas saite beigsies :count minūtēs.",
- "This user already belongs to the team.": "Šis lietotājs jau pieder komandai.",
- "This user has already been invited to the team.": "Šis lietotājs jau ir uzaicināts uz komandu.",
- "to": "lai",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Pārslēgt navigāciju",
- "Token Name": "Marķiera Nosaukums",
- "Too Many Requests": "Pārāk Daudz Pieprasījumu",
- "Two Factor Authentication": "Divu Faktoru Autentifikācija",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Neatļauts",
- "Unknown": "Unknown",
- "Update Password": "Atjaunināt Paroli",
- "Update your account's profile information and email address.": "Atjauniniet sava konta profila informāciju un e-pasta adresi.",
- "Use a recovery code": "Izmantojiet atkopšanas kodu",
- "Use an authentication code": "Izmantojiet autentifikācijas kodu",
- "Verify Email Address": "Pārbaudiet E-Pasta Adresi",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Mēs nevarējām atrast reģistrētu lietotāju ar šo E-pasta adresi.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Ja ir iespējota divu faktoru autentifikācija, autentifikācijas laikā jums tiks piedāvāts drošs, Nejaušs marķieris. Jūs varat izgūt šo pilnvaru no sava tālruņa Google autentifikatora lietojumprogrammas.",
- "Whoops!": "Ak vai!",
- "Whoops! Something went wrong.": "Ak vai! Kaut kas nogāja greizi.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Jūs saņemat šo e-pastu, jo mēs saņēmām paroles atiestatīšanas pieprasījumu jūsu kontam.",
- "You have been invited to join the :team team!": "Jūs esat aicināti pievienoties :team komandai!",
- "You have enabled two factor authentication.": "Jūs esat iespējojis divu faktoru autentifikāciju.",
- "You have not enabled two factor authentication.": "Jūs neesat iespējojis divu faktoru autentifikāciju.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Jūs varat izdzēst jebkuru no jūsu esošajiem Žetoniem, ja tie vairs nav vajadzīgi.",
- "You may not delete your personal team.": "Jūs nedrīkstat izdzēst savu personīgo komandu.",
- "You may not leave a team that you created.": "Jūs nedrīkstat atstāt komandu, kuru esat izveidojis.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/lv/auth.php b/resources/lang/lv/auth.php
deleted file mode 100644
index f5a3251a..00000000
--- a/resources/lang/lv/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Šie dati neatbilst mūsu reģistram.',
- 'password' => 'Parole ir nepareiza.',
- 'throttle' => 'Pārāk daudz pieteikšanās mēģinājumu. Lūdzu mēģiniet vēlreiz pēc :seconds sekundēm.',
-];
diff --git a/resources/lang/lv/http-statuses.php b/resources/lang/lv/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/lv/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/lv/pagination.php b/resources/lang/lv/pagination.php
deleted file mode 100644
index 6a072905..00000000
--- a/resources/lang/lv/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Nākamais »',
- 'previous' => '« Iepriekšējais',
-];
diff --git a/resources/lang/lv/passwords.php b/resources/lang/lv/passwords.php
deleted file mode 100644
index cbc3c55e..00000000
--- a/resources/lang/lv/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Jūsu parole ir atjaunināta!',
- 'sent' => 'Mēs nosūtījām paroles maiņas saiti uz jūsu e-pastu.',
- 'throttled' => 'Lūdzu, uzgaidiet pirms atkārtotas mēģināšanas!',
- 'token' => 'Paroles nomaiņas talons ir nederīgs.',
- 'user' => 'Mēs nevaram atrast lietotāju ar tādu e-pasta adresi.',
-];
diff --git a/resources/lang/lv/validation.php b/resources/lang/lv/validation.php
deleted file mode 100644
index 5a13cc40..00000000
--- a/resources/lang/lv/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute ir jābūt pieņemtam.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute ir ar nederīgu saiti.',
- 'after' => ':Attribute ir jābūt ar datumu pēc :date.',
- 'after_or_equal' => ':Attribute ir jābūt ar datumu pēc vai vienādu ar :date.',
- 'alpha' => ':Attribute var saturēt tikai burtus.',
- 'alpha_dash' => ':Attribute var saturēt tikai burtus, numurus un atstarpes.',
- 'alpha_num' => ':Attribute var tikai saturēt burtus un numurus.',
- 'array' => ':Attribute ir jābūt sakārtotam.',
- 'attached' => 'Šis :attribute jau ir pievienots.',
- 'before' => ':Attribute ir jābūt ar datumu pirms :date.',
- 'before_or_equal' => ':Attribute ir jābūt ar datumu pirms vai vienādu ar :date.',
- 'between' => [
- 'array' => ':Attribute jābūt no :min līdz :max vienībām.',
- 'file' => ':Attribute jābūt starp :min un :max kilobaitiem.',
- 'numeric' => ':Attribute jābūt starp :min un :max.',
- 'string' => ':Attribute jābūt no :min līdz :max zīmēm.',
- ],
- 'boolean' => ':Attribute lauciņam jābūt patiesam vai nepatiesam.',
- 'confirmed' => ':Attribute apstiprinājums neatbilst.',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute nav derīgs.',
- 'date_equals' => ':Attribute datumam jāsakrīt ar :date.',
- 'date_format' => ':Attribute neatbilst formātam :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute un :other ir jābūt atšķirīgiem.',
- 'digits' => ':Attribute ir jābūt :digits cipariem.',
- 'digits_between' => ':Attribute garumam ir jābūt starp :min un :max cipariem.',
- 'dimensions' => ':Attribute ir nederīgs attēla izmērs.',
- 'distinct' => ':Attribute laukam ir dublikāts.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute ir jābūt derīgai e-pasta adresei.',
- 'ends_with' => ':Attribute jābeidzas ar vienu no šiem: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Izvēlētais :attribute ir nederīgs.',
- 'file' => ':Attribute jābūt failam.',
- 'filled' => ':Attribute lauks ir obligāts.',
- 'gt' => [
- 'array' => ':Attribute jābūt vairāk nekā :value vienībām.',
- 'file' => ':Attribute jābūt lielākam par :value kilobaitiem.',
- 'numeric' => ':Attribute jābūt lielākam par :value.',
- 'string' => ':Attribute jāpārsniedz :value rakstzīmes.',
- ],
- 'gte' => [
- 'array' => ':Attribute jābūt :value vai vairāk vienībām.',
- 'file' => ':Attribute jābūt lielākam vai vienādam ar :value kilobaitiem.',
- 'numeric' => ':Attribute jābūt lielākam vai vienādam ar :value.',
- 'string' => ':Attribute garumam jābūt lielākam vai vienādam ar :value rakstzīmēm.',
- ],
- 'image' => ':Attribute jābūt attēlam.',
- 'in' => 'Izvēlētais :attribute ir nederīgs.',
- 'in_array' => ':Other neeksistē lauks :attribute.',
- 'integer' => ':Attribute ir jābūt skaitlim.',
- 'ip' => ':Attribute jābūt derīgai IP adresei.',
- 'ipv4' => ':Attribute jābūt derīgai IPv4 adresei.',
- 'ipv6' => ':Attribute jābūt derīgai IPv6 adresei.',
- 'json' => ':Attribute jābūt derīgai JSON virknei.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute jābūt mazāk nekā :value vienībām.',
- 'file' => ':Attribute nedrīkst pārsniegt :value kilobaitus.',
- 'numeric' => ':Attribute jābūt mazākam nekā :value.',
- 'string' => ':Attribute nedrīkst pārsniegt :value rakstzīmes.',
- ],
- 'lte' => [
- 'array' => ':Attribute nedrīkst būt vairāk par :value vienībām.',
- 'file' => ':Attribute nedrīkst pārsniegt :value kilobaitus.',
- 'numeric' => ':Attribute jābūt mazākam vai vienādam ar :value.',
- 'string' => ':Attribute nedrīkst pārsniegt :value rakstzīmes.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute nedrīkst pārsniegt :max vienības.',
- 'file' => ':Attribute nedrīkst pārsniegt :max kilobaitus.',
- 'numeric' => ':Attribute nedrīkst pārsniegt :max.',
- 'string' => ':Attribute nedrīkst pārsniegt :max rakstzīmes.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute jābūt faila tipam: :values',
- 'mimetypes' => ':Attribute jābūt faila tipam: :values.',
- 'min' => [
- 'array' => ':Attribute jāsatur vismaz :min vienības.',
- 'file' => ':Attribute jābūt vismaz :min kilobaitiem.',
- 'numeric' => ':Attribute jābūt vismaz :min.',
- 'string' => ':Attribute jābūt vismaz :min rakstzīmēm.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute jābūt :value daudzkārtnim.',
- 'not_in' => 'izvēlētais :attribute ir nederīgs.',
- 'not_regex' => ':Attribute formāts ir nederīgs.',
- 'numeric' => ':Attribute jābūt skaitlim.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute lauks ir obligāts.',
- 'prohibited' => ':Attribute lauks ir aizliegts.',
- 'prohibited_if' => ':Attribute lauks ir aizliegts, ja :other ir :value.',
- 'prohibited_unless' => ':Attribute lauks ir aizliegts, ja vien :other nav :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => ':Attribute formāts ir nederīgs.',
- 'relatable' => 'Šis :attribute var nebūt saistīts ar šo resursu.',
- 'required' => ':Attribute lauks ir obligāts.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Attribute lauks ir obligāts, ja :other ir :values.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Attribute lauks ir obligāts, ja vien :other nav :values.',
- 'required_with' => ':Attribute lauks ir obligāts, kad kāds no :values ir pieejams.',
- 'required_with_all' => ':Attribute lauks ir obligāts, kad viss no :values ir pieejams.',
- 'required_without' => ':Attribute lauks ir obligāts, kad kāds no :values nav pieejams.',
- 'required_without_all' => ':Attribute lauks ir obligāts, kad neviens no :values nav pieejams.',
- 'same' => ':Attribute un :other ir jāsakrīt.',
- 'size' => [
- 'array' => ':Attribute jāsatur :size vienības.',
- 'file' => ':Attribute jābūt :size kilobaiti.',
- 'numeric' => ':Attribute jābūt :size.',
- 'string' => ':Attribute jābūt :size rakstzīmēm.',
- ],
- 'starts_with' => ':Attribute jāsākas ar kādu no šiem: :values',
- 'string' => ':Attribute jābūt virknē.',
- 'timezone' => ':Attribute jābūt derīgai laika zonai.',
- 'unique' => ':Attribute jau ir aizņemts.',
- 'uploaded' => ':Attribute netika augšupielādēts.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute formāts ir nederīgs.',
- 'uuid' => ':Attribute jābūt derīgam UUID.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/mn.json b/resources/lang/mn.json
deleted file mode 100644
index 89ad9b24..00000000
--- a/resources/lang/mn.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Урилгыг Хүлээн Ав",
- "Add": "Захиа",
- "Add a new team member to your team, allowing them to collaborate with you.": "Таны багийн шинэ гишүүн нэмнэ, тэднийг зөвшөөрөх та нартай хамтран ажиллах.",
- "Add additional security to your account using two factor authentication.": "Хоер хүчин зүйл нэвтрэлт танилтад ашиглан таны дансанд нэмэлт аюулгүй байдлыг нэмнэ.",
- "Add Team Member": "Багийн Гишүүн Нэмнэ",
- "Added.": "Нэмсэн.",
- "Administrator": "Администратор",
- "Administrator users can perform any action.": "Администратор хэрэглэгчид ямар ч үйлдэл хийж чадна.",
- "All of the people that are part of this team.": "Энэ багийн бүрэлдэхүүнд байгаа бүх хүмүүс байна.",
- "All rights reserved.": "Бүх эрх хуулиар хамгаалагдсан.",
- "Already registered?": "Аль хэдийн бүртгэгдсэн?",
- "API Token": "АПИ-токен",
- "API Token Permissions": "Ази зөвшөөрөл",
- "API Tokens": "АПИ Токенс",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "АПИ Токенс гуравдагч этгээдийн үйлчилгээг таны өмнөөс манай өргөдөл нэвтрүүлэх боломжийг олгоно.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Та энэ багийг устгах гэдэгт итгэлтэй байна? Баг устгагдсаны дараа бүх нөөц баялаг, өгөгдөл устаж үгүй болно.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Та өөрийн дансаа устгах гэдэгт итгэлтэй байна? Таны данс устгасан дараа, түүний нөөц, мэдээллийг бүх байнга устгагдах болно. Хэрэв та байнга өөрийн данс устгах хүсэж батлахын тулд нууц үгээ оруулна уу.",
- "Are you sure you would like to delete this API token?": "Энэхүү токеныг устгахдаа итгэлтэй байна уу?",
- "Are you sure you would like to leave this team?": "Та энэ багийг орхиж хүсч байна гэдэгт итгэлтэй байна?",
- "Are you sure you would like to remove this person from the team?": "Та багийн энэ хүнийг устгах хүсэж байгаа гэдэгт итгэлтэй байна?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Хөтчийн Хуралдаан",
- "Cancel": "Болих",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Хаах",
- "Code": "Код",
- "Confirm": "Баталгаажуул",
- "Confirm Password": "Нууц Үгээ Баталгаажуул",
- "Create": "Бий болгох",
- "Create a new team to collaborate with others on projects.": "Төсөл дээр бусадтай хамтран ажиллах шинэ баг бий болгох.",
- "Create Account": "Бүртгэл Үүсгэх",
- "Create API Token": "Токеныг үүсгэх",
- "Create New Team": "Шинэ Баг Бий Болгох",
- "Create Team": "Баг Үүсгэх",
- "Created.": "Бий.",
- "Current Password": "Одоогийн Нууц Үг",
- "Dashboard": "Самбар",
- "Delete": "Устгах",
- "Delete Account": "Данс Устгах",
- "Delete API Token": "Апо тэмдгийг устгах",
- "Delete Team": "Баг Устгах",
- "Disable": "Идэвхгүй болгох",
- "Done.": "Үйлдэв.",
- "Edit Profile": "Edit Profile",
- "Editor": "Редактор",
- "Editor users have the ability to read, create, and update.": "Редакторлох хэрэглэгчид унших, үүсгэх, шинэчлэх чадвартай байдаг.",
- "Email": "И-мэйл хаяг",
- "Email Address": "И-Мэйл Хаяг",
- "Email Password Reset Link": "И-Мэйл Хаяг Нууц Үг Нь Дахин Эхлүүлэх Холбоос",
- "Enable": "Идэвхжүүлэх нь",
- "Ensure your account is using a long, random password to stay secure.": "Таны бүртгэл нь урт ашиглаж байгаа эсэхийг шалгаад, аюулгүй байхын тулд санамсаргүй нууц үг.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Таны аюулгүй байдлыг хангах нь, үргэлжлүүлэх нууц үгээ баталгаажуулна уу.",
- "Forbidden": "Хориотой",
- "Forgot your password?": "Нууц үгээ мартсан уу?",
- "Forgot Your Password?": "Нууц Үгээ Мартсан Уу?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Нууц үгээ мартсан уу? Ямар ч асуудал. Зүгээр л АНУ-ын таны и-мэйл хаягийг мэдэгдээрэй, Бид та шинэ нэгийг нь сонгох боломжийг олгоно гэсэн нууц үг нь дахин эхлүүлэх холбоос И-мэйл болно.",
- "Go to page :page": "Хуудас :page",
- "Great! You have accepted the invitation to join the :team team.": "Их! Та нэгдэх урилгыг хүлээн авсан :team баг.",
- "Hello!": "Сайн байна уу!",
- "I agree to the :terms_of_service and :privacy_policy": "Би :terms _ _ _ _ _ _ _ үйлчилгээг санал нийлж :privacy _ _ _ _ _ _ _",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Хэрэв шаардлагатай бол, Хэрэв та өөрийн бүх төхөөрөмжүүдийн даяар өөрийн бусад хөтөч хуралдааны бүх гарч нэвтрэн орж болно. Таны сүүлийн үеийн хуралдааны зарим нь доор жагсаав; Гэсэн хэдий ч, энэ жагсаалт бүрэн төгс биш байж болно. Хэрэв та өөрийн бүртгэл эвдэгдэж байна гэж бодож байгаа бол, та бас нууц үгээ шинэчлэх хэрэгтэй.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Хэрэв та аль хэдийн данс байгаа бол, Хэрэв та доорх товчийг дарж энэ урилгыг хүлээн авч болно:",
- "If you did not create an account, no further action is required.": "Хэрэв та данс үүсгэж чадахгүй байсан бол, ямар ч нэмэлт арга хэмжээ авах шаардлагатай байна.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Хэрэв та энэ багт урилга хүлээн авах гэж бодож байсан бол, та энэ и-мэйл устгаж болно.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Хэрэв та нууц үгээ хүсэлт байгаа бол, ямар ч нэмэлт арга хэмжээ авах шаардлагатай байна.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Хэрэв та данс байхгүй бол, Хэрэв та доорх товчийг дарж нэгийг бий болгож болно. Данс үүсгэж дараа, Хэрэв та баг урилгыг хүлээн авах Энэ и-мэйл урилгыг хүлээн авах товчийг дарна болно:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Хэрэв та асуудалтай дарж байгаа бол \":action текст\" товч, хуулбар, доорх хаяг оо\nтаны вэб браузер руу:",
- "Last active": "Өнгөрсөн идэвхтэй",
- "Last used": "Сүүлд ашигласан",
- "Leave": "Орхи",
- "Leave Team": "Баг Орхи",
- "Log in": "Нэвтрэх",
- "Log Out": "Нэвтрэх",
- "Log Out Other Browser Sessions": "Бусад Хөтөч Хуралдааны Нэвтрэх",
- "Login": "Нэвтрэх",
- "Logout": "Гаралт",
- "Manage Account": "Дансаа Удирдах",
- "Manage and log out your active sessions on other browsers and devices.": "Удирдах болон бусад хөтөч, төхөөрөмж дээр идэвхтэй хуралдаан гарч нэвтрэх.",
- "Manage API Tokens": "АПИТ-ийн токенууд удирдах",
- "Manage Role": "Үүрэг Удирдах",
- "Manage Team": "Баг Удирдах",
- "Name": "Нэр",
- "New Password": "Шинэ Нууц Үг",
- "Not Found": "Олдсонгүй",
- "of": "нь",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Баг устгагдсаны дараа бүх нөөц баялаг, өгөгдөл устаж үгүй болно. Энэ багийг устгах өмнө, Хэрэв та хадгалж хүсэж байгаа энэ багийн талаар ямар нэгэн мэдээлэл, мэдээллийг татаж авна уу.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Таны данс устгасан дараа, түүний нөөц, мэдээллийг бүх байнга устгагдах болно. Таны данс устгах өмнө, Хэрэв та хадгалахыг хүсэж байгаа ямар ч өгөгдөл, мэдээллийг татаж авна уу.",
- "Page Expired": "Хуудасны Хугацаа Дууссан",
- "Pagination Navigation": "Хуудаслалт Навигацийн",
- "Password": "Нууц үг",
- "Pending Team Invitations": "Хүлээгдэж Буй Багийн Урилга",
- "Permanently delete this team.": "Байнга энэ багийг устгах.",
- "Permanently delete your account.": "Байнга таны данс устгах.",
- "Permissions": "Зөвшөөрөл",
- "Photo": "Гэрэл зураг",
- "Please click the button below to verify your email address.": "Доорх таны и-мэйл хаяг шалгах товчин дээр дарна уу.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Таны яаралтай сэргээх код аль нэгийг орж өөрийн дансанд хандах хандалтыг баталгаажуулна уу.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Таны нэвтрэлт танилт програм өгсөн нэвтрэлт танилтын кодыг оруулж таны дансанд хандах хандалтыг баталгаажуулна уу.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Одоо энэхүү токеныг хуулна уу. Таны аюулгүй байдлыг хангах нь, энэ нь дахин харуулагдах байх болно.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Хэрэв та өөрийн төхөөрөмжийн бүх хүрээнд өөрийн бусад хөтөч хуралдааны гарч нэвтрэн хүсэж батлахын тулд нууц үгээ оруулна уу.",
- "Please provide the email address of the person you would like to add to this team.": "Та энэ багт нэмэхийг хүсэж хүний И-мэйл хаягийг өгнө үү.",
- "Privacy Policy": "Нууцлалын Бодлого",
- "Profile": "Хувийн тохиргоо",
- "Profile Information": "Хувийн Мэдээлэл",
- "Recovery Code": "Сэргээх Код",
- "Regards": "Хамаараад",
- "Regenerate Recovery Codes": "Нөхөн Сэргээх Код Нөхөн Сэргээх",
- "Register": "Бүртгүүлэх",
- "Remember me": "Намайг сана",
- "Remember Me": "Намайг Сана",
- "Remove": "Устга",
- "Remove Photo": "Зураг Ав",
- "Remove Team Member": "Багийн Гишүүн Устгах",
- "Resend Verification Email": "Дахин Илгээх Шалгах И-Мэйл Хаяг",
- "Reset Password": "Дахин Тохируулах Нууц Үг",
- "Reset Password Notification": "Нууц Үгээ Мэдэгдэл",
- "results": "үр дүн",
- "Role": "Үүрэг",
- "Save": "Хадгалах",
- "Saved.": "Аврагдсан.",
- "Select A New Photo": "Шинэ Зураг Сонгоно Уу",
- "Send Password Reset Link": "Нууц Үг Нь Дахин Эхлүүлэх Холбоос Илгээх",
- "Server Error": "Сервер Алдаа",
- "Service Unavailable": "Боломжгүй",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Харуулах Сэргээх Код",
- "Showing": "Харагдаж байгаа",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Аюулгүй нууц үг менежер эдгээр сэргээх кодыг хадгална. Таны хоер хүчин зүйл нь нэвтрэлт танилтын төхөөрөмж алдсан бол тэд таны дансанд хандах сэргээхэд ашиглаж болно.",
- "Switch Teams": "Баг Солих",
- "Team Details": "Багийн Дэлгэрэнгүй",
- "Team Invitation": "Багийн Урилга",
- "Team Members": "Багийн Гишүүд",
- "Team Name": "Багийн Нэр",
- "Team Owner": "Багийн Эзэмшигч",
- "Team Settings": "Багийн Тохиргоо",
- "Terms of Service": "Үйлчилгээний нөхцөл",
- "The :attribute must be a valid role.": ":Attribute хүчин төгөлдөр үүрэг байх естой.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute тэмдэгт дор хаяж :length тэмдэгт байж, дор хаяж нэг тоотой байх естой.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute наад зах нь байх естой :length тэмдэгт, наад зах нь нэг онцгой тэмдэгт, нэг тоо агуулсан.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute тэмдэгт дор хаяж :length тэмдэгт байх естой бөгөөд наад зах нь нэг онцгой тэмдэгт агуулж байдаг.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute хамгийн багадаа байх естой :length тэмдэгт, наад зах нь нэг том тэмдэгт, нэг тоо агуулсан байх естой.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute наад зах нь байх естой :length тэмдэгт, наад зах нь нэг том тэмдэгт, нэг онцгой тэмдэгт агуулсан байх естой.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute нь байх естой наад зах нь 577 тэмдэгт, хамгийн багадаа нэг том тэмдэгт, нэг тоо, нэг онцгой тэмдэгт.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute наад зах нь байх естой :length тэмдэгт болон хамгийн багадаа нэг том тэмдэгт агуулсан байх естой.",
- "The :attribute must be at least :length characters.": ":Attribute наад зах нь байх естой :length тэмдэгт.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Заасан нууц үг таны одоогийн нууц үг таарахгүй байх.",
- "The provided password was incorrect.": "Заасан нууц үг буруу байсан.",
- "The provided two factor authentication code was invalid.": "Заасан хоер хүчин зүйл нэвтрэлт танилтын код нь хүчин төгөлдөр бус байсан.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Багийн нэр, эзэмшигчийн мэдээлэл.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Энэ хүмүүс нь таны багт урьж байна, урилга и-мэйл илгээсэн байна. Тэд и-мэйл урилгыг хүлээн авч багт нэгдэж болно.",
- "This device": "Энэ төхөөрөмж",
- "This is a secure area of the application. Please confirm your password before continuing.": "Энэ програм нь аюулгүй газар юм. Цааш үргэлжлүүлэхээсээ өмнө нууц үгээ баталгаажуулна уу.",
- "This password does not match our records.": "Энэ нь нууц үг нь бидний бүртгэлийг таарахгүй байна.",
- "This password reset link will expire in :count minutes.": "Энэ нь нууц үг нь дахин эхлүүлэх холбоос нь дуусна :count минут.",
- "This user already belongs to the team.": "Энэ хэрэглэгч аль хэдийн багтаа харьяалагддаг.",
- "This user has already been invited to the team.": "Энэ хэрэглэгч нь аль хэдийн багт урьж байна.",
- "to": "тулд",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Холбоо барих",
- "Token Name": "Токен Нэр",
- "Too Many Requests": "Хэт Олон Хүсэлт",
- "Two Factor Authentication": "Хоер Хүчин Зүйл Нэвтрэлт Танилт",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Зөвшөөрөлгүй",
- "Unknown": "Unknown",
- "Update Password": "Шинэчлэх Нууц Үг",
- "Update your account's profile information and email address.": "Өөрийн бүртгэлийн хувийн мэдээлэл, И-мэйл хаягаа шинэчлэх.",
- "Use a recovery code": "Нь сэргээх кодыг ашиглах",
- "Use an authentication code": "Нь нэвтрэлт танилтын кодыг ашиглах",
- "Verify Email Address": "И-Мэйл Хаяг Шалгах",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Бид энэ и-мэйл хаягаар бүртгэлтэй хэрэглэгч олж чадахгүй байсан.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Хоер хүчин зүйл нэвтрэлт танилт идэвхжсэн үед та нэвтрэлт танилтын үед аюулгүй, санамсаргүй шинж тэмдэг асуух болно. Та энэ токеныг гар утасны хэрэглээний онлайн өргөдөл гаргаж болно.",
- "Whoops!": "Өө!",
- "Whoops! Something went wrong.": "Өө! Хэрэв ямар нэг юм буруутвал.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Бид таны дансанд нь нууц үг нь дахин эхлүүлэх хүсэлт хүлээн авсан учраас та энэ и-мэйл хүлээн авч байна.",
- "You have been invited to join the :team team!": "Та нэгдэхийг урьж байна :team баг!",
- "You have enabled two factor authentication.": "Та хоер хүчин зүйл нэвтрэлт танилт идэвхжүүлсэн байна.",
- "You have not enabled two factor authentication.": "Та хоер хүчин зүйл нэвтрэлт танилт идэвхжүүлсэн чадаагүй байна.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Тэд ямар ч урт хэрэгтэй байгаа бол та одоо байгаа жетон ямар ч устгаж болно.",
- "You may not delete your personal team.": "Та өөрийн хувийн баг устгах байж болно.",
- "You may not leave a team that you created.": "Та бүтээсэн баг үлдээж байж болно.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/mn/auth.php b/resources/lang/mn/auth.php
deleted file mode 100644
index c7b3375a..00000000
--- a/resources/lang/mn/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Хэрэглэгчийн нэр эсвэл нууц үг буруу.',
- 'password' => 'Нууц үг буруу.',
- 'throttle' => 'Олон удаагийн буруу оролдого. :seconds секундийн дараа дахин оролдоно уу.',
-];
diff --git a/resources/lang/mn/http-statuses.php b/resources/lang/mn/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/mn/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/mn/pagination.php b/resources/lang/mn/pagination.php
deleted file mode 100644
index b363587b..00000000
--- a/resources/lang/mn/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Дараах »',
- 'previous' => '« Өмнөх',
-];
diff --git a/resources/lang/mn/passwords.php b/resources/lang/mn/passwords.php
deleted file mode 100644
index 7a06c63b..00000000
--- a/resources/lang/mn/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Таний нууц үг шинэчлэгдсэн!',
- 'sent' => 'Нууц үг сэргээх холбоосийг таний и-мэйл хаяг уруу явуулсан!',
- 'throttled' => 'Татаж өмнө хүлээх уу.',
- 'token' => 'Алдаатай нууц үг сэргээх холбоос.',
- 'user' => 'Ийм и-мэйл хаягтай хэрэглэгч олдсонгүй.',
-];
diff --git a/resources/lang/mn/validation.php b/resources/lang/mn/validation.php
deleted file mode 100644
index ea9a268e..00000000
--- a/resources/lang/mn/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute баталсан байх шаардлагатай.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute талбарт зөв URL хаяг оруулна уу.',
- 'after' => ':Attribute талбарт :date-с хойш огноо оруулна уу.',
- 'after_or_equal' => ':Attribute талбарт :date эсвэл түүнээс хойш огноо оруулна уу.',
- 'alpha' => ':Attribute талбарт латин үсэг оруулна уу.',
- 'alpha_dash' => ':Attribute талбарт латин үсэг, тоо болон зураас оруулах боломжтой.',
- 'alpha_num' => ':Attribute талбарт латин үсэг болон тоо оруулах боломжтой.',
- 'array' => ':Attribute талбар массив байх шаардлагатай.',
- 'attached' => 'Энэ нь :attribute аль хэдийн хавсаргасан байна.',
- 'before' => ':Attribute талбарт :date-с өмнөх огноо оруулна уу.',
- 'before_or_equal' => ':Attribute талбарт :date эсвэл түүнээс өмнөх огноо оруулна уу.',
- 'between' => [
- 'array' => ':Attribute массивт :min-:max элемэнт байх шаардлагатай.',
- 'file' => ':Attribute талбарт :min-:max килобайт хэмжээтэй файл оруулна уу.',
- 'numeric' => ':Attribute талбарт :min-:max хооронд тоо оруулна уу.',
- 'string' => ':Attribute талбарт :min-:max урттай текст оруулна уу.',
- ],
- 'boolean' => ':Attribute талбарын утга үнэн эсвэл худал байх шаардлагатай.',
- 'confirmed' => ':Attribute талбарын баталагажуулалт тохирохгүй байна.',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute талбарт оруулсан огноо буруу байна.',
- 'date_equals' => ':Attribute нь :date онтой тэнцүү байх естой.',
- 'date_format' => ':Attribute талбарт :format хэлбэртэй огноо оруулна уу.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute талбарт :other -с өөр утга оруулах шаардлагатай.',
- 'digits' => ':Attribute талбарт дараах цифрүүдээс оруулах боломжтой. :digits.',
- 'digits_between' => ':Attribute талбарт :min-:max хоорондох цифр оруулах боломжтой.',
- 'dimensions' => ':Attribute талбарийн зургийн хэмжээс буруу байна.',
- 'distinct' => ':Attribute талбарт ялгаатай утга оруулах шаардлагатай.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute талбарт зөв и-мэйл хаяг оруулах шаардлагатай.',
- 'ends_with' => ':Attribute дараах аль нэгийг нь дуусгах естой: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Сонгогдсон :attribute буруу байна.',
- 'file' => ':Attribute талбарт файл оруулах шаардлагатай.',
- 'filled' => ':Attribute талбар шаардлагатай.',
- 'gt' => [
- 'array' => 'The :attribute must have more than :value items.',
- 'file' => 'The :attribute must be greater than :value kilobytes.',
- 'numeric' => 'The :attribute must be greater than :value.',
- 'string' => 'The :attribute must be greater than :value characters.',
- ],
- 'gte' => [
- 'array' => 'The :attribute must have :value items or more.',
- 'file' => 'The :attribute must be greater than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be greater than or equal :value.',
- 'string' => 'The :attribute must be greater than or equal :value characters.',
- ],
- 'image' => ':Attribute талбарт зураг оруулна уу.',
- 'in' => 'Сонгогдсон :attribute буруу байна.',
- 'in_array' => ':Attribute талбарт оруулсан утга :other -д байхгүй байна.',
- 'integer' => ':Attribute талбарт бүхэл тоо оруулах шаардлагатай.',
- 'ip' => ':Attribute талбарт зөв IP хаяг оруулах шаардлагатай.',
- 'ipv4' => ':Attribute нь хүчинтэй ЦТ 4-р хаяг байх естой.',
- 'ipv6' => ':Attribute нь хүчин төгөлдөр Атв6 хаяг байх естой.',
- 'json' => ':Attribute талбарт зөв JSON тэмдэгт мөр оруулах шаардлагатай.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'The :attribute must have less than :value items.',
- 'file' => 'The :attribute must be less than :value kilobytes.',
- 'numeric' => 'The :attribute must be less than :value.',
- 'string' => 'The :attribute must be less than :value characters.',
- ],
- 'lte' => [
- 'array' => 'The :attribute must not have more than :value items.',
- 'file' => 'The :attribute must be less than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be less than or equal :value.',
- 'string' => 'The :attribute must be less than or equal :value characters.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute талбарт хамгийн ихдээ :max элемэнт оруулах боломжтой.',
- 'file' => ':Attribute талбарт :max килобайтаас бага хэмжээтэй файл оруулна уу.',
- 'numeric' => ':Attribute талбарт :max буюу түүнээс бага утга оруулна уу.',
- 'string' => ':Attribute талбарт :max-с бага урттай текст оруулна уу.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute талбарт дараах төрлийн файл оруулах боломжтой: :values.',
- 'mimetypes' => ':Attribute талбарт дараах төрлийн файл оруулах боломжтой: :values.',
- 'min' => [
- 'array' => ':Attribute талбарт хамгийн багадаа :min элемэнт оруулах боломжтой.',
- 'file' => ':Attribute талбарт :min килобайтаас их хэмжээтэй файл оруулна уу.',
- 'numeric' => ':Attribute талбарт :min буюу түүнээс их тоо оруулна уу.',
- 'string' => ':Attribute талбарт :min буюу түүнээс их үсэг бүхий текст оруулна уу.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute нь олон байх естой :value',
- 'not_in' => 'Буруу :attribute сонгогдсон байна.',
- 'not_regex' => ':Attribute хэлбэр нь хүчин төгөлдөр бус байна.',
- 'numeric' => ':Attribute талбарт тоон утга оруулна уу.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute талбар байх шаардлагатай.',
- 'prohibited' => ':Attribute талбар нь хориглоно.',
- 'prohibited_if' => ':Other нь :value үед :attribute талбар нь хориглоно.',
- 'prohibited_unless' => ':Attribute салбарт бол хориглоно :other нь :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => ':Attribute талбарт оруулсан утга буруу байна.',
- 'relatable' => 'Энэ нь :attribute энэ нөөц холбоотой байж болно.',
- 'required' => ':Attribute талбар шаардлагатай.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'Хэрэв :other :value бол :attribute табларт утга оруулах шаардлагатай.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Other :values дотор байхгүй бол :attribute талбарт утга оруулах шаардлагатай.',
- 'required_with' => ':Values утгуудийн аль нэг байвал :attribute талбар шаардлагатай.',
- 'required_with_all' => ':Values утгууд байвал :attribute талбар шаардлагатай.',
- 'required_without' => ':Attribute талбар нь :values байхгүй үед шаардлагатай байна.',
- 'required_without_all' => 'Аль нь ч байхгүй үед :attribute талбар шаардлагатай байна :values байгаа.',
- 'same' => ':Attribute болон :other тохирох естой.',
- 'size' => [
- 'array' => ':Attribute :size элемэнттэй байх шаардлагатай.',
- 'file' => ':Attribute :size килобайт хэмжээтэй байх шаардлагатай.',
- 'numeric' => ':Attribute :size хэмжээтэй байх шаардлагатай.',
- 'string' => ':Attribute :size тэмдэгтийн урттай байх шаардлагатай.',
- ],
- 'starts_with' => ':Attribute дараах аль нэг нь эхлэх естой: :values.',
- 'string' => ':Attribute талбарт текст оруулна уу.',
- 'timezone' => ':Attribute талбарт зөв цагийн бүс оруулна уу.',
- 'unique' => 'Оруулсан :attribute аль хэдий нь бүртгэгдсэн байна.',
- 'uploaded' => ':Attribute талбарт оруулсан файлыг хуулхад алдаа гарлаа.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute зөв url хаяг оруулна уу.',
- 'uuid' => ':Attribute хүчин төгөлдөр хуучин төгөлдөр улс байх естой.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/mr.json b/resources/lang/mr.json
deleted file mode 100644
index 7715c3d1..00000000
--- a/resources/lang/mr.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "आमंत्रण स्वीकारा",
- "Add": "जोडा",
- "Add a new team member to your team, allowing them to collaborate with you.": "आपल्या संघात एक नवीन संघ सदस्य जोडा, तुमच्या सोबत सहकार्य करण्यासाठी.",
- "Add additional security to your account using two factor authentication.": "दोन घटक प्रमाणीकरण वापरून आपल्या खात्यात अतिरिक्त सुरक्षा जोडा.",
- "Add Team Member": "टीम सदस्य जोडा",
- "Added.": "जोडले.",
- "Administrator": "प्रशासक",
- "Administrator users can perform any action.": "प्रशासक वापरकर्त्यांना कोणत्याही क्रिया करू शकता.",
- "All of the people that are part of this team.": "या संघाचा भाग असलेले सर्व लोक.",
- "All rights reserved.": "सर्व हक्क राखीव.",
- "Already registered?": "आधीच नोंदणी झाली आहे?",
- "API Token": "एपीआय टोकन",
- "API Token Permissions": "एपीआय टोकन परवानगी",
- "API Tokens": "एपीआय टोकन्स",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "एपीआय टोकन्स तृतीय पक्ष सेवांना आपल्या वतीने आमच्या अर्ज प्रमाणीकृत करण्यासाठी परवानगी देते.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "तुम्हाला खात्री आहे की तुम्ही हा संघ हटवू इच्छिता? एकदा एखादा संघ हटवला की, त्याची सर्व संसाधने आणि डेटा कायमचा हटवला जाईल.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "तुम्हाला खात्री आहे की तुम्ही तुमचे खाते हटवू इच्छिता? एकदा तुमचे खाते हटवले की, तिचे सर्व संसाधने आणि डेटा कायमचा हटवला जाईल. तुम्ही तुमचे खाते कायमचे हटवू इच्छिता याची पुष्टी करण्यासाठी कृपया तुमचा संकेतशब्द प्रविष्ट करा.",
- "Are you sure you would like to delete this API token?": "तुम्हाला खात्री आहे की तुम्ही हे एपीआय टोकन हटवू इच्छिता?",
- "Are you sure you would like to leave this team?": "तुम्हाला खात्री आहे की तुम्ही हा संघ सोडू इच्छिता?",
- "Are you sure you would like to remove this person from the team?": "तुम्हाला खात्री आहे की तुम्ही या व्यक्तीला संघातून काढू इच्छिता?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "ब्राउझर सत्र",
- "Cancel": "रद्द करा",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "बंद करा",
- "Code": "कोड",
- "Confirm": "पुष्टी",
- "Confirm Password": "संकेतशब्दाची पुष्टी करा",
- "Create": "बनवा",
- "Create a new team to collaborate with others on projects.": "प्रकल्पांवर इतरांशी सहयोग करण्यासाठी एक नवीन संघ तयार करा.",
- "Create Account": "खाते तयार करा",
- "Create API Token": "एपीआय टोकन तयार करा",
- "Create New Team": "नविन संघ बनवा",
- "Create Team": "टीम तयार करा",
- "Created.": "तयार केले.",
- "Current Password": "वर्तमान संकेतशब्द",
- "Dashboard": "डॅशबोर्ड",
- "Delete": "हटवा",
- "Delete Account": "खाते हटवा",
- "Delete API Token": "हटवा एपीआय टोकन",
- "Delete Team": "संघ हटवा",
- "Disable": "अकार्यान्वीत",
- "Done.": "पूर्ण झाले.",
- "Edit Profile": "Edit Profile",
- "Editor": "मॉनीटर",
- "Editor users have the ability to read, create, and update.": "संपादकीय वापरकर्ते वाचा तयार करा, आणि सुधारणा करण्याची क्षमता आहे.",
- "Email": "ईमेल",
- "Email Address": "ईमेल पत्ता",
- "Email Password Reset Link": "ईमेल संकेतशब्द रिसेट दुवा",
- "Enable": "कार्यान्वीत",
- "Ensure your account is using a long, random password to stay secure.": "तुमचे खाते सुरक्षित राहण्यासाठी लांब, यादृच्छिक संकेतशब्द वापरत असल्याची खात्री करा",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "तुमच्या सुरक्षिततेसाठी, कृपया सुरू ठेवण्यासाठी तुमच्या संकेतशब्दाची पुष्टी करा.",
- "Forbidden": "निषिद्ध",
- "Forgot your password?": "तुमचा संकेतशब्द विसरलात?",
- "Forgot Your Password?": "तुमचा संकेतशब्द विसरलात?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "तुमचा संकेतशब्द विसरलात? हरकत नाही. आम्हाला फक्त तुमचा ईमेल पत्ता कळवा आणि आम्ही तुम्हाला संकेतशब्द रीसेट दुवा ईमेल करू जे तुम्हाला नवीन निवडण्याची परवानगी देईल.",
- "Go to page :page": "पृष्ठावर जा :page",
- "Great! You have accepted the invitation to join the :team team.": "मस्त! तुम्ही :team टीम मध्ये सामील होण्याचे आमंत्रण स्वीकारले आहे.",
- "Hello!": "नमस्कार!",
- "I agree to the :terms_of_service and :privacy_policy": "मी :terms_of_service आणि :privacy_policy सोबत सहमत आहे",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "आवश्यक असल्यास, आपण आपल्या सर्व डिव्हाइसेसवर आपल्या इतर सर्व ब्राउझर सत्रांमधून लॉग आउट करू शकता. तुमची काही अलीकडील सत्रे खाली सूचीबद्ध आहेत; तथापि, ही यादी संपूर्ण असू शकत नाही. जर तुम्हाला वाटत असेल की तुमच्या खात्याशी तडजोड झाली आहे, तर तुम्ही तुमचा संकेतशब्द अद्यतनित करावा.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "आपल्याकडे आधीपासूनच खाते असल्यास, आपण खालील बटणावर क्लिक करून हे आमंत्रण स्वीकारू शकता:",
- "If you did not create an account, no further action is required.": "आपण खाते तयार केले नसल्यास, पुढील कारवाईची आवश्यकता नाही.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "जर तुम्हाला या टीमला आमंत्रण मिळण्याची अपेक्षा नसेल, तर तुम्ही हा ईमेल टाकू शकता.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "आपण संकेतशब्द रीसेट करण्याची विनंती केली नसल्यास, पुढील कारवाईची आवश्यकता नाही.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "आपल्याकडे खाते नसल्यास, आपण खालील बटणावर क्लिक करून एक तयार करू शकता. खाते तयार केल्यानंतर, तुम्ही संघाचे आमंत्रण स्वीकारण्यासाठी या ईमेलमधील आमंत्रण स्वीकार बटणावर क्लिक करू शकता:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "जर तुम्हाला \":actionText\" बटण क्लिक करण्यात समस्या येत आहे, तर हा URL कॉपी आणि तुमच्या वेब ब्राउजर मध्ये पेस्ट करा:",
- "Last active": "अंतिम सक्रिय",
- "Last used": "अंतिम वापरलेले",
- "Leave": "सोडून द्या",
- "Leave Team": "संघ सोडा",
- "Log in": "लॉग इन",
- "Log Out": "लॉग आउट",
- "Log Out Other Browser Sessions": "इतर ब्राउझर सत्र लॉग आउट करा",
- "Login": "लॉग इन",
- "Logout": "लॉग आउट",
- "Manage Account": "खात्याचे व्यवस्थापन करा",
- "Manage and log out your active sessions on other browsers and devices.": "इतर ब्राउझर आणि डिव्हाइसवर आपले सक्रिय सत्र व्यवस्थापित करा आणि लॉग आउट करा.",
- "Manage API Tokens": "एपीआय टोकन व्यवस्थापित करा",
- "Manage Role": "भूमिका व्यवस्थापित करा",
- "Manage Team": "संघ व्यवस्थापित करा",
- "Name": "नाव",
- "New Password": "नवीन संकेतशब्द",
- "Not Found": "आढळले नाही",
- "of": "चा",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "एकदा एखादा संघ हटवला की, त्याची सर्व संसाधने आणि डेटा कायमचा हटवला जाईल. ही टीम हटवण्यापूर्वी, कृपया या संघाशी संबंधित कोणताही डेटा किंवा माहिती डाउनलोड करा जी तुम्हाला कायम ठेवायची आहे",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "एकदा तुमचे खाते हटवले की, तिचे सर्व संसाधने आणि डेटा कायमचा हटवला जाईल. आपले खाते हटवण्यापूर्वी, कृपया आपण ठेवू इच्छित कोणताही डेटा किंवा माहिती डाउनलोड करा.",
- "Page Expired": "पृष्ठ कालबाह्य झाले",
- "Pagination Navigation": "पृष्ठन नेव्हिगेशन",
- "Password": "संकेतशब्द",
- "Pending Team Invitations": "प्रलंबित संघ आमंत्रणे",
- "Permanently delete this team.": "कायमस्वरूपी हा संघ हटवा.",
- "Permanently delete your account.": "कायमस्वरूपी आपले खाते हटवा.",
- "Permissions": "परवानगी",
- "Photo": "छायाचित्र",
- "Please click the button below to verify your email address.": "कृपया आपला ईमेल पत्ता सत्यापित करण्यासाठी खालील बटणावर क्लिक करा.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "कृपया आपत्कालीन पुनर्प्राप्ती कोडपैकी एक प्रविष्ट करून आपल्या खात्यात प्रवेशाची पुष्टी करा.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "कृपया आपल्या प्रमाणीकरण अर्जाद्वारे प्रदान केलेला प्रमाणीकरण कोड प्रविष्ट करून आपल्या खात्यात प्रवेशाची पुष्टी करा.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "कृपया तुमचे नवीन एपीआय टोकन कॉपी करा. तुमच्या सुरक्षिततेसाठी, ते पुन्हा दाखवले जाणार नाही.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "कृपया आपल्या सर्व डिव्हाइसेसवर आपल्या इतर ब्राउझर सत्रांमधून लॉग आउट करू इच्छिता याची पुष्टी करण्यासाठी आपला संकेतशब्द प्रविष्ट करा.",
- "Please provide the email address of the person you would like to add to this team.": "कृपया आपण या कार्यसंघामध्ये जोडू इच्छित असलेल्या व्यक्तीचा ईमेल पत्ता प्रदान करा.",
- "Privacy Policy": "गोपनीयता धोरण",
- "Profile": "प्रोफाइल",
- "Profile Information": "प्रोफाइल माहिती",
- "Recovery Code": "पुनर्प्राप्ती कोड",
- "Regards": "विनम्र",
- "Regenerate Recovery Codes": "पुनर्प्राप्ती कोड पुन्हा तयार करा",
- "Register": "नोंदणी करा",
- "Remember me": "मला लक्षात ठेवा",
- "Remember Me": "मला लक्षात ठेवा",
- "Remove": "काढूण टाका",
- "Remove Photo": "छायाचित्र काढून टाका",
- "Remove Team Member": "संघ सदस्य काढा",
- "Resend Verification Email": "सत्यापन ईमेल पुन्हा पाठवा",
- "Reset Password": "संकेतशब्द रीसेट करा",
- "Reset Password Notification": "संकेतशब्द रीसेट अधिसूचना",
- "results": "परिणाम",
- "Role": "भुमिका",
- "Save": "जतन करा",
- "Saved.": "जतन केले",
- "Select A New Photo": "नवीन छायाचित्र निवडा",
- "Send Password Reset Link": "संकेतशब्द रीसेट दुवा पाठवा",
- "Server Error": "सर्व्हर त्रुटी",
- "Service Unavailable": "सेवा उपलब्ध नाही",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "पुनर्प्राप्ती कोड दर्शवा",
- "Showing": "दर्शवित आहे",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "हे रिकव्हरी कोड सुरक्षित संकेतशब्द व्यवस्थापकात साठवा. जर तुमचे दोन घटक प्रमाणीकरण साधन हरवले असेल तर ते तुमच्या खात्यात प्रवेश पुनर्प्राप्त करण्यासाठी वापरले जाऊ शकतात.",
- "Switch Teams": "संघ बदलवा",
- "Team Details": "कार्यसंघ तपशील",
- "Team Invitation": "संघ आमंत्रण",
- "Team Members": "संघ सदस्य",
- "Team Name": "संघाचे नाव",
- "Team Owner": "संघ मालक",
- "Team Settings": "संघ सेटिंग्ज",
- "Terms of Service": "सेवा अटी",
- "The :attribute must be a valid role.": ":Attribute वैध भूमिका असणे आवश्यक आहे.",
- "The :attribute must be at least :length characters and contain at least one number.": "अगोदर निर्देश केलेल्या बाबीसंबंधी बोलताना :attribute किमान :length वर्ण असणे आवश्यक आहे आणि किमान एक नंबर असणे आवश्यक आहे.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute किमान असणे आवश्यक आहे :length वर्ण आणि किमान एक खास वर्ण आणि एक नंबर असणे.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute वर्ण किमान असणे आवश्यक आहे :length आणि किमान एक विशेष अक्षर असतात.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute किमान असणे आवश्यक आहे :length वर्ण आणि किमान एक अप्परकेस वर्ण असावा आणि एक संख्या.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute किमान :length वर्ण असेल आणि किमान एक लोअरकेस वर्ण आणि एक विशेष वर्ण असणे आवश्यक आहे.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "अगोदर निर्देश केलेल्या बाबीसंबंधी बोलताना :attribute किमान :length वर्ण असू आणि किमान एक लोअरकेस वर्ण, एक नंबर, आणि एक विशेष अक्षर असणे आवश्यक आहे.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute किमान :length वर्ण आणि किमान एक लोअरकेस वर्ण असणे आवश्यक आहे.",
- "The :attribute must be at least :length characters.": ":Attribute किमान :length वर्ण असणे आवश्यक आहे.",
- "The :attribute must contain at least one letter.": ":Attribute विशेषता मध्ये किमान एक अक्षर असणे आवश्यक आहे.",
- "The :attribute must contain at least one number.": ":Attribute मध्ये किमान एक संख्या असणे आवश्यक आहे.",
- "The :attribute must contain at least one symbol.": ":Attribute मध्ये किमान एक चिन्ह असणे आवश्यक आहे.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": ":Attribute किमान एक अप्परकेस आणि एक लोअरकेस अक्षर असणे आवश्यक आहे.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "दिलेली :attribute डेटा लीकमध्ये दिसून आली आहे. कृपया भिन्न :attribute निवडा.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "संकेतशब्द चुकीचा आहे.",
- "The provided password does not match your current password.": "प्रदान केलेला संकेतशब्द आपल्या वर्तमान संकेतशब्दाशी जुळत नाही.",
- "The provided password was incorrect.": "प्रदान केलेला संकेतशब्द चुकीचा होता.",
- "The provided two factor authentication code was invalid.": "प्रदान दोन घटक प्रमाणीकरण कोड अवैध होता.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "संघाचे नाव आणि मालकाची माहिती.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "या लोकांना आपल्या कार्यसंघामध्ये आमंत्रित केले गेले आहे आणि त्यांना आमंत्रण ईमेल पाठवण्यात आले आहे. ते ईमेल आमंत्रण स्वीकारून संघात सामील होऊ शकतात.",
- "This device": "हे डिव्हाइस",
- "This is a secure area of the application. Please confirm your password before continuing.": "हा अनुप्रयोग एक सुरक्षित क्षेत्र आहे. कृपया आपला संकेतशब्द चालू करण्यापूर्वी पुष्टी करा.",
- "This password does not match our records.": "हा संकेतशब्द आमच्या रेकॉर्डशी जुळत नाही.",
- "This password reset link will expire in :count minutes.": "ही संकेतशब्द रीसेट लिंक :count मिनिटात कालबाह्य होईल.",
- "This user already belongs to the team.": "हा वापरकर्ता आधीपासूनच याच संघाचा आहे.",
- "This user has already been invited to the team.": "या वापरकर्त्याला यापूर्वीच संघात आमंत्रित केले गेले आहे.",
- "to": "प्रति",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "नेव्हिगेशन बदला",
- "Token Name": "टोकन नाव",
- "Too Many Requests": "बर्याच विनंत्या",
- "Two Factor Authentication": "दोन घटक प्रमाणीकरण",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "अनधिकृत",
- "Unknown": "Unknown",
- "Update Password": "संकेतशब्द अद्यतन करा",
- "Update your account's profile information and email address.": "आपल्या खात्याच्या प्रोफाइल माहिती आणि ईमेल पत्ता अद्यतन करा.",
- "Use a recovery code": "पुनर्प्राप्ती कोड वापरा",
- "Use an authentication code": "अधिप्रमाणन कोड वापरा",
- "Verify Email Address": "ईमेल पत्ता सत्यापित करा",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "आम्ही हा ईमेल पत्त्यासह नोंदणीकृत वापरकर्ता शोधण्यात अक्षम आहोत.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "दोन घटक प्रमाणीकरण सक्षम केले जाते, तेव्हा, आपण सुरक्षित करण्यासाठी सूचित केले जाईल, प्रमाणीकरण दरम्यान यादृच्छिक टोकन. आपण आपल्या फोन गुगल अस्सल अनुप्रयोग पासून या टोकन पुनर्प्राप्त करू शकता.",
- "Whoops!": "अरेरे!",
- "Whoops! Something went wrong.": "अरेरे! काहीतरी चूक झाली.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "आपल्याला हे ईमेल प्राप्त झाले कारण आम्हाला आपल्या खात्यासाठी संकेतशब्द रीसेट विनंती मिळाली.",
- "You have been invited to join the :team team!": "तुम्हाला :team संघामध्ये सामील होण्यासाठी आमंत्रित केले आहे!",
- "You have enabled two factor authentication.": "आपण दोन घटक प्रमाणीकरण कार्यान्वीत केले आहेत.",
- "You have not enabled two factor authentication.": "आपण दोन घटक प्रमाणीकरण सक्षम केलेले नाही.",
- "You may accept this invitation by clicking the button below:": "आपण खालील बटणावर क्लिक करून हे आमंत्रण स्वीकारू शकता:",
- "You may delete any of your existing tokens if they are no longer needed.": "तुम्ही तुमचे कोणतेही विद्यमान टोकन यापुढे आवश्यक नसल्यास ते हटवू शकता.",
- "You may not delete your personal team.": "आपण आपला वैयक्तिक संघ हटवू शकत नाही.",
- "You may not leave a team that you created.": "आपण तयार केलेला संघ आपण सोडू शकत नाही.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/mr/auth.php b/resources/lang/mr/auth.php
deleted file mode 100644
index f2dbf541..00000000
--- a/resources/lang/mr/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'हे खाते वैध नाही.',
- 'password' => 'गुप्तशब्द अयोग्य आहे.',
- 'throttle' => 'प्रवेशाचा जास्त वेळा प्रयत्न. :seconds सेकंड नंतर पुन्हा प्रयत्न करा.',
-];
diff --git a/resources/lang/mr/http-statuses.php b/resources/lang/mr/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/mr/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/mr/pagination.php b/resources/lang/mr/pagination.php
deleted file mode 100644
index 8829e5a9..00000000
--- a/resources/lang/mr/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'पुढचा »',
- 'previous' => '« मागचा',
-];
diff --git a/resources/lang/mr/passwords.php b/resources/lang/mr/passwords.php
deleted file mode 100644
index 554d7aa8..00000000
--- a/resources/lang/mr/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'आपला संकेतशब्द पुनर्रचीत केला गेला आहे.',
- 'sent' => 'आपल्याला संकेतशब्द पुनर्रचीत करायचा मेल केला गेला आहे.',
- 'throttled' => 'पुन्हा प्रयत्न करण्यापूर्वी कृपया प्रतीक्षा करा.',
- 'token' => 'आपला संकेतशब्द पुनर्रचीत करायचे टोकन अवैध नाही.',
- 'user' => 'या ई-मेल वर कोणतेही खाते उपलब्ध नाही.',
-];
diff --git a/resources/lang/mr/validation.php b/resources/lang/mr/validation.php
deleted file mode 100644
index 96eaaa3b..00000000
--- a/resources/lang/mr/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute ला स्वीकार केला गेला पाहिजे.',
- 'accepted_if' => ':Other हे :value असेल तेव्हा हे :attribute स्वीकारणे आवश्यक आहे.',
- 'active_url' => ':Attribute हा एक बरोबर URL नाही आहे.',
- 'after' => ':Attribute, :date नंतरची एक तारीख पाहिजे.',
- 'after_or_equal' => ':Attribute, :date हि किंवा त्या नंतरची एक तारीख पाहिजे.',
- 'alpha' => ':Attribute मध्ये फक्त अक्षरे वैध आहेत.',
- 'alpha_dash' => ':Attribute मध्ये फक्त अक्षरे, संख्या आणि डॅश वैध आहेत.',
- 'alpha_num' => ':Attribute मध्ये फक्त अक्षरे आणि संख्या वैध आहेत.',
- 'array' => ':Attribute साठी फक्त सूची वैध आहे.',
- 'attached' => 'या :attribute आधीच संलग्न आहे.',
- 'before' => ':Attribute, :date आधीची एक तारीख पाहिजे.',
- 'before_or_equal' => ':Attribute, :date हि किंवा त्या आधीची एक तारीख पाहिजे.',
- 'between' => [
- 'array' => ':Attribute, :min किंवा :max संख्या यामध्ये असावी.',
- 'file' => ':Attribute, :min किंवा :max किलोबाइट यामध्ये असावी.',
- 'numeric' => ':Attribute, :min किंवा :max यामध्ये असावी.',
- 'string' => ':Attribute, :min किंवा :max शब्द यामध्ये असावी.',
- ],
- 'boolean' => ':Attribute फील्ड योग्य किंवा चुकीचे असावे.',
- 'confirmed' => ':Attribute पुष्टीकरण जुळत नाही.',
- 'current_password' => 'संकेतशब्द चुकीचा आहे.',
- 'date' => ':Attribute वैध तारीख नाही.',
- 'date_equals' => ':Attribute, :date तारीख समान असणे आवश्यक आहे.',
- 'date_format' => ':Attribute फॉर्मेट :format शी जुळत नाही.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute आणि :other वेगळे असावे.',
- 'digits' => ':Attribute, :digits अंक असणे आवश्यक आहे.',
- 'digits_between' => ':Attribute, :min आणि :max अंक दरम्यान असणे आवश्यक आहे.',
- 'dimensions' => ':Attribute अयोग्य माप आहे.',
- 'distinct' => ':Attribute वेगवेगळे असावेत.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute एक वैध ईमेल पत्ता असणे आवश्यक आहे.',
- 'ends_with' => ':Attribute खालील एक समाप्त करणे आवश्यक आहे: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'निवडलेेलेे :attribute वैध नाही.',
- 'file' => ':Attribute एक फ़ाइल असावी.',
- 'filled' => ':Attribute फील्ड आवश्यक आहे.',
- 'gt' => [
- 'array' => ':Attribute, :value संख्या पेक्षा जास्त असावी.',
- 'file' => ':Attribute, :value किलो बाईट पेक्षा जास्त असावी.',
- 'numeric' => ':Attribute, :value पेक्षा जास्त असावी.',
- 'string' => ':Attribute, :value characters पेक्षा जास्त असावी.',
- ],
- 'gte' => [
- 'array' => ':Attribute, :value संख्या पेक्षा मोठे किंवा समान असणे आवश्यक आहे.',
- 'file' => ':Attribute, :value किलोबाईट पेक्षा मोठे किंवा समान असणे आवश्यक आहे.',
- 'numeric' => ':Attribute, :value पेक्षा मोठे किंवा समान असणे आवश्यक आहे.',
- 'string' => ':Attribute, :value शब्दांपेक्षा मोठे किंवा समान असणे आवश्यक आहे.',
- ],
- 'image' => ':Attribute एक प्रतिमा असावी.',
- 'in' => ':Attribute अमान्य आहे.',
- 'in_array' => ':Attribute फील्ड, :other अस्तित्वात नाही.',
- 'integer' => ':Attribute एक पूर्णांक असणे आवश्यक आहे.',
- 'ip' => ':Attribute एक वैध IP address असावा.',
- 'ipv4' => ':Attribute एक वैध IPv4 address असावा.',
- 'ipv6' => ':Attribute एक वैध IPv6 address असावा.',
- 'json' => ':Attribute एक वैध JSON स्ट्रिंग असावा.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute, :value संख्या पेक्षा कमी असावी.',
- 'file' => ':Attribute, :value किलो बाईट पेक्षा कमी असावी.',
- 'numeric' => ':Attribute, :value पेक्षा कमी असावी.',
- 'string' => ':Attribute, :value वर्णांपेक्षा पेक्षा कमी असावी.',
- ],
- 'lte' => [
- 'array' => ':Attribute, :value संख्या पेक्षा कमी किंवा समान असणे आवश्यक आहे.',
- 'file' => ':Attribute, :value किलोबाईट पेक्षा कमी किंवा समान असणे आवश्यक आहे.',
- 'numeric' => ':Attribute, :value पेक्षा कमी किंवा समान असणे आवश्यक आहे.',
- 'string' => ':Attribute, :value शब्दांपेक्षा कमी किंवा समान असणे आवश्यक आहे.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute, :value संख्या पेक्षा कमी असणे आवश्यक आहे.',
- 'file' => ':Attribute, :value किलोबाईट पेक्षा कमी असणे आवश्यक आहे.',
- 'numeric' => ':Attribute, :value पेक्षा कमी असणे आवश्यक आहे.',
- 'string' => ':Attribute, :value शब्दांपेक्षा कमी असणे आवश्यक आहे.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute एक प्रकार ची फ़ाइल: :values असावी.',
- 'mimetypes' => ':Attribute एक प्रकार ची फ़ाइल: :values असावी.',
- 'min' => [
- 'array' => ':Attribute कमीत कमी :min आइटम असावी.',
- 'file' => ':Attribute कमीत कमी :min किलोबाइट असावी.',
- 'numeric' => ':Attribute कमीत कमी :min असावी.',
- 'string' => ':Attribute कमीत कमी :min शब्द असावी.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'द :attribute अनेक असणे आवश्यक आहे :value',
- 'not_in' => 'घेतलेला :attribute वैध नाही.',
- 'not_regex' => ':Attribute प्रारूप वैध नाही.',
- 'numeric' => ':Attribute एक संख्या असावी.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute फील्ड उपस्थित असावी.',
- 'prohibited' => ':Attribute फील्ड प्रतिबंधित आहे.',
- 'prohibited_if' => 'इ. स.:attribute फील्ड :other :value असते तेव्हा प्रतिबंधित आहे.',
- 'prohibited_unless' => 'अगोदर निर्देश केलेल्या बाबीसंबंधी बोलताना :attribute क्षेत्रात प्रतिबंधित आहे :other :values आहे तोपर्यंत.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => ':Attribute फॉर्मेट वैध नाही.',
- 'relatable' => 'या :attribute या संसाधन संबंधित जाऊ शकत नाही.',
- 'required' => ':Attribute फील्ड आवश्यक आहे.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'जर :other :value असेल तर :attribute फ़ील्ड आवश्यक आहे.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'जर :other :value नसेल तर :attribute फ़ील्ड आवश्यक आहे.',
- 'required_with' => ':Values सोबत :attribute फ़ील्ड आवश्यक आहे.',
- 'required_with_all' => 'सर्व :values सोबत :attribute फ़ील्ड आवश्यक आहे.',
- 'required_without' => ':Values खेरीज :attribute फ़ील्ड आवश्यक आहे.',
- 'required_without_all' => 'सर्व :values खेरीज :attribute फ़ील्ड आवश्यक आहे.',
- 'same' => ':Attribute आणि :other सामान असावेत.',
- 'size' => [
- 'array' => ':Attribute में :size आइटम असावी.',
- 'file' => ':Attribute, :size किलोबाइट असावी.',
- 'numeric' => ':Attribute, :size असावी.',
- 'string' => ':Attribute, :size शब्द असावी.',
- ],
- 'starts_with' => ':Attribute खालीलपैकी कोणत्याही अक्षराने सुरूवात करावी: :values',
- 'string' => ':Attribute एक वाक्य असावे.',
- 'timezone' => ':Attribute एक वेळ क्षेत्र असावे.',
- 'unique' => ':Attribute आधी वापरले गेले आहे.',
- 'uploaded' => ':Attribute अपलोड करण्यात अयशस्वी.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute फॉर्मेट अमान्य आहे.',
- 'uuid' => ':Attribute एक वैध UUID असावी.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'प्रतिमा',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'प्रतिमेच्या खाली त्याचे परिणाम',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'संक्षिप्त सारांश',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'चाचणी चा सारांश.',
- 'test_locale' => 'भाषा',
- 'test_name' => 'चाचणी चे नाव.',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/ms.json b/resources/lang/ms.json
deleted file mode 100644
index 4c14cc7d..00000000
--- a/resources/lang/ms.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "Pautan pengesahan baharu telah dihantar ke alamat e-mel anda.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Menerima Undangan",
- "Add": "Tambah",
- "Add a new team member to your team, allowing them to collaborate with you.": "Tambahkan ahli pasukan baharu pada pasukan anda, membolehkan mereka bekerjasama dengan anda.",
- "Add additional security to your account using two factor authentication.": "Tambahkan keselamatan tambahan pada akaun anda menggunakan pengesahan dua faktor.",
- "Add Team Member": "Tambah Ahli Pasukan",
- "Added.": "Ditambah.",
- "Administrator": "Pentadbir",
- "Administrator users can perform any action.": "Pengguna pentadbir boleh melakukan sebarang tindakan.",
- "All of the people that are part of this team.": "Semua orang yang menjadi sebahagian daripada pasukan ini.",
- "All rights reserved.": "Hak cipta terpelihara.",
- "Already registered?": "Sudah mendaftar?",
- "API Token": "Token API",
- "API Token Permissions": "API Tanda Kebenaran",
- "API Tokens": "API Token",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API token membenarkan pihak ketiga perkhidmatan untuk mengesahkan dengan permohonan kami di pihak anda.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Adakah anda pasti anda mahu untuk memadamkan pasukan ini? Sekali pasukan itu dihapuskan, semua sumber dan data akan dipadam selamanya.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Adakah anda pasti anda mahu untuk menghilangkan anda akaun? Setelah akaun anda yang dihapuskan, semua sumber dan data akan dipadam selamanya. Sila masukkan password untuk mengkonfirmasi anda ingin memadamkan akaun anda.",
- "Are you sure you would like to delete this API token?": "Apakah anda yakin anda ingin memadamkan API ini tanda?",
- "Are you sure you would like to leave this team?": "Apakah anda yakin anda ingin meninggalkan pasukan ini?",
- "Are you sure you would like to remove this person from the team?": "Apakah anda yakin anda ingin mengeluarkan orang ini dari tim?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Sebelum meneruskan, bolehkah anda mengesahkan alamat e-mel anda dengan mengklik pautan yang baru kami e-mel kepada anda? Jika anda tidak menerima e-mel itu, kami dengan senang hati akan menghantar satu lagi kepada anda.",
- "Before proceeding, please check your email for a verification link.": "Sebelum meneruskan, sila semak e-mel anda untuk mendapatkan pautan pengesahan.",
- "Browser Sessions": "Pelayar Sesi",
- "Cancel": "Membatalkan",
- "Click here to re-send the verification email.": "Klik di sini untuk menghantar semula e-mel pengesahan.",
- "click here to request another": "klik di sini untuk mohon yang lain",
- "Close": "Dekat",
- "Code": "Kod",
- "Confirm": "Mengesahkan",
- "Confirm Password": "Sahkan Kata Laluan",
- "Create": "Mewujudkan",
- "Create a new team to collaborate with others on projects.": "Membuat yang baru pasukan untuk bekerjasama dengan orang lain di projek.",
- "Create Account": "Buat Akaun",
- "Create API Token": "Membuat API Token",
- "Create New Team": "Membuat Pasukan Baru",
- "Create Team": "Membuat Pasukan",
- "Created.": "Dicipta.",
- "Current Password": "Semasa Kata Laluan",
- "Dashboard": "Pemuka",
- "Delete": "Padamkan",
- "Delete Account": "Padam Akaun",
- "Delete API Token": "Padamkan API Token",
- "Delete Team": "Bersihkan Pasukan",
- "Disable": "Lumpuhkan",
- "Done.": "Selesai.",
- "Edit Profile": "Menyunting Profail",
- "Editor": "Editor",
- "Editor users have the ability to read, create, and update.": "Editor pengguna mempunyai keupayaan untuk membaca, membuat, dan kini.",
- "Email": "E-mel",
- "Email Address": "Alamat E-Mel",
- "Email Password Reset Link": "E-mel Pautan Tetapan Semula Kata Laluan",
- "Enable": "Membolehkan",
- "Ensure your account is using a long, random password to stay secure.": "Memastikan akaun anda menggunakan yang lama, rawak kata laluan untuk yang selamat.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Untuk keselamatan anda, sila sahkan anda kata laluan untuk terus.",
- "Forbidden": "Dilarang",
- "Forgot your password?": "Lupa password anda?",
- "Forgot Your Password?": "Lupa kata laluan anda?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Lupa password anda? Tidak ada masalah. Hanya beritahu kami alamat email anda dan kami akan email anda kata laluan semula link yang akan membenarkan anda untuk memilih satu yang baru.",
- "Go to page :page": "Pergi ke halaman :page",
- "Great! You have accepted the invitation to join the :team team.": "Hebat! Anda telah menerima undangan untuk menyertai :team pasukan.",
- "Hello!": "Helo!",
- "I agree to the :terms_of_service and :privacy_policy": "Saya bersetuju untuk :terms_of_service dan :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Jika perlu, anda mungkin keluar dari semua dari anda yang lain pelayar sesi-sesi di semua perangkat anda. Beberapa anda baru-baru ini sesi di bawah ini, namun, ini senarai mungkin tidak lengkap. Jika anda merasa akaun anda telah dikompromikan, anda harus juga update anda kata laluan.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Jika kau sudah mempunyai akaun, kau mungkin menerima undangan ini dengan mengklik tombol di bawah:",
- "If you did not create an account, no further action is required.": "Jika anda tidak membuat akaun, tiada tindakan lanjut diperlukan.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Jika anda tidak mengharapkan untuk menerima undangan untuk tim ini, anda mungkin membuang e-mel ini.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Jika anda tidak meminta tetapan semula kata laluan, tiada tindakan lanjut diperlukan.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Jika anda tidak mempunyai akaun, anda boleh membuat satu dengan mengklik tombol di bawah. Selepas membuat akaun, anda mungkin klik jemputan penerimaan butang di e-mel ini untuk menerima pasukan jemputan:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Sekiranya anda menghadapi masalah klik butang \":actionText\", salin dan tampal URL di bawah\nke pelayar web anda:",
- "Last active": "Terakhir aktif",
- "Last used": "Terakhir digunakan",
- "Leave": "Meninggalkan",
- "Leave Team": "Meninggalkan Pasukan",
- "Log in": "Dalam Log",
- "Log Out": "Log Out",
- "Log Out Other Browser Sessions": "Log Out Lain Pelayar Sesi",
- "Login": "Log masuk",
- "Logout": "Log keluar",
- "Manage Account": "Mengurus Akaun",
- "Manage and log out your active sessions on other browsers and devices.": "Mengurus dan anda log out sesi aktif pada pelayar lain dan alat-alat.",
- "Manage API Tokens": "Mengurus API Token",
- "Manage Role": "Mengurus Peranan",
- "Manage Team": "Mengurus Pasukan",
- "Name": "Nama",
- "New Password": "Kata Laluan Baru",
- "Not Found": "Tidak Ditemui",
- "of": "dari",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Sekali pasukan itu dihapuskan, semua sumber dan data akan dipadam selamanya. Sebelum memotong pasukan ini, sila turun apa-apa data atau maklumat mengenai ini pasukan yang anda ingin menyimpan.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Setelah akaun anda yang dihapuskan, semua sumber dan data akan dipadam selamanya. Sebelum memotong akaun anda, sila turun apa-apa data atau maklumat yang anda ingin menyimpan.",
- "Page Expired": "Halaman Tamat Tempoh",
- "Pagination Navigation": "Muka Surat Navigasi",
- "Password": "Kata laluan",
- "Pending Team Invitations": "Belum Selesai Pasukan Jemputan",
- "Permanently delete this team.": "Memadamkan pasukan ini.",
- "Permanently delete your account.": "Memadamkan akaun anda.",
- "Permissions": "Kebenaran",
- "Photo": "Foto",
- "Please click the button below to verify your email address.": "Sila klik butang di bawah untuk mengesahkan alamat e-mel anda.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Sila sahkan akses ke account anda dengan memasuki salah satu kecemasan anda pemulihan kod.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Sila sahkan akses ke account anda dengan memasukkan kod pengesahan disediakan oleh anda pengesah permohonan.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Tolong di copy baru anda token API. Untuk keselamatan anda, ia tidak akan menunjukkan lagi.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Sila masukkan password untuk mengkonfirmasi anda ingin keluar dari pelayar lain sesi-sesi di semua perangkat anda.",
- "Please provide the email address of the person you would like to add to this team.": "Tolong memberikan alamat e-mel orang yang anda ingin menambahkan pasukan ini.",
- "Privacy Policy": "Dasar Privasi",
- "Profile": "Profil",
- "Profile Information": "Maklumat Profil",
- "Recovery Code": "Pemulihan Kod",
- "Regards": "Salam",
- "Regenerate Recovery Codes": "Tumbuh Semula Kod Pemulihan",
- "Register": "Daftar",
- "Remember me": "Ingat saya",
- "Remember Me": "Ingat Saya",
- "Remove": "Keluarkan",
- "Remove Photo": "Keluarkan Foto",
- "Remove Team Member": "Keluarkan Ahli Pasukan",
- "Resend Verification Email": "Hantar Semula Pengesahan E-Mel",
- "Reset Password": "Tetap Semula Kata Laluan",
- "Reset Password Notification": "Tetap Semula Pemberitahuan Kata Laluan",
- "results": "keputusan",
- "Role": "Peranan",
- "Save": "Simpan",
- "Saved.": "Disimpan.",
- "Select A New Photo": "Pilih Satu Foto Baru",
- "Send Password Reset Link": "Hantar Pautan Tetap Semula Kata Laluan",
- "Server Error": "Pelayan Ralat",
- "Service Unavailable": "Perkhidmatan tidak tersedia",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Menunjukkan Pemulihan Kod",
- "Showing": "Menunjukkan",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Kedai ini pemulihan kod dalam kata laluan selamat pengurus. Mereka boleh digunakan untuk mendapatkan akses ke account anda jika anda dua faktor pengesahan peranti hilang.",
- "Switch Teams": "Beralih Pasukan",
- "Team Details": "Pasukan Butiran",
- "Team Invitation": "Pasukan Jemputan",
- "Team Members": "Ahli Pasukan",
- "Team Name": "Nama Pasukan",
- "Team Owner": "Pemilik Pasukan",
- "Team Settings": "Latar Pasukan",
- "Terms of Service": "Syarat Perkhidmatan",
- "The :attribute must be a valid role.": "Itu :attribute mesti peranan yang sah.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute perlu sekurang-kurangnya :length aksara dan mengandungi sekurang-kurangnya satu nombor.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "Itu :attribute perlu sekurang-kurangnya :length aksara dan mengandungi sekurang-kurangnya satu ciri-ciri khas dan nombor satu.",
- "The :attribute must be at least :length characters and contain at least one special character.": "Itu :attribute perlu sekurang-kurangnya :length aksara dan mengandungi sekurang-kurangnya satu ciri-ciri khas.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "Itu :attribute perlu sekurang-kurangnya :length aksara dan mengandungi sekurang-kurangnya satu huruf besar watak dan nombor satu.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "Itu :attribute perlu sekurang-kurangnya :length aksara dan mengandungi sekurang-kurangnya satu huruf besar watak dan salah satu ciri-ciri khas.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "Itu :attribute perlu sekurang-kurangnya :length aksara dan mengandungi sekurang-kurangnya satu huruf besar watak, salah nombor, dan salah satu ciri-ciri khas.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "Itu :attribute perlu sekurang-kurangnya :length aksara dan mengandungi sekurang-kurangnya satu huruf besar karakter.",
- "The :attribute must be at least :length characters.": "Itu :attribute perlu sekurang-kurangnya :length aksara.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Yang disediakan kata laluan tidak sepadan kata laluan anda.",
- "The provided password was incorrect.": "Yang disediakan kata laluan adalah tidak betul.",
- "The provided two factor authentication code was invalid.": "Yang disediakan dua faktor kod pengesahan itu tidak sah.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Pasukan itu nama dan pemilik maklumat.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Orang-orang ini telah diundang untuk anda pasukan dan telah menghantar jemputan e-mel. Mereka mungkin akan bergabung dengan pasukan dengan menerima e-mel jemputan.",
- "This device": "Peranti ini",
- "This is a secure area of the application. Please confirm your password before continuing.": "Ini adalah kawasan yang selamat permohonan. Sila sahkan kata laluan anda sebelum melanjutkan.",
- "This password does not match our records.": "Kata laluan ini tidak sepadan rekod kami.",
- "This password reset link will expire in :count minutes.": "Ini laluan semula link akan tamat dalam :count minit.",
- "This user already belongs to the team.": "Pengguna ini sudah menjadi milik kepada pasukan.",
- "This user has already been invited to the team.": "Pengguna ini telah diundang untuk pasukan.",
- "to": "untuk",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Togol navigasi",
- "Token Name": "Tanda Nama",
- "Too Many Requests": "Terlalu Banyak Permintaan",
- "Two Factor Authentication": "Dua Faktor Pengesahan",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Tiada dibenarkan",
- "Unknown": "Unknown",
- "Update Password": "Kini Kata Laluan",
- "Update your account's profile information and email address.": "Kini akaun anda maklumat profil dan alamat e-mel.",
- "Use a recovery code": "Gunakan kod pemulihan",
- "Use an authentication code": "Gunakan kod pengesahan",
- "Verify Email Address": "Mengesahkan Alamat E-Mel",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Kita tidak dapat mencari pengguna berdaftar dengan alamat e-mel ini.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Ketika dua faktor pengesahan adalah dibenarkan, kau akan diminta untuk yang selamat, tanda rawak dalam pengesahan. Anda mungkin mendapatkan ini tanda dari anda Google telefon Pengesah permohonan.",
- "Whoops!": "Alamak!",
- "Whoops! Something went wrong.": "Whoops! Ada sesuatu yang tidak beres.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Anda menerima e-mel ini kerana kami menerima permintaan tetap semula kata laluan untuk akaun anda.",
- "You have been invited to join the :team team!": "Anda telah diundang untuk bergabung dengan :team pasukan!",
- "You have enabled two factor authentication.": "Anda telah diaktifkan dua faktor pengesahan.",
- "You have not enabled two factor authentication.": "Anda tidak membolehkan dua faktor pengesahan.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Anda mungkin padam apa-apa ada tanda-tanda jika mereka tidak lagi diperlukan.",
- "You may not delete your personal team.": "Anda mungkin tidak padam pasukan peribadi anda.",
- "You may not leave a team that you created.": "Anda mungkin tidak meninggalkan pasukan yang anda buat.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/ms/auth.php b/resources/lang/ms/auth.php
deleted file mode 100644
index e33a1bb9..00000000
--- a/resources/lang/ms/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Butiran ini tidak sepadan dengan rekod kami.',
- 'password' => 'Kata laluan tidak sah.',
- 'throttle' => 'Terlalu banyak percubaan log masuk. Sila cuba lagi dalam :seconds saat.',
-];
diff --git a/resources/lang/ms/http-statuses.php b/resources/lang/ms/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/ms/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/ms/pagination.php b/resources/lang/ms/pagination.php
deleted file mode 100644
index 83e9407b..00000000
--- a/resources/lang/ms/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Seterusnya »',
- 'previous' => '« Sebelumnya',
-];
diff --git a/resources/lang/ms/passwords.php b/resources/lang/ms/passwords.php
deleted file mode 100644
index 9fc2de1f..00000000
--- a/resources/lang/ms/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Kata laluan anda telah ditetapkan semula!',
- 'sent' => 'Kami telah e-mel pautan set semula kata laluan anda!',
- 'throttled' => 'Sila tunggu sebentar sebelum mencuba semula.',
- 'token' => 'Token set semula kata laluan ini tidak sah.',
- 'user' => 'Kami tidak dapat mencari pengguna dengan alamat e-mel tersebut.',
-];
diff --git a/resources/lang/ms/validation.php b/resources/lang/ms/validation.php
deleted file mode 100644
index 8e69e0a1..00000000
--- a/resources/lang/ms/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute mesti diterima pakai.',
- 'accepted_if' => ':Attribute mesti diterima pakai sekiranya :other adalah :value.',
- 'active_url' => ':Attribute bukan URL yang sah.',
- 'after' => ':Attribute mesti tarikh selepas :date.',
- 'after_or_equal' => ':Attribute mesti tarikh selepas atau sama dengan :date.',
- 'alpha' => ':Attribute hanya boleh mengandungi huruf.',
- 'alpha_dash' => ':Attribute boleh mengandungi huruf, nombor, dan sengkang.',
- 'alpha_num' => ':Attribute boleh mengandungi huruf dan nombor.',
- 'array' => ':Attribute mesti jujukan.',
- 'attached' => ':Attribute ini sudah dilampirkan.',
- 'before' => ':Attribute mesti tarikh sebelum :date.',
- 'before_or_equal' => ':Attribute mesti tarikh sebelum atau sama dengan :date.',
- 'between' => [
- 'array' => ':Attribute mesti mengandungi antara :min dan :max perkara.',
- 'file' => ':Attribute mesti mengandungi antara :min dan :max kilobait.',
- 'numeric' => ':Attribute mesti mengandungi antara :min dan :max.',
- 'string' => ':Attribute mesti mengandungi antara :min dan :max aksara.',
- ],
- 'boolean' => ':Attribute mesti benar atau salah.',
- 'confirmed' => ':Attribute pengesahan yang tidak sepadan.',
- 'current_password' => 'Katalaluan anda adalah salah.',
- 'date' => ':Attribute bukan tarikh yang sah.',
- 'date_equals' => ':Attribute mesti tarikh sama dengan :date.',
- 'date_format' => ':Attribute tidak mengikut format :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute dan :other mesti berlainan.',
- 'digits' => ':Attribute mesti :digits.',
- 'digits_between' => ':Attribute mesti mengandungi antara :min dan :max digits.',
- 'dimensions' => ':Attribute tidak sah',
- 'distinct' => ':Attribute adalah nilai yang berulang',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute tidak sah.',
- 'ends_with' => ':Attribute mesti berakhir dengan salah satu dari: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => ':Attribute tidak sah.',
- 'file' => ':Attribute mesti fail yang sah.',
- 'filled' => ':Attribute diperlukan.',
- 'gt' => [
- 'array' => ':Attribute mesti mengandungi lebih daripada :value perkara.',
- 'file' => ':Attribute mesti melebihi :value kilobait.',
- 'numeric' => ':Attribute mesti melebihi :value.',
- 'string' => ':Attribute mesti melebihi :value aksara.',
- ],
- 'gte' => [
- 'array' => ':Attribute mesti mengandungi :value perkara atau lebih.',
- 'file' => ':Attribute mesti melebihi atau bersamaan :value kilobait.',
- 'numeric' => ':Attribute mesti melebihi atau bersamaan :value.',
- 'string' => ':Attribute mesti melebihi atau bersamaan :value aksara.',
- ],
- 'image' => ':Attribute mesti imej.',
- 'in' => ':Attribute tidak sah.',
- 'in_array' => ':Attribute tidak wujud dalam :other.',
- 'integer' => ':Attribute mesti integer.',
- 'ip' => ':Attribute mesti alamat IP yang sah.',
- 'ipv4' => ':Attribute mesti alamat IPv4 yang sah.',
- 'ipv6' => ':Attribute mesti alamat IPv6 yang sah',
- 'json' => ':Attribute mesti JSON yang sah.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute mesti mengandungi kurang daripada :value perkara.',
- 'file' => ':Attribute mesti kurang daripada :value kilobait.',
- 'numeric' => ':Attribute mesti kurang daripada :value.',
- 'string' => ':Attribute mesti kurang daripada :value aksara.',
- ],
- 'lte' => [
- 'array' => ':Attribute mesti mengandungi kurang daripada atau bersamaan dengan :value perkara.',
- 'file' => ':Attribute mesti kurang daripada atau bersamaan dengan :value kilobait.',
- 'numeric' => ':Attribute mesti kurang daripada atau bersamaan dengan :value.',
- 'string' => ':Attribute mesti kurang daripada atau bersamaan dengan :value aksara.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'Jumlah :attribute mesti tidak melebihi :max perkara.',
- 'file' => 'Jumlah :attribute mesti tidak melebihi :max kilobait.',
- 'numeric' => 'Jumlah :attribute mesti tidak melebihi :max.',
- 'string' => 'Jumlah :attribute mesti tidak melebihi :max aksara.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute mesti fail type: :values.',
- 'mimetypes' => ':Attribute mesti fail type: :values.',
- 'min' => [
- 'array' => 'Jumlah :attribute mesti sekurang-kurangnya :min perkara.',
- 'file' => 'Jumlah :attribute mesti sekurang-kurangnya :min kilobait.',
- 'numeric' => 'Jumlah :attribute mesti sekurang-kurangnya :min.',
- 'string' => 'Jumlah :attribute mesti sekurang-kurangnya :min aksara.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute mesti gandaan :value',
- 'not_in' => ':Attribute tidak sah.',
- 'not_regex' => 'Format :attribute adalah tidak sah.',
- 'numeric' => ':Attribute mesti nombor.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'Ruangan :attribute mesti wujud.',
- 'prohibited' => 'Ruangan :attribute adalah dilarang.',
- 'prohibited_if' => 'Ruangan :attribute adalah dilarang apabila :other adalah :value.',
- 'prohibited_unless' => 'Ruangan :attribute adalah dilarang kecuali :other adalah di :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'Format :attribute tidak sah.',
- 'relatable' => 'Ruangan :attribute tidak boleh dikaitkan dengan sumber ini.',
- 'required' => 'Ruangan :attribute diperlukan.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'Ruangan :attribute diperlukan bila :other sama dengan :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'Ruangan :attribute diperlukan sekiranya :other ada dalam :values.',
- 'required_with' => 'Ruangan :attribute diperlukan bila :values wujud.',
- 'required_with_all' => 'Ruangan :attribute diperlukan bila :values wujud.',
- 'required_without' => 'Ruangan :attribute diperlukan bila :values tidak wujud.',
- 'required_without_all' => 'Ruangan :attribute diperlukan bila kesemua :values wujud.',
- 'same' => 'Ruangan :attribute dan :other mesti sepadan.',
- 'size' => [
- 'array' => 'Saiz :attribute mesti mengandungi :size perkara.',
- 'file' => 'Saiz :attribute mesti :size kilobait.',
- 'numeric' => 'Saiz :attribute mesti :size.',
- 'string' => 'Saiz :attribute mesti :size aksara.',
- ],
- 'starts_with' => ':Attribute mesti bermula dengan salah satu dari: :values',
- 'string' => ':Attribute mesti aksara.',
- 'timezone' => ':Attribute mesti zon masa yang sah.',
- 'unique' => ':Attribute telah wujud.',
- 'uploaded' => ':Attribute gagal dimuat naik.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute format tidak sah.',
- 'uuid' => ':Attribute mesti UUID yang sah.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/nb.json b/resources/lang/nb.json
deleted file mode 100644
index 76f01d3e..00000000
--- a/resources/lang/nb.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "En ny bekreftelseslenke er sendt til e-postadressen din.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "En ny bekreftelseslenke er sendt til e-postadressen du oppga i profilinnstillingene dine.",
- "A new verification link has been sent to your email address.": "En ny bekreftelseslenke er sendt til e-postadressen din.",
- "Accept Invitation": "Godta invitasjon",
- "Add": "Legg til",
- "Add a new team member to your team, allowing them to collaborate with you.": "Legg til et nytt teammedlem i teamet ditt, slik at de kan samarbeide med deg.",
- "Add additional security to your account using two factor authentication.": "Legg til ekstra sikkerhet i kontoen din ved hjelp av tofaktorautentisering.",
- "Add Team Member": "Legg til teammedlem",
- "Added.": "Lagt til.",
- "Administrator": "Administrator",
- "Administrator users can perform any action.": "Administratorbrukere kan utføre en hvilken som helst handling.",
- "All of the people that are part of this team.": "Alle menneskene som er en del av dette teamet.",
- "All rights reserved.": "Alle rettigheter forbeholdt.",
- "Already registered?": "Allerede registrert?",
- "API Token": "API-token",
- "API Token Permissions": "API-token rettigheter",
- "API Tokens": "API-tokens",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API-tokens tillater tredjeparts tjenester å autentisere med applikasjonen vår på dine vegne.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Er du sikker på at du vil slette dette teamet? Når et team er slettet, blir alle dets ressurser og data slettet permanent.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Er du sikker på at du vil slette kontoen din? Når kontoen din er slettet, blir alle ressursene og dataene slettet permanent. Vennligst skriv inn passordet ditt for å bekrefte at du vil slette kontoen din permanent.",
- "Are you sure you would like to delete this API token?": "Er du sikker på at du vil slette dette API-tokenet?",
- "Are you sure you would like to leave this team?": "Er du sikker på at du vil forlate dette teamet?",
- "Are you sure you would like to remove this person from the team?": "Er du sikker på at du vil fjerne denne personen fra teamet?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Før du fortsetter, kan du bekrefte e-postadressen din ved å klikke på lenken vi nettopp sendte til deg? Hvis du ikke har mottatt e-posten, sender vi deg gjerne en annen.",
- "Before proceeding, please check your email for a verification link.": "Før du fortsetter, sjekk e-posten din for en bekreftelseslenke.",
- "Browser Sessions": "Nettleserøkter",
- "Cancel": "Avbryt",
- "Click here to re-send the verification email.": "Klikk her for å sende bekreftelses-e-posten på nytt.",
- "click here to request another": "klikk her for å be om en til",
- "Close": "Lukk",
- "Code": "Kode",
- "Confirm": "Bekreft",
- "Confirm Password": "Bekreft passord",
- "Create": "Opprett",
- "Create a new team to collaborate with others on projects.": "Lag et nytt team for å samarbeide med andre om prosjekter.",
- "Create Account": "Opprett konto",
- "Create API Token": "Opprett API-token",
- "Create New Team": "Opprett nytt team",
- "Create Team": "Opprett team",
- "Created.": "Opprettet.",
- "Current Password": "Nåværende passord",
- "Dashboard": "Dashboard",
- "Delete": "Slett",
- "Delete Account": "Slett konto",
- "Delete API Token": "Slett API Token",
- "Delete Team": "Slett team",
- "Disable": "Deaktiver",
- "Done.": "Ferdig.",
- "Edit Profile": "Rediger profil",
- "Editor": "Redaktør",
- "Editor users have the ability to read, create, and update.": "Editor-brukere har muligheten til å lese, opprette og oppdatere.",
- "Email": "E-post",
- "Email Address": "E-post adresse",
- "Email Password Reset Link": "Link for tilbakestilling av e-postpassord",
- "Enable": "Aktiver",
- "Ensure your account is using a long, random password to stay secure.": "Forsikre deg om at kontoen din bruker et langt, tilfeldig passord for å være sikker.",
- "Finish enabling two factor authentication.": "Fullfør aktiveringen av tofaktorautentisering.",
- "For your security, please confirm your password to continue.": "For sikkerhets skyld, bekreft passordet ditt for å fortsette.",
- "Forbidden": "Forbudt",
- "Forgot your password?": "Glemt passordet ditt?",
- "Forgot Your Password?": "Glemt passordet ditt?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Glemt passordet? Ikke noe problem. Bare gi oss beskjed om e-postadressen din, så sender vi deg en lenke for tilbakestilling av passord som lar deg velge en ny.",
- "Go to page :page": "Gå til side :page",
- "Great! You have accepted the invitation to join the :team team.": "Flott! Du har godtatt invitasjonen til å bli med i :team teamet.",
- "Hello!": "Hallo!",
- "I agree to the :terms_of_service and :privacy_policy": "Jeg er enig i :terms_of_service og :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Hvis det er nødvendig, kan du logge av alle andre nettleserøkter på tvers av alle enhetene dine. Noen av de siste øktene dine er oppført nedenfor; denne listen kan imidlertid ikke være uttømmende. Hvis du føler at kontoen din er kompromittert, bør du også oppdatere passordet ditt.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Hvis du allerede har en konto, kan du godta denne invitasjonen ved å klikke på knappen nedenfor:",
- "If you did not create an account, no further action is required.": "Dersom du ikke har opprettet en konto, trenger du ikke foreta deg noe.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Hvis du ikke forventet å motta en invitasjon til dette teamet, kan du forkaste denne e-posten.",
- "If you did not receive the email": "Hvis du ikke har mottatt e-posten",
- "If you did not request a password reset, no further action is required.": "Hvis du ikke har bedt om å nullstille passordet, trenger du ikke foreta deg noe.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Hvis du ikke har en konto, kan du opprette en ved å klikke på knappen nedenfor. Etter at du har opprettet en konto, kan du klikke på knappen for aksept av invitasjon i denne e-posten for å godta teaminvitasjonen:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Dersom du har problemer med å klikke \":actionText\"-knappen, kopier og lim nettadressen nedenfor\ninn i nettleseren din:",
- "Last active": "Sist aktiv",
- "Last used": "Sist brukt",
- "Leave": "Forlat",
- "Leave Team": "Forlat Team",
- "Log in": "Logg inn",
- "Log Out": "Logg ut",
- "Log Out Other Browser Sessions": "Logg av andre nettlesersessioner",
- "Login": "Logg inn",
- "Logout": "Logg ut",
- "Manage Account": "Administrer konto",
- "Manage and log out your active sessions on other browsers and devices.": "Administrer og logg ut dine aktive økter på andre nettlesere og enheter.",
- "Manage API Tokens": "Administrer API-tokens",
- "Manage Role": "Administrer rolle",
- "Manage Team": "Administrer team",
- "Name": "Navn",
- "New Password": "Nytt passord",
- "Not Found": "Ikke funnet",
- "of": "av",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Når et team er slettet, vil alle dets ressurser og data bli slettet permanent. Før du sletter dette teamet, må du laste ned data eller informasjon om dette teamet du vil beholde.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Når kontoen din er slettet, blir alle ressursene og dataene slettet permanent. Før du sletter kontoen din, må du laste ned all data eller informasjon du vil beholde.",
- "Page Expired": "Siden har utløpt",
- "Pagination Navigation": "Paginering navigasjon",
- "Password": "Passord",
- "Pending Team Invitations": "Ventende teaminvitasjoner",
- "Permanently delete this team.": "Slett dette teamet permanent.",
- "Permanently delete your account.": "Slett kontoen din permanent.",
- "Permissions": "Tillatelser",
- "Photo": "Foto",
- "Please click the button below to verify your email address.": "Vennligst klikk på knappen nedenfor for å bekrefte e-postadressen din.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Bekreft tilgang til kontoen din ved å angi en av koden for nødgjenoppretting.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Bekreft tilgang til kontoen din ved å skrive inn autentiseringskoden som er gitt av autentiseringsprogrammet.",
- "Please confirm your password before continuing.": "Vennligst bekreft passordet ditt før du fortsetter.",
- "Please copy your new API token. For your security, it won't be shown again.": "Kopier det nye API-tokenet ditt. For din egen sikkerhet vises den ikke igjen.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Vennligst skriv inn passordet ditt for å bekrefte at du vil logge av andre nettleserøkter på alle enhetene dine.",
- "Please provide the email address of the person you would like to add to this team.": "Oppgi e-postadressen til personen du vil legge til i dette teamet.",
- "Privacy Policy": "Personvernregler",
- "Profile": "Profil",
- "Profile Information": "Profil informasjon",
- "Recovery Code": "Gjenopprettingskode",
- "Regards": "Vennlig hilsen",
- "Regenerate Recovery Codes": "Regenerere gjenopprettingskoder",
- "Register": "Registrer",
- "Remember me": "Husk meg",
- "Remember Me": "Husk meg",
- "Remove": "Fjern",
- "Remove Photo": "Fjern bilde",
- "Remove Team Member": "Fjern team medlem",
- "Resend Verification Email": "Send bekreftelses-e-post på nytt",
- "Reset Password": "Nullstill passord",
- "Reset Password Notification": "Varsling om å nullstille passord",
- "results": "resultater",
- "Role": "Rolle",
- "Save": "Lagre",
- "Saved.": "Lagret.",
- "Select A New Photo": "Velg et nytt bilde",
- "Send Password Reset Link": "Send lenke for å nullstille passordet",
- "Server Error": "Serverfeil",
- "Service Unavailable": "Tjenesten er utilgjengelig",
- "Setup Key": "Oppsettnøkkel",
- "Show Recovery Codes": "Vis gjenopprettingskoder",
- "Showing": "Viser",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Lagre disse gjenopprettingskodene i en sikker passordbehandling. De kan brukes til å gjenopprette tilgang til kontoen din hvis tofaktorautentiseringsenheten din går tapt.",
- "Switch Teams": "Bytt team",
- "Team Details": "Team detaljer",
- "Team Invitation": "Team invitasjon",
- "Team Members": "Team medlemmer",
- "Team Name": "Team navn",
- "Team Owner": "Team eier",
- "Team Settings": "Team innstillinger",
- "Terms of Service": "Vilkår for bruk",
- "The :attribute must be a valid role.": ":Attribute må være en gyldig rolle.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute må inneholde minst :length tegn og inneholder minst ett nummer.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute må inneholde minst :length tegn og inneholder minst ett spesialtegn og ett nummer.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute må inneholde minst :length tegn og inneholder minst ett spesialtegn.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute må inneholde minst :length tegn og inneholder minst ett stort tegn og ett tall.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute må inneholde minst :length tegn og inneholder minst ett stort tegn og ett spesialtegn.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute må inneholde minst :length tegn og inneholder minst ett stort tegn, ett tall og ett spesialtegn.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute må inneholde minst :length tegn og inneholder minst ett stort tegn.",
- "The :attribute must be at least :length characters.": ":Attribute må inneholde minst :length tegn.",
- "The :attribute must contain at least one letter.": ":Attribute må inneholde minst en bokstav.",
- "The :attribute must contain at least one number.": ":Attribute må inneholde minst en tall.",
- "The :attribute must contain at least one symbol.": ":Attribute må inneholde minst en tegn.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": ":Attribute må inneholde minst en stor bokstav og en liten bokstav.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "Det gitte :attribute har dukket opp i en datalekkasje. Velg en annen :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "Oppgitt passord er feil.",
- "The provided password does not match your current password.": "Det oppgitte passordet samsvarer ikke med det nåværende passordet ditt.",
- "The provided password was incorrect.": "Det oppgitte passordet var feil.",
- "The provided two factor authentication code was invalid.": "Den angitte tofaktorautentiseringskoden var ugyldig.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Lagets navn og eierinformasjon.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Disse personene er invitert til teamet ditt og har fått tilsendt en invitasjons-e-post. De kan bli med på laget ved å godta e-postinvitasjonen.",
- "This device": "Denne enheten",
- "This is a secure area of the application. Please confirm your password before continuing.": "Dette er et sikkert område av applikasjonen. Bekreft passordet ditt før du fortsetter.",
- "This password does not match our records.": "Dette passordet samsvarer ikke med registrene våre.",
- "This password reset link will expire in :count minutes.": "Lenken for å nullstille passordet utløper om :count minutter.",
- "This user already belongs to the team.": "Denne brukeren tilhører allerede teamet.",
- "This user has already been invited to the team.": "Denne brukeren er allerede invitert til teamet.",
- "to": "til",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "For å fullføre aktiveringen av tofaktorautentisering, skann følgende QR-kode ved å bruke telefonens autentiseringsapplikasjon eller skriv inn oppsettnøkkelen og oppgi den genererte OTP-koden.",
- "Toggle navigation": "Vis/skjul navigasjon",
- "Token Name": "Token navn",
- "Too Many Requests": "For mange forespørsler",
- "Two Factor Authentication": "Tofaktorautentisering",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Tofaktorautentisering er nå aktivert. Skann følgende QR-kode ved å bruke telefonens autentiseringsprogram eller skriv inn oppsettnøkkelen.",
- "Unauthorized": "Uautorisert",
- "Unknown": "Unknown",
- "Update Password": "Oppdater passord",
- "Update your account's profile information and email address.": "Oppdater kontoinformasjonen og e-postadressen til kontoen din.",
- "Use a recovery code": "Bruk en gjenopprettingskode",
- "Use an authentication code": "Bruk en godkjenningskode",
- "Verify Email Address": "Bekreft e-postadresse",
- "Verify Your Email Address": "Bekreft e-postadressen din",
- "We were unable to find a registered user with this email address.": "Vi kunne ikke finne en registrert bruker med denne e-postadressen.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Når tofaktorautentisering er aktivert, blir du bedt om et sikkert, tilfeldig token under autentisering. Du kan hente dette tokenet fra telefonens Google Authenticator-applikasjon.",
- "Whoops!": "Oisann!",
- "Whoops! Something went wrong.": "Oisann! Noe gikk galt.",
- "You are logged in!": "Du er logget inn!",
- "You are receiving this email because we received a password reset request for your account.": "Du får denne e-posten fordi vi har mottatt og forespørsel om å nullstille passordet til kontoen din.",
- "You have been invited to join the :team team!": "Du er invitert til å bli med i :team team!",
- "You have enabled two factor authentication.": "Du har aktivert tofaktorautentisering.",
- "You have not enabled two factor authentication.": "Du har ikke aktivert tofaktorautentisering.",
- "You may accept this invitation by clicking the button below:": "Du kan godta denne invitasjonen ved å klikke på knappen nedenfor:",
- "You may delete any of your existing tokens if they are no longer needed.": "Du kan slette noen av dine eksisterende tokens hvis de ikke lenger er nødvendige.",
- "You may not delete your personal team.": "Du kan ikke slette ditt personlige team.",
- "You may not leave a team that you created.": "Du kan ikke forlate et team du opprettet.",
- "Your email address is unverified.": "E-postadressen din er ubekreftet."
-}
\ No newline at end of file
diff --git a/resources/lang/nb/auth.php b/resources/lang/nb/auth.php
deleted file mode 100644
index 5bd7c072..00000000
--- a/resources/lang/nb/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Disse opplysningene samsvarer ikke med hva vi har lagret.',
- 'password' => 'Passordet er feil.',
- 'throttle' => 'For mange innloggingsforsøk. Vennligst prøv igjen om :seconds sekunder.',
-];
diff --git a/resources/lang/nb/http-statuses.php b/resources/lang/nb/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/nb/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/nb/pagination.php b/resources/lang/nb/pagination.php
deleted file mode 100644
index c1fda820..00000000
--- a/resources/lang/nb/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Neste »',
- 'previous' => '« Forrige',
-];
diff --git a/resources/lang/nb/passwords.php b/resources/lang/nb/passwords.php
deleted file mode 100644
index 88697c23..00000000
--- a/resources/lang/nb/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Passordet ditt har blitt nullstilt!',
- 'sent' => 'Vi har sendt din lenke for å nullstille passordet!',
- 'throttled' => 'Vennligst vent før du prøver på nytt.',
- 'token' => 'Denne koden for å nullstille passordet er ugyldig.',
- 'user' => 'Vi kan ikke finne en bruker med den e-postadressen.',
-];
diff --git a/resources/lang/nb/validation.php b/resources/lang/nb/validation.php
deleted file mode 100644
index 0c25ab7e..00000000
--- a/resources/lang/nb/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute må aksepteres.',
- 'accepted_if' => ':Attribute må aksepteres når :other er :value.',
- 'active_url' => ':Attribute er ikke en gyldig URL.',
- 'after' => ':Attribute må være en dato etter :date.',
- 'after_or_equal' => ':Attribute må være en dato etter eller lik :date.',
- 'alpha' => ':Attribute må kun bestå av bokstaver.',
- 'alpha_dash' => ':Attribute må kun bestå av bokstaver, tall og bindestreker.',
- 'alpha_num' => ':Attribute må kun bestå av bokstaver og tall.',
- 'array' => ':Attribute må være en matrise.',
- 'attached' => ':Attribute er allerede vedlagt.',
- 'before' => ':Attribute må være en dato før :date.',
- 'before_or_equal' => ':Attribute må være en dato før eller lik :date.',
- 'between' => [
- 'array' => ':Attribute må ha mellom :min - :max elementer.',
- 'file' => ':Attribute må være mellom :min - :max kilobytes.',
- 'numeric' => ':Attribute må være mellom :min - :max.',
- 'string' => ':Attribute må være mellom :min - :max tegn.',
- ],
- 'boolean' => ':Attribute må være sann eller usann',
- 'confirmed' => ':Attribute er ikke likt bekreftelsesfeltet.',
- 'current_password' => 'Oppgitt passord er feil.',
- 'date' => ':Attribute er ikke en gyldig dato.',
- 'date_equals' => ':Attribute må være en dato lik :date.',
- 'date_format' => ':Attribute samsvarer ikke med formatet :format.',
- 'declined' => ':Attribute må avvises.',
- 'declined_if' => ':Attribute må avvises når :other er :value.',
- 'different' => ':Attribute og :other må være forskellige.',
- 'digits' => ':Attribute må ha :digits siffer.',
- 'digits_between' => ':Attribute må være mellom :min og :max siffer.',
- 'dimensions' => ':Attribute har ugyldige bildedimensjoner.',
- 'distinct' => ':Attribute har en duplisert verdi.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute må være en gyldig e-postadresse.',
- 'ends_with' => ':Attribute må ende med en av følgende: :values.',
- 'enum' => 'Det valgte :attribute er ugyldig.',
- 'exists' => 'Det valgte :attribute er ugyldig.',
- 'file' => ':Attribute må være en fil.',
- 'filled' => ':Attribute må fylles ut.',
- 'gt' => [
- 'array' => ':Attribute må ha flere enn :value elementer.',
- 'file' => ':Attribute må være større enn :value kilobytes.',
- 'numeric' => ':Attribute må være større enn :value.',
- 'string' => ':Attribute må være større enn :value tegn.',
- ],
- 'gte' => [
- 'array' => ':Attribute må ha :value elementer eller flere.',
- 'file' => ':Attribute må være større enn eller lik :value kilobytes.',
- 'numeric' => ':Attribute må være større enn eller lik :value.',
- 'string' => ':Attribute må være større enn eller lik :value tegn.',
- ],
- 'image' => ':Attribute må være et bilde.',
- 'in' => 'Det valgte :attribute er ugyldig.',
- 'in_array' => 'Det valgte :attribute eksisterer ikke i :other.',
- 'integer' => ':Attribute må være et heltall.',
- 'ip' => ':Attribute må være en gyldig IP-adresse.',
- 'ipv4' => ':Attribute må være en gyldig IPv4-adresse.',
- 'ipv6' => ':Attribute må være en gyldig IPv6-addresse.',
- 'json' => ':Attribute må være på JSON-format.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute må ha færre enn :value elementer.',
- 'file' => ':Attribute må være mindre enn :value kilobytes.',
- 'numeric' => ':Attribute må være mindre enn :value.',
- 'string' => ':Attribute må være kortere enn :value tegn.',
- ],
- 'lte' => [
- 'array' => ':Attribute må ikke ha flere enn :value elementer.',
- 'file' => ':Attribute må være mindre enn eller lik :value kilobytes.',
- 'numeric' => ':Attribute må være mindre enn eller lik :value.',
- 'string' => ':Attribute må være kortere enn eller lik :value tegn.',
- ],
- 'mac_address' => ':Attribute må være en gyldig MAC-adresse.',
- 'max' => [
- 'array' => ':Attribute må ikke ha flere enn :max elementer.',
- 'file' => ':Attribute må ikke være større enn :max kilobytes.',
- 'numeric' => ':Attribute må ikke være større enn :max.',
- 'string' => ':Attribute må ikke være større enn :max tegn.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute må være en fil av typen: :values.',
- 'mimetypes' => ':Attribute må være en fil av typen: :values.',
- 'min' => [
- 'array' => ':Attribute må ha minst :min elementer.',
- 'file' => ':Attribute må være minst :min kilobytes.',
- 'numeric' => ':Attribute må være minst :min.',
- 'string' => ':Attribute må være minst :min tegn.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute må være flere av :value',
- 'not_in' => 'Den valgte :attribute er ugyldig.',
- 'not_regex' => 'Formatet på :attribute er ugyldig.',
- 'numeric' => ':Attribute må være et tall.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute må eksistere.',
- 'prohibited' => ':Attribute felt er forbudt.',
- 'prohibited_if' => ':Attribute felt er forbudt når :other er :value.',
- 'prohibited_unless' => ':Attribute felt er forbudt med mindre :other er i :values.',
- 'prohibits' => ':Attribute forbyr :other å være til stede.',
- 'regex' => 'Formatet på :attribute er ugyldig.',
- 'relatable' => ':Attribute kan ikke være knyttet til denne ressursen.',
- 'required' => ':Attribute må fylles ut.',
- 'required_array_keys' => ':Attribute feltet må inneholde oppføringer for: :values.',
- 'required_if' => ':Attribute må fylles ut når :other er :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Attribute er påkrevd med mindre :other finnes blant verdiene :values.',
- 'required_with' => ':Attribute må fylles ut når :values er utfylt.',
- 'required_with_all' => ':Attribute er påkrevd når :values er oppgitt.',
- 'required_without' => ':Attribute må fylles ut når :values ikke er utfylt.',
- 'required_without_all' => ':Attribute er påkrevd når ingen av :values er oppgitt.',
- 'same' => ':Attribute og :other må være like.',
- 'size' => [
- 'array' => ':Attribute må inneholde :size elementer.',
- 'file' => ':Attribute må være :size kilobytes.',
- 'numeric' => ':Attribute må være :size.',
- 'string' => ':Attribute må være :size tegn lang.',
- ],
- 'starts_with' => ':Attribute må starte med en av følgende: :values.',
- 'string' => ':Attribute må være en tekststreng.',
- 'timezone' => ':Attribute må være en gyldig tidssone.',
- 'unique' => ':Attribute er allerede i bruk.',
- 'uploaded' => ':Attribute kunne ikke lastes opp.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Formatet på :attribute er ugyldig.',
- 'uuid' => ':Attribute må være en gyldig UUID.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/ne.json b/resources/lang/ne.json
deleted file mode 100644
index 11a99529..00000000
--- a/resources/lang/ne.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "स्वीकार निमन्त्रणा",
- "Add": "थप",
- "Add a new team member to your team, allowing them to collaborate with you.": "थप एक नयाँ टीम सदस्य आफ्नो टीम अनुमति, तिनीहरूलाई संग सहकार्य you.",
- "Add additional security to your account using two factor authentication.": "थप अतिरिक्त सुरक्षा गर्न आफ्नो खाता प्रयोग गरेर दुई कारक प्रमाणीकरण.",
- "Add Team Member": "थप टोली सदस्य",
- "Added.": "जोडी ।",
- "Administrator": "प्रशासक",
- "Administrator users can perform any action.": "प्रशासक प्रयोगकर्ता प्रदर्शन गर्न सक्छन् कुनै पनि कार्य.",
- "All of the people that are part of this team.": "सबै मानिसहरूले भन्ने छन्, यो टीम को भाग.",
- "All rights reserved.": "सबै अधिकार सुरक्षित।",
- "Already registered?": "पहिले नै दर्ता?",
- "API Token": "API टोकन",
- "API Token Permissions": "API टोकन अनुमति",
- "API Tokens": "API टोकन",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API टोकन अनुमति दिन्छ तेस्रो-पक्ष सेवाहरू प्रमाणित गर्न हाम्रो आवेदन आफ्नो तर्फबाट.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Are you sure you want to delete this टीम? एक पटक एक टीम हटाइएको छ, सबै को आफ्नो स्रोत र डाटा will be permanently deleted.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Are you sure you want to delete your account? एक पटक आफ्नो खाता मेटिएको छ, सबै को आफ्नो स्रोत र डाटा will be permanently deleted. कृपया पुष्टि गर्न आफ्नो पासवर्ड प्रविष्टि you would like to permanently delete your account.",
- "Are you sure you would like to delete this API token?": "Are you sure you would like to delete this API टोकन?",
- "Are you sure you would like to leave this team?": "Are you sure you छोड्न चाहन्छु यो टोली?",
- "Are you sure you would like to remove this person from the team?": "Are you sure you would like to remove यो व्यक्ति टीम देखि?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "ब्राउजर सत्र",
- "Cancel": "रद्द",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Close",
- "Code": "कोड",
- "Confirm": "पुष्टि",
- "Confirm Password": "पासवर्ड सुनिश्चित गर्नुहोस",
- "Create": "सिर्जना",
- "Create a new team to collaborate with others on projects.": "Create a new टोली संग सहकार्य गर्न अरूलाई मा परियोजनाहरु छ ।",
- "Create Account": "खाता सिर्जना गर्नुहोस्",
- "Create API Token": "Create API टोकन",
- "Create New Team": "नयाँ सिर्जना टीम",
- "Create Team": "सिर्जना टीम",
- "Created.": "Created.",
- "Current Password": "हालको पासवर्ड",
- "Dashboard": "ड्यासबोर्ड",
- "Delete": "मेटाउन",
- "Delete Account": "मेट्नुहोस् खाता",
- "Delete API Token": "मेट्नुहोस् API टोकन",
- "Delete Team": "मेट्नुहोस् टीम",
- "Disable": "अक्षम",
- "Done.": "गरेको ।",
- "Edit Profile": "Edit Profile",
- "Editor": "सम्पादक",
- "Editor users have the ability to read, create, and update.": "सम्पादक प्रयोगकर्ता गर्ने क्षमता छ, पढ्नुहोस्, सिर्जना गर्नुहोस्, र अपडेट.",
- "Email": "इमेल",
- "Email Address": "Email Address",
- "Email Password Reset Link": "Email Password Reset Link",
- "Enable": "सक्षम",
- "Ensure your account is using a long, random password to stay secure.": "सुनिश्चित आफ्नो खाता प्रयोग छ, एक लामो अनियमित पासवर्ड सुरक्षित रहन.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "आफ्नो सुरक्षा को लागि, कृपया आफ्नो पासवर्ड पुष्टि गर्न जारी ।",
- "Forbidden": "निषेध गरिएको",
- "Forgot your password?": "आफ्नो पासवर्ड बिर्सिनुभयो?",
- "Forgot Your Password?": "तपाईको पासवर्ड बिर्सनुभयो?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "आफ्नो पासवर्ड बिर्सिनुभयो? कुनै समस्या छ । Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.",
- "Go to page :page": "जानुहोस् पृष्ठ :page",
- "Great! You have accepted the invitation to join the :team team.": "Great! तपाईं निमन्त्रणा स्वीकार गर्न सामेल :team टीम ।",
- "Hello!": "नमस्कार!",
- "I agree to the :terms_of_service and :privacy_policy": "म सहमत :terms_of_service र :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "यदि आवश्यक, you may log out सबै को आफ्नो अन्य ब्राउजर सत्र across all of your devices. केही आफ्नो हाल सत्र तल दिइएका छन्; तथापि, यो सूची exhaustive नहुन सक्छ. तपाईं महसुस भने तपाईंको खातामा सम्झौता गरिएको छ, तपाईं पनि गर्नुपर्छ update your password.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "तपाईं पहिले देखि नै एक खाता छ भने, तपाईँले यो स्वीकार निमन्त्रणा द्वारा बटन क्लिक तल:",
- "If you did not create an account, no further action is required.": "यदि तपाईंले खाता सिर्जना गर्नुभएको छैन भने, अगाडि कुनै कार्यको आवश्यक पर्दैन।",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "यदि तपाईं आशा थिएन निमन्त्रणा प्राप्त गर्न यो टोली, you may खारेज यस इमेल.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "यदि तपाईंले पासवर्ड रिसेट अनुरोध गर्नुभएन भने, अगाडि कुनै कार्य आवश्यक पर्दैन।",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "तपाईं एक खाता छैन भने, तपाईं सिर्जना गर्न सक्छ, एक बटन क्लिक गरेर तल. पछि खाता सिर्जना, you may क्लिक गर्नुहोस् निमन्त्रणा स्वीकृति बटन मा यो इमेल स्वीकार गर्न टीम निमन्त्रणा:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "यदि तपाईंलाई क्लिक गर्दा समस्या भइरहेको छ भने \":actionText\" बटन, प्रतिलिपि गरेर तल URL लाई टाँस्नुहोस् वेब n तपाइँको वेब ब्राउजर:",
- "Last active": "गत सक्रिय",
- "Last used": "गत प्रयोग",
- "Leave": "बिदा",
- "Leave Team": "Leave टीम",
- "Log in": "Log in",
- "Log Out": "लग आउट",
- "Log Out Other Browser Sessions": "Log Out अन्य ब्राउजर सत्र",
- "Login": "लगइन",
- "Logout": "लगआउट",
- "Manage Account": "खाता व्यवस्थापन",
- "Manage and log out your active sessions on other browsers and devices.": "व्यवस्थापन र लग बाहिर आफ्नो सक्रिय सत्र मा अन्य ब्राउजर र उपकरणहरू.",
- "Manage API Tokens": "व्यवस्थापन API टोकन",
- "Manage Role": "व्यवस्थापन भूमिका",
- "Manage Team": "व्यवस्थापन टीम",
- "Name": "नाम",
- "New Password": "नयाँ पासवर्ड",
- "Not Found": "फेला परेन",
- "of": "को",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "एक पटक एक टीम हटाइएको छ, सबै को आफ्नो स्रोत र डाटा will be permanently deleted. पहिले मेटाउने यो टीम, डाउनलोड गर्नुहोस् कुनै पनि डाटा वा जानकारी सन्दर्भमा यो टीम तपाईं इच्छा राख्नु गर्न.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "एक पटक आफ्नो खाता मेटिएको छ, सबै को आफ्नो स्रोत र डाटा will be permanently deleted. पहिले deleting your account, please डाउनलोड कुनै पनि डाटा वा जानकारी तपाईं इच्छा राख्नु गर्न.",
- "Page Expired": "पृष्ठ समयावधि सकियो",
- "Pagination Navigation": "पेजमा नम्बर रखाइ अन्वेषण",
- "Password": "पासवर्ड",
- "Pending Team Invitations": "अपूर्ण टीम निम्तो",
- "Permanently delete this team.": "स्थायी रूपमा मेट्न यो टीम ।",
- "Permanently delete your account.": "स्थायी तपाईंको खाता मेटाउन.",
- "Permissions": "अनुमति",
- "Photo": "फोटो",
- "Please click the button below to verify your email address.": "कृपया तलको बटन क्लिक गर्नुहोस् तपाईंको ईमेल ठेगाना प्रमाणित गर्न।",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "कृपया पुष्टि पहुँच गर्न आफ्नो खाता प्रवेश गरेर एक को आफ्नो आपतकालीन पुन कोड.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "कृपया पुष्टि पहुँच गर्न आफ्नो खाता प्रवेश गरेर प्रमाणीकरण कोड प्रदान गरेर आफ्नो प्रमाणिकरण आवेदन छ ।",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "प्रतिलिपि कृपया आफ्नो नयाँ एपीआई टोकन. आफ्नो सुरक्षा को लागि, it won ' t be shown फेरि ।",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "कृपया पुष्टि गर्न आफ्नो पासवर्ड प्रविष्टि गर्न चाहनुहुन्छ लग बाहिर आफ्नो अन्य ब्राउजर सत्र across all of your devices.",
- "Please provide the email address of the person you would like to add to this team.": "Please provide the email address of the person you would like to add गर्न यो टीम ।",
- "Privacy Policy": "गोपनीयता नीति",
- "Profile": "प्रोफाइल",
- "Profile Information": "प्रोफाइल जानकारी",
- "Recovery Code": "पुन कोड",
- "Regards": "सादर",
- "Regenerate Recovery Codes": "सुधारना पुन कोड",
- "Register": "दर्ता गर्नुहोस्",
- "Remember me": "मलाई सम्झना",
- "Remember Me": "मलाई सम्झनुहोस्",
- "Remove": "Remove",
- "Remove Photo": "हटाउन फोटो",
- "Remove Team Member": "हटाउन टोली सदस्य",
- "Resend Verification Email": "फेरी प्रमाणिकरण इमेल",
- "Reset Password": "पासवर्ड रिसेट गर्नुहोस्",
- "Reset Password Notification": "पासवर्ड सूचना रिसेट गर्नुहोस्",
- "results": "परिणाम",
- "Role": "भूमिका",
- "Save": "बचत",
- "Saved.": "मुक्ति ।",
- "Select A New Photo": "चयन एक नयाँ फोटो",
- "Send Password Reset Link": "पासवर्ड रिसेट लिंक पठाउनुहोस्",
- "Server Error": "सर्भर त्रुटि",
- "Service Unavailable": "सेवा अनुपलब्ध",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "शो पुन कोड",
- "Showing": "देखाउने",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "स्टोर यी पुन कोड मा एक सुरक्षित पासवर्ड प्रबन्धक । तिनीहरूले प्रयोग गर्न सकिन्छ ठीक गर्न आफ्नो खातामा पहुँच छ भने आफ्नो दुई कारक प्रमाणीकरण यन्त्र हराएको छ ।",
- "Switch Teams": "स्विच टोली",
- "Team Details": "टीम विवरण",
- "Team Invitation": "टीम निमन्त्रणा",
- "Team Members": "टीम सदस्यहरु",
- "Team Name": "टीम नाम",
- "Team Owner": "टीम मालिक",
- "Team Settings": "टीम बनाइएको",
- "Terms of Service": "सेवा सर्तहरू",
- "The :attribute must be a valid role.": "यो :attribute हुनुपर्छ वैध भूमिका छ ।",
- "The :attribute must be at least :length characters and contain at least one number.": "यो :attribute कम से कम हुनुपर्छ :length वर्ण र कम से कम समावेश एक नम्बर छ ।",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "यो :attribute कम से कम हुनुपर्छ :length वर्ण र कम से कम समावेश एक विशेष चरित्र र एक नम्बर ।",
- "The :attribute must be at least :length characters and contain at least one special character.": "यो :attribute कम से कम हुनुपर्छ :length वर्ण र कम से कम समावेश एक विशेष चरित्र छ ।",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "यो :attribute कम से कम हुनुपर्छ :length वर्ण र समावेश कम्तिमा एक अपर चरित्र र एक नम्बर ।",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "यो :attribute कम से कम हुनुपर्छ :length वर्ण र समावेश कम्तिमा एक अपर चरित्र र एक विशेष चरित्र छ ।",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "यो :attribute कम से कम हुनुपर्छ :length वर्ण र समावेश कम्तिमा एक अपर चरित्र, एक नम्बर, र एक विशेष चरित्र छ ।",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute कम से कम हुनुपर्छ :length वर्ण र समावेश कम्तिमा एक अपर चरित्र छ ।",
- "The :attribute must be at least :length characters.": "यो :attribute कम से कम हुनुपर्छ :length वर्ण.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "प्रदान पासवर्ड मेल खाँदैन आफ्नो हालको पासवर्ड.",
- "The provided password was incorrect.": "प्रदान पासवर्ड गलत थियो ।",
- "The provided two factor authentication code was invalid.": "प्रदान दुई कारक प्रमाणीकरण कोड अवैध थियो ।",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "टीम गरेको नाम र मालिक जानकारी ।",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "यी मानिसहरूलाई आमन्त्रित गरिएको छ आफ्नो टीम र पठाइएको निमन्त्रणा ईमेल । तिनीहरूले हुन सक्छ टीम सामेल स्वीकार गरेर इमेल निमन्त्रणा ।",
- "This device": "यो यन्त्र",
- "This is a secure area of the application. Please confirm your password before continuing.": "यो एक सुरक्षित क्षेत्र को आवेदन. कृपया आफ्नो पासवर्ड पुष्टि पहिले जारी.",
- "This password does not match our records.": "यो पासवर्ड does not match our records.",
- "This password reset link will expire in :count minutes.": "यस पासवर्ड रिसेट लिंकको म्याद सकिन्छ :count minutes.",
- "This user already belongs to the team.": "यो प्रयोगकर्ता पहिले नै पट्टी गर्न टीम छ ।",
- "This user has already been invited to the team.": "यो प्रयोगकर्ता पहिले नै भएको छ आमन्त्रित गर्न टीम छ ।",
- "to": "गर्न",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "टगल नेभिगेसन",
- "Token Name": "टोकन नाम",
- "Too Many Requests": "धेरै धेरै अनुरोधहरू",
- "Two Factor Authentication": "दुई कारक प्रमाणीकरण",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "अनधिकृत",
- "Unknown": "Unknown",
- "Update Password": "अपडेट Password",
- "Update your account's profile information and email address.": "अपडेट आफ्नो खातामा प्रोफाइल जानकारी र इमेल ठेगाना.",
- "Use a recovery code": "प्रयोग एक पुन कोड",
- "Use an authentication code": "प्रयोग एक प्रमाणीकरण कोड",
- "Verify Email Address": "ईमेल ठेगाना प्रमाणित गर्नुहोस्",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "हामी पत्ता लगाउन असमर्थ थिए एक दर्ता प्रयोगकर्ता संग this email address.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "जब दुई कारक प्रमाणीकरण सक्षम छ, तपाईं हुनेछ गर्नुको लागि एक सुरक्षित, अनियमित टोकन समयमा प्रमाणीकरण. You may पुनःबहाली यो टोकन देखि आफ्नो फोनको गुगल प्रमाणिकरण आवेदन छ ।",
- "Whoops!": "उफ्!",
- "Whoops! Something went wrong.": "ओहो! केही गलत भयो ।",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "तपाईं यो ईमेल प्राप्त गर्दै हुनुहुन्छ किनकि हामीले तपाईंको खाताको लागि पासवर्ड रिसेट अनुरोध प्राप्त गर्यौं।",
- "You have been invited to join the :team team!": "You have been invited to join :team टीम!",
- "You have enabled two factor authentication.": "तपाईं सक्षम दुई कारक प्रमाणीकरण.",
- "You have not enabled two factor authentication.": "तपाईं सक्षम छैन दुई कारक प्रमाणीकरण.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "तपाईं मेटाउन सक्छ any of your विद्यमान टोकन तिनीहरूले भने अब आवश्यक.",
- "You may not delete your personal team.": "You may not delete आफ्नो व्यक्तिगत टीम ।",
- "You may not leave a team that you created.": "तपाईं छोड्न सक्छ कि एक टीम तपाईं सृष्टि गर्नुभयो ।",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/ne/auth.php b/resources/lang/ne/auth.php
deleted file mode 100644
index a4548a0d..00000000
--- a/resources/lang/ne/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'यी प्रमाणहरू हाम्रो रेकर्ड संग मेल खादैनन्।',
- 'password' => 'पासवर्ड गलत छ।',
- 'throttle' => 'धेरै लगिन प्रयास भयो :seconds सेकेन्ड पछि फेरि प्रयास गर्नुहोस्।',
-];
diff --git a/resources/lang/ne/http-statuses.php b/resources/lang/ne/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/ne/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/ne/pagination.php b/resources/lang/ne/pagination.php
deleted file mode 100644
index 33757c2c..00000000
--- a/resources/lang/ne/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'अर्को »',
- 'previous' => '« अघिल्लो',
-];
diff --git a/resources/lang/ne/passwords.php b/resources/lang/ne/passwords.php
deleted file mode 100644
index 9eed72ef..00000000
--- a/resources/lang/ne/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'पासवर्ड रिसेट भयो!',
- 'sent' => 'हामीले पासवर्ड परिवर्तन गर्ने लिंक ईमेलमा पठाएका छौ!',
- 'throttled' => 'पुन: प्रयास गर्नु अघि कृपया प्रतीक्षा गर्नुहोस्.',
- 'token' => 'यो पासवर्ड रिसेट गर्ने टोकन अमान्य छ।',
- 'user' => 'दिइएको ईमेल प्रयोगकर्ता भेटिएन।',
-];
diff --git a/resources/lang/ne/validation.php b/resources/lang/ne/validation.php
deleted file mode 100644
index 5a475fe1..00000000
--- a/resources/lang/ne/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute स्वीकार गरिएको हुनुपर्छ।',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute URL अमान्य छ।',
- 'after' => ':Attribute को मिति :date भन्दा पछि हुनुपर्छ।',
- 'after_or_equal' => ':Attribute मिति पछाडि वा बराबर मिति हुनुपर्दछ।',
- 'alpha' => ':Attribute मा अक्षरहरु मात्र हुनसक्छ।',
- 'alpha_dash' => ':Attribute मा अक्षर, संख्या र ड्यासहरू मात्र हुनसक्छ।',
- 'alpha_num' => ':Attribute मा अक्षर र संख्याहरू मात्र हुनसक्छ।',
- 'array' => ':Attribute एर्रे हुनुपर्छ।',
- 'attached' => 'यो :attribute छ नै संलग्न.',
- 'before' => ':Attribute को मिति :date भन्दा अघि हुनुपर्छ।',
- 'before_or_equal' => ':Attribute मिति भन्दा अघि वा बराबर :date हुनुपर्दछ।',
- 'between' => [
- 'array' => ':Attribute आइटमको संख्या :min र :max को बिचमा हुनुपर्छ।',
- 'file' => ':Attribute :min र :max किलोबाइट्स को बिचमा हुनुपर्छ।',
- 'numeric' => ':Attribute :min र :maxको बिचमा हुनुपर्छ।',
- 'string' => ':Attribute :min र :max वर्णको बिचमा हुनुपर्छ।',
- ],
- 'boolean' => ':Attribute ठिक अथवा बेठिक हुनुपर्छ।',
- 'confirmed' => ':Attribute दाेहाेर्याइएकाे मिलेन।',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute को मिति मिलेन।',
- 'date_equals' => ':Attribute मिति बराबर :date हुनुपर्दछ।',
- 'date_format' => ':Attribute को ढाँचा :format जस्तो हुनुपर्छ।',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute र :other फरक हुनुपर्छ।',
- 'digits' => ':Attribute :digits अंकको हुनुपर्छ।',
- 'digits_between' => ':Attribute :min देखी :max अंकको हुनुपर्छ।',
- 'dimensions' => ':Attribute अमान्य छवि आयाम छ।',
- 'distinct' => ':Attribute फिल्ड फिल्डको नक्कल मान छ',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute को इमेल ठेगाना मिलेन।',
- 'ends_with' => ':Attribute निम्न मध्ये एकको साथ विशेषता अन्त हुनुपर्दछ :values',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'छानिएको :attribute अमान्य छ।',
- 'file' => ':Attribute एक फाईल हुनुपर्दछ।',
- 'filled' => ':Attribute दिइएको हुनुपर्छ।',
- 'gt' => [
- 'array' => ':Attribute :value आईटमहरू भन्दा बढि हुनुपर्दछ।',
- 'file' => ':Attribute :value क्यालोबाइट भन्दा बढि हुनुपर्दछ।',
- 'numeric' => ':Attribute :value भन्दा बढि हुनुपर्दछ।',
- 'string' => ':Attribute :value क्यारेक्टर भन्दा बढि हुनुपर्दछ।',
- ],
- 'gte' => [
- 'array' => ':Attribute :value आईटमहरू भन्दा बढि हुनुपर्दछ।',
- 'file' => ':Attribute :value क्यालोबाइट भन्दा बढि हुनुपर्दछ।',
- 'numeric' => ':Attribute :value भन्दा बढि हुनुपर्दछ।',
- 'string' => ':Attribute :value क्यारेक्टर भन्दा बढि हुनुपर्दछ।',
- ],
- 'image' => ':Attribute मा फोटो हुनुपर्छ।',
- 'in' => 'छानिएको :attribute अमान्य छ।',
- 'in_array' => ':Attribute क्षेत्र मा अवस्थित छैन :other',
- 'integer' => ':Attribute पूर्ण संख्या हुनुपर्छ।',
- 'ip' => ':Attribute मा दिइएको मान्य IP ठेगाना हुनुपर्छ।',
- 'ipv4' => ':Attribute एक मान्य IPv4 ठेगाना हुनुपर्दछ.',
- 'ipv6' => ':Attribute एक मान्य IPv6 ठेगाना हुनुपर्दछ.',
- 'json' => ':Attribute मा दिइएको मान्य JSON स्ट्रिङ्ग हुनुपर्छ।',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute :value आईटमहरू भन्दा बढि हुनुपर्दछ।',
- 'file' => ':Attribute :value क्यालोबाइट भन्दा बढि हुनुपर्दछ।',
- 'numeric' => ':Attribute :value भन्दा बढि हुनुपर्दछ।',
- 'string' => ':Attribute :value क्यारेक्टर भन्दा बढि हुनुपर्दछ।',
- ],
- 'lte' => [
- 'array' => ':Attribute :value आईटमहरू भन्दा बढि हुनुपर्दछ।',
- 'file' => ':Attribute :value क्यालोबाइट भन्दा बढि हुनुपर्दछ।',
- 'numeric' => ':Attribute :value भन्दा बढि हुनुपर्दछ।',
- 'string' => ':Attribute :value क्यारेक्टर भन्दा बढि हुनुपर्दछ।',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute मा :max आईटमहरू भन्दा बढि हुनुपर्दछ।',
- 'file' => ':Attribute :max क्यालोबाइट भन्दा बढि हुनुपर्दछ।',
- 'numeric' => ':Attribute :max भन्दा बढि हुनुपर्दछ।',
- 'string' => ':Attribute :max क्यारेक्टर भन्दा बढि हुनुपर्दछ।',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute :values प्रकारको फाइल हुनुपर्छ।',
- 'mimetypes' => ':Attribute :values प्रकारको फाइल हुनुपर्छ।',
- 'min' => [
- 'array' => ':Attribute मा कम्तिमा :min आइटम हुनुपर्छ।',
- 'file' => ':Attribute कम्तिमा :min क्यालोबाइटोकाे हुनुपर्छ।',
- 'numeric' => ':Attribute कम्तिमा :min हुनुपर्छ।',
- 'string' => ':Attribute कम्तिमा :min वर्णको हुनुपर्छ।',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'यो :attribute को एक धेरै हुनुपर्छ :value',
- 'not_in' => 'छानिएको :attribute अमान्य छ।',
- 'not_regex' => ':Attribute ढाँचा अवैध छ.',
- 'numeric' => ':Attribute संख्या हुनुपर्छ।',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute क्षेत्र उपस्थित हुनुपर्दछ.',
- 'prohibited' => 'यो :attribute क्षेत्र निषेध छ ।',
- 'prohibited_if' => 'यो :attribute क्षेत्र निषेध छ जब :other छ :value.',
- 'prohibited_unless' => 'यो :attribute क्षेत्र निषेध छ नभएसम्म :other छ :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => ':Attribute को ढाँचा मिलेन।',
- 'relatable' => 'यो :attribute हुन सक्छ, यस संग सम्बन्धित संसाधन ।',
- 'required' => ':Attribute दिइएको हुनुपर्छ।',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Attribute चाहिन्छ जब :other :value हुन्छ।',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Other :values मा नभएसम्म :attribute चाहिन्छ।',
- 'required_with' => ':Values भएसम्म :attribute चाहिन्छ।',
- 'required_with_all' => ':Values भएसम्म :attribute चाहिन्छ।',
- 'required_without' => ':Values नभएको बेला :attribute चाहिन्छ।',
- 'required_without_all' => 'कुनैपनि :values नभएको बेला :attribute चाहिन्छ।',
- 'same' => ':Attribute र :other मिल्नुपर्छ।',
- 'size' => [
- 'array' => ':Attribute :sizeमा आइटम हुनुपर्छ।',
- 'file' => ':Attribute :size क्यालोबाइटोकाे हुनुपर्छ।',
- 'numeric' => ':Attribute :size हुनुपर्छ।',
- 'string' => ':Attribute :size वर्णको हुनुपर्छ।.',
- ],
- 'starts_with' => ':Attribute निम्न मध्ये एकसँग सुरू हुनुपर्दछ :values',
- 'string' => ':Attribute स्ट्रिङ्ग हुनुपर्छ।',
- 'timezone' => ':Attribute मान्य समय क्षेत्र हुनुपर्छ।',
- 'unique' => 'यो :attribute पहिले नै लिई सकेको छ।',
- 'uploaded' => ':Attribute अपलोड गर्न असफल भयो।',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute को ढांचा मिलेन।',
- 'uuid' => ':Attribute एक मान्य UUID हुनुपर्दछ।',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/nl.json b/resources/lang/nl.json
deleted file mode 100644
index bb03f3a8..00000000
--- a/resources/lang/nl.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "Er is een nieuwe verificatielink naar je e-mailadres verstuurd.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "Er is een nieuwe verificatielink verstuurd naar het e-mailadres dat je ingegeven hebt in je profielinstellingen.",
- "A new verification link has been sent to your email address.": "Er is een nieuwe verificatielink naar je e-mailadres verstuurd.",
- "Accept Invitation": "Uitnodiging accepteren",
- "Add": "Toevoegen",
- "Add a new team member to your team, allowing them to collaborate with you.": "Voeg een nieuw teamlid toe aan je team, zodat ze met je kunnen samenwerken.",
- "Add additional security to your account using two factor authentication.": "Voeg extra beveiliging toe aan je account met tweestapsverificatie.",
- "Add Team Member": "Teamlid toevoegen",
- "Added.": "Toegevoegd.",
- "Administrator": "Beheerder",
- "Administrator users can perform any action.": "Beheerders kunnen elke actie uitvoeren.",
- "All of the people that are part of this team.": "Alle mensen die deel uitmaken van dit team.",
- "All rights reserved.": "Alle rechten voorbehouden.",
- "Already registered?": "Al geregistreerd?",
- "API Token": "API-token",
- "API Token Permissions": "API-tokenrechten",
- "API Tokens": "API-tokens",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "Met API-tokens kunnen andere services zich als jou authenticeren in onze applicatie.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Weet je zeker dat je dit team wilt verwijderen? Zodra een team is verwijderd, worden alle bronnen en gegevens ook permanent verwijderd.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Weet je zeker dat je je account permanent wilt verwijderen? Als je account wordt verwijderd, worden alle gekoppelde bestanden en gegevens ook permanent verwijderd. Voer alsjeblieft je wachtwoord in, om te bevestigen dat je je account permanent wilt verwijderen.",
- "Are you sure you would like to delete this API token?": "Weet je zeker dat je deze API-token wilt verwijderen?",
- "Are you sure you would like to leave this team?": "Weet je zeker dat je dit team wilt verlaten?",
- "Are you sure you would like to remove this person from the team?": "Weet je zeker dat je deze persoon uit het team wilt verwijderen?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Kunt u voor uw verder gaat uw e-mailadres verifiëren door op de link te klikken die we net naar u verstuurd hebben? Als u geen e-mail heeft ontvangen, sturen wij u er graag nog een.",
- "Before proceeding, please check your email for a verification link.": "Om verder te gaan, check je e-mail voor een verificatielink.",
- "Browser Sessions": "Browsersessies",
- "Cancel": "Annuleren",
- "Click here to re-send the verification email.": "Klik hier om de verificatie e-mail opnieuw te versturen.",
- "click here to request another": "vraag hier een andere aan",
- "Close": "Sluit",
- "Code": "Code",
- "Confirm": "Bevestig",
- "Confirm Password": "Bevestig wachtwoord",
- "Create": "Aanmaken",
- "Create a new team to collaborate with others on projects.": "Maak een nieuw team aan om met anderen aan projecten samen te werken.",
- "Create Account": "Account aanmaken",
- "Create API Token": "Maak een API-token",
- "Create New Team": "Maak nieuw team aan",
- "Create Team": "Maak team aan",
- "Created.": "Aangemaakt.",
- "Current Password": "Huidig wachtwoord",
- "Dashboard": "Dashboard",
- "Delete": "Verwijder",
- "Delete Account": "Account Verwijderen",
- "Delete API Token": "API-token Verwijderen",
- "Delete Team": "Team Verwijderen",
- "Disable": "Schakel uit",
- "Done.": "Klaar.",
- "Edit Profile": "Profiel bewerken",
- "Editor": "Redacteur",
- "Editor users have the ability to read, create, and update.": "Redacteurs hebben de bevoegdheid om te lezen, te creëren en te bewerken.",
- "Email": "E-mailadres",
- "Email Address": "E-mailadres",
- "Email Password Reset Link": "Verstuur link",
- "Enable": "Schakel in",
- "Ensure your account is using a long, random password to stay secure.": "Zorg ervoor dat je account een lang, willekeurig wachtwoord gebruikt om veilig te blijven.",
- "Finish enabling two factor authentication.": "Inschakelen van tweestapsverificatie afronden.",
- "For your security, please confirm your password to continue.": "Bevestig voor de zekerheid je wachtwoord om door te gaan.",
- "Forbidden": "Geen toegang",
- "Forgot your password?": "Wachtwoord vergeten?",
- "Forgot Your Password?": "Wachtwoord Vergeten?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Wachtwoord vergeten? Geen probleem. Geef hier je e-mailadres in en we sturen je een link via mail waarmee je een nieuw wachtwoord kan instellen.",
- "Go to page :page": "Ga naar pagina :page",
- "Great! You have accepted the invitation to join the :team team.": "Mooizo! Je hebt de uitnodiging om deel te nemen aan :team geaccepteerd.",
- "Hello!": "Hallo!",
- "I agree to the :terms_of_service and :privacy_policy": "Ik ga akkoord met de :terms_of_service en de :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Indien nodig, kunt u uitloggen bij al uw andere browsersessies op al uw apparaten. Sommige van uw recente sessies staan hieronder vermeld; deze lijst is echter mogelijk niet volledig. Als u denkt dat uw account is gecompromitteerd, moet u ook uw wachtwoord bij te werken.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Als je al een account hebt, kan je deze uitnodiging accepteren door op onderstaande knop te klikken:",
- "If you did not create an account, no further action is required.": "Als je geen account hebt aangemaakt hoef je verder niets te doen.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Als je geen uitnodiging voor dit team verwachtte, mag je deze mail negeren.",
- "If you did not receive the email": "Als je de e-mail niet hebt ontvangen",
- "If you did not request a password reset, no further action is required.": "Als je geen wachtwoordherstel hebt aangevraagd, hoef je verder niets te doen.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Als je nog geen account hebt, kan je er een aanmaken door op onderstaande knop te klikken. Na het aanmaken van je account kan je op de uitnodiging in deze mail klikken om die te accepteren:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Als je problemen hebt met de \":actionText\" knop, kopieer en plak de URL hieronder\nin je webbrowser:",
- "Last active": "Laatst actief",
- "Last used": "Laatst gebruikt",
- "Leave": "Verlaat",
- "Leave Team": "Team Verlaten",
- "Log in": "Inloggen",
- "Log Out": "Uitloggen",
- "Log Out Other Browser Sessions": "Uitloggen bij alle sessies",
- "Login": "Inloggen",
- "Logout": "Uitloggen",
- "Manage Account": "Accountbeheer",
- "Manage and log out your active sessions on other browsers and devices.": "Beheer je actieve sessies op andere browsers en andere apparaten.",
- "Manage API Tokens": "Beheer API-tokens",
- "Manage Role": "Beheer Rol",
- "Manage Team": "Beheer Team",
- "Name": "Naam",
- "New Password": "Nieuw wachtwoord",
- "Not Found": "Niet gevonden",
- "of": "van",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Zodra een team is verwijderd, worden alle bronnen en gegevens permanent verwijderd. Download voordat je dit team verwijdert alle gegevens of informatie over dit team die je wilt behouden.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Als je account wordt verwijderd, worden alle gekoppelde bestanden en gegevens ook permanent verwijderd. Sla alsjeblieft alle data op die je wilt behouden, voordat je je account verwijderd.",
- "Page Expired": "Pagina niet meer geldig",
- "Pagination Navigation": "Paginanavigatie",
- "Password": "Wachtwoord",
- "Pending Team Invitations": "Openstaande Team uitnodigingen",
- "Permanently delete this team.": "Verwijder dit team definitief.",
- "Permanently delete your account.": "Verwijder je account permanent.",
- "Permissions": "Rechten",
- "Photo": "Foto",
- "Please click the button below to verify your email address.": "Klik op de knop hieronder om je e-mailadres te verifiëren.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Bevestig de toegang tot je account door een van je noodherstelcodes in te voeren.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Bevestig de toegang tot je account door de authenticatiecode in te voeren die door je authenticator-applicatie is aangemaakt.",
- "Please confirm your password before continuing.": "Bevestig je wachtwoord om verder te gaan.",
- "Please copy your new API token. For your security, it won't be shown again.": "Kopieer je nieuwe API-token. Voor de veiligheid zal het niet opnieuw getoond worden.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Voer uw wachtwoord in om te bevestigen dat u zich wilt afmelden bij uw andere browsersessies op al uw apparaten.",
- "Please provide the email address of the person you would like to add to this team.": "Geef het e-mailadres op van de persoon die je aan dit team wilt toevoegen.",
- "Privacy Policy": "Privacybeleid",
- "Profile": "Profiel",
- "Profile Information": "Profiel Informatie",
- "Recovery Code": "Herstelcode",
- "Regards": "Met vriendelijke groet",
- "Regenerate Recovery Codes": "Herstelcodes Opnieuw Genereren",
- "Register": "Registreren",
- "Remember me": "Onthouden",
- "Remember Me": "Onthoud mij",
- "Remove": "Verwijder",
- "Remove Photo": "Foto Verwijderen",
- "Remove Team Member": "Teamlid Verwijderen",
- "Resend Verification Email": "Verificatie-e-mail opnieuw versturen",
- "Reset Password": "Wachtwoord herstellen",
- "Reset Password Notification": "Wachtwoordherstel notificatie",
- "results": "resultaten",
- "Role": "Rol",
- "Save": "Opslaan",
- "Saved.": "Opgeslagen.",
- "Select A New Photo": "Selecteer Een Nieuwe Foto",
- "Send Password Reset Link": "Verstuur link voor wachtwoordherstel",
- "Server Error": "Server fout",
- "Service Unavailable": "Website onbeschikbaar",
- "Setup Key": "Setup Sleutel",
- "Show Recovery Codes": "Toon herstelcodes",
- "Showing": "Toont",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Bewaar deze herstelcodes in een beveiligde wachtwoordbeheerder. Ze kunnen worden gebruikt om de toegang tot je account te herstellen als je tweestapsverificatie verloren is gegaan.",
- "Switch Teams": "Wissel Van Team",
- "Team Details": "Teamdetails",
- "Team Invitation": "Team uitnodiging",
- "Team Members": "Teamleden",
- "Team Name": "Teamnaam",
- "Team Owner": "Team Eigenaar",
- "Team Settings": "Team Instellingen",
- "Terms of Service": "Algemene voorwaarden",
- "The :attribute must be a valid role.": "Het :attribute moet een geldige rol zijn.",
- "The :attribute must be at least :length characters and contain at least one number.": "Het :attribute moet minimaal :length tekens lang zijn en minimaal één cijfer bevatten.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "Het :attribute moet minstens :length karakters zijn en minstens één speciaal teken en één nummer bevatten.",
- "The :attribute must be at least :length characters and contain at least one special character.": "Het :attribute moet minimaal :length tekens lang zijn en minstens één speciaal karakter bevatten.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "Het :attribute moet minstens :length tekens lang zijn en minstens één hoofdletter en één cijfer bevatten.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "Het :attribute moet minimaal :length tekens lang zijn en minimaal één hoofdletter en één speciaal teken bevatten.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "Het :attribute moet minstens :length tekens lang zijn en minstens één hoofdletter, één cijfer en één speciaal teken bevatten.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "Het :attribute moet minimaal :length tekens lang zijn en minimaal één hoofdletter bevatten.",
- "The :attribute must be at least :length characters.": "Het :attribute moet minstens :length karakters lang zijn.",
- "The :attribute must contain at least one letter.": "Het :attribute moet minimaal één letter bevatten.",
- "The :attribute must contain at least one number.": "Het :attribute moet minimaal één cijfer bevatten.",
- "The :attribute must contain at least one symbol.": "Het :attribute moet minimaal één symbool bevatten.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "Het :attribute moet minimaal één hoofdletter en één kleine letter bevatten.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "Het :attribute is aangetroffen in een datalek. Geef een ander :attribute.",
- "The given data was invalid.": "De gegeven data was ongeldig.",
- "The password is incorrect.": "Het wachtwoord is incorrect.",
- "The provided password does not match your current password.": "Het opgegeven wachtwoord komt niet overeen met je huidige wachtwoord.",
- "The provided password was incorrect.": "Het opgegeven wachtwoord is onjuist.",
- "The provided two factor authentication code was invalid.": "De opgegeven tweestapsverificatie was ongeldig.",
- "The provided two factor recovery code was invalid.": "De gegeven twee-staps herstelcode was ongeldig.",
- "The team's name and owner information.": "De naam van het team en de informatie over de eigenaar.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Deze personen hebben een uitnodiging ontvangen om lid te worden van je team. Ze kunnen deelnemen door de uitnodiging te accepteren.",
- "This device": "Dit apparaat",
- "This is a secure area of the application. Please confirm your password before continuing.": "Dit is een beveiligd gedeelte van de applicatie. Bevestig je wachtwoord voordat je doorgaat.",
- "This password does not match our records.": "Het wachtwoord is onbekend.",
- "This password reset link will expire in :count minutes.": "Deze link om je wachtwoord te herstellen verloopt over :count minuten.",
- "This user already belongs to the team.": "Deze gebruiker is al toegewezen aan het team.",
- "This user has already been invited to the team.": "Deze gebruiker is al uitgenodigd voor het team.",
- "to": "tot",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "Scan de volgende QR code met de auhenticatie applicatie van uw telefoon, of gebruik de setup sleutel en voer de gegenereerde OTP code in, om het inschakelen van tweestapsverificatie af te ronden.",
- "Toggle navigation": "Schakel navigatie",
- "Token Name": "Token Naam",
- "Too Many Requests": "Te veel serververzoeken",
- "Two Factor Authentication": "Tweestapsverificatie",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Tweestapsverificatie is nu ingeschakeld. Scan de volgende QR code met de authenticatie applicatie van uw telefoon of gebruik de setup sleutel.",
- "Unauthorized": "Onbevoegd",
- "Unknown": "Unknown",
- "Update Password": "Wachtwoord Aanpassen",
- "Update your account's profile information and email address.": "Pas je profiel informatie en e-mailadres aan.",
- "Use a recovery code": "Gebruik een herstelcode",
- "Use an authentication code": "Gebruik een autorisatiecode",
- "Verify Email Address": "Verifieer e-mailadres",
- "Verify Your Email Address": "Verifieer je e-mailadres",
- "We were unable to find a registered user with this email address.": "Er is geen gebruiker met dit mailadres.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Als tweestapsverificatie is ingeschakeld, wordt je tijdens de authenticatie om een veilige, willekeurige token gevraagd. Je kunt dit token ophalen uit de Google Authenticator-applicatie op je telefoon.",
- "Whoops!": "Oeps!",
- "Whoops! Something went wrong.": "Oeps! Er is iets misgelopen.",
- "You are logged in!": "Je bent ingelogd!",
- "You are receiving this email because we received a password reset request for your account.": "Je ontvangt deze e-mail omdat we een wachtwoordherstel verzoek hebben ontvangen voor je account.",
- "You have been invited to join the :team team!": "Je bent uitgenodigd om lid te worden van team :team!",
- "You have enabled two factor authentication.": "Je hebt tweestapsverificatie ingeschakeld.",
- "You have not enabled two factor authentication.": "Je hebt tweestapsverificatie niet ingeschakeld.",
- "You may accept this invitation by clicking the button below:": "Je kunt de uitnodiging accepteren door op de volgende knop te klikken:",
- "You may delete any of your existing tokens if they are no longer needed.": "Je kunt al je bestaande tokens verwijderen als ze niet langer nodig zijn.",
- "You may not delete your personal team.": "Je mag je persoonlijke team niet verwijderen.",
- "You may not leave a team that you created.": "Je kan het team dat je aangemaakt hebt niet verlaten.",
- "Your email address is unverified.": "Uw e-mailadres is niet geverifieerd."
-}
\ No newline at end of file
diff --git a/resources/lang/nl/auth.php b/resources/lang/nl/auth.php
deleted file mode 100644
index c6af1632..00000000
--- a/resources/lang/nl/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Deze combinatie van e-mailadres en wachtwoord is niet geldig.',
- 'password' => 'Wachtwoord is onjuist.',
- 'throttle' => 'Te veel mislukte aanmeldpogingen. Probeer het nog eens over :seconds seconden.',
-];
diff --git a/resources/lang/nl/http-statuses.php b/resources/lang/nl/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/nl/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/nl/pagination.php b/resources/lang/nl/pagination.php
deleted file mode 100644
index 1a6d6335..00000000
--- a/resources/lang/nl/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Volgende »',
- 'previous' => '« Vorige',
-];
diff --git a/resources/lang/nl/passwords.php b/resources/lang/nl/passwords.php
deleted file mode 100644
index 713d1feb..00000000
--- a/resources/lang/nl/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Het wachtwoord van uw account is gewijzigd.',
- 'sent' => 'We hebben een e-mail verstuurd met instructies om een nieuw wachtwoord in te stellen.',
- 'throttled' => 'Gelieve even te wachten en het dan opnieuw te proberen.',
- 'token' => 'Dit wachtwoordhersteltoken is niet geldig.',
- 'user' => 'Geen gebruiker bekend met het e-mailadres.',
-];
diff --git a/resources/lang/nl/validation.php b/resources/lang/nl/validation.php
deleted file mode 100644
index 5a40c3f5..00000000
--- a/resources/lang/nl/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute moet worden geaccepteerd.',
- 'accepted_if' => ':Attribute moet worden geaccepteerd als :other :value is.',
- 'active_url' => ':Attribute is geen geldige URL.',
- 'after' => ':Attribute moet een datum na :date zijn.',
- 'after_or_equal' => ':Attribute moet een datum na of gelijk aan :date zijn.',
- 'alpha' => ':Attribute mag alleen letters bevatten.',
- 'alpha_dash' => ':Attribute mag alleen letters, nummers, underscores (_) en streepjes (-) bevatten.',
- 'alpha_num' => ':Attribute mag alleen letters en nummers bevatten.',
- 'array' => ':Attribute moet geselecteerde elementen bevatten.',
- 'attached' => ':Attribute is reeds gekoppeld.',
- 'before' => ':Attribute moet een datum vóór :date zijn.',
- 'before_or_equal' => ':Attribute moet een datum vóór of gelijk aan :date zijn.',
- 'between' => [
- 'array' => ':Attribute moet tussen :min en :max waardes bevatten.',
- 'file' => ':Attribute moet tussen :min en :max kilobytes zijn.',
- 'numeric' => ':Attribute moet tussen :min en :max zijn.',
- 'string' => ':Attribute moet tussen :min en :max karakters zijn.',
- ],
- 'boolean' => ':Attribute moet ja of nee zijn.',
- 'confirmed' => 'Bevestiging van :attribute komt niet overeen.',
- 'current_password' => 'Huidig wachtwoord is onjuist.',
- 'date' => ':Attribute moet een datum bevatten.',
- 'date_equals' => ':Attribute moet een datum gelijk aan :date zijn.',
- 'date_format' => ':Attribute voldoet niet aan het formaat :format.',
- 'declined' => ':Attribute moet afgewezen worden.',
- 'declined_if' => ':Attribute moet afgewezen worden wanneer :other gelijk is aan :value.',
- 'different' => ':Attribute en :other moeten verschillend zijn.',
- 'digits' => ':Attribute moet bestaan uit :digits cijfers.',
- 'digits_between' => ':Attribute moet bestaan uit minimaal :min en maximaal :max cijfers.',
- 'dimensions' => ':Attribute heeft geen geldige afmetingen voor afbeeldingen.',
- 'distinct' => ':Attribute heeft een dubbele waarde.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => ':Attribute mag niet beginnen met één van de volgende waarden: :values.',
- 'email' => ':Attribute is geen geldig e-mailadres.',
- 'ends_with' => ':Attribute moet met één van de volgende waarden eindigen: :values.',
- 'enum' => 'Gekozen :attribute is ongeldig.',
- 'exists' => ':Attribute bestaat niet.',
- 'file' => ':Attribute moet een bestand zijn.',
- 'filled' => ':Attribute is verplicht.',
- 'gt' => [
- 'array' => ':Attribute moet meer dan :value waardes bevatten.',
- 'file' => ':Attribute moet groter zijn dan :value kilobytes.',
- 'numeric' => ':Attribute moet groter zijn dan :value.',
- 'string' => ':Attribute moet meer dan :value tekens bevatten.',
- ],
- 'gte' => [
- 'array' => ':Attribute moet :value of meer waardes bevatten.',
- 'file' => ':Attribute moet groter of gelijk zijn aan :value kilobytes.',
- 'numeric' => ':Attribute moet groter of gelijk zijn aan :value.',
- 'string' => ':Attribute moet minimaal :value tekens bevatten.',
- ],
- 'image' => ':Attribute moet een afbeelding zijn.',
- 'in' => ':Attribute is ongeldig.',
- 'in_array' => ':Attribute bestaat niet in :other.',
- 'integer' => ':Attribute moet een getal zijn.',
- 'ip' => ':Attribute moet een geldig IP-adres zijn.',
- 'ipv4' => ':Attribute moet een geldig IPv4-adres zijn.',
- 'ipv6' => ':Attribute moet een geldig IPv6-adres zijn.',
- 'json' => ':Attribute moet een geldige JSON-string zijn.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute moet minder dan :value waardes bevatten.',
- 'file' => ':Attribute moet kleiner zijn dan :value kilobytes.',
- 'numeric' => ':Attribute moet kleiner zijn dan :value.',
- 'string' => ':Attribute moet minder dan :value tekens bevatten.',
- ],
- 'lte' => [
- 'array' => ':Attribute moet :value of minder waardes bevatten.',
- 'file' => ':Attribute moet kleiner of gelijk zijn aan :value kilobytes.',
- 'numeric' => ':Attribute moet kleiner of gelijk zijn aan :value.',
- 'string' => ':Attribute moet maximaal :value tekens bevatten.',
- ],
- 'mac_address' => ':Attribute moet een geldig MAC-adres zijn.',
- 'max' => [
- 'array' => ':Attribute mag niet meer dan :max waardes bevatten.',
- 'file' => ':Attribute mag niet meer dan :max kilobytes zijn.',
- 'numeric' => ':Attribute mag niet hoger dan :max zijn.',
- 'string' => ':Attribute mag niet uit meer dan :max tekens bestaan.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute moet een bestand zijn van het bestandstype :values.',
- 'mimetypes' => ':Attribute moet een bestand zijn van het bestandstype :values.',
- 'min' => [
- 'array' => ':Attribute moet minimaal :min waardes bevatten.',
- 'file' => ':Attribute moet minimaal :min kilobytes zijn.',
- 'numeric' => ':Attribute moet minimaal :min zijn.',
- 'string' => ':Attribute moet minimaal :min tekens zijn.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute moet een veelvoud van :value zijn.',
- 'not_in' => ':Attribute is ongeldig.',
- 'not_regex' => 'Het formaat van :attribute is ongeldig.',
- 'numeric' => ':Attribute moet een getal zijn.',
- 'password' => [
- 'letters' => ':Attribute moet minimaal één letter bevatten.',
- 'mixed' => ':Attribute moet minimaal één kleine letter en één hoofdletter bevatten.',
- 'numbers' => ':Attribute moet minimaal één cijfer bevatten.',
- 'symbols' => ':Attribute moet minimaal één vreemd teken bevatten.',
- 'uncompromised' => 'Het opgegeven :attribute komt voor in een datalek. Kies een ander :attribute.',
- ],
- 'present' => ':Attribute moet aanwezig zijn.',
- 'prohibited' => ':Attribute is niet toegestaan.',
- 'prohibited_if' => ':Attribute is niet toegestaan indien :other gelijk is aan :value.',
- 'prohibited_unless' => ':Attribute is niet toegestaan tenzij :other gelijk is aan :values.',
- 'prohibits' => ':Attribute is niet toegestaan in combinatie met :other.',
- 'regex' => 'Het formaat van :attribute is ongeldig.',
- 'relatable' => ':Attribute mag niet gekoppeld worden aan deze bron.',
- 'required' => ':Attribute is verplicht.',
- 'required_array_keys' => ':Attribute moet waardes bevatten voor :values.',
- 'required_if' => ':Attribute is verplicht indien :other gelijk is aan :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Attribute is verplicht tenzij :other gelijk is aan :values.',
- 'required_with' => ':Attribute is verplicht in combinatie met :values.',
- 'required_with_all' => ':Attribute is verplicht in combinatie met :values.',
- 'required_without' => ':Attribute is verplicht als :values niet ingevuld is.',
- 'required_without_all' => ':Attribute is verplicht als :values niet ingevuld zijn.',
- 'same' => ':Attribute en :other moeten overeenkomen.',
- 'size' => [
- 'array' => ':Attribute moet :size waardes bevatten.',
- 'file' => ':Attribute moet :size kilobytes groot zijn.',
- 'numeric' => ':Attribute moet :size zijn.',
- 'string' => ':Attribute moet :size tekens zijn.',
- ],
- 'starts_with' => ':Attribute moet beginnen met een van de volgende: :values.',
- 'string' => ':Attribute moet een tekst zijn.',
- 'timezone' => ':Attribute moet een geldige tijdzone zijn.',
- 'unique' => ':Attribute is al in gebruik.',
- 'uploaded' => 'Het uploaden van :attribute is mislukt.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute moet een geldige URL zijn.',
- 'uuid' => ':Attribute moet een geldige UUID zijn.',
- 'attributes' => [
- 'address' => 'adres',
- 'age' => 'leeftijd',
- 'amount' => 'bedrag',
- 'area' => 'regio',
- 'available' => 'beschikbaar',
- 'birthday' => 'verjaardag',
- 'body' => 'body',
- 'city' => 'stad',
- 'content' => 'inhoud',
- 'country' => 'land',
- 'created_at' => 'aangemaakt op',
- 'creator' => 'maker',
- 'current_password' => 'huidig wachtwoord',
- 'date' => 'datum',
- 'date_of_birth' => 'geboortedatum',
- 'day' => 'dag',
- 'deleted_at' => 'verwijderd op',
- 'description' => 'omschrijving',
- 'district' => 'wijk',
- 'duration' => 'tijdsduur',
- 'email' => 'e-mailadres',
- 'excerpt' => 'uittreksel',
- 'filter' => 'filter',
- 'first_name' => 'voornaam',
- 'gender' => 'geslacht',
- 'group' => 'groep',
- 'hour' => 'uur',
- 'image' => 'afbeelding',
- 'last_name' => 'achternaam',
- 'lesson' => 'les',
- 'line_address_1' => 'adresregel 1',
- 'line_address_2' => 'adresregel 2',
- 'message' => 'bericht',
- 'middle_name' => 'tweede naam',
- 'minute' => 'minuut',
- 'mobile' => 'mobiel',
- 'month' => 'maand',
- 'name' => 'naam',
- 'national_code' => 'landcode',
- 'number' => 'nummer',
- 'password' => 'wachtwoord',
- 'password_confirmation' => 'wachtwoordbevestiging',
- 'phone' => 'telefoonnummer',
- 'photo' => 'foto',
- 'postal_code' => 'postcode',
- 'price' => 'prijs',
- 'province' => 'provincie',
- 'recaptcha_response_field' => 'recaptcha antwoordveld',
- 'remember' => 'onthouden',
- 'restored_at' => 'hersteld op',
- 'result_text_under_image' => 'antwoord tekst onder afbeelding',
- 'role' => 'rol',
- 'second' => 'seconde',
- 'sex' => 'geslacht',
- 'short_text' => 'korte tekst',
- 'size' => 'grootte',
- 'state' => 'staat',
- 'street' => 'straatnaam',
- 'student' => 'student',
- 'subject' => 'onderwerp',
- 'teacher' => 'docent',
- 'terms' => 'voorwaarden',
- 'test_description' => 'test beschrijving',
- 'test_locale' => 'test landinstelling',
- 'test_name' => 'test naam',
- 'text' => 'tekst',
- 'time' => 'tijd',
- 'title' => 'titel',
- 'updated_at' => 'bijgewerkt op',
- 'username' => 'gebruikersnaam',
- 'year' => 'jaar',
- ],
-];
diff --git a/resources/lang/nn.json b/resources/lang/nn.json
deleted file mode 100644
index b43a4d02..00000000
--- a/resources/lang/nn.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Accept Invitation",
- "Add": "Add",
- "Add a new team member to your team, allowing them to collaborate with you.": "Add a new team member to your team, allowing them to collaborate with you.",
- "Add additional security to your account using two factor authentication.": "Add additional security to your account using two factor authentication.",
- "Add Team Member": "Add Team Member",
- "Added.": "Added.",
- "Administrator": "Administrator",
- "Administrator users can perform any action.": "Administrator users can perform any action.",
- "All of the people that are part of this team.": "All of the people that are part of this team.",
- "All rights reserved.": "Alle rettar reservert.",
- "Already registered?": "Already registered?",
- "API Token": "API Token",
- "API Token Permissions": "API Token Permissions",
- "API Tokens": "API Tokens",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API tokens allow third-party services to authenticate with our application on your behalf.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.",
- "Are you sure you would like to delete this API token?": "Are you sure you would like to delete this API token?",
- "Are you sure you would like to leave this team?": "Are you sure you would like to leave this team?",
- "Are you sure you would like to remove this person from the team?": "Are you sure you would like to remove this person from the team?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Browser Sessions",
- "Cancel": "Cancel",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Close",
- "Code": "Code",
- "Confirm": "Confirm",
- "Confirm Password": "Bekreft passord",
- "Create": "Create",
- "Create a new team to collaborate with others on projects.": "Create a new team to collaborate with others on projects.",
- "Create Account": "Create Account",
- "Create API Token": "Create API Token",
- "Create New Team": "Create New Team",
- "Create Team": "Create Team",
- "Created.": "Created.",
- "Current Password": "Current Password",
- "Dashboard": "Dashboard",
- "Delete": "Delete",
- "Delete Account": "Delete Account",
- "Delete API Token": "Delete API Token",
- "Delete Team": "Delete Team",
- "Disable": "Disable",
- "Done.": "Done.",
- "Edit Profile": "Edit Profile",
- "Editor": "Editor",
- "Editor users have the ability to read, create, and update.": "Editor users have the ability to read, create, and update.",
- "Email": "Email",
- "Email Address": "Email Address",
- "Email Password Reset Link": "Email Password Reset Link",
- "Enable": "Enable",
- "Ensure your account is using a long, random password to stay secure.": "Ensure your account is using a long, random password to stay secure.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "For your security, please confirm your password to continue.",
- "Forbidden": "Forbode",
- "Forgot your password?": "Forgot your password?",
- "Forgot Your Password?": "Gløymd passordet ditt?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.",
- "Go to page :page": "Go to page :page",
- "Great! You have accepted the invitation to join the :team team.": "Great! You have accepted the invitation to join the :team team.",
- "Hello!": "Hallo!",
- "I agree to the :terms_of_service and :privacy_policy": "I agree to the :terms_of_service and :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "If you already have an account, you may accept this invitation by clicking the button below:",
- "If you did not create an account, no further action is required.": "Dersom du ikkje har oppretta ein konto, treng du ikkje gjere noko.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "If you did not expect to receive an invitation to this team, you may discard this email.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Dersom du ikkje har bede om å nullstille passordet, treng du ikkje gjere noko.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Dersom du har problem med å klikke \":actionText\"-knappen, kopier og lim nettadressa nedanfor\ninn i nettlesaren din:",
- "Last active": "Last active",
- "Last used": "Last used",
- "Leave": "Leave",
- "Leave Team": "Leave Team",
- "Log in": "Log in",
- "Log Out": "Log Out",
- "Log Out Other Browser Sessions": "Log Out Other Browser Sessions",
- "Login": "Logg inn",
- "Logout": "Logg ut",
- "Manage Account": "Manage Account",
- "Manage and log out your active sessions on other browsers and devices.": "Manage and log out your active sessions on other browsers and devices.",
- "Manage API Tokens": "Manage API Tokens",
- "Manage Role": "Manage Role",
- "Manage Team": "Manage Team",
- "Name": "Namn",
- "New Password": "New Password",
- "Not Found": "Ikkje funne",
- "of": "of",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.",
- "Page Expired": "Sida har utløpt",
- "Pagination Navigation": "Pagination Navigation",
- "Password": "Passord",
- "Pending Team Invitations": "Pending Team Invitations",
- "Permanently delete this team.": "Permanently delete this team.",
- "Permanently delete your account.": "Permanently delete your account.",
- "Permissions": "Permissions",
- "Photo": "Photo",
- "Please click the button below to verify your email address.": "Ver snill og klikk på knappen nedanfor for å bekrefte e-postadressa di.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Please confirm access to your account by entering one of your emergency recovery codes.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Please confirm access to your account by entering the authentication code provided by your authenticator application.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Please copy your new API token. For your security, it won't be shown again.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.",
- "Please provide the email address of the person you would like to add to this team.": "Please provide the email address of the person you would like to add to this team.",
- "Privacy Policy": "Privacy Policy",
- "Profile": "Profile",
- "Profile Information": "Profile Information",
- "Recovery Code": "Recovery Code",
- "Regards": "Venleg helsing",
- "Regenerate Recovery Codes": "Regenerate Recovery Codes",
- "Register": "Registrer",
- "Remember me": "Remember me",
- "Remember Me": "Hugs meg",
- "Remove": "Remove",
- "Remove Photo": "Remove Photo",
- "Remove Team Member": "Remove Team Member",
- "Resend Verification Email": "Resend Verification Email",
- "Reset Password": "Nullstill passord",
- "Reset Password Notification": "Varsling om å nullstille passord",
- "results": "results",
- "Role": "Role",
- "Save": "Save",
- "Saved.": "Saved.",
- "Select A New Photo": "Select A New Photo",
- "Send Password Reset Link": "Send lenke for å nullstille passordet",
- "Server Error": "Server-feil",
- "Service Unavailable": "Tenesta er ikkje tilgjengeleg",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Show Recovery Codes",
- "Showing": "Showing",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.",
- "Switch Teams": "Switch Teams",
- "Team Details": "Team Details",
- "Team Invitation": "Team Invitation",
- "Team Members": "Team Members",
- "Team Name": "Team Name",
- "Team Owner": "Team Owner",
- "Team Settings": "Team Settings",
- "Terms of Service": "Terms of Service",
- "The :attribute must be a valid role.": "The :attribute must be a valid role.",
- "The :attribute must be at least :length characters and contain at least one number.": "The :attribute must be at least :length characters and contain at least one number.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "The :attribute must be at least :length characters and contain at least one special character and one number.",
- "The :attribute must be at least :length characters and contain at least one special character.": "The :attribute must be at least :length characters and contain at least one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "The :attribute must be at least :length characters and contain at least one uppercase character and one number.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "The :attribute must be at least :length characters and contain at least one uppercase character.",
- "The :attribute must be at least :length characters.": "The :attribute must be at least :length characters.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "The provided password does not match your current password.",
- "The provided password was incorrect.": "The provided password was incorrect.",
- "The provided two factor authentication code was invalid.": "The provided two factor authentication code was invalid.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "The team's name and owner information.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.",
- "This device": "This device",
- "This is a secure area of the application. Please confirm your password before continuing.": "This is a secure area of the application. Please confirm your password before continuing.",
- "This password does not match our records.": "This password does not match our records.",
- "This password reset link will expire in :count minutes.": "Lenka for å nullstille passordet vil utløpe om :count minutt.",
- "This user already belongs to the team.": "This user already belongs to the team.",
- "This user has already been invited to the team.": "This user has already been invited to the team.",
- "to": "to",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Vis/skjul navigasjon",
- "Token Name": "Token Name",
- "Too Many Requests": "For mange førespurnader",
- "Two Factor Authentication": "Two Factor Authentication",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Uautorisert",
- "Unknown": "Unknown",
- "Update Password": "Update Password",
- "Update your account's profile information and email address.": "Update your account's profile information and email address.",
- "Use a recovery code": "Use a recovery code",
- "Use an authentication code": "Use an authentication code",
- "Verify Email Address": "Bekreft e-postadresse",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "We were unable to find a registered user with this email address.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.",
- "Whoops!": "Oisann!",
- "Whoops! Something went wrong.": "Whoops! Something went wrong.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Du får denne e-posten fordi vi har motteke ein førespurnad om å nullstille passordet til kontoen din.",
- "You have been invited to join the :team team!": "You have been invited to join the :team team!",
- "You have enabled two factor authentication.": "You have enabled two factor authentication.",
- "You have not enabled two factor authentication.": "You have not enabled two factor authentication.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "You may delete any of your existing tokens if they are no longer needed.",
- "You may not delete your personal team.": "You may not delete your personal team.",
- "You may not leave a team that you created.": "You may not leave a team that you created.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/nn/auth.php b/resources/lang/nn/auth.php
deleted file mode 100644
index 52aa453f..00000000
--- a/resources/lang/nn/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Brukarnamn og/eller passord er feil.',
- 'password' => 'The password is incorrect.',
- 'throttle' => 'For mange innloggingsforsøk. Ver venleg og prøv på nytt om :seconds sekund.',
-];
diff --git a/resources/lang/nn/http-statuses.php b/resources/lang/nn/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/nn/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/nn/pagination.php b/resources/lang/nn/pagination.php
deleted file mode 100644
index b4bc3238..00000000
--- a/resources/lang/nn/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Neste »',
- 'previous' => '« Førre',
-];
diff --git a/resources/lang/nn/passwords.php b/resources/lang/nn/passwords.php
deleted file mode 100644
index b8f8b8b1..00000000
--- a/resources/lang/nn/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Passordet vart endra!',
- 'sent' => 'Vi har sendt deg ei lenke du kan klikke på for å endre passordet ditt!',
- 'throttled' => 'Please wait before retrying.',
- 'token' => 'Koden for å nullstille passord er ikkje gyldig.',
- 'user' => 'Vi finn ingen brukarar med denne e-postadressen.',
-];
diff --git a/resources/lang/nn/validation.php b/resources/lang/nn/validation.php
deleted file mode 100644
index 055f90f4..00000000
--- a/resources/lang/nn/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute må aksepterast.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute er ikkje ein gyldig URL.',
- 'after' => ':Attribute må vere ein dato etter :date.',
- 'after_or_equal' => ':Attribute må vere ein dato etter eller lik :date.',
- 'alpha' => ':Attribute må berre vere av bokstavar.',
- 'alpha_dash' => ':Attribute må berre vere av bokstavar, tal og bindestrekar.',
- 'alpha_num' => ':Attribute må berre vere av bokstavar og tal.',
- 'array' => ':Attribute må vere ei matrise.',
- 'attached' => 'This :attribute is already attached.',
- 'before' => ':Attribute må vere ein dato før :date.',
- 'before_or_equal' => ':Attribute må vere ein dato før eller lik :date.',
- 'between' => [
- 'array' => ':Attribute må ha mellom :min - :max element.',
- 'file' => ':Attribute skal vere mellom :min - :max kilobytes.',
- 'numeric' => ':Attribute skal vere mellom :min - :max.',
- 'string' => ':Attribute skal vere mellom :min - :max teikn.',
- ],
- 'boolean' => ':Attribute må vere sann eller usann.',
- 'confirmed' => ':Attribute er ikkje likt feltet for stadfesting.',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute er ikkje ein gyldig dato.',
- 'date_equals' => ':Attribute må vere ein dato lik :date.',
- 'date_format' => ':Attribute er ikkje likt formatet :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute og :other skal vere ulike.',
- 'digits' => ':Attribute skal ha :digits siffer.',
- 'digits_between' => ':Attribute skal vere mellom :min og :max siffer.',
- 'dimensions' => ':Attribute har ikkje gyldige bildedimensjonar.',
- 'distinct' => ':Attribute har ein duplikatverdi.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute format er ugyldig.',
- 'ends_with' => ':Attribute må slutte på ein av følgande: :values',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Det valde :attribute er ugyldig.',
- 'file' => ':Attribute må vere ei fil.',
- 'filled' => ':Attribute må fyllast ut.',
- 'gt' => [
- 'array' => ':Attribute må vere minst :value element.',
- 'file' => ':Attribute må vere større enn :value kilobyte.',
- 'numeric' => ':Attribute må vere større enn :value.',
- 'string' => ':Attribute må vere lengre enn :value teikn.',
- ],
- 'gte' => [
- 'array' => ':Attribute må ha :value element eller meir.',
- 'file' => ':Attribute må vere større enn eller lik :value kilobyte.',
- 'numeric' => ':Attribute må vere større enn eller lik :value.',
- 'string' => ':Attribute må vere lengre enn eller lik :value teikn.',
- ],
- 'image' => ':Attribute skal vere eit bilete.',
- 'in' => 'Det valde :attribute er ugyldig.',
- 'in_array' => ':Attribute eksisterer ikkje i :other.',
- 'integer' => ':Attribute skal vere eit heiltal.',
- 'ip' => ':Attribute skal vere ei gyldig IP-adresse.',
- 'ipv4' => ':Attribute skal vere ei gyldig IPv4-adresse.',
- 'ipv6' => ':Attribute skal vere ei gyldig IPv6-adresse.',
- 'json' => ':Attribute må vere på JSON-format.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute må ha færre enn :value element.',
- 'file' => ':Attribute må vere mindre enn :value kilobyte.',
- 'numeric' => ':Attribute må vere mindre enn :value.',
- 'string' => ':Attribute må vere kortare enn :value teikn.',
- ],
- 'lte' => [
- 'array' => ':Attribute må ikkje ha fleire enn :value element.',
- 'file' => ':Attribute må vere mindre enn eller lik :value kilobyte.',
- 'numeric' => ':Attribute må vere mindre enn eller lik :value.',
- 'string' => ':Attribute må vere kortare enn eller lik :value teikn.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute skal ikkje ha fleire enn :max element.',
- 'file' => ':Attribute skal vere mindre enn :max kilobytes.',
- 'numeric' => ':Attribute skal vere mindre enn :max.',
- 'string' => ':Attribute skal vere kortare enn :max teikn.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute skal vere ei fil av typen: :values.',
- 'mimetypes' => ':Attribute skal vere ei fil av typen: :values.',
- 'min' => [
- 'array' => ':Attribute må vere minst :min element.',
- 'file' => ':Attribute skal vere større enn :min kilobyte.',
- 'numeric' => ':Attribute skal vere større enn :min.',
- 'string' => ':Attribute skal vere lengre enn :min teikn.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'The :attribute must be a multiple of :value.',
- 'not_in' => 'Den valgte :attribute er ugyldig.',
- 'not_regex' => 'Formatet på :attribute er ugyldig.',
- 'numeric' => ':Attribute skal vere eit tal.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute må vere til stades.',
- 'prohibited' => 'The :attribute field is prohibited.',
- 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
- 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'Formatet på :attribute er ugyldig.',
- 'relatable' => 'This :attribute may not be associated with this resource.',
- 'required' => ':Attribute må fyllast ut.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Attribute må fyllast ut når :other er :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Attribute må vere til stades viss ikkje :other finnas hjå verdiene :values.',
- 'required_with' => ':Attribute må fyllast ut når :values er fylt ut.',
- 'required_with_all' => ':Attribute må vere til stades når :values er oppgjeve.',
- 'required_without' => ':Attribute må fyllast ut når :values ikkje er fylt ut.',
- 'required_without_all' => ':Attribute må vere til stades når inga av :values er oppgjeve.',
- 'same' => ':Attribute og :other må vere like.',
- 'size' => [
- 'array' => ':Attribute må innehalde :size element.',
- 'file' => ':Attribute må vere :size kilobytes.',
- 'numeric' => ':Attribute må vere :size.',
- 'string' => ':Attribute må vere :size teikn lang.',
- ],
- 'starts_with' => ':Attribute må starte med ein av følgande: :values',
- 'string' => ':Attribute må vere ein tekststreng.',
- 'timezone' => ':Attribute må vere ei gyldig tidssone.',
- 'unique' => ':Attribute er allereie i bruk.',
- 'uploaded' => ':Attribute kunne ikkje lastast opp.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Formatet på :attribute er ugyldig.',
- 'uuid' => ':Attribute må vere ein gyldig UUID.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/oc.json b/resources/lang/oc.json
deleted file mode 100644
index a69be327..00000000
--- a/resources/lang/oc.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Accept Invitation",
- "Add": "Add",
- "Add a new team member to your team, allowing them to collaborate with you.": "Add a new team member to your team, allowing them to collaborate with you.",
- "Add additional security to your account using two factor authentication.": "Add additional security to your account using two factor authentication.",
- "Add Team Member": "Add Team Member",
- "Added.": "Added.",
- "Administrator": "Administrator",
- "Administrator users can perform any action.": "Administrator users can perform any action.",
- "All of the people that are part of this team.": "All of the people that are part of this team.",
- "All rights reserved.": "All rights reserved.",
- "Already registered?": "Already registered?",
- "API Token": "API Token",
- "API Token Permissions": "API Token Permissions",
- "API Tokens": "API Tokens",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API tokens allow third-party services to authenticate with our application on your behalf.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.",
- "Are you sure you would like to delete this API token?": "Are you sure you would like to delete this API token?",
- "Are you sure you would like to leave this team?": "Are you sure you would like to leave this team?",
- "Are you sure you would like to remove this person from the team?": "Are you sure you would like to remove this person from the team?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Browser Sessions",
- "Cancel": "Cancel",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Close",
- "Code": "Code",
- "Confirm": "Confirm",
- "Confirm Password": "Confirm Password",
- "Create": "Create",
- "Create a new team to collaborate with others on projects.": "Create a new team to collaborate with others on projects.",
- "Create Account": "Create Account",
- "Create API Token": "Create API Token",
- "Create New Team": "Create New Team",
- "Create Team": "Create Team",
- "Created.": "Created.",
- "Current Password": "Current Password",
- "Dashboard": "Dashboard",
- "Delete": "Delete",
- "Delete Account": "Delete Account",
- "Delete API Token": "Delete API Token",
- "Delete Team": "Delete Team",
- "Disable": "Disable",
- "Done.": "Done.",
- "Edit Profile": "Edit Profile",
- "Editor": "Editor",
- "Editor users have the ability to read, create, and update.": "Editor users have the ability to read, create, and update.",
- "Email": "Email",
- "Email Address": "Email Address",
- "Email Password Reset Link": "Email Password Reset Link",
- "Enable": "Enable",
- "Ensure your account is using a long, random password to stay secure.": "Ensure your account is using a long, random password to stay secure.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "For your security, please confirm your password to continue.",
- "Forbidden": "Forbidden",
- "Forgot your password?": "Forgot your password?",
- "Forgot Your Password?": "Forgot Your Password?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.",
- "Go to page :page": "Go to page :page",
- "Great! You have accepted the invitation to join the :team team.": "Great! You have accepted the invitation to join the :team team.",
- "Hello!": "Hello!",
- "I agree to the :terms_of_service and :privacy_policy": "I agree to the :terms_of_service and :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "If you already have an account, you may accept this invitation by clicking the button below:",
- "If you did not create an account, no further action is required.": "If you did not create an account, no further action is required.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "If you did not expect to receive an invitation to this team, you may discard this email.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "If you did not request a password reset, no further action is required.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:",
- "Last active": "Last active",
- "Last used": "Last used",
- "Leave": "Leave",
- "Leave Team": "Leave Team",
- "Log in": "Log in",
- "Log Out": "Log Out",
- "Log Out Other Browser Sessions": "Log Out Other Browser Sessions",
- "Login": "Login",
- "Logout": "Logout",
- "Manage Account": "Manage Account",
- "Manage and log out your active sessions on other browsers and devices.": "Manage and log out your active sessions on other browsers and devices.",
- "Manage API Tokens": "Manage API Tokens",
- "Manage Role": "Manage Role",
- "Manage Team": "Manage Team",
- "Name": "Name",
- "New Password": "New Password",
- "Not Found": "Not Found",
- "of": "of",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.",
- "Page Expired": "Page Expired",
- "Pagination Navigation": "Pagination Navigation",
- "Password": "Password",
- "Pending Team Invitations": "Pending Team Invitations",
- "Permanently delete this team.": "Permanently delete this team.",
- "Permanently delete your account.": "Permanently delete your account.",
- "Permissions": "Permissions",
- "Photo": "Photo",
- "Please click the button below to verify your email address.": "Please click the button below to verify your email address.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Please confirm access to your account by entering one of your emergency recovery codes.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Please confirm access to your account by entering the authentication code provided by your authenticator application.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Please copy your new API token. For your security, it won't be shown again.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.",
- "Please provide the email address of the person you would like to add to this team.": "Please provide the email address of the person you would like to add to this team.",
- "Privacy Policy": "Privacy Policy",
- "Profile": "Profile",
- "Profile Information": "Profile Information",
- "Recovery Code": "Recovery Code",
- "Regards": "Regards",
- "Regenerate Recovery Codes": "Regenerate Recovery Codes",
- "Register": "Register",
- "Remember me": "Remember me",
- "Remember Me": "Remember Me",
- "Remove": "Remove",
- "Remove Photo": "Remove Photo",
- "Remove Team Member": "Remove Team Member",
- "Resend Verification Email": "Resend Verification Email",
- "Reset Password": "Reset Password",
- "Reset Password Notification": "Reset Password Notification",
- "results": "results",
- "Role": "Role",
- "Save": "Save",
- "Saved.": "Saved.",
- "Select A New Photo": "Select A New Photo",
- "Send Password Reset Link": "Send Password Reset Link",
- "Server Error": "Server Error",
- "Service Unavailable": "Service Unavailable",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Show Recovery Codes",
- "Showing": "Showing",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.",
- "Switch Teams": "Switch Teams",
- "Team Details": "Team Details",
- "Team Invitation": "Team Invitation",
- "Team Members": "Team Members",
- "Team Name": "Team Name",
- "Team Owner": "Team Owner",
- "Team Settings": "Team Settings",
- "Terms of Service": "Terms of Service",
- "The :attribute must be a valid role.": "The :attribute must be a valid role.",
- "The :attribute must be at least :length characters and contain at least one number.": "The :attribute must be at least :length characters and contain at least one number.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "The :attribute must be at least :length characters and contain at least one special character and one number.",
- "The :attribute must be at least :length characters and contain at least one special character.": "The :attribute must be at least :length characters and contain at least one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "The :attribute must be at least :length characters and contain at least one uppercase character and one number.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "The :attribute must be at least :length characters and contain at least one uppercase character.",
- "The :attribute must be at least :length characters.": "The :attribute must be at least :length characters.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "The provided password does not match your current password.",
- "The provided password was incorrect.": "The provided password was incorrect.",
- "The provided two factor authentication code was invalid.": "The provided two factor authentication code was invalid.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "The team's name and owner information.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.",
- "This device": "This device",
- "This is a secure area of the application. Please confirm your password before continuing.": "This is a secure area of the application. Please confirm your password before continuing.",
- "This password does not match our records.": "This password does not match our records.",
- "This password reset link will expire in :count minutes.": "This password reset link will expire in :count minutes.",
- "This user already belongs to the team.": "This user already belongs to the team.",
- "This user has already been invited to the team.": "This user has already been invited to the team.",
- "to": "to",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Toggle navigation",
- "Token Name": "Token Name",
- "Too Many Requests": "Too Many Requests",
- "Two Factor Authentication": "Two Factor Authentication",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Unauthorized",
- "Unknown": "Unknown",
- "Update Password": "Update Password",
- "Update your account's profile information and email address.": "Update your account's profile information and email address.",
- "Use a recovery code": "Use a recovery code",
- "Use an authentication code": "Use an authentication code",
- "Verify Email Address": "Verify Email Address",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "We were unable to find a registered user with this email address.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.",
- "Whoops!": "Whoops!",
- "Whoops! Something went wrong.": "Whoops! Something went wrong.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "You are receiving this email because we received a password reset request for your account.",
- "You have been invited to join the :team team!": "You have been invited to join the :team team!",
- "You have enabled two factor authentication.": "You have enabled two factor authentication.",
- "You have not enabled two factor authentication.": "You have not enabled two factor authentication.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "You may delete any of your existing tokens if they are no longer needed.",
- "You may not delete your personal team.": "You may not delete your personal team.",
- "You may not leave a team that you created.": "You may not leave a team that you created.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/oc/auth.php b/resources/lang/oc/auth.php
deleted file mode 100644
index 47c1b922..00000000
--- a/resources/lang/oc/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Aqueles identificants correspondon pas a nòstres enregistraments.',
- 'password' => 'Lo senhal es incorrèct',
- 'throttle' => 'Tròp d’ensages de connexion. Tornatz ensajar d’aquí :seconds segondas.',
-];
diff --git a/resources/lang/oc/http-statuses.php b/resources/lang/oc/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/oc/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/oc/pagination.php b/resources/lang/oc/pagination.php
deleted file mode 100644
index 3d6b10d4..00000000
--- a/resources/lang/oc/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Seguent »',
- 'previous' => '« Predecent',
-];
diff --git a/resources/lang/oc/passwords.php b/resources/lang/oc/passwords.php
deleted file mode 100644
index 0e2f2a9d..00000000
--- a/resources/lang/oc/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Vòstre senhal es estat reïnicializat !',
- 'sent' => 'Se vòstra adreça existís dins nòstra basa de donadas, recebretz un ligam de recuperacion de senhal a vòstra adreça electronica dins un momenton. Verificatz tanben los corrièls pas desirables.',
- 'throttled' => 'Please wait before retrying.',
- 'token' => 'Aqueste geton de reïnicializacion es invalid.',
- 'user' => 'Trobam pas cap d’utilizaire amb aquesta adreça de corrièl.',
-];
diff --git a/resources/lang/oc/validation.php b/resources/lang/oc/validation.php
deleted file mode 100644
index c460fc64..00000000
--- a/resources/lang/oc/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Lo camp :attribute deu èsser acceptat.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => 'Lo camp :attribute es pas una URL valida.',
- 'after' => 'Lo camp :attribute deu èsser una data posteriora a :date.',
- 'after_or_equal' => 'Lo camp :attribute deu èsser una data posteriora o egala a :date.',
- 'alpha' => 'Lo camp :attribute a de conténer solament de letras.',
- 'alpha_dash' => 'Lo camp :attribute a de conténer solament de letras, nombres e de tirets.',
- 'alpha_num' => 'Lo camp :attribute a de conténer solament de letras e nombres.',
- 'array' => 'Lo camp :attribute deu èsser un tablèu.',
- 'attached' => 'This :attribute is already attached.',
- 'before' => 'Lo camp :attribute deu èsser una data anteriora a :date.',
- 'before_or_equal' => 'Lo camp :attribute deu èsser una data anteriora o egala a :date.',
- 'between' => [
- 'array' => 'Lo tablèu :attribute deu aver entre :min e :max elements.',
- 'file' => 'La talha de :attribute deu èsser entre :min e :max kiloctets.',
- 'numeric' => 'La valor de :attribute deu èsser entre :min e :max.',
- 'string' => 'Lo tèxt :attribute deu conténer entre :min e :max caractèrs.',
- ],
- 'boolean' => 'Lo camp :attribute deu èsser true o false.',
- 'confirmed' => 'Lo camp de confirmacion :attribute correspond pas.',
- 'current_password' => 'The password is incorrect.',
- 'date' => 'Lo camp :attribute es pas una data valida.',
- 'date_equals' => 'Lo camp :attribute deu èsser una data egala a :date.',
- 'date_format' => ':Attribute correspond pas al format :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'Los camps :attribute e :other devon èsser diferents.',
- 'digits' => ':Attribute deu èsser un nombre de :digits chifras.',
- 'digits_between' => ':Attribute deu èsser entre :min e :max chifras.',
- 'dimensions' => 'L’imatge :attribute a de dimensions invalidas.',
- 'distinct' => 'Lo camp :attribute a un doblon.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute deu èsser una adreça de corrièl valida.',
- 'ends_with' => 'Lo camp :attribute deu acabar per una de las valors seguentas : :values',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Lo :attribute seleccionat es invalid.',
- 'file' => 'Lo camp :attribute deu èsser un fichièr.',
- 'filled' => 'Lo camp :attribute deu aver una valor.',
- 'gt' => [
- 'array' => 'Lo tablèu :attribute deu conténer mai de :value elements.',
- 'file' => 'La talha del fichièr de :attribute deu èsser superiora a :value kilo-octets.',
- 'numeric' => 'La valor de :attribute deu èsser superiora a :value.',
- 'string' => 'Lo tèxt :attribute deu conténer mai de :value caractèrs.',
- ],
- 'gte' => [
- 'array' => 'Lo tablèu :attribute deu conténer almens :value elements.',
- 'file' => 'La talha del fichièr de :attribute deu èsser superiora o egala a :value kilo-octets.',
- 'numeric' => 'La valor de :attribute deu èsser superiora o egala a :value.',
- 'string' => 'Lo tèxt :attribute deu conténer almens :value caractèrs.',
- ],
- 'image' => 'Lo camp :attribute deu èsser un imatge.',
- 'in' => 'Lo camp :attribute selecionnat es invalid.',
- 'in_array' => 'Lo camp :attribute existís pas dins :other.',
- 'integer' => 'Lo camp :attribute deu èsser un nombre entièr.',
- 'ip' => 'Lo camp :attribute deu èsser una adreça IP valida.',
- 'ipv4' => 'Lo camp :attribute deu èsser una adreça IPv4 valida.',
- 'ipv6' => 'Lo camp :attribute deu èsser una adreça IPv6 valida.',
- 'json' => 'Lo camp :attribute deu èsser una cadena JSON valida.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'Lo tablèu :attribute deu conténer almens :value elements.',
- 'file' => 'La talha del fichièr de :attribute deu èsser inferiora a :value kilo-octets.',
- 'numeric' => 'La valor de :attribute deu èsser inferiora a :value.',
- 'string' => 'Lo tèxt :attribute deu conténer almens :value caractèrs.',
- ],
- 'lte' => [
- 'array' => 'Lo tablèu :attribute deu conténer al pus mai :value elements.',
- 'file' => 'La talha del fichièr de :attribute deu èsser inferiora o egala :value kilo-octets.',
- 'numeric' => 'La valor de :attribute deu èsser inferiora o egala a :value.',
- 'string' => 'Lo tèxt :attribute deu conténer al pus mai :value caractèrs.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'Lo tablèu :attribute deu pas conténer mai de :max elements.',
- 'file' => 'La talha del fichièr :attribute deu pas èsser superior a :max kiloctets.',
- 'numeric' => 'La valor de :attribute deu pas èsser superiora a :max.',
- 'string' => 'Lo tèxt :attribute deu èsser superior a :max caractèrs.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'Lo camp :attribute deu èsser un fichièr del tipe : :values.',
- 'mimetypes' => 'Lo camp :attribute deu èsser un fichièr del tipe : :values.',
- 'min' => [
- 'array' => 'Lo tablèu :attribute deu conténer almens :min elements.',
- 'file' => 'La talha del fichièr de :attribute deu fa almens :min kiloctets.',
- 'numeric' => 'La valor de :attribute deu fa almens :min o mai.',
- 'string' => 'Lo tèxt :attribute deu fa almens :min caractèrs.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'La valor de :attribute deu èsser un multiple de :value',
- 'not_in' => 'Lo camp :attribute seleccionat es invalid.',
- 'not_regex' => 'Lo format :attribute es invalid.',
- 'numeric' => 'Lo camp :attribute deu èsser un nombre.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'Lo camp :attribute deu èsser present.',
- 'prohibited' => 'The :attribute field is prohibited.',
- 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
- 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'Lo format :attribute es invalid.',
- 'relatable' => 'This :attribute may not be associated with this resource.',
- 'required' => 'Lo camp :attribute es obligatòri.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'Lo camp :attribute es obligatòri quand :other es :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'Lo camp :attribute es obligatòri levat se :other es dins :values.',
- 'required_with' => 'Lo camp :attribute es obligatòri quand :values es present.',
- 'required_with_all' => 'Lo camp :attribute es obligatòri quand :values es present.',
- 'required_without' => 'Lo camp :attribute es obligatòri quand :values es pas present.',
- 'required_without_all' => 'Lo camp :attribute es obligatòri quand cap de :values son presents.',
- 'same' => 'Los camps :attribute e :other devon correspondre.',
- 'size' => [
- 'array' => 'Lo tablèu :attribute deu conténer :size elements.',
- 'file' => 'La talha del fichièr de :attribute deu fa :size kiloctets.',
- 'numeric' => 'La valor de :attribute deu fa :size.',
- 'string' => 'Lo tèxt :attribute deu fa :size caractèrs.',
- ],
- 'starts_with' => 'Lo camp :attribute deu començar amb una de las valors seguentas : :values',
- 'string' => 'Lo camp :attribute deu èsser una cadena de tèxt.',
- 'timezone' => 'Lo camp :attribute deu èsser una zòna orària valida.',
- 'unique' => 'La valor del camp :attribute es ja presa.',
- 'uploaded' => 'Lo fichièr de :attribute a pas pogut s’enviar.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Lo format de :attribute es invalid.',
- 'uuid' => 'Lo camp :attribute deu èsser un UUID valid',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/ps.json b/resources/lang/ps.json
deleted file mode 100644
index 9dafb952..00000000
--- a/resources/lang/ps.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Accept Invitation",
- "Add": "Add",
- "Add a new team member to your team, allowing them to collaborate with you.": "Add a new team member to your team, allowing them to collaborate with you.",
- "Add additional security to your account using two factor authentication.": "Add additional security to your account using two factor authentication.",
- "Add Team Member": "Add Team Member",
- "Added.": "Added.",
- "Administrator": "Administrator",
- "Administrator users can perform any action.": "Administrator users can perform any action.",
- "All of the people that are part of this team.": "All of the people that are part of this team.",
- "All rights reserved.": "ټول حقونه خوندي دي",
- "Already registered?": "Already registered?",
- "API Token": "API Token",
- "API Token Permissions": "API Token Permissions",
- "API Tokens": "API Tokens",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API tokens allow third-party services to authenticate with our application on your behalf.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.",
- "Are you sure you would like to delete this API token?": "Are you sure you would like to delete this API token?",
- "Are you sure you would like to leave this team?": "Are you sure you would like to leave this team?",
- "Are you sure you would like to remove this person from the team?": "Are you sure you would like to remove this person from the team?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Browser Sessions",
- "Cancel": "Cancel",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Close",
- "Code": "Code",
- "Confirm": "Confirm",
- "Confirm Password": "پټنوم) تایید لپاره)",
- "Create": "Create",
- "Create a new team to collaborate with others on projects.": "Create a new team to collaborate with others on projects.",
- "Create Account": "Create Account",
- "Create API Token": "Create API Token",
- "Create New Team": "Create New Team",
- "Create Team": "Create Team",
- "Created.": "Created.",
- "Current Password": "Current Password",
- "Dashboard": "Dashboard",
- "Delete": "Delete",
- "Delete Account": "Delete Account",
- "Delete API Token": "Delete API Token",
- "Delete Team": "Delete Team",
- "Disable": "Disable",
- "Done.": "Done.",
- "Edit Profile": "Edit Profile",
- "Editor": "Editor",
- "Editor users have the ability to read, create, and update.": "Editor users have the ability to read, create, and update.",
- "Email": "Email",
- "Email Address": "Email Address",
- "Email Password Reset Link": "Email Password Reset Link",
- "Enable": "Enable",
- "Ensure your account is using a long, random password to stay secure.": "Ensure your account is using a long, random password to stay secure.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "For your security, please confirm your password to continue.",
- "Forbidden": "دا منع ده",
- "Forgot your password?": "Forgot your password?",
- "Forgot Your Password?": "که تاسو خپل پټنوم هیر کړی، نو دلته کلیک وکړئ",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.",
- "Go to page :page": "Go to page :page",
- "Great! You have accepted the invitation to join the :team team.": "Great! You have accepted the invitation to join the :team team.",
- "Hello!": "سلام!",
- "I agree to the :terms_of_service and :privacy_policy": "I agree to the :terms_of_service and :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "If you already have an account, you may accept this invitation by clicking the button below:",
- "If you did not create an account, no further action is required.": "که تاسو دا بریښنالیک نه پېژني، نو تاسو اړتیا نلرئ چې کوم ګام پورته کړئ",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "If you did not expect to receive an invitation to this team, you may discard this email.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "که تاسو د پاسورډ بدلون بدل نه غواړئ، نو تاسو اړتیا نلرئ چې کوم اقدام ترسره کړئ.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "که تاسو د تڼۍ کلیک کولو کې ستونزې لرئ \":actionText\", د خپل براوزر په لاندینۍ url کې د ا کاپي / کاپی جوړول که :",
- "Last active": "Last active",
- "Last used": "Last used",
- "Leave": "Leave",
- "Leave Team": "Leave Team",
- "Log in": "Log in",
- "Log Out": "Log Out",
- "Log Out Other Browser Sessions": "Log Out Other Browser Sessions",
- "Login": "ننوتل",
- "Logout": "وتل",
- "Manage Account": "Manage Account",
- "Manage and log out your active sessions on other browsers and devices.": "Manage and log out your active sessions on other browsers and devices.",
- "Manage API Tokens": "Manage API Tokens",
- "Manage Role": "Manage Role",
- "Manage Team": "Manage Team",
- "Name": "نوم",
- "New Password": "New Password",
- "Not Found": "Not Found",
- "of": "of",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.",
- "Page Expired": "ختم شوی پاڼې",
- "Pagination Navigation": "Pagination Navigation",
- "Password": "پاسورډ",
- "Pending Team Invitations": "Pending Team Invitations",
- "Permanently delete this team.": "Permanently delete this team.",
- "Permanently delete your account.": "Permanently delete your account.",
- "Permissions": "Permissions",
- "Photo": "Photo",
- "Please click the button below to verify your email address.": "د خپل بریښنالیک پته د تایید لپاره لاندې تڼۍ باندې کلیک وکړئ.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Please confirm access to your account by entering one of your emergency recovery codes.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Please confirm access to your account by entering the authentication code provided by your authenticator application.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Please copy your new API token. For your security, it won't be shown again.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.",
- "Please provide the email address of the person you would like to add to this team.": "Please provide the email address of the person you would like to add to this team.",
- "Privacy Policy": "Privacy Policy",
- "Profile": "Profile",
- "Profile Information": "Profile Information",
- "Recovery Code": "Recovery Code",
- "Regards": "مننه",
- "Regenerate Recovery Codes": "Regenerate Recovery Codes",
- "Register": "د نوم ثبتول",
- "Remember me": "Remember me",
- "Remember Me": "ما په یاد ولره",
- "Remove": "Remove",
- "Remove Photo": "Remove Photo",
- "Remove Team Member": "Remove Team Member",
- "Resend Verification Email": "Resend Verification Email",
- "Reset Password": "پاسورډ بیا رغول",
- "Reset Password Notification": "د پاسورډ بیا رغول خبرتیا",
- "results": "results",
- "Role": "Role",
- "Save": "Save",
- "Saved.": "Saved.",
- "Select A New Photo": "Select A New Photo",
- "Send Password Reset Link": "د پاسورډ بیا رغول لینک لیږل",
- "Server Error": "Server Error",
- "Service Unavailable": "خدمت نشته",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Show Recovery Codes",
- "Showing": "Showing",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.",
- "Switch Teams": "Switch Teams",
- "Team Details": "Team Details",
- "Team Invitation": "Team Invitation",
- "Team Members": "Team Members",
- "Team Name": "Team Name",
- "Team Owner": "Team Owner",
- "Team Settings": "Team Settings",
- "Terms of Service": "Terms of Service",
- "The :attribute must be a valid role.": "The :attribute must be a valid role.",
- "The :attribute must be at least :length characters and contain at least one number.": "The :attribute must be at least :length characters and contain at least one number.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "The :attribute must be at least :length characters and contain at least one special character and one number.",
- "The :attribute must be at least :length characters and contain at least one special character.": "The :attribute must be at least :length characters and contain at least one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "The :attribute must be at least :length characters and contain at least one uppercase character and one number.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "The :attribute must be at least :length characters and contain at least one uppercase character.",
- "The :attribute must be at least :length characters.": "The :attribute must be at least :length characters.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "The provided password does not match your current password.",
- "The provided password was incorrect.": "The provided password was incorrect.",
- "The provided two factor authentication code was invalid.": "The provided two factor authentication code was invalid.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "The team's name and owner information.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.",
- "This device": "This device",
- "This is a secure area of the application. Please confirm your password before continuing.": "This is a secure area of the application. Please confirm your password before continuing.",
- "This password does not match our records.": "This password does not match our records.",
- "This password reset link will expire in :count minutes.": "This password reset link will expire in :count minutes.",
- "This user already belongs to the team.": "This user already belongs to the team.",
- "This user has already been invited to the team.": "This user has already been invited to the team.",
- "to": "to",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "نیویگیشن بدل کړئ",
- "Token Name": "Token Name",
- "Too Many Requests": "ډیری غوښتنې",
- "Two Factor Authentication": "Two Factor Authentication",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "غیر مجاز",
- "Unknown": "Unknown",
- "Update Password": "Update Password",
- "Update your account's profile information and email address.": "Update your account's profile information and email address.",
- "Use a recovery code": "Use a recovery code",
- "Use an authentication code": "Use an authentication code",
- "Verify Email Address": "د بریښنالیک پته تایید کړئ",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "We were unable to find a registered user with this email address.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.",
- "Whoops!": "هوګونه!",
- "Whoops! Something went wrong.": "Whoops! Something went wrong.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "موږ ستاسو د پاسورډ بیا رغول غوښتنه ترلاسه کړه.",
- "You have been invited to join the :team team!": "You have been invited to join the :team team!",
- "You have enabled two factor authentication.": "You have enabled two factor authentication.",
- "You have not enabled two factor authentication.": "You have not enabled two factor authentication.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "You may delete any of your existing tokens if they are no longer needed.",
- "You may not delete your personal team.": "You may not delete your personal team.",
- "You may not leave a team that you created.": "You may not leave a team that you created.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/ps/auth.php b/resources/lang/ps/auth.php
deleted file mode 100644
index c6e5b95e..00000000
--- a/resources/lang/ps/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'داسې ریکارډ شتون نلري چې د اعتبار معلومات سره سمون لري.',
- 'password' => 'The password is incorrect.',
- 'throttle' => 'دلته ډیر د ننوتلو هڅې شتون لري.:seconds لطفا د دویمې برخې وروسته هڅه وکړئ.',
-];
diff --git a/resources/lang/ps/http-statuses.php b/resources/lang/ps/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/ps/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/ps/pagination.php b/resources/lang/ps/pagination.php
deleted file mode 100644
index 59d44200..00000000
--- a/resources/lang/ps/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'بل »',
- 'previous' => '« مخکې',
-];
diff --git a/resources/lang/ps/passwords.php b/resources/lang/ps/passwords.php
deleted file mode 100644
index 6d92851e..00000000
--- a/resources/lang/ps/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'ما خپل پاسورډ جوړ کړی دی',
- 'sent' => 'د پاسورډ یادونې لیږل شوی.',
- 'throttled' => 'Please wait before retrying.',
- 'token' => 'د دې کارن د بیاکتنې نښه ناباوره ده.',
- 'user' => 'د کاروونکي د برېښناليک پتې سره کارن ونه موندل شو.',
-];
diff --git a/resources/lang/ps/validation.php b/resources/lang/ps/validation.php
deleted file mode 100644
index f76bcad9..00000000
--- a/resources/lang/ps/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'باید ومنل شی :attribute.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute یو باوري لینک نه دی.',
- 'after' => 'باید:attribute تر نن ورځې نیټې پورې :date.',
- 'after_or_equal' => ':Attribute باید وروستی نیټه وي یا د نیټې سره سمون ولري :date.',
- 'alpha' => 'دا باید شامل نه وي :attribute یوازې په حرفو کې.',
- 'alpha_dash' => 'دا باید شامل نه وي :attribute یوازې په حرفو کې، شمیرې او متره.',
- 'alpha_num' => 'شمیرې او متره :attribute یوازې خطونه او شمیرې.',
- 'array' => 'دا باید وي :attribute ًمیټرکس.',
- 'attached' => 'This :attribute is already attached.',
- 'before' => 'باید:attribute د تاریخ پخوا تاریخ وټاکئ :date.',
- 'before_or_equal' => ':Attribute دا باید وي د تیر نیټې یا نیټې سره سمون خوري :date.',
- 'between' => [
- 'array' => 'شمیرې او متره :attribute د عناصرو په منځ کې :min او :max.',
- 'file' => 'د دوتنې اندازه باید وي:attribute ما بين:min او :max كيلوبايت.',
- 'numeric' => 'دا باید ارزښت وي :attribute ما بين:min او :max.',
- 'string' => 'د متن حروف باید باید وي :attribute ما بين:min او :max.',
- ],
- 'boolean' => 'دا باید ارزښت وي :attribute او یا هم true یا false .',
- 'confirmed' => 'د تایید ساحه د ساحې سره سمون نه لري:attribute.',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute نېټه اعتبار نلري .',
- 'date_equals' => 'دا باید وي :attribute د نیټې سره سم:date.',
- 'date_format' => 'مطابقت نلري :attribute د شکل سره:format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'ساحې باید وي :attribute و :other مختلف.',
- 'digits' => 'شمیرې او متره :attribute په :digits شمېر / شمېرې.',
- 'digits_between' => 'شمیرې او متره :attribute ما بين:min و :max شمېر / شمېرې .',
- 'dimensions' => 'د :attribute د ناباوره انځور اړخونه لري.',
- 'distinct' => 'د ساحې څخه :attribute د نقل ارزښت .',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'دا باید وي :attribute یو باوري بریښلیک پته جوړښت.',
- 'ends_with' => 'The :attribute must end with one of the following: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'مشخص ارزښت :attribute شتون نلري.',
- 'file' => 'د :attribute دا باید یوه فایل وي.',
- 'filled' => ':Attribute لازمه ده.',
- 'gt' => [
- 'array' => 'شمیرې او متره :attribute له زیاتو څخه :value عناصر/عنصر.',
- 'file' => 'د دوتنې اندازه باید وي:attribute په پرتله ډیر :value كيلوبايت.',
- 'numeric' => 'دا باید ارزښت وي :attribute په پرتله ډیر :value.',
- 'string' => 'د متن اوږدوالی باید وي :attribute څخه زیات :value توري/توري.',
- ],
- 'gte' => [
- 'array' => 'شمیرې او متره :attribute لږ تر لږه :value عنصر / عناصر.',
- 'file' => 'د دوتنې اندازه باید وي:attribute لږترلږه :value كيلوبايت.',
- 'numeric' => 'دا باید ارزښت وي :attribute مساوی یا زیات :value.',
- 'string' => 'د متن اوږدوالی باید وي :attribute لږترلږه :value توري/توري.',
- ],
- 'image' => 'دا باید وي :attribute انځور.',
- 'in' => ':Attribute غير موجود.',
- 'in_array' => ':Attribute غير موجود في :other.',
- 'integer' => 'دا باید وي:attribute هو عدد صحيح.',
- 'ip' => 'دا باید وي:attribute عنوان IP ریښتیا.',
- 'ipv4' => 'دا باید وي:attribute عنوان IPv4 ریښتیا.',
- 'ipv6' => 'دا باید وي:attribute عنوان IPv6 ریښتیا.',
- 'json' => 'دا باید وي:attribute د اوریدلو ډول JSON.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'شمیرې او متره :attribute له کم څخه :value عناصر/عنصر.',
- 'file' => 'د دوتنې اندازه باید وي:attribute لږ :value كيلوبايت.',
- 'numeric' => 'دا باید ارزښت وي :attribute لږ :value.',
- 'string' => 'د متن اوږدوالی باید وي :attribute له کم څخه :value توري/توري.',
- ],
- 'lte' => [
- 'array' => 'دا باید شامل نه وي :attribute له زیاتو څخه :value عناصر/عنصر.',
- 'file' => 'د دوتنې اندازه باید له حد نه زیاته نه وي :attribute :value كيلوبايت.',
- 'numeric' => 'دا باید ارزښت وي :attribute نسبت برابر یا کوچنی :value.',
- 'string' => 'د متن اوږدوالی باید له زیاتوالی نه وي:attribute :value توري/توري.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'دا باید شامل نه وي :attribute له زیاتو څخه :max عناصر/عنصر.',
- 'file' => 'د دوتنې اندازه باید له حد نه زیاته وي :attribute :max كيلوبايت.',
- 'numeric' => 'دا باید ارزښت وي :attribute نسبت برابر یا کوچنی :max.',
- 'string' => 'د متن اوږدوالی باید له زیاتوالی نه وي:attribute :max توري/توري.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'دا باید د ډول دوسیه وي : :values.',
- 'mimetypes' => 'دا باید یوه فایل وي: :values.',
- 'min' => [
- 'array' => 'شمیرې او متره :attribute لږ تر لږه :min عنصر / عناصر.',
- 'file' => 'د دوتنې اندازه باید وي:attribute لږترلږه :min كيلوبايت.',
- 'numeric' => 'دا باید ارزښت وي :attribute مساوی یا زیات :min.',
- 'string' => 'د متن اوږدوالی باید وي :attribute لږترلږه :min توري/توري.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'The :attribute must be a multiple of :value.',
- 'not_in' => ':Attribute موجود.',
- 'not_regex' => 'فورمول :attribute غلط.',
- 'numeric' => 'باید:attribute یو شمېره.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'باید چمتو شی :attribute.',
- 'prohibited' => 'The :attribute field is prohibited.',
- 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
- 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'فورمول :attribute .غير صحيح.',
- 'relatable' => 'This :attribute may not be associated with this resource.',
- 'required' => ':Attribute اړینه ده.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Attribute که چیرې د اړتیا په صورت کې اړتیا وي:other مساو :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Attribute که نه :other مساو :values.',
- 'required_with' => ':Attribute که اړتیا وي شتون لري :values.',
- 'required_with_all' => ':Attribute که اړتیا وي شتون لري :values.',
- 'required_without' => ':Attribute د اړتیا پرته :values.',
- 'required_without_all' => ':Attribute که اړتیا شتون نلري :values.',
- 'same' => 'اړینه ده :attribute سره :other.',
- 'size' => [
- 'array' => 'شمیرې او متره :attribute په :size عنصر/عناصر په سمه توګه.',
- 'file' => 'د دوتنې اندازه باید وي:attribute :size كيلوبايت.',
- 'numeric' => 'دا باید ارزښت وي :attribute سره برابر :size.',
- 'string' => 'شمیرې او متره متن :attribute په :size توري/توري په سمه توګه.',
- ],
- 'starts_with' => 'دا باید پیل شي :attribute د لاندې ارزښتونو څخه یو: :values',
- 'string' => 'دا باید وي:attribute متن.',
- 'timezone' => 'دا باید وي:attribute یو باوري نیټه.',
- 'unique' => 'ارزښتونه :attribute کارول شوی.',
- 'uploaded' => 'د پورته کولو توان نلري :attribute.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'د لینک بڼه :attribute غلط.',
- 'uuid' => ':Attribute دا باید غیر رسمي وي UUID غږ.',
- 'attributes' => [
- 'address' => 'د استوګنې پته',
- 'age' => 'عمر',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'شته',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'ښار',
- 'content' => 'منځپانګې',
- 'country' => 'هېواد',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'نېټه',
- 'date_of_birth' => 'date of birth',
- 'day' => 'ورځ',
- 'deleted_at' => 'deleted at',
- 'description' => 'تشریح',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'برېښلیک',
- 'excerpt' => 'لنډیز',
- 'filter' => 'filter',
- 'first_name' => 'لومړی نوم',
- 'gender' => 'جنس',
- 'group' => 'group',
- 'hour' => 'ساعت',
- 'image' => 'image',
- 'last_name' => 'وروستۍ نوم',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'دقیقې',
- 'mobile' => 'ګرځنده',
- 'month' => 'میاشت',
- 'name' => 'نوم',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'پاسورډ',
- 'password_confirmation' => 'پاسورډ تایید کړه',
- 'phone' => 'تلیفون',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'ثانوي',
- 'sex' => 'جنس',
- 'short_text' => 'short text',
- 'size' => 'اندازه',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'وخت',
- 'title' => 'سرلیک',
- 'updated_at' => 'updated at',
- 'username' => 'د کارن نوم',
- 'year' => 'کال',
- ],
-];
diff --git a/resources/lang/pt_BR.json b/resources/lang/pt_BR.json
deleted file mode 100644
index c569f42b..00000000
--- a/resources/lang/pt_BR.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(e mais :count erro)",
- "(and :count more errors)": "(e mais :count erros)",
- "A fresh verification link has been sent to your email address.": "Um novo link de verificação foi enviado para seu endereço de e-mail.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "Um novo link de verificação foi enviado para o endereço de e-mail fornecido nas configurações do seu perfil.",
- "A new verification link has been sent to your email address.": "Um novo link de verificação foi enviado para seu endereço de e-mail.",
- "Accept Invitation": "Aceitar convite",
- "Add": "Adicionar",
- "Add a new team member to your team, allowing them to collaborate with you.": "Adicionar um novo membro no seu time, permitindo que ele colabore com você.",
- "Add additional security to your account using two factor authentication.": "Adicione mais segurança à sua conta usando autenticação em dois fatores.",
- "Add Team Member": "Adicionar membro ao time",
- "Added.": "Adicionado.",
- "Administrator": "Administrador",
- "Administrator users can perform any action.": "Usuários com privilégios de Administrador podem executar qualquer ação.",
- "All of the people that are part of this team.": "Todas as pessoas que fazem parte deste time.",
- "All rights reserved.": "Todos os direitos reservados.",
- "Already registered?": "Já registrado?",
- "API Token": "Token da API",
- "API Token Permissions": "Permissões do Token da API",
- "API Tokens": "Tokens da API",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "Tokens da API permitem que serviços de terceiros se autentiquem em nossa aplicação em seu nome.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Tem certeza que quer excluir esta equipe? Uma vez excluído, todos os dados e recursos relativos a ela serão excluídos permanentemente.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Tem certeza que quer excluir a sua conta? Uma vez excluída, todos os dados e recursos relativos a ela serão permanentemente excluídos. Por favor informe a sua senha para confirmar que você deseja excluir permanentemente a sua conta.",
- "Are you sure you would like to delete this API token?": "Tem certeza de que deseja excluir este token da API?",
- "Are you sure you would like to leave this team?": "Tem certeza de que deseja sair deste time?",
- "Are you sure you would like to remove this person from the team?": "Tem certeza de que deseja remover esta pessoa do time?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Antes de continuar, você pode verificar seu endereço de e-mail clicando no link que acabamos de enviar para você? Se você não recebeu o e-mail, teremos o prazer de lhe enviar outro.",
- "Before proceeding, please check your email for a verification link.": "Antes de prosseguir, verifique seu e-mail para obter um link de verificação.",
- "Browser Sessions": "Sessões do navegador",
- "Cancel": "Cancelar",
- "Click here to re-send the verification email.": "Clique aqui para reenviar o e-mail de verificação.",
- "click here to request another": "clique aqui para solicitar outro",
- "Close": "Fechar",
- "Code": "Código",
- "Confirm": "Confirmar",
- "Confirm Password": "Confirmar senha",
- "Create": "Criar",
- "Create a new team to collaborate with others on projects.": "Crie uma equipe para colaborar com outros em projetos.",
- "Create Account": "Criar Conta",
- "Create API Token": "Criar Token da API",
- "Create New Team": "Criar Novo Time",
- "Create Team": "Criar Time",
- "Created.": "Criado.",
- "Current Password": "Senha Atual",
- "Dashboard": "Painel",
- "Delete": "Excluir",
- "Delete Account": "Excluir Conta",
- "Delete API Token": "Excluir Token da API",
- "Delete Team": "Excluir Time",
- "Disable": "Desativar",
- "Done.": "Feito.",
- "Edit Profile": "Editar Perfil",
- "Editor": "Editor",
- "Editor users have the ability to read, create, and update.": "Usuários com privilégios de Editor podem ler, criar e atualizar.",
- "Email": "E-mail",
- "Email Address": "Endereço de E-mail",
- "Email Password Reset Link": "Link de redefinição de senha",
- "Enable": "Ativar",
- "Ensure your account is using a long, random password to stay secure.": "Garanta que sua conta esteja usando uma senha longa e aleatória para se manter seguro.",
- "Finish enabling two factor authentication.": "Termine de habilitar a autenticação de dois fatores.",
- "For your security, please confirm your password to continue.": "Para sua segurança, por favor confirme a sua senha antes de prosseguir.",
- "Forbidden": "Proibido",
- "Forgot your password?": "Esqueceu a senha?",
- "Forgot Your Password?": "Esqueceu a Senha?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Esqueceu sua senha? Sem problemas. É só nos informar o seu e-mail que nós enviaremos para você um link para redefinição de senha que irá permitir que você escolha uma nova senha.",
- "Go to page :page": "Ir para página :page",
- "Great! You have accepted the invitation to join the :team team.": "Muito bom! Você aceitou o convite para se juntar à equipa :team.",
- "Hello!": "Olá!",
- "I agree to the :terms_of_service and :privacy_policy": "Concordo com os :terms_of_service e com as :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Se necessário, você pode sair de todas as suas outras sessões de navegador em todos os seus dispositivos. Algumas de suas sessões recentes estão listadas abaixo; no entanto, esta lista pode não ser exaustiva. Se você sentir que sua conta foi comprometida, Você também deve atualizar sua senha.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Se já tiver uma conta, poderá aceitar este convite carregando no botão abaixo:",
- "If you did not create an account, no further action is required.": "Se você não criou uma conta, ignore este e-mail.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Se você não esperava receber um convite para esta equipe, você pode descartar este e-mail.",
- "If you did not receive the email": "Se você não recebeu o e-mail",
- "If you did not request a password reset, no further action is required.": "Se você não solicitou essa redefinição de senha, ignore este e-mail.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Se você não tem uma conta, você pode criar uma clicando no botão abaixo. Depois de criar uma conta, você pode clicar no botão aceitar o convite neste e-mail para aceitar o convite da equipe:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Se você estiver tendo problemas para clicar no botão \":actionText\", copie e cole a URL abaixo\nem seu navegador:",
- "Last active": "Última atividade",
- "Last used": "Usado por último",
- "Leave": "Sair",
- "Leave Team": "Sair do Time",
- "Log in": "Entrar",
- "Log Out": "Sair",
- "Log Out Other Browser Sessions": "Desligar Outras Sessões do Navegador",
- "Login": "Entrar",
- "Logout": "Sair",
- "Manage Account": "Gerenciar Conta",
- "Manage and log out your active sessions on other browsers and devices.": "Gerenciar e registrar suas sessões ativas em outros navegadores e dispositivos.",
- "Manage API Tokens": "Gerenciar Tokens de API",
- "Manage Role": "Gerenciar Papel",
- "Manage Team": "Gerenciar Time",
- "Name": "Nome",
- "New Password": "Nova Senha",
- "Not Found": "Não Encontrado",
- "of": "de",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Uma vez excluído, o time e todos os seus dados e recursos serão excluídos permanentemente. Antes de excluir este time, faça download de todos os dados e informações sobre este time que você deseje manter.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Uma vez que sua conta é excluída, todos os dados e recursos desta conta serão excluídos permanentemente. Antes de excluir a sua conta, faça download de todos os dados e informações que você deseje manter.",
- "Page Expired": "Página expirou",
- "Pagination Navigation": "Navegação da Paginação",
- "Password": "Senha",
- "Pending Team Invitations": "Convites de Equipe Pendentes",
- "Permanently delete this team.": "Excluir este time permanentemente.",
- "Permanently delete your account.": "Excluir esta conta permanentemente.",
- "Permissions": "Permissões",
- "Photo": "Foto",
- "Please click the button below to verify your email address.": "Por favor, clique no botão abaixo para verificar seu endereço de e-mail.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Por favor confirme o acesso à sua conta inserindo um de seus códigos de recuperação de emergência.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Por favor confirme o acesso à sua conta informando um código de autenticação fornecido por seu aplicativo autenticador.",
- "Please confirm your password before continuing.": "Por favor, confirme sua senha antes de continuar.",
- "Please copy your new API token. For your security, it won't be shown again.": "Por favor copie seu novo token da API. Para sua segurança, ele não será mostrado novamente.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Introduza a sua senha para confirmar que deseja sair das suas outras sessões de navegação em todos os seus dispositivos.",
- "Please provide the email address of the person you would like to add to this team.": "Por favor, forneça o endereço de E-mail da pessoa que você gostaria de adicionar a esta equipe.",
- "Privacy Policy": "Política de Privacidade",
- "Profile": "Perfil",
- "Profile Information": "Informações do Perfil",
- "Recovery Code": "Código de Recuperação",
- "Regards": "Atenciosamente",
- "Regenerate Recovery Codes": "Gerar novamente os Códigos de Recuperação",
- "Register": "Registrar",
- "Remember me": "Lembre-se de mim",
- "Remember Me": "Lembre-se de mim",
- "Remove": "Remover",
- "Remove Photo": "Remover Foto",
- "Remove Team Member": "Remover Membro do Time",
- "Resend Verification Email": "Enviar novamente o e-mail de verificação",
- "Reset Password": "Redefinir senha",
- "Reset Password Notification": "Notificação de redefinição de senha",
- "results": "resultados",
- "Role": "Papel",
- "Save": "Salvar",
- "Saved.": "Salvo.",
- "Select A New Photo": "Selecione uma nova foto",
- "Send Password Reset Link": "Enviar link de redefinição de senha",
- "Server Error": "Erro do servidor",
- "Service Unavailable": "Serviço indisponível",
- "Setup Key": "Chave de configuração",
- "Show Recovery Codes": "Mostrar Códigos de Recuperação",
- "Showing": "Mostrando",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Guarde estes códigos de recuperação em um gerenciador de senhas seguro. Eles podem ser usados para recuperar o acesso à sua conta se o dispositivo de autenticação em dois fatores for perdido.",
- "Switch Teams": "Mudar de Time",
- "Team Details": "Detalhes do Time",
- "Team Invitation": "Convite de Time",
- "Team Members": "Membros do Time",
- "Team Name": "Nome do Time",
- "Team Owner": "Dono do Time",
- "Team Settings": "Configurações do Time",
- "Terms of Service": "Termos de Serviço",
- "The :attribute must be a valid role.": ":Attribute deve ser um papel válido.",
- "The :attribute must be at least :length characters and contain at least one number.": "O campo :attribute deve possuir no mínimo :length caracteres e conter pelo menos um número.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "Os :attribute devem ter, pelo menos, :length caracteres e conter, pelo menos, um carácter especial e um número.",
- "The :attribute must be at least :length characters and contain at least one special character.": "O campo :attribute deve possuir no mínimo :length caracteres e conter pelo menos um caractere especial.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "O campo :attribute deve possuir no mínimo :length caracteres e conter pelo menos uma letra maiúscula e um número.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "O campo :attribute deve possuir no mínimo :length caracteres e conter pelo menos uma letra maiúscula e um caractere especial.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "O campo :attribute deve possuir no mínimo :length caracteres e conter pelo menos uma letra maiúscula, um número, e um caractere especial.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "O campo :attribute deve possuir no mínimo :length caracteres e conter pelo menos uma letra maiúscula.",
- "The :attribute must be at least :length characters.": "O campo :attribute deve possuir no mínimo :length caracteres.",
- "The :attribute must contain at least one letter.": "O campo :attribute deve conter pelo menos uma letra",
- "The :attribute must contain at least one number.": "O campo :attribute deve conter pelo menos um número.",
- "The :attribute must contain at least one symbol.": "O campo :attribute deve conter pelo menos um símbolo.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "O campo :attribute deve conter pelo menos uma letra maiúscula e uma minúscula.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "O :attribute informado apareceu em um vazamento de dados. Por favor escolha uma :attribute diferente.",
- "The given data was invalid.": "Os dados fornecidos eram inválidos.",
- "The password is incorrect.": "A senha está incorreta.",
- "The provided password does not match your current password.": "A senha informada não corresponde à sua senha atual.",
- "The provided password was incorrect.": "A senha informada está incorreta.",
- "The provided two factor authentication code was invalid.": "O código de autenticação em dois fatores informado não é válido.",
- "The provided two factor recovery code was invalid.": "O código de recuperação de dois fatores fornecido era inválido.",
- "The team's name and owner information.": "Nome do time e informações do dono.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Estas pessoas foram convidadas para a sua equipa e receberam um convite por e-mail. Eles podem se juntar à equipe aceitando o convite por e-mail.",
- "This device": "Este dispositivo",
- "This is a secure area of the application. Please confirm your password before continuing.": "Esta é uma área segura da aplicação. Por favor, confirme a sua senha antes de continuar.",
- "This password does not match our records.": "Esta senha não corresponde aos nossos registros.",
- "This password reset link will expire in :count minutes.": "O link de redefinição de senha irá expirar em :count minutos.",
- "This user already belongs to the team.": "Este usuário já pertence a um time.",
- "This user has already been invited to the team.": "Este usuário já foi convidado para o time.",
- "to": "até",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "Para concluir a ativação da autenticação de dois fatores, digitalize o código QR a seguir usando o aplicativo autenticador do seu telefone ou insira a chave de configuração e forneça o código OTP gerado.",
- "Toggle navigation": "Alternar navegação",
- "Token Name": "Nome do Token",
- "Too Many Requests": "Muitas solicitações",
- "Two Factor Authentication": "Autenticação em dois fatores",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "A autenticação de dois fatores agora está habilitada. Digitalize o código QR a seguir usando o aplicativo autenticador do seu telefone ou digite a chave de configuração.",
- "Unauthorized": "Não autorizado",
- "Unknown": "Desconhecido",
- "Update Password": "Atualizar senha",
- "Update your account's profile information and email address.": "Atualize as informações do seu perfil e endereço de e-mail.",
- "Use a recovery code": "Use um código de recuperação",
- "Use an authentication code": "Use um código de autenticação",
- "Verify Email Address": "Verifique o endereço de e-mail",
- "Verify Your Email Address": "Verifique seu endereço de e-mail",
- "We were unable to find a registered user with this email address.": "Não pudemos encontrar um usuário com esse endereço de e-mail.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Quando a autenticação em dois fatores está ativa, um token seguro e aleatório será solicitado durante a autenticação. Você deve obter este token em seu aplicativo Google Authenticator em seu telefone.",
- "Whoops!": "Ops!",
- "Whoops! Something went wrong.": "Ops! Alguma coisa deu errado.",
- "You are logged in!": "Você está logado!",
- "You are receiving this email because we received a password reset request for your account.": "Você recebeu esse e-mail porque foi solicitado uma redefinição de senha na sua conta.",
- "You have been invited to join the :team team!": "Foi convidado para se juntar ao time :team!",
- "You have enabled two factor authentication.": "Você ativou a autenticação em dois fatores.",
- "You have not enabled two factor authentication.": "Você não ativou a autenticação em dois fatores.",
- "You may accept this invitation by clicking the button below:": "Você pode aceitar o convite clicando no botão abaixo:",
- "You may delete any of your existing tokens if they are no longer needed.": "Você pode excluir seus tokens existentes se eles não forem mais necessários.",
- "You may not delete your personal team.": "Você não pode excluir o seu time pessoal.",
- "You may not leave a team that you created.": "Você não pode sair de um time que você criou.",
- "Your email address is unverified.": "Seu endereço de e-mail não foi verificado."
-}
\ No newline at end of file
diff --git a/resources/lang/pt_BR/auth.php b/resources/lang/pt_BR/auth.php
deleted file mode 100644
index c0dcdd79..00000000
--- a/resources/lang/pt_BR/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Credenciais informadas não correspondem com nossos registros.',
- 'password' => 'A senha está incorreta.',
- 'throttle' => 'Você realizou muitas tentativas de login. Por favor, tente novamente em :seconds segundos.',
-];
diff --git a/resources/lang/pt_BR/http-statuses.php b/resources/lang/pt_BR/http-statuses.php
deleted file mode 100644
index bede04b4..00000000
--- a/resources/lang/pt_BR/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Erro Desconhecido',
- '100' => 'Continuar',
- '101' => 'Mudando Protocolos',
- '102' => 'Processamento',
- '200' => 'OK',
- '201' => 'Criado',
- '202' => 'Aceito',
- '203' => 'Informações Não Autorizadas',
- '204' => 'Nenhum Conteúdo',
- '205' => 'Redefinir Conteúdo',
- '206' => 'Contéudo Parcial',
- '207' => 'Multi-Status',
- '208' => 'Já Reportado',
- '226' => 'Estou Usando',
- '300' => 'Múltiplas Escolhas',
- '301' => 'Movido Permanentemente',
- '302' => 'Encontrado',
- '303' => 'Ver Outros',
- '304' => 'Não Modificado',
- '305' => 'Use Proxy',
- '307' => 'Redirecionamento Temporário',
- '308' => 'Redirecionamento Permanente',
- '400' => 'Requisição Inválida',
- '401' => 'Não Autorizado',
- '402' => 'Pagamento Requerido',
- '403' => 'Proibido',
- '404' => 'Página Não Encontrada',
- '405' => 'Método Não Permitido',
- '406' => 'Não Aceitável',
- '407' => 'Autenticação De Proxy Necessária',
- '408' => 'Tempo Limite De Requisição',
- '409' => 'Conflito',
- '410' => 'Perdido',
- '411' => 'Comprimento Necessário',
- '412' => 'Pré-Condição Falhou',
- '413' => 'Carga Muito Grande',
- '414' => 'URI Muito Grande',
- '415' => 'Tipo De Mídia Não Suportado',
- '416' => 'Faixa Não Satisfatória',
- '417' => 'Falha Na Expectativa',
- '418' => 'Eu Sou Um Bule De Chá',
- '419' => 'Sessão Expirou',
- '421' => 'Solicitação Mal Direcionada',
- '422' => 'Entidade Improcessável',
- '423' => 'Fechado',
- '424' => 'Dependência Com Falha',
- '425' => 'Too Early',
- '426' => 'Atualização Necessária',
- '428' => 'Pré-Condição Necessária',
- '429' => 'Muitas Requisições',
- '431' => 'Campos De Cabeçalho De Solicitação Muito Grandes',
- '444' => 'Connection Closed Without Response',
- '449' => 'Repetir Com',
- '451' => 'Indisponível Por Motivos Legais',
- '499' => 'Client Closed Request',
- '500' => 'Erro Interno Do Servidor',
- '501' => 'Não Implementado',
- '502' => 'Gateway Inválido',
- '503' => 'Modo De Manutenção',
- '504' => 'Tempo Limite Do Gateway',
- '505' => 'Versão HTTP Não Suportada',
- '506' => 'Variante Também Negocia',
- '507' => 'Armazenamento Insuficiente',
- '508' => 'Loop Detectado',
- '509' => 'Limite de Banda Excedido',
- '510' => 'Não Estendido',
- '511' => 'Autenticação De Rede Necessária',
- '520' => 'Erro Desconhecido',
- '521' => 'Servidor Web Está Inativo',
- '522' => 'Tempo Limite Da Conexão',
- '523' => 'Origem É Inacessível',
- '524' => 'Ocorreu Um Tempo Limite',
- '525' => 'Falha No Handshake SSL',
- '526' => 'Certificado SSL Inválido',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Erro Desconhecido',
-];
diff --git a/resources/lang/pt_BR/pagination.php b/resources/lang/pt_BR/pagination.php
deleted file mode 100644
index 50485abf..00000000
--- a/resources/lang/pt_BR/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Próxima »',
- 'previous' => '« Anterior',
-];
diff --git a/resources/lang/pt_BR/passwords.php b/resources/lang/pt_BR/passwords.php
deleted file mode 100644
index c62873d4..00000000
--- a/resources/lang/pt_BR/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Sua senha foi redefinida!',
- 'sent' => 'Enviamos um link para redefinir a sua senha por e-mail.',
- 'throttled' => 'Por favor espere antes de tentar novamente.',
- 'token' => 'Esse código de redefinição de senha é inválido.',
- 'user' => 'Não conseguimos encontrar nenhum usuário com o endereço de e-mail informado.',
-];
diff --git a/resources/lang/pt_BR/validation.php b/resources/lang/pt_BR/validation.php
deleted file mode 100644
index e3ba27e8..00000000
--- a/resources/lang/pt_BR/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'O campo :attribute deve ser aceito.',
- 'accepted_if' => 'O :attribute deve ser aceito quando :other for :value.',
- 'active_url' => 'O campo :attribute deve conter uma URL válida.',
- 'after' => 'O campo :attribute deve conter uma data posterior a :date.',
- 'after_or_equal' => 'O campo :attribute deve conter uma data superior ou igual a :date.',
- 'alpha' => 'O campo :attribute deve conter apenas letras.',
- 'alpha_dash' => 'O campo :attribute deve conter apenas letras, números e traços.',
- 'alpha_num' => 'O campo :attribute deve conter apenas letras e números .',
- 'array' => 'O campo :attribute deve conter um array.',
- 'attached' => 'Este :attribute já está anexado.',
- 'before' => 'O campo :attribute deve conter uma data anterior a :date.',
- 'before_or_equal' => 'O campo :attribute deve conter uma data inferior ou igual a :date.',
- 'between' => [
- 'array' => 'O campo :attribute deve conter de :min a :max itens.',
- 'file' => 'O campo :attribute deve conter um arquivo de :min a :max kilobytes.',
- 'numeric' => 'O campo :attribute deve conter um número entre :min e :max.',
- 'string' => 'O campo :attribute deve conter entre :min a :max caracteres.',
- ],
- 'boolean' => 'O campo :attribute deve conter o valor verdadeiro ou falso.',
- 'confirmed' => 'A confirmação para o campo :attribute não coincide.',
- 'current_password' => 'A senha está incorreta.',
- 'date' => 'O campo :attribute não contém uma data válida.',
- 'date_equals' => 'O campo :attribute deve ser uma data igual a :date.',
- 'date_format' => 'A data informada para o campo :attribute não respeita o formato :format.',
- 'declined' => 'O :attribute deve ser recusado.',
- 'declined_if' => 'O :attribute deve ser recusado quando :other for :value.',
- 'different' => 'Os campos :attribute e :other devem conter valores diferentes.',
- 'digits' => 'O campo :attribute deve conter :digits dígitos.',
- 'digits_between' => 'O campo :attribute deve conter entre :min a :max dígitos.',
- 'dimensions' => 'O valor informado para o campo :attribute não é uma dimensão de imagem válida.',
- 'distinct' => 'O campo :attribute contém um valor duplicado.',
- 'doesnt_end_with' => 'O :attribute não pode terminar com um dos seguintes: :values.',
- 'doesnt_start_with' => 'O :attribute não pode começar com um dos seguintes: :values.',
- 'email' => 'O campo :attribute não contém um endereço de email válido.',
- 'ends_with' => 'O campo :attribute deve terminar com um dos seguintes valores: :values',
- 'enum' => 'O :attribute selecionado é inválido.',
- 'exists' => 'O valor selecionado para o campo :attribute é inválido.',
- 'file' => 'O campo :attribute deve conter um arquivo.',
- 'filled' => 'O campo :attribute é obrigatório.',
- 'gt' => [
- 'array' => 'O campo :attribute deve ter mais que :value itens.',
- 'file' => 'O arquivo :attribute deve ser maior que :value kilobytes.',
- 'numeric' => 'O campo :attribute deve ser maior que :value.',
- 'string' => 'O campo :attribute deve ser maior que :value caracteres.',
- ],
- 'gte' => [
- 'array' => 'O campo :attribute deve ter :value itens ou mais.',
- 'file' => 'O arquivo :attribute deve ser maior ou igual a :value kilobytes.',
- 'numeric' => 'O campo :attribute deve ser maior ou igual a :value.',
- 'string' => 'O campo :attribute deve ser maior ou igual a :value caracteres.',
- ],
- 'image' => 'O campo :attribute deve conter uma imagem.',
- 'in' => 'O campo :attribute não contém um valor válido.',
- 'in_array' => 'O campo :attribute não existe em :other.',
- 'integer' => 'O campo :attribute deve conter um número inteiro.',
- 'ip' => 'O campo :attribute deve conter um IP válido.',
- 'ipv4' => 'O campo :attribute deve conter um IPv4 válido.',
- 'ipv6' => 'O campo :attribute deve conter um IPv6 válido.',
- 'json' => 'O campo :attribute deve conter uma string JSON válida.',
- 'lowercase' => 'O :attribute deve ser minúsculo.',
- 'lt' => [
- 'array' => 'O campo :attribute deve ter menos que :value itens.',
- 'file' => 'O arquivo :attribute ser menor que :value kilobytes.',
- 'numeric' => 'O campo :attribute deve ser menor que :value.',
- 'string' => 'O campo :attribute deve ser menor que :value caracteres.',
- ],
- 'lte' => [
- 'array' => 'O campo :attribute não deve ter mais que :value itens.',
- 'file' => 'O arquivo :attribute ser menor ou igual a :value kilobytes.',
- 'numeric' => 'O campo :attribute deve ser menor ou igual a :value.',
- 'string' => 'O campo :attribute deve ser menor ou igual a :value caracteres.',
- ],
- 'mac_address' => 'O :attribute deve ser um endereço MAC válido.',
- 'max' => [
- 'array' => 'O campo :attribute deve conter no máximo :max itens.',
- 'file' => 'O campo :attribute não pode conter um arquivo com mais de :max kilobytes.',
- 'numeric' => 'O campo :attribute não pode conter um valor superior a :max.',
- 'string' => 'O campo :attribute não pode conter mais de :max caracteres.',
- ],
- 'max_digits' => 'O :attribute não deve ter mais que :max dígitos.',
- 'mimes' => 'O campo :attribute deve conter um arquivo do tipo: :values.',
- 'mimetypes' => 'O campo :attribute deve conter um arquivo do tipo: :values.',
- 'min' => [
- 'array' => 'O campo :attribute deve conter no mínimo :min itens.',
- 'file' => 'O campo :attribute deve conter um arquivo com no mínimo :min kilobytes.',
- 'numeric' => 'O campo :attribute deve conter um número superior ou igual a :min.',
- 'string' => 'O campo :attribute deve conter no mínimo :min caracteres.',
- ],
- 'min_digits' => 'O :attribute deve ter pelo menos :min dígitos.',
- 'multiple_of' => 'O :attribute deve ser um múltiplo de :value',
- 'not_in' => 'O campo :attribute contém um valor inválido.',
- 'not_regex' => 'O formato do valor :attribute é inválido.',
- 'numeric' => 'O campo :attribute deve conter um valor numérico.',
- 'password' => [
- 'letters' => 'O :attribute deve conter pelo menos uma letra.',
- 'mixed' => 'O :attribute deve conter pelo menos uma letra maiúscula e uma minúscula.',
- 'numbers' => 'O :attribute deve conter pelo menos um número.',
- 'symbols' => 'O :attribute deve conter pelo menos um símbolo.',
- 'uncompromised' => 'O dado :attribute apareceu em um vazamento de dados. Por favor, escolha um :attribute diferente.',
- ],
- 'present' => 'O campo :attribute deve estar presente.',
- 'prohibited' => 'O campo :attribute é proibido.',
- 'prohibited_if' => 'O campo :attribute é proibido quando :other é :value.',
- 'prohibited_unless' => 'O campo :attribute é proibido a menos que :other esteja em :values.',
- 'prohibits' => 'O campo :attribute proíbe :other de estar presente.',
- 'regex' => 'O formato do valor informado no campo :attribute é inválido.',
- 'relatable' => 'Este :attribute pode não estar associado a este recurso.',
- 'required' => 'O campo :attribute é obrigatório.',
- 'required_array_keys' => 'O campo :attribute deve conter entradas para: :values',
- 'required_if' => 'O campo :attribute é obrigatório quando o valor do campo :other é igual a :value.',
- 'required_if_accepted' => 'O campo :attribute é obrigatório quando :other é aceito.',
- 'required_unless' => 'O campo :attribute é obrigatório a menos que :other esteja presente em :values.',
- 'required_with' => 'O campo :attribute é obrigatório quando :values está presente.',
- 'required_with_all' => 'O campo :attribute é obrigatório quando um dos :values está presente.',
- 'required_without' => 'O campo :attribute é obrigatório quando :values não está presente.',
- 'required_without_all' => 'O campo :attribute é obrigatório quando nenhum dos :values está presente.',
- 'same' => 'Os campos :attribute e :other devem conter valores iguais.',
- 'size' => [
- 'array' => 'O campo :attribute deve conter :size itens.',
- 'file' => 'O campo :attribute deve conter um arquivo com o tamanho de :size kilobytes.',
- 'numeric' => 'O campo :attribute deve conter o número :size.',
- 'string' => 'O campo :attribute deve conter :size caracteres.',
- ],
- 'starts_with' => 'O campo :attribute deve começar com um dos seguintes valores: :values',
- 'string' => 'O campo :attribute deve ser uma string.',
- 'timezone' => 'O campo :attribute deve conter um fuso horário válido.',
- 'unique' => 'O valor informado para o campo :attribute já está em uso.',
- 'uploaded' => 'Falha no Upload do arquivo :attribute.',
- 'uppercase' => 'O :attribute deve ser maiúsculo.',
- 'url' => 'O formato da URL informada para o campo :attribute é inválido.',
- 'uuid' => 'O campo :attribute deve ser um UUID válido.',
- 'attributes' => [
- 'address' => 'endereço',
- 'age' => 'idade',
- 'amount' => 'motante',
- 'area' => 'área',
- 'available' => 'disponível',
- 'birthday' => 'aniversário',
- 'body' => 'conteúdo',
- 'city' => 'cidade',
- 'content' => 'conteúdo',
- 'country' => 'país',
- 'created_at' => 'criado em',
- 'creator' => 'criador',
- 'current_password' => 'senha atual',
- 'date' => 'data',
- 'date_of_birth' => 'data de nascimento',
- 'day' => 'dia',
- 'deleted_at' => 'excluído em',
- 'description' => 'descrição',
- 'district' => 'distrito',
- 'duration' => 'duração',
- 'email' => 'e-mail',
- 'excerpt' => 'resumo',
- 'filter' => 'filtro',
- 'first_name' => 'primeiro nome',
- 'gender' => 'gênero',
- 'group' => 'grupo',
- 'hour' => 'hora',
- 'image' => 'imagem',
- 'last_name' => 'sobrenome',
- 'lesson' => 'lição',
- 'line_address_1' => 'endereço de linha 1',
- 'line_address_2' => 'endereço de linha 2',
- 'message' => 'mensagem',
- 'middle_name' => 'nome do meio',
- 'minute' => 'minuto',
- 'mobile' => 'celular',
- 'month' => 'mês',
- 'name' => 'nome',
- 'national_code' => 'código nacional',
- 'number' => 'número',
- 'password' => 'senha',
- 'password_confirmation' => 'confirmação da senha',
- 'phone' => 'telefone',
- 'photo' => 'foto',
- 'postal_code' => 'código postal',
- 'price' => 'preço',
- 'province' => 'província',
- 'recaptcha_response_field' => 'campo de resposta recaptcha',
- 'remember' => 'lembrar-me',
- 'restored_at' => 'restaurado em',
- 'result_text_under_image' => 'texto do resultado sob a imagem',
- 'role' => 'função',
- 'second' => 'segundo',
- 'sex' => 'sexo',
- 'short_text' => 'texto pequeno',
- 'size' => 'tamanho',
- 'state' => 'estado',
- 'street' => 'rua',
- 'student' => 'estudante',
- 'subject' => 'assunto',
- 'teacher' => 'professor',
- 'terms' => 'termos',
- 'test_description' => 'descrição de teste',
- 'test_locale' => 'local de teste',
- 'test_name' => 'nome de teste',
- 'text' => 'texto',
- 'time' => 'hora',
- 'title' => 'título',
- 'updated_at' => 'atualizado em',
- 'username' => 'usuário',
- 'year' => 'ano',
- ],
-];
diff --git a/resources/lang/ro.json b/resources/lang/ro.json
deleted file mode 100644
index 1a3e2faa..00000000
--- a/resources/lang/ro.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(și :count mai multe erori)",
- "(and :count more errors)": "(și cu :count mai multe erori)",
- "A fresh verification link has been sent to your email address.": "Un nou link de verificare a fost trimis la adresa ta de e-mail.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "Un nou link de verificare a fost trimis la adresa de e-mail pe care ați furnizat-o în setările profilului dvs.",
- "A new verification link has been sent to your email address.": "Un nou link de verificare a fost trimis la adresa dvs. de e-mail.",
- "Accept Invitation": "Acceptați Invitația",
- "Add": "Adaugă",
- "Add a new team member to your team, allowing them to collaborate with you.": "Adăugați un nou membru al echipei în echipa dvs., permițându-le să colaboreze cu dvs.",
- "Add additional security to your account using two factor authentication.": "Adăugați securitate suplimentară în contul dvs. utilizând autentificarea cu doi factori.",
- "Add Team Member": "Adaugă Membru Al Echipei",
- "Added.": "Adăugat.",
- "Administrator": "Administrator",
- "Administrator users can perform any action.": "Utilizatorii de Administrator pot efectua orice acțiune.",
- "All of the people that are part of this team.": "Toți oamenii care fac parte din această echipă.",
- "All rights reserved.": "Toate drepturile rezervate.",
- "Already registered?": "Ești deja înregistrat?",
- "API Token": "Simbolul API",
- "API Token Permissions": "Permisiuni API Token",
- "API Tokens": "Indicativele API",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "Token-urile API permit serviciilor terțe să se autentifice cu aplicația noastră în numele dvs.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Sunteți sigur că doriți să ștergeți această echipă? Odată ce o echipă este ștearsă, toate resursele și datele sale vor fi șterse definitiv.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Sunteți sigur că doriți să vă ștergeți contul? Odată ce contul dvs. este șters, toate resursele și datele sale vor fi șterse definitiv. Introduceți parola pentru a confirma că doriți să vă ștergeți definitiv contul.",
- "Are you sure you would like to delete this API token?": "Sunteți sigur că doriți să ștergeți acest token API?",
- "Are you sure you would like to leave this team?": "Ești sigur că vrei să părăsești această echipă?",
- "Are you sure you would like to remove this person from the team?": "Sunteți sigur că doriți să eliminați această persoană din echipă?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Sesiuni De Browser",
- "Cancel": "Anulează",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Închide",
- "Code": "Cod",
- "Confirm": "Confirmă",
- "Confirm Password": "Confirmare parolă",
- "Create": "Creează",
- "Create a new team to collaborate with others on projects.": "Creați o nouă echipă pentru a colabora cu alte persoane la proiecte.",
- "Create Account": "Creează Cont",
- "Create API Token": "Creați API Token",
- "Create New Team": "Creați O Echipă Nouă",
- "Create Team": "Creează Echipă",
- "Created.": "Creat.",
- "Current Password": "Parola Curentă",
- "Dashboard": "Tablou de bord",
- "Delete": "Șterge",
- "Delete Account": "Șterge Contul",
- "Delete API Token": "Șterge simbolul API",
- "Delete Team": "Șterge Echipa",
- "Disable": "Dezactivează",
- "Done.": "S-a făcut.",
- "Edit Profile": "Edit Profile",
- "Editor": "Editor",
- "Editor users have the ability to read, create, and update.": "Utilizatorii editorului au capacitatea de a citi, crea și actualiza.",
- "Email": "E-mail",
- "Email Address": "Adresa De E-Mail",
- "Email Password Reset Link": "Link De Resetare A Parolei De E-Mail",
- "Enable": "Activează",
- "Ensure your account is using a long, random password to stay secure.": "Asigurați-vă că contul dvs. utilizează o parolă lungă, aleatorie pentru a rămâne în siguranță.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Pentru securitatea dvs., vă rugăm să confirmați parola pentru a continua.",
- "Forbidden": "Interzis",
- "Forgot your password?": "Ați uitat parola?",
- "Forgot Your Password?": "Ați uitat parola?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Ați uitat parola? Nicio problemă. Spuneți-ne adresa dvs. de e-mail și vă vom trimite un link de resetare a parolei care vă va permite să alegeți una nouă.",
- "Go to page :page": "Mergi la pagina :page",
- "Great! You have accepted the invitation to join the :team team.": "Grozav! Ați acceptat invitația de a vă alătura echipei :team.",
- "Hello!": "Bună!",
- "I agree to the :terms_of_service and :privacy_policy": "Sunt de acord cu :terms_of_service și :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Dacă este necesar, vă puteți deconecta de la toate celelalte sesiuni de browser de pe toate dispozitivele. Unele dintre sesiunile dvs. recente sunt enumerate mai jos; cu toate acestea, această listă poate să nu fie exhaustivă. Dacă simțiți că contul dvs. a fost compromis, ar trebui să vă actualizați și parola.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Dacă aveți deja un cont, puteți accepta această invitație făcând clic pe butonul de mai jos:",
- "If you did not create an account, no further action is required.": "Dacă nu ați creat un cont, puteți ignora acest mesaj.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Dacă nu vă așteptați să primiți o invitație la această echipă, puteți renunța la acest e-mail.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Dacă nu ați solicitat o resetare de parolă, puteți ignora acest mesaj.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Dacă nu aveți un cont, puteți crea unul făcând clic pe butonul de mai jos. După crearea unui cont, puteți face clic pe butonul de acceptare a invitației din acest e-mail pentru a accepta invitația echipei:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Dacă nu puteți apăsa pe butonul \":actionText\", copiați și alipiți adresa de mai jos în navigatorul dvs:",
- "Last active": "Ultimul activ",
- "Last used": "Ultima utilizare",
- "Leave": "Lasă",
- "Leave Team": "Părăsește Echipa",
- "Log in": "Autentificare",
- "Log Out": "Deconectează",
- "Log Out Other Browser Sessions": "Deconectați Alte Sesiuni De Browser",
- "Login": "Autentificare",
- "Logout": "Deautentificare",
- "Manage Account": "Gestionați Contul",
- "Manage and log out your active sessions on other browsers and devices.": "Gestionați și deconectați sesiunile active pe alte browsere și dispozitive.",
- "Manage API Tokens": "Gestionați token-uri API",
- "Manage Role": "Gestionați Rolul",
- "Manage Team": "Gestionați Echipa",
- "Name": "Nume",
- "New Password": "Parolă Nouă",
- "Not Found": "Negăsit",
- "of": "din",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Odată ce o echipă este ștearsă, toate resursele și datele sale vor fi șterse definitiv. Înainte de a șterge această echipă, vă rugăm să descărcați orice date sau informații referitoare la această echipă pe care doriți să le păstrați.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Odată ce contul dvs. este șters, toate resursele și datele sale vor fi șterse definitiv. Înainte de a șterge contul, vă rugăm să descărcați orice date sau informații pe care doriți să le păstrați.",
- "Page Expired": "Pagina a expirat",
- "Pagination Navigation": "Navigare Paginare",
- "Password": "Parolă",
- "Pending Team Invitations": "Invitații De Echipă În Așteptare",
- "Permanently delete this team.": "Ștergeți definitiv această echipă.",
- "Permanently delete your account.": "Ștergeți definitiv contul.",
- "Permissions": "Permisiuni",
- "Photo": "Fotografie",
- "Please click the button below to verify your email address.": "Vă rugăm să apăsați pe butonul de mai jos pentru a verifica adresa dvs. de e-mail.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Vă rugăm să confirmați accesul la contul dvs. introducând unul dintre codurile de recuperare de urgență.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Vă rugăm să confirmați accesul la contul dvs. introducând codul de autentificare furnizat de aplicația dvs. de autentificare.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Vă rugăm să copiați noul token API. Pentru siguranța ta, nu va fi afișat din nou.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Introduceți parola pentru a confirma că doriți să vă deconectați din celelalte sesiuni de browser de pe toate dispozitivele.",
- "Please provide the email address of the person you would like to add to this team.": "Vă rugăm să furnizați adresa de e-mail a persoanei pe care doriți să o adăugați la această echipă.",
- "Privacy Policy": "Politica De Confidențialitate",
- "Profile": "Profil",
- "Profile Information": "Informații Despre Profil",
- "Recovery Code": "Codul De Recuperare",
- "Regards": "Toate cele bune",
- "Regenerate Recovery Codes": "Regenerați Codurile De Recuperare",
- "Register": "Înregistrare",
- "Remember me": "Amintește-ți de mine",
- "Remember Me": "Ține-mă minte",
- "Remove": "Elimină",
- "Remove Photo": "Elimină Fotografia",
- "Remove Team Member": "Elimină Membrul Echipei",
- "Resend Verification Email": "Retrimiteți E-Mailul De Verificare",
- "Reset Password": "Resetare parolă",
- "Reset Password Notification": "Notificare resetare parolă",
- "results": "rezultate",
- "Role": "Rol",
- "Save": "Salvează",
- "Saved.": "Salvat.",
- "Select A New Photo": "Selectați O Fotografie Nouă",
- "Send Password Reset Link": "Trimite link-ul pentru resetarea parolei",
- "Server Error": "Eroare de server",
- "Service Unavailable": "Serviciu indisponibil",
- "Setup Key": "Cheie de configurare",
- "Show Recovery Codes": "Arată Codurile De Recuperare",
- "Showing": "Arată",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Stocați aceste coduri de recuperare într-un manager de parole securizat. Acestea pot fi utilizate pentru a recupera accesul la contul dvs. dacă dispozitivul dvs. de autentificare cu doi factori este pierdut.",
- "Switch Teams": "Schimbă Echipele",
- "Team Details": "Detalii Echipa",
- "Team Invitation": "Invitațiile Echipei",
- "Team Members": "Membrii Echipei",
- "Team Name": "Numele Echipei",
- "Team Owner": "Proprietarul Echipei",
- "Team Settings": "Setări Echipă",
- "Terms of Service": "Termenii serviciului",
- "The :attribute must be a valid role.": ":Attribute trebuie să fie un rol valabil.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute trebuie să aibă cel puțin :length caractere și să conțină cel puțin un număr.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute trebuie să aibă cel puțin :length de caractere și să conțină cel puțin un caracter special și un număr.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute trebuie să aibă cel puțin :length de caractere și să conțină cel puțin un caracter special.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute trebuie să aibă cel puțin :length de caractere și să conțină cel puțin un caracter cu majuscule și un număr.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute trebuie să aibă cel puțin :length de caractere și să conțină cel puțin un caracter cu majuscule și un caracter special.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute trebuie să aibă cel puțin :length de caractere și să conțină cel puțin un caracter cu majuscule, un număr și un caracter special.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "Cele :attribute trebuie să aibă cel puțin :length de caractere și să conțină cel puțin un caracter cu majuscule.",
- "The :attribute must be at least :length characters.": ":Attribute trebuie să aibă cel puțin :length de caractere.",
- "The :attribute must contain at least one letter.": ":Attribute trebuie să conțină cel puțin o literă.",
- "The :attribute must contain at least one number.": ":Attribute trebuie să conțină cel puțin un număr.",
- "The :attribute must contain at least one symbol.": ":Attribute trebuie să conțină cel puțin un simbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": ":Attribute trebuie să conțină cel puțin o literă mare și o literă mică.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": ":Attribute dat a apărut într-o scurgere de date. Vă rugăm să alegeți un alt :attribute.",
- "The given data was invalid.": "Datele date au fost nevalide.",
- "The password is incorrect.": "Parola este incorectă.",
- "The provided password does not match your current password.": "Parola introdusă nu se potrivește cu cea curentă.",
- "The provided password was incorrect.": "Parola introdusă a fost incorectă.",
- "The provided two factor authentication code was invalid.": "Codul de autentificare cu doi factori furnizat a fost nevalid.",
- "The provided two factor recovery code was invalid.": "Codul de recuperare cu doi factori furnizat a fost nevalid.",
- "The team's name and owner information.": "Numele echipei și informații despre proprietar.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Acești oameni au fost invitați în echipa dvs. și li s-a trimis un e-mail de invitație. Aceștia se pot alătura echipei acceptând invitația prin e-mail.",
- "This device": "Acest dispozitiv",
- "This is a secure area of the application. Please confirm your password before continuing.": "Aceasta este o zonă sigură a aplicației. Vă rugăm să confirmați parola înainte de a continua.",
- "This password does not match our records.": "Această parolă nu se potrivește cu înregistrările noastre.",
- "This password reset link will expire in :count minutes.": "Acest link de resetare a parolei va expira în :count minute.",
- "This user already belongs to the team.": "Acest utilizator aparține deja echipei.",
- "This user has already been invited to the team.": "Acest utilizator a fost deja invitat în echipă.",
- "to": "la",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "Pentru a finaliza activarea autentificării cu doi factori, scanați următorul cod QR folosind aplicația de autentificare a telefonului sau introduceți cheia de configurare și furnizați codul OTP generat.",
- "Toggle navigation": "Comută navigarea",
- "Token Name": "Nume Token",
- "Too Many Requests": "Prea multe cereri",
- "Two Factor Authentication": "Autentificare Cu Doi Factori",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Autentificarea cu doi factori este acum activată. Scanați următorul cod QR folosind aplicația de autentificare a telefonului sau introduceți cheia de configurare.",
- "Unauthorized": "Nepermis",
- "Unknown": "Necunoscut",
- "Update Password": "Actualizați Parola",
- "Update your account's profile information and email address.": "Actualizați informațiile profilului contului dvs. și adresa de e-mail.",
- "Use a recovery code": "Utilizați un cod de recuperare",
- "Use an authentication code": "Utilizarea unui cod de autentificare",
- "Verify Email Address": "Verifică adresă de e-mail",
- "Verify Your Email Address": "Verificați adresă dvs. de e-mail",
- "We were unable to find a registered user with this email address.": "Nu am putut găsi un utilizator înregistrat cu această adresă de e-mail.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Când autentificarea cu doi factori este activată, vi se va solicita un jeton sigur, aleatoriu în timpul autentificării. Puteți prelua acest jeton din aplicația Google Authenticator a telefonului.",
- "Whoops!": "Oops!",
- "Whoops! Something went wrong.": "Hopa! Ceva n-a mers bine.",
- "You are logged in!": "Ești logat!",
- "You are receiving this email because we received a password reset request for your account.": "Primiți acest mesaj pentru că a fost înregistrată o solicitare de resetare a parolei pentru contul asociat acestei adrese de e-mail.",
- "You have been invited to join the :team team!": "Ați fost invitat să vă alăturați echipei :team!",
- "You have enabled two factor authentication.": "Ați activat autentificarea cu doi factori.",
- "You have not enabled two factor authentication.": "Nu ați activat autentificarea cu doi factori.",
- "You may accept this invitation by clicking the button below:": "Puteți accepta această invitație dând clic pe butonul de mai jos:",
- "You may delete any of your existing tokens if they are no longer needed.": "Puteți șterge oricare dintre jetoanele existente dacă acestea nu mai sunt necesare.",
- "You may not delete your personal team.": "Nu vă puteți șterge echipa personală.",
- "You may not leave a team that you created.": "Nu puteți părăsi o echipă pe care ați creat-o.",
- "Your email address is unverified.": "Adresa de e-mail este neverificată."
-}
\ No newline at end of file
diff --git a/resources/lang/ro/auth.php b/resources/lang/ro/auth.php
deleted file mode 100644
index cba22937..00000000
--- a/resources/lang/ro/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Datele de identificare nu pot fi confirmate.',
- 'password' => 'Parola este greșită.',
- 'throttle' => 'Prea multe încercări de intrare în cont. Puteți încerca din nou peste :seconds secunde.',
-];
diff --git a/resources/lang/ro/http-statuses.php b/resources/lang/ro/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/ro/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/ro/pagination.php b/resources/lang/ro/pagination.php
deleted file mode 100644
index 7569ac74..00000000
--- a/resources/lang/ro/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Înainte »',
- 'previous' => '« Înapoi',
-];
diff --git a/resources/lang/ro/passwords.php b/resources/lang/ro/passwords.php
deleted file mode 100644
index 3dcd09e4..00000000
--- a/resources/lang/ro/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Parola a fost resetată!',
- 'sent' => 'Am trimis un e-mail cu link-ul de resetare a parolei!',
- 'throttled' => 'Vă rugăm să așteptați înainte de a încerca din nou.',
- 'token' => 'Codul de resetare a parolei este greșit.',
- 'user' => 'Nu există niciun utilizator cu această adresă de e-mail.',
-];
diff --git a/resources/lang/ro/validation.php b/resources/lang/ro/validation.php
deleted file mode 100644
index ca65b666..00000000
--- a/resources/lang/ro/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Câmpul :attribute trebuie să fie acceptat.',
- 'accepted_if' => 'Câmpul :attribute trebuie să fie acceptat când :other este :value.',
- 'active_url' => 'Câmpul :attribute nu este un URL valid.',
- 'after' => 'Câmpul :attribute trebuie să fie o dată după :date.',
- 'after_or_equal' => 'Câmpul :attribute trebuie să fie o dată ulterioară sau egală cu :date.',
- 'alpha' => 'Câmpul :attribute poate conține doar litere.',
- 'alpha_dash' => 'Câmpul :attribute poate conține doar litere, numere și cratime.',
- 'alpha_num' => 'Câmpul :attribute poate conține doar litere și numere.',
- 'array' => 'Câmpul :attribute trebuie să fie un array.',
- 'attached' => 'Acest :attribute este deja atașat.',
- 'before' => 'Câmpul :attribute trebuie să fie o dată înainte de :date.',
- 'before_or_equal' => 'Câmpul :attribute trebuie să fie o dată înainte sau egală cu :date.',
- 'between' => [
- 'array' => 'Câmpul :attribute trebuie să aibă între :min și :max elemente.',
- 'file' => 'Câmpul :attribute trebuie să fie între :min și :max kilobyți.',
- 'numeric' => 'Câmpul :attribute trebuie să fie între :min și :max.',
- 'string' => 'Câmpul :attribute trebuie să fie între :min și :max caractere.',
- ],
- 'boolean' => 'Câmpul :attribute trebuie să fie adevărat sau fals.',
- 'confirmed' => 'Confirmarea :attribute nu se potrivește.',
- 'current_password' => 'Parola e incorectă.',
- 'date' => 'Câmpul :attribute nu este o dată validă.',
- 'date_equals' => 'Aceasta :attribute trebuie să fie o dată egală cu :date.',
- 'date_format' => 'Câmpul :attribute trebuie să fie în formatul :format.',
- 'declined' => 'Câmpul :attribute trebuie să fie declinat.',
- 'declined_if' => 'Câmpul :attribute trebuie să fie declinat când :other este :value.',
- 'different' => 'Câmpurile :attribute și :other trebuie să fie diferite.',
- 'digits' => 'Câmpul :attribute trebuie să aibă :digits cifre.',
- 'digits_between' => 'Câmpul :attribute trebuie să aibă între :min și :max cifre.',
- 'dimensions' => 'Câmpul :attribute are dimensiuni de imagine nevalide.',
- 'distinct' => 'Câmpul :attribute are o valoare duplicat.',
- 'doesnt_end_with' => ':Attribute nu se poate termina cu una dintre următoarele valori: :values.',
- 'doesnt_start_with' => ':Attribute trebuie să nu înceapă cu una dintre următoarele valori: :values.',
- 'email' => 'Câmpul :attribute trebuie să fie o adresă de e-mail validă.',
- 'ends_with' => 'Câmpul :attribute trebuie să se încheie cu una din următoarele valori: :values',
- 'enum' => 'Câmpul :attribute selectat nu este valid.',
- 'exists' => 'Câmpul :attribute selectat nu este valid.',
- 'file' => 'Câmpul :attribute trebuie să fie un fișier.',
- 'filled' => 'Câmpul :attribute trebuie completat.',
- 'gt' => [
- 'array' => 'Câmpul :attribute trebuie să aibă mai multe de :value elemente.',
- 'file' => 'Câmpul :attribute trebuie să fie mai mare de :value kilobyți.',
- 'numeric' => 'Câmpul :attribute trebuie să fie mai mare de :value.',
- 'string' => 'Câmpul :attribute trebuie să fie mai mare de :value caractere.',
- ],
- 'gte' => [
- 'array' => 'Câmpul :attribute trebuie să aibă :value elemente sau mai multe.',
- 'file' => 'Câmpul :attribute trebuie să fie mai mare sau egal cu :value kilobyți.',
- 'numeric' => 'Câmpul :attribute trebuie să fie mai mare sau egal cu :value.',
- 'string' => 'Câmpul :attribute trebuie să fie mai mare sau egal cu :value caractere.',
- ],
- 'image' => 'Câmpul :attribute trebuie să fie o imagine.',
- 'in' => 'Câmpul :attribute selectat nu este valid.',
- 'in_array' => 'Câmpul :attribute nu există în :other.',
- 'integer' => 'Câmpul :attribute trebuie să fie un număr întreg.',
- 'ip' => 'Câmpul :attribute trebuie să fie o adresă IP validă.',
- 'ipv4' => 'Câmpul :attribute trebuie să fie o adresă IPv4 validă.',
- 'ipv6' => 'Câmpul :attribute trebuie să fie o adresă IPv6 validă.',
- 'json' => 'Câmpul :attribute trebuie să fie un string JSON valid.',
- 'lowercase' => ':Attribute trebuie să fie format doar din litere mici.',
- 'lt' => [
- 'array' => 'Câmpul :attribute trebuie să aibă mai puțin de :value elemente.',
- 'file' => 'Câmpul :attribute trebuie să fie mai mic de :value kilobyți.',
- 'numeric' => 'Câmpul :attribute trebuie să fie mai mic de :value.',
- 'string' => 'Câmpul :attribute trebuie să fie mai mic de :value caractere.',
- ],
- 'lte' => [
- 'array' => 'Câmpul :attribute trebuie să aibă :value elemente sau mai puține.',
- 'file' => 'Câmpul :attribute trebuie să fie mai mic sau egal cu :value kilobyți.',
- 'numeric' => 'Câmpul :attribute trebuie să fie mai mic sau egal cu :value.',
- 'string' => 'Câmpul :attribute trebuie să fie mai mic sau egal cu :value caractere.',
- ],
- 'mac_address' => 'Câmpul :attribute trebuie să fie o adresă MAC validă.',
- 'max' => [
- 'array' => 'Câmpul :attribute nu poate avea mai mult de :max elemente.',
- 'file' => 'Câmpul :attribute nu poate avea mai mult de :max kilobyți.',
- 'numeric' => 'Câmpul :attribute nu poate fi mai mare de :max.',
- 'string' => 'Câmpul :attribute nu poate avea mai mult de :max caractere.',
- ],
- 'max_digits' => ':Attribute nu trebuie să conțină mai mult de :max cifre.',
- 'mimes' => 'Câmpul :attribute trebuie să fie un fișier de tipul: :values.',
- 'mimetypes' => 'Câmpul :attribute trebuie să fie un fișier de tipul: :values.',
- 'min' => [
- 'array' => 'Câmpul :attribute trebuie să aibă cel puțin :min elemente.',
- 'file' => 'Câmpul :attribute trebuie să aibă cel puțin :min kilobyți.',
- 'numeric' => 'Câmpul :attribute nu poate fi mai mic de :min.',
- 'string' => 'Câmpul :attribute trebuie să aibă cel puțin :min caractere.',
- ],
- 'min_digits' => ':Attribute trebuie să conțină cel puțin :min cifre.',
- 'multiple_of' => ':Attribute trebuie să fie un multiplu de :value',
- 'not_in' => 'Câmpul :attribute selectat nu este valid.',
- 'not_regex' => 'Câmpul :attribute nu are un format valid.',
- 'numeric' => 'Câmpul :attribute trebuie să fie un număr.',
- 'password' => [
- 'letters' => ':Attribute trebuie să conțină cel puțin o literă.',
- 'mixed' => ':Attribute trebuie să conțină cel puțin o literă mare și o literă mică.',
- 'numbers' => ':Attribute trebuie să conțină cel puțin un număr.',
- 'symbols' => ':Attribute trebuie să conțină cel puțin un simbol.',
- 'uncompromised' => ':Attribute dat a apărut într-o scurgere de date. Vă rugăm să alegeți un alt :attribute.',
- ],
- 'present' => 'Câmpul :attribute trebuie să fie prezent.',
- 'prohibited' => 'Câmpul :attribute este interzis.',
- 'prohibited_if' => 'Câmpul :attribute este interzis atunci când :other este :value.',
- 'prohibited_unless' => 'Câmpul :attribute este interzis, cu excepția cazului în care :other este în :values.',
- 'prohibits' => 'Câmpul :attribute nu permite ca :other să fie prezent.',
- 'regex' => 'Câmpul :attribute nu are un format valid.',
- 'relatable' => 'Acest :attribute nu poate fi asociat cu această resursă.',
- 'required' => 'Câmpul :attribute este obligatoriu.',
- 'required_array_keys' => 'Câmpul :attribute trebuie să conțină valori pentru: :values.',
- 'required_if' => 'Câmpul :attribute este necesar când :other este :value.',
- 'required_if_accepted' => 'Câmpul :attribute este obligatoriu când :other este acceptat.',
- 'required_unless' => 'Câmpul :attribute este necesar, cu excepția cazului :other este in :values.',
- 'required_with' => 'Câmpul :attribute este necesar când există :values.',
- 'required_with_all' => 'Câmpul :attribute este necesar când există :values.',
- 'required_without' => 'Câmpul :attribute este necesar când nu există :values.',
- 'required_without_all' => 'Câmpul :attribute este necesar când niciuna dintre valorile :values nu există.',
- 'same' => 'Câmpurile :attribute și :other trebuie să fie identice.',
- 'size' => [
- 'array' => 'Câmpul :attribute trebuie să aibă :size elemente.',
- 'file' => 'Câmpul :attribute trebuie să aibă :size kilobyți.',
- 'numeric' => 'Câmpul :attribute trebuie să fie :size.',
- 'string' => 'Câmpul :attribute trebuie să aibă :size caractere.',
- ],
- 'starts_with' => 'Câmpul :attribute trebuie să înceapă cu una din următoarele valori: :values',
- 'string' => 'Câmpul :attribute trebuie să fie string.',
- 'timezone' => 'Câmpul :attribute trebuie să fie un fus orar valid.',
- 'unique' => 'Câmpul :attribute a fost deja folosit.',
- 'uploaded' => 'Câmpul :attribute nu a reușit încărcarea.',
- 'uppercase' => ':Attribute trebuie să fie majuscule.',
- 'url' => 'Câmpul :attribute nu este un URL valid.',
- 'uuid' => 'Câmpul :attribute trebuie să fie un cod UUID valid.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/ru.json b/resources/lang/ru.json
deleted file mode 100644
index 02d6384d..00000000
--- a/resources/lang/ru.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(и ещё :count ошибка)",
- "(and :count more errors)": "(и ещё :count ошибок)",
- "A fresh verification link has been sent to your email address.": "Новая ссылка подтверждения отправлена на Ваш адрес электронной почты.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "На адрес электронной почты, который Вы указали в настройках своего профиля, была отправлена новая ссылка для подтверждения.",
- "A new verification link has been sent to your email address.": "На Ваш адрес электронной почты отправлена новая ссылка для подтверждения.",
- "Accept Invitation": "Принять приглашение",
- "Add": "Добавить",
- "Add a new team member to your team, allowing them to collaborate with you.": "Добавьте нового члена в свою команду для совместной работы с ним.",
- "Add additional security to your account using two factor authentication.": "Защитите свой аккаунт используя двухфакторную аутентификацию.",
- "Add Team Member": "Добавить члена команды",
- "Added.": "Добавлено.",
- "Administrator": "Администратор",
- "Administrator users can perform any action.": "Администратор может выполнять любые действия.",
- "All of the people that are part of this team.": "Все люди, являющиеся частью этой команды",
- "All rights reserved.": "Все права защищены.",
- "Already registered?": "Уже зарегистрированы?",
- "API Token": "API токен",
- "API Token Permissions": "Разрешения API токена",
- "API Tokens": "API токены",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API токены позволяют сторонним службам аутентифицироваться в приложении от Вашего имени.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Вы уверены, что хотите удалить эту команду? После удаления команды все её ресурсы и данные будут удалены без возможности восстановления.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Вы уверены, что хотите удалить свою учётную запись? После удаления Вашей учётной записи все её ресурсы и данные будут удалены без возможности восстановления. Пожалуйста, введите свой пароль для подтверждения удаления учётной записи.",
- "Are you sure you would like to delete this API token?": "Вы уверены, что хотите удалить этот API токен?",
- "Are you sure you would like to leave this team?": "Вы уверены, что хотите покинуть эту команду?",
- "Are you sure you would like to remove this person from the team?": "Вы уверены, что хотите удалить этого члена команды?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Прежде чем продолжить, не могли бы Вы подтвердить свой адрес электронной почты, перейдя по ссылке, которую мы только что отправили Вам по электронной почте? Если Вы не получили письмо, мы с радостью вышлем другое.",
- "Before proceeding, please check your email for a verification link.": "Прежде чем продолжить, проверьте свою электронную почту на наличие ссылки для подтверждения.",
- "Browser Sessions": "Сеансы",
- "Cancel": "Отмена",
- "Click here to re-send the verification email.": "Нажмите здесь, чтобы повторно отправить электронное письмо для подтверждения.",
- "click here to request another": "нажмите здесь для запроса другой ссылки",
- "Close": "Закрыть",
- "Code": "Код",
- "Confirm": "Подтвердить",
- "Confirm Password": "Подтвердить пароль",
- "Create": "Создать",
- "Create a new team to collaborate with others on projects.": "Создайте новую команду для совместной работы над проектами.",
- "Create Account": "Создать аккаунт",
- "Create API Token": "Создать API токен",
- "Create New Team": "Создать команду",
- "Create Team": "Создать команду",
- "Created.": "Создано.",
- "Current Password": "Текущий пароль",
- "Dashboard": "Панель",
- "Delete": "Удалить",
- "Delete Account": "Удалить аккаунт",
- "Delete API Token": "Удалить API токен",
- "Delete Team": "Удалить команду",
- "Disable": "Отключить",
- "Done.": "Успешно.",
- "Edit Profile": "Редактировать профиль",
- "Editor": "Редактор",
- "Editor users have the ability to read, create, and update.": "Пользователи с правами редактора могут читать, создавать и обновлять.",
- "Email": "E-Mail адрес",
- "Email Address": "Адрес электронной почты",
- "Email Password Reset Link": "Ссылка для сброса пароля",
- "Enable": "Включить",
- "Ensure your account is using a long, random password to stay secure.": "В целях безопасности убедитесь, что Вы используете длинный рандомный пароль.",
- "Finish enabling two factor authentication.": "Завершите активацию двухфакторной аутентификации.",
- "For your security, please confirm your password to continue.": "Для продолжения подтвердите пароль для Вашей безопасности.",
- "Forbidden": "Запрещено",
- "Forgot your password?": "Забыли пароль?",
- "Forgot Your Password?": "Забыли пароль?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Забыли пароль? Нет проблем. Просто сообщите Ваш email-адрес и мы пришлём Вам ссылку для сброса пароля.",
- "Go to page :page": "Перейти к :page-й странице",
- "Great! You have accepted the invitation to join the :team team.": "Отлично! Вы приняли приглашение присоединиться к команде :team.",
- "Hello!": "Здравствуйте!",
- "I agree to the :terms_of_service and :privacy_policy": "Я соглашаюсь с :terms_of_service и :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "При необходимости, Вы можете выйти из всех других сеансов на всех Ваших устройствах. Некоторые из Ваших сеансов перечислены ниже, однако, этот список может быть не полным. Если Вы считаете, что Ваша учётная запись была взломана, Вам также следует обновить свой пароль.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Если у Вас уже есть учётная запись, Вы можете принять это приглашение, нажав на кнопку:",
- "If you did not create an account, no further action is required.": "Если Вы не создавали учетную запись, никаких дополнительных действий не требуется.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Если Вы не желаете войти в состав этой команды, Вы можете проигнорировать это письмо.",
- "If you did not receive the email": "Если Вы не получили письмо",
- "If you did not request a password reset, no further action is required.": "Если Вы не запрашивали восстановление пароля, никаких дополнительных действий не требуется.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Если у Вас нет учётной записи, Вы можете создать её, нажав на кнопку ниже. После создания учётной записи, Вы можете нажать кнопку принятия приглашения в этом письме, чтобы принять его:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Если у Вас возникли проблемы с нажатием кнопки \":actionText\", скопируйте и вставьте приведенный ниже URL-адрес в свой браузер:",
- "Last active": "Последняя активность",
- "Last used": "Последнее использование",
- "Leave": "Покинуть",
- "Leave Team": "Покинуть команду",
- "Log in": "Войти",
- "Log Out": "Выйти",
- "Log Out Other Browser Sessions": "Завершить другие сессии",
- "Login": "Войти",
- "Logout": "Выйти",
- "Manage Account": "Управление аккаунтом",
- "Manage and log out your active sessions on other browsers and devices.": "Управление активными сеансами на других устройствах.",
- "Manage API Tokens": "Управление API токенами",
- "Manage Role": "Управление ролью",
- "Manage Team": "Управление командой",
- "Name": "Имя",
- "New Password": "Новый пароль",
- "Not Found": "Не найдено",
- "of": "из",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "После удаления команды все её ресурсы и данные будут удалены без возможности восстановления. Перед удалением скачайте данные и информацию о команде, которые хотите сохранить.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "После удаления Вашей учётной записи все её ресурсы и данные будут удалены без возможности восстановления. Перед удалением учётной записи загрузите данные и информацию, которую хотите сохранить.",
- "Page Expired": "Страница устарела",
- "Pagination Navigation": "Навигация",
- "Password": "Пароль",
- "Pending Team Invitations": "Ожидающие приглашения в команду",
- "Permanently delete this team.": "Удалить эту команду навсегда.",
- "Permanently delete your account.": "Удалить свой аккаунт навсегда.",
- "Permissions": "Разрешения",
- "Photo": "Фото",
- "Please click the button below to verify your email address.": "Пожалуйста, нажмите кнопку ниже, чтобы подтвердить свой адрес электронной почты.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Подтвердите доступ к своей учётной записи, введя один из кодов аварийного восстановления.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Подтвердите доступ к своей учётной записи, введя код из Вашего приложения аутентификации.",
- "Please confirm your password before continuing.": "Пожалуйста, подтвердите свой пароль, прежде чем продолжить.",
- "Please copy your new API token. For your security, it won't be shown again.": "Скопируйте Ваш новый API токен. В целях безопасности он больше не будет отображаться.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Введите пароль для подтверждения выхода из других сеансов на всех ваших устройствах.",
- "Please provide the email address of the person you would like to add to this team.": "Укажите электронный адрес человека, которого Вы хотите добавить в эту команду.",
- "Privacy Policy": "политикой конфиденциальности",
- "Profile": "Профиль",
- "Profile Information": "Информация профиля",
- "Recovery Code": "Код восстановления",
- "Regards": "С уважением",
- "Regenerate Recovery Codes": "Перегенерировать коды восстановления",
- "Register": "Регистрация",
- "Remember me": "Запомнить меня",
- "Remember Me": "Запомнить меня",
- "Remove": "Удалить",
- "Remove Photo": "Удалить фото",
- "Remove Team Member": "Удалить члена команды",
- "Resend Verification Email": "Выслать повторно письмо для подтверждения",
- "Reset Password": "Сбросить пароль",
- "Reset Password Notification": "Оповещение о сбросе пароля",
- "results": "результатов",
- "Role": "Роль",
- "Save": "Сохранить",
- "Saved.": "Сохранено.",
- "Select A New Photo": "Выбрать фото",
- "Send Password Reset Link": "Отправить ссылку сброса пароля",
- "Server Error": "Ошибка сервера",
- "Service Unavailable": "Сервис недоступен",
- "Setup Key": "Ключ настройки",
- "Show Recovery Codes": "Показать коды восстановления",
- "Showing": "Показано с",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Храните эти коды восстановления в безопасном месте. Их можно использовать для восстановления доступа к Вашей учётной записи, если Ваше устройство с двухфакторной аутентификацией потеряно.",
- "Switch Teams": "Сменить команды",
- "Team Details": "Детали команды",
- "Team Invitation": "Приглашение в команду",
- "Team Members": "Члены команды",
- "Team Name": "Название команды",
- "Team Owner": "Владелец команды",
- "Team Settings": "Настройки команды",
- "Terms of Service": "Условия обслуживания",
- "The :attribute must be a valid role.": "Значение поля :attribute должно быть корректной ролью.",
- "The :attribute must be at least :length characters and contain at least one number.": "Значение поля :attribute должно быть не меньше :length символов и содержать как минимум одну цифру.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "Значение поля :attribute должно быть не меньше :length символов, содержать как минимум один спецсимвол и одну цифру.",
- "The :attribute must be at least :length characters and contain at least one special character.": "Значение поля :attribute должно быть не меньше :length символов и содержать как минимум один спецсимвол.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "Значение поля :attribute должно быть не меньше :length символов и содержать как минимум один символ в верхнем регистре и одну цифру.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "Значение поля :attribute должно быть не меньше :length символов и содержать как минимум один символ в верхнем регистре и один спецсимвол.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "Значение поля :attribute должно быть не меньше :length символов и содержать как минимум один символ в верхнем регистре, одно число и один спецсимвол.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "Значение поля :attribute должно быть не меньше :length символов и содержать как минимум один символ в верхнем регистре.",
- "The :attribute must be at least :length characters.": "Значение поля :attribute должно быть не меньше :length символов.",
- "The :attribute must contain at least one letter.": "Значение поля :attribute должно содержать минимум одну букву.",
- "The :attribute must contain at least one number.": "Значение поля :attribute должно содержать минимум одну цифру.",
- "The :attribute must contain at least one symbol.": "Значение поля :attribute должно содержать минимум один спец символ.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "Значение поля :attribute должно содержать как минимум по одному символу в нижнем и верхнем регистрах.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "Значение поля :attribute обнаружено в утечке данных. Пожалуйста, укажите другое значение для :attribute.",
- "The given data was invalid.": "Указанные данные недействительны.",
- "The password is incorrect.": "Некорректный пароль.",
- "The provided password does not match your current password.": "Указанный пароль не соответствует Вашему текущему паролю.",
- "The provided password was incorrect.": "Неверный пароль.",
- "The provided two factor authentication code was invalid.": "Неверный код двухфакторной аутентификации.",
- "The provided two factor recovery code was invalid.": "Предоставленный двухфакторный код восстановления недействителен.",
- "The team's name and owner information.": "Название команды и информация о её владельце.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Эти люди были приглашены в Вашу команду и получили электронное письмо с приглашением. Они могут присоединиться к команде, приняв приглашение.",
- "This device": "Это устройство",
- "This is a secure area of the application. Please confirm your password before continuing.": "Это защищённая область приложения. Пожалуйста, подтвердите Ваш пароль, прежде чем продолжить.",
- "This password does not match our records.": "Пароль не соответствует.",
- "This password reset link will expire in :count minutes.": "Срок действия ссылки для сброса пароля истекает через :count минут.",
- "This user already belongs to the team.": "Пользователь уже входит в команду.",
- "This user has already been invited to the team.": "Этот пользователь уже был приглашён в команду.",
- "to": "по",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "Для завершения активации двухфакторной аутентификации, отсканируйте следующий QR-код с помощью приложения аутентификации на телефоне или введите ключ настройки вручную и предоставьте сгенерированный OTP-код.",
- "Toggle navigation": "Переключить навигацию",
- "Token Name": "Имя токена",
- "Too Many Requests": "Слишком много запросов",
- "Two Factor Authentication": "Двухфакторная аутентификация",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Двухфакторная аутентификация успешно активирована. Отсканируйте следующий QR-код при помощи приложения аутентификации на Вашем телефоне для проверки подлинности или введите ключ настройки.",
- "Unauthorized": "Не авторизован",
- "Unknown": "Неизвестно",
- "Update Password": "Обновить пароль",
- "Update your account's profile information and email address.": "Обновите информацию и email-адрес в профиле Вашей учётной записи.",
- "Use a recovery code": "Использовать код восстановления",
- "Use an authentication code": "Использовать код аутентификации",
- "Verify Email Address": "Подтвердить email-адрес",
- "Verify Your Email Address": "Подтвердите Ваш email-адрес",
- "We were unable to find a registered user with this email address.": "Нам не удалось найти зарегистрированного пользователя с этим адресом электронной почты.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Если двухфакторная аутентификация включена, Вам будет предложено ввести случайный токен безопасности во время аутентификации. Вы можете получить этот токен в приложении Google Authenticator Вашего телефона.",
- "Whoops!": "Упс!",
- "Whoops! Something went wrong.": "Упс! Что-то пошло не так.",
- "You are logged in!": "Вы вошли в систему!",
- "You are receiving this email because we received a password reset request for your account.": "Вы получили это письмо, потому что мы получили запрос на сброс пароля для Вашей учётной записи.",
- "You have been invited to join the :team team!": "Вас пригласили присоединиться к команде :team!",
- "You have enabled two factor authentication.": "Вы включили двухфакторную аутентификацию.",
- "You have not enabled two factor authentication.": "Вы не включили двухфакторную аутентификацию.",
- "You may accept this invitation by clicking the button below:": "Вы можете принять это приглашение, нажав кнопку ниже:",
- "You may delete any of your existing tokens if they are no longer needed.": "Вы можете удалить любой из имеющихся у Вас токенов, если они больше не нужны.",
- "You may not delete your personal team.": "Вы не можете удалить свою команду.",
- "You may not leave a team that you created.": "Вы не можете покидать созданную Вами команду.",
- "Your email address is unverified.": "Ваш адрес электронной почты не подтверждён."
-}
\ No newline at end of file
diff --git a/resources/lang/ru/auth.php b/resources/lang/ru/auth.php
deleted file mode 100644
index 38ca9586..00000000
--- a/resources/lang/ru/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Неверное имя пользователя или пароль.',
- 'password' => 'Некорректный пароль.',
- 'throttle' => 'Слишком много попыток входа. Пожалуйста, попробуйте ещё раз через :seconds секунд.',
-];
diff --git a/resources/lang/ru/http-statuses.php b/resources/lang/ru/http-statuses.php
deleted file mode 100644
index 06e2633a..00000000
--- a/resources/lang/ru/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Неизвестная ошибка',
- '100' => 'Продолжай',
- '101' => 'Переключение протоколов',
- '102' => 'Идет обработка',
- '200' => 'ОК',
- '201' => 'Создано',
- '202' => 'Принято',
- '203' => 'Информация не авторитетна',
- '204' => 'Содержимое отсутствует',
- '205' => 'Сбросить содержимое',
- '206' => 'Частичное содержимое',
- '207' => 'Много статусов',
- '208' => 'Уже сообщалось',
- '226' => 'Использовано IM',
- '300' => 'Множество выбора',
- '301' => 'Перемещено навсегда',
- '302' => 'Найдено',
- '303' => 'Смотри другое',
- '304' => 'Не изменялось',
- '305' => 'Используй прокси',
- '307' => 'Временное перенаправление',
- '308' => 'Постоянное перенаправление',
- '400' => 'Некорректный запрос',
- '401' => 'Не авторизован',
- '402' => 'Необходима оплата',
- '403' => 'Доступ запрещен',
- '404' => 'Не найдено',
- '405' => 'Метод запрещен',
- '406' => 'Неприемлемо',
- '407' => 'Требуется аутентификация прокси',
- '408' => 'Истекло время ожидания',
- '409' => 'Конфликт',
- '410' => 'Удалено',
- '411' => 'Необходима длина',
- '412' => 'Условие ложно',
- '413' => 'Полезная нагрузка слишком велика',
- '414' => 'URI слишком длинный',
- '415' => 'Неподдерживаемый тип данных',
- '416' => 'Диапазон недостижим',
- '417' => 'Ожидание не удалось',
- '418' => 'Я - чайник',
- '419' => 'Сессия устарела',
- '421' => 'Неверный запрос',
- '422' => 'Необрабатываемый экземпляр',
- '423' => 'Доступ заблокирован',
- '424' => 'Ошибка зависимости',
- '425' => 'Слишком рано',
- '426' => 'Требуется обновление',
- '428' => 'Требуется предусловие',
- '429' => 'Слишком много запросов',
- '431' => 'Поля заголовка слишком большие',
- '444' => 'Соединение закрыто без ответа',
- '449' => 'Повторить с',
- '451' => 'Недоступно по юридическим причинам',
- '499' => 'Клиент прервал запрос',
- '500' => 'Внутренняя ошибка сервера',
- '501' => 'Не реализовано',
- '502' => 'Плохой шлюз',
- '503' => 'Ведутся технические работы',
- '504' => 'Шлюз не отвечает',
- '505' => 'Версия HTTP не поддерживается',
- '506' => 'Вариант тоже проводит согласование',
- '507' => 'Переполнение хранилища',
- '508' => 'Обнаружено бесконеечное перенаправление',
- '509' => 'Исчерпана пропускная ширина канала',
- '510' => 'Не расширено',
- '511' => 'Требуется сетевая аутентификация',
- '520' => 'Неизвестная ошибка',
- '521' => 'Веб-сервер не работает',
- '522' => 'Соединение не отвечает',
- '523' => 'Источник недоступен',
- '524' => 'Время ожидания истекло',
- '525' => 'Квитирование SSL не удалось',
- '526' => 'Недействительный SSL сертификат',
- '527' => 'Ошибка рельсотрона',
- '598' => 'Истекло время ожидания',
- '599' => 'Истекло время подключения',
- 'unknownError' => 'Неизвестная ошибка',
-];
diff --git a/resources/lang/ru/pagination.php b/resources/lang/ru/pagination.php
deleted file mode 100644
index f7cccdc0..00000000
--- a/resources/lang/ru/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Вперёд »',
- 'previous' => '« Назад',
-];
diff --git a/resources/lang/ru/passwords.php b/resources/lang/ru/passwords.php
deleted file mode 100644
index 0fdfb303..00000000
--- a/resources/lang/ru/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Ваш пароль был сброшен!',
- 'sent' => 'Ссылка на сброс пароля была отправлена!',
- 'throttled' => 'Пожалуйста, подождите перед повторной попыткой.',
- 'token' => 'Ошибочный код сброса пароля.',
- 'user' => 'Не удалось найти пользователя с указанным электронным адресом.',
-];
diff --git a/resources/lang/ru/validation.php b/resources/lang/ru/validation.php
deleted file mode 100644
index 87065176..00000000
--- a/resources/lang/ru/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Вы должны принять :attribute.',
- 'accepted_if' => 'Вы должны принять :attribute, когда :other соответствует :value.',
- 'active_url' => 'Значение поля :attribute не является действительным URL.',
- 'after' => 'Значение поля :attribute должно быть датой после :date.',
- 'after_or_equal' => 'Значение поля :attribute должно быть датой после или равной :date.',
- 'alpha' => 'Значение поля :attribute может содержать только буквы.',
- 'alpha_dash' => 'Значение поля :attribute может содержать только буквы, цифры, дефис и нижнее подчеркивание.',
- 'alpha_num' => 'Значение поля :attribute может содержать только буквы и цифры.',
- 'array' => 'Значение поля :attribute должно быть массивом.',
- 'attached' => 'Значение поля :attribute уже прикреплено.',
- 'before' => 'Значение поля :attribute должно быть датой до :date.',
- 'before_or_equal' => 'Значение поля :attribute должно быть датой до или равной :date.',
- 'between' => [
- 'array' => 'Количество элементов в поле :attribute должно быть между :min и :max.',
- 'file' => 'Размер файла в поле :attribute должен быть между :min и :max Кб.',
- 'numeric' => 'Значение поля :attribute должно быть между :min и :max.',
- 'string' => 'Количество символов в поле :attribute должно быть между :min и :max.',
- ],
- 'boolean' => 'Значение поля :attribute должно быть логического типа.',
- 'confirmed' => 'Значение поля :attribute не совпадает с подтверждаемым.',
- 'current_password' => 'Неверный пароль.',
- 'date' => 'Значение поля :attribute не является датой.',
- 'date_equals' => 'Значение поля :attribute должно быть датой равной :date.',
- 'date_format' => 'Значение поля :attribute не соответствует формату даты :format.',
- 'declined' => 'Поле :attribute должно быть отклонено.',
- 'declined_if' => 'Поле :attribute должно быть отклонено, когда :other равно :value.',
- 'different' => 'Значения полей :attribute и :other должны различаться.',
- 'digits' => 'Количество символов в поле :attribute должно быть равным :digits.',
- 'digits_between' => 'Количество символов в поле :attribute должно быть между :min и :max.',
- 'dimensions' => 'Изображение, указанное в поле :attribute, имеет недопустимые размеры.',
- 'distinct' => 'Значения поля :attribute не должны повторяться.',
- 'doesnt_end_with' => 'Значение поля :attribute не может заканчиваться одним из следующих: :values.',
- 'doesnt_start_with' => 'Значение поля :attribute не может начинаться с одного из следующих: :values.',
- 'email' => 'Значение поля :attribute должно быть действительным электронным адресом.',
- 'ends_with' => 'Значение поля :attribute должно заканчиваться одним из следующих: :values',
- 'enum' => 'Значение поля :attribute некорректно.',
- 'exists' => 'Значение поля :attribute не существует.',
- 'file' => 'В поле :attribute должен быть указан файл.',
- 'filled' => 'Значение поля :attribute обязательно для заполнения.',
- 'gt' => [
- 'array' => 'Количество элементов в поле :attribute должно быть больше :value.',
- 'file' => 'Размер файла, указанный в поле :attribute, должен быть больше :value Кб.',
- 'numeric' => 'Значение поля :attribute должно быть больше :value.',
- 'string' => 'Количество символов в поле :attribute должно быть больше :value.',
- ],
- 'gte' => [
- 'array' => 'Количество элементов в поле :attribute должно быть :value или больше.',
- 'file' => 'Размер файла, указанный в поле :attribute, должен быть :value Кб или больше.',
- 'numeric' => 'Значение поля :attribute должно быть :value или больше.',
- 'string' => 'Количество символов в поле :attribute должно быть :value или больше.',
- ],
- 'image' => 'Файл, указанный в поле :attribute, должен быть изображением.',
- 'in' => 'Значение поля :attribute некорректно.',
- 'in_array' => 'Значение поля :attribute не существует в :other.',
- 'integer' => 'Значение поля :attribute должно быть целым числом.',
- 'ip' => 'Значение поля :attribute должно быть действительным IP-адресом.',
- 'ipv4' => 'Значение поля :attribute должно быть действительным IPv4-адресом.',
- 'ipv6' => 'Значение поля :attribute должно быть действительным IPv6-адресом.',
- 'json' => 'Значение поля :attribute должно быть JSON строкой.',
- 'lowercase' => 'Значение поля :attribute должно быть в нижнем регистре.',
- 'lt' => [
- 'array' => 'Количество элементов в поле :attribute должно быть меньше :value.',
- 'file' => 'Размер файла, указанный в поле :attribute, должен быть меньше :value Кб.',
- 'numeric' => 'Значение поля :attribute должно быть меньше :value.',
- 'string' => 'Количество символов в поле :attribute должно быть меньше :value.',
- ],
- 'lte' => [
- 'array' => 'Количество элементов в поле :attribute должно быть :value или меньше.',
- 'file' => 'Размер файла, указанный в поле :attribute, должен быть :value Кб или меньше.',
- 'numeric' => 'Значение поля :attribute должно быть равным или меньше :value.',
- 'string' => 'Количество символов в поле :attribute должно быть :value или меньше.',
- ],
- 'mac_address' => 'Значение поля :attribute должно быть корректным MAC-адресом.',
- 'max' => [
- 'array' => 'Количество элементов в поле :attribute не может превышать :max.',
- 'file' => 'Размер файла в поле :attribute не может быть больше :max Кб.',
- 'numeric' => 'Значение поля :attribute не может быть больше :max.',
- 'string' => 'Количество символов в значении поля :attribute не может превышать :max.',
- ],
- 'max_digits' => 'Значение поля :attribute не должно содержать больше :max цифр.',
- 'mimes' => 'Файл, указанный в поле :attribute, должен быть одного из следующих типов: :values.',
- 'mimetypes' => 'Файл, указанный в поле :attribute, должен быть одного из следующих типов: :values.',
- 'min' => [
- 'array' => 'Количество элементов в поле :attribute должно быть не меньше :min.',
- 'file' => 'Размер файла, указанный в поле :attribute, должен быть не меньше :min Кб.',
- 'numeric' => 'Значение поля :attribute должно быть не меньше :min.',
- 'string' => 'Количество символов в поле :attribute должно быть не меньше :min.',
- ],
- 'min_digits' => 'Значение поля :attribute должно содержать не меньше :min цифр.',
- 'multiple_of' => 'Значение поля :attribute должно быть кратным :value',
- 'not_in' => 'Значение поля :attribute некорректно.',
- 'not_regex' => 'Значение поля :attribute имеет некорректный формат.',
- 'numeric' => 'Значение поля :attribute должно быть числом.',
- 'password' => [
- 'letters' => 'Значение поля :attribute должно содержать хотя бы одну букву.',
- 'mixed' => 'Значение поля :attribute должно содержать хотя бы одну прописную и одну строчную буквы.',
- 'numbers' => 'Значение поля :attribute должно содержать хотя бы одну цифру.',
- 'symbols' => 'Значение поля :attribute должно содержать хотя бы один символ.',
- 'uncompromised' => 'Значение поля :attribute обнаружено в утёкших данных. Пожалуйста, выберите другое значение для :attribute.',
- ],
- 'present' => 'Значение поля :attribute должно быть.',
- 'prohibited' => 'Значение поля :attribute запрещено.',
- 'prohibited_if' => 'Значение поля :attribute запрещено, когда :other равно :value.',
- 'prohibited_unless' => 'Значение поля :attribute запрещено, если :other не состоит в :values.',
- 'prohibits' => 'Значение поля :attribute запрещает присутствие :other.',
- 'regex' => 'Значение поля :attribute имеет некорректный формат.',
- 'relatable' => 'Значение поля :attribute не может быть связано с этим ресурсом.',
- 'required' => 'Поле :attribute обязательно.',
- 'required_array_keys' => 'Массив в поле :attribute обязательно должен иметь ключи: :values',
- 'required_if' => 'Поле :attribute обязательно для заполнения, когда :other равно :value.',
- 'required_if_accepted' => 'Поле :attribute обязательно, когда :other принято.',
- 'required_unless' => 'Поле :attribute обязательно для заполнения, когда :other не равно :values.',
- 'required_with' => 'Поле :attribute обязательно для заполнения, когда :values указано.',
- 'required_with_all' => 'Поле :attribute обязательно для заполнения, когда :values указано.',
- 'required_without' => 'Поле :attribute обязательно для заполнения, когда :values не указано.',
- 'required_without_all' => 'Поле :attribute обязательно для заполнения, когда ни одно из :values не указано.',
- 'same' => 'Значения полей :attribute и :other должны совпадать.',
- 'size' => [
- 'array' => 'Количество элементов в поле :attribute должно быть равным :size.',
- 'file' => 'Размер файла, указанный в поле :attribute, должен быть равен :size Кб.',
- 'numeric' => 'Значение поля :attribute должно быть равным :size.',
- 'string' => 'Количество символов в поле :attribute должно быть равным :size.',
- ],
- 'starts_with' => 'Поле :attribute должно начинаться с одного из следующих значений: :values',
- 'string' => 'Значение поля :attribute должно быть строкой.',
- 'timezone' => 'Значение поля :attribute должно быть действительным часовым поясом.',
- 'unique' => 'Такое значение поля :attribute уже существует.',
- 'uploaded' => 'Загрузка файла из поля :attribute не удалась.',
- 'uppercase' => 'Значение поля :attribute должно быть в верхнем регистре.',
- 'url' => 'Значение поля :attribute имеет ошибочный формат URL.',
- 'uuid' => 'Значение поля :attribute должно быть корректным UUID.',
- 'attributes' => [
- 'address' => 'адрес',
- 'age' => 'возраст',
- 'amount' => 'количество',
- 'area' => 'область',
- 'available' => 'доступно',
- 'birthday' => 'дата рождения',
- 'body' => 'контент',
- 'city' => 'город',
- 'content' => 'контент',
- 'country' => 'страна',
- 'created_at' => 'создано в',
- 'creator' => 'создатель',
- 'current_password' => 'текущий пароль',
- 'date' => 'дата',
- 'date_of_birth' => 'день рождения',
- 'day' => 'день',
- 'deleted_at' => 'удалено в',
- 'description' => 'описание',
- 'district' => 'округ',
- 'duration' => 'продолжительность',
- 'email' => 'email адрес',
- 'excerpt' => 'выдержка',
- 'filter' => 'фильтр',
- 'first_name' => 'имя',
- 'gender' => 'пол',
- 'group' => 'группа',
- 'hour' => 'час',
- 'image' => 'изображение',
- 'last_name' => 'фамилия',
- 'lesson' => 'урок',
- 'line_address_1' => 'строка адреса 1',
- 'line_address_2' => 'строка адреса 2',
- 'message' => 'сообщение',
- 'middle_name' => 'отчество',
- 'minute' => 'минута',
- 'mobile' => 'моб. номер',
- 'month' => 'месяц',
- 'name' => 'имя',
- 'national_code' => 'национальный код',
- 'number' => 'номер',
- 'password' => 'пароль',
- 'password_confirmation' => 'подтверждение пароля',
- 'phone' => 'номер телефона',
- 'photo' => 'фотография',
- 'postal_code' => 'индекс',
- 'price' => 'стоимость',
- 'province' => 'провинция',
- 'recaptcha_response_field' => 'ошибка рекапчи',
- 'remember' => 'запомнить',
- 'restored_at' => 'восстановлено в',
- 'result_text_under_image' => 'текст под изображением',
- 'role' => 'роль',
- 'second' => 'секунда',
- 'sex' => 'пол',
- 'short_text' => 'короткое описание',
- 'size' => 'размер',
- 'state' => 'штат',
- 'street' => 'улица',
- 'student' => 'студент',
- 'subject' => 'заголовок',
- 'teacher' => 'учитель',
- 'terms' => 'правила',
- 'test_description' => 'тестовое описание',
- 'test_locale' => 'тестовая локализация',
- 'test_name' => 'тестовое имя',
- 'text' => 'текст',
- 'time' => 'время',
- 'title' => 'наименование',
- 'updated_at' => 'обновлено в',
- 'username' => 'никнейм',
- 'year' => 'год',
- ],
-];
diff --git a/resources/lang/sc.json b/resources/lang/sc.json
deleted file mode 100644
index a69be327..00000000
--- a/resources/lang/sc.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Accept Invitation",
- "Add": "Add",
- "Add a new team member to your team, allowing them to collaborate with you.": "Add a new team member to your team, allowing them to collaborate with you.",
- "Add additional security to your account using two factor authentication.": "Add additional security to your account using two factor authentication.",
- "Add Team Member": "Add Team Member",
- "Added.": "Added.",
- "Administrator": "Administrator",
- "Administrator users can perform any action.": "Administrator users can perform any action.",
- "All of the people that are part of this team.": "All of the people that are part of this team.",
- "All rights reserved.": "All rights reserved.",
- "Already registered?": "Already registered?",
- "API Token": "API Token",
- "API Token Permissions": "API Token Permissions",
- "API Tokens": "API Tokens",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API tokens allow third-party services to authenticate with our application on your behalf.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.",
- "Are you sure you would like to delete this API token?": "Are you sure you would like to delete this API token?",
- "Are you sure you would like to leave this team?": "Are you sure you would like to leave this team?",
- "Are you sure you would like to remove this person from the team?": "Are you sure you would like to remove this person from the team?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Browser Sessions",
- "Cancel": "Cancel",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Close",
- "Code": "Code",
- "Confirm": "Confirm",
- "Confirm Password": "Confirm Password",
- "Create": "Create",
- "Create a new team to collaborate with others on projects.": "Create a new team to collaborate with others on projects.",
- "Create Account": "Create Account",
- "Create API Token": "Create API Token",
- "Create New Team": "Create New Team",
- "Create Team": "Create Team",
- "Created.": "Created.",
- "Current Password": "Current Password",
- "Dashboard": "Dashboard",
- "Delete": "Delete",
- "Delete Account": "Delete Account",
- "Delete API Token": "Delete API Token",
- "Delete Team": "Delete Team",
- "Disable": "Disable",
- "Done.": "Done.",
- "Edit Profile": "Edit Profile",
- "Editor": "Editor",
- "Editor users have the ability to read, create, and update.": "Editor users have the ability to read, create, and update.",
- "Email": "Email",
- "Email Address": "Email Address",
- "Email Password Reset Link": "Email Password Reset Link",
- "Enable": "Enable",
- "Ensure your account is using a long, random password to stay secure.": "Ensure your account is using a long, random password to stay secure.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "For your security, please confirm your password to continue.",
- "Forbidden": "Forbidden",
- "Forgot your password?": "Forgot your password?",
- "Forgot Your Password?": "Forgot Your Password?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.",
- "Go to page :page": "Go to page :page",
- "Great! You have accepted the invitation to join the :team team.": "Great! You have accepted the invitation to join the :team team.",
- "Hello!": "Hello!",
- "I agree to the :terms_of_service and :privacy_policy": "I agree to the :terms_of_service and :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "If you already have an account, you may accept this invitation by clicking the button below:",
- "If you did not create an account, no further action is required.": "If you did not create an account, no further action is required.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "If you did not expect to receive an invitation to this team, you may discard this email.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "If you did not request a password reset, no further action is required.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:",
- "Last active": "Last active",
- "Last used": "Last used",
- "Leave": "Leave",
- "Leave Team": "Leave Team",
- "Log in": "Log in",
- "Log Out": "Log Out",
- "Log Out Other Browser Sessions": "Log Out Other Browser Sessions",
- "Login": "Login",
- "Logout": "Logout",
- "Manage Account": "Manage Account",
- "Manage and log out your active sessions on other browsers and devices.": "Manage and log out your active sessions on other browsers and devices.",
- "Manage API Tokens": "Manage API Tokens",
- "Manage Role": "Manage Role",
- "Manage Team": "Manage Team",
- "Name": "Name",
- "New Password": "New Password",
- "Not Found": "Not Found",
- "of": "of",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.",
- "Page Expired": "Page Expired",
- "Pagination Navigation": "Pagination Navigation",
- "Password": "Password",
- "Pending Team Invitations": "Pending Team Invitations",
- "Permanently delete this team.": "Permanently delete this team.",
- "Permanently delete your account.": "Permanently delete your account.",
- "Permissions": "Permissions",
- "Photo": "Photo",
- "Please click the button below to verify your email address.": "Please click the button below to verify your email address.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Please confirm access to your account by entering one of your emergency recovery codes.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Please confirm access to your account by entering the authentication code provided by your authenticator application.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Please copy your new API token. For your security, it won't be shown again.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.",
- "Please provide the email address of the person you would like to add to this team.": "Please provide the email address of the person you would like to add to this team.",
- "Privacy Policy": "Privacy Policy",
- "Profile": "Profile",
- "Profile Information": "Profile Information",
- "Recovery Code": "Recovery Code",
- "Regards": "Regards",
- "Regenerate Recovery Codes": "Regenerate Recovery Codes",
- "Register": "Register",
- "Remember me": "Remember me",
- "Remember Me": "Remember Me",
- "Remove": "Remove",
- "Remove Photo": "Remove Photo",
- "Remove Team Member": "Remove Team Member",
- "Resend Verification Email": "Resend Verification Email",
- "Reset Password": "Reset Password",
- "Reset Password Notification": "Reset Password Notification",
- "results": "results",
- "Role": "Role",
- "Save": "Save",
- "Saved.": "Saved.",
- "Select A New Photo": "Select A New Photo",
- "Send Password Reset Link": "Send Password Reset Link",
- "Server Error": "Server Error",
- "Service Unavailable": "Service Unavailable",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Show Recovery Codes",
- "Showing": "Showing",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.",
- "Switch Teams": "Switch Teams",
- "Team Details": "Team Details",
- "Team Invitation": "Team Invitation",
- "Team Members": "Team Members",
- "Team Name": "Team Name",
- "Team Owner": "Team Owner",
- "Team Settings": "Team Settings",
- "Terms of Service": "Terms of Service",
- "The :attribute must be a valid role.": "The :attribute must be a valid role.",
- "The :attribute must be at least :length characters and contain at least one number.": "The :attribute must be at least :length characters and contain at least one number.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "The :attribute must be at least :length characters and contain at least one special character and one number.",
- "The :attribute must be at least :length characters and contain at least one special character.": "The :attribute must be at least :length characters and contain at least one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "The :attribute must be at least :length characters and contain at least one uppercase character and one number.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "The :attribute must be at least :length characters and contain at least one uppercase character.",
- "The :attribute must be at least :length characters.": "The :attribute must be at least :length characters.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "The provided password does not match your current password.",
- "The provided password was incorrect.": "The provided password was incorrect.",
- "The provided two factor authentication code was invalid.": "The provided two factor authentication code was invalid.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "The team's name and owner information.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.",
- "This device": "This device",
- "This is a secure area of the application. Please confirm your password before continuing.": "This is a secure area of the application. Please confirm your password before continuing.",
- "This password does not match our records.": "This password does not match our records.",
- "This password reset link will expire in :count minutes.": "This password reset link will expire in :count minutes.",
- "This user already belongs to the team.": "This user already belongs to the team.",
- "This user has already been invited to the team.": "This user has already been invited to the team.",
- "to": "to",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Toggle navigation",
- "Token Name": "Token Name",
- "Too Many Requests": "Too Many Requests",
- "Two Factor Authentication": "Two Factor Authentication",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Unauthorized",
- "Unknown": "Unknown",
- "Update Password": "Update Password",
- "Update your account's profile information and email address.": "Update your account's profile information and email address.",
- "Use a recovery code": "Use a recovery code",
- "Use an authentication code": "Use an authentication code",
- "Verify Email Address": "Verify Email Address",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "We were unable to find a registered user with this email address.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.",
- "Whoops!": "Whoops!",
- "Whoops! Something went wrong.": "Whoops! Something went wrong.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "You are receiving this email because we received a password reset request for your account.",
- "You have been invited to join the :team team!": "You have been invited to join the :team team!",
- "You have enabled two factor authentication.": "You have enabled two factor authentication.",
- "You have not enabled two factor authentication.": "You have not enabled two factor authentication.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "You may delete any of your existing tokens if they are no longer needed.",
- "You may not delete your personal team.": "You may not delete your personal team.",
- "You may not leave a team that you created.": "You may not leave a team that you created.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/sc/auth.php b/resources/lang/sc/auth.php
deleted file mode 100644
index 6db4982c..00000000
--- a/resources/lang/sc/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'These credentials do not match our records.',
- 'password' => 'The password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
-];
diff --git a/resources/lang/sc/http-statuses.php b/resources/lang/sc/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/sc/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/sc/pagination.php b/resources/lang/sc/pagination.php
deleted file mode 100644
index c634bc4a..00000000
--- a/resources/lang/sc/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'A pustis »',
- 'previous' => '« A in antis',
-];
diff --git a/resources/lang/sc/passwords.php b/resources/lang/sc/passwords.php
deleted file mode 100644
index 5e2d361d..00000000
--- a/resources/lang/sc/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Sa password est istada torrada a impostare!',
- 'sent' => 'Regordu de sa password imbiadu!',
- 'throttled' => 'Please wait before retrying.',
- 'token' => 'Custu token pro torrare a impostare sa password no est bàlidu.',
- 'user' => 'Non s\'agatat un\'impitadore assotziadu a custu indiritzu email.',
-];
diff --git a/resources/lang/sc/validation.php b/resources/lang/sc/validation.php
deleted file mode 100644
index dc56f7d7..00000000
--- a/resources/lang/sc/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute depet èssere atzetadu.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute no est un\'URL bàlidu.',
- 'after' => ':Attribute depet èssere una data chi benit a pustis de :date.',
- 'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
- 'alpha' => ':Attribute podet cuntènnere isceti lìteras.',
- 'alpha_dash' => ':Attribute podet cuntènnere isceti lìteras, nùmeros e tratigheddos.',
- 'alpha_num' => ':Attribute podet cuntènnere isceti lìteras e nùmeros.',
- 'array' => ':Attribute depet èssere un\'array.',
- 'attached' => 'This :attribute is already attached.',
- 'before' => ':Attribute depet èssere una data chi benit prima de :date.',
- 'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
- 'between' => [
- 'array' => ':Attribute depet èssere intre :min - :max elementos.',
- 'file' => ':Attribute depet èssere intre :min - :max kilobytes.',
- 'numeric' => ':Attribute depet èssere intre :min - :max.',
- 'string' => ':Attribute depet èssere intre :min - :max caràteres.',
- ],
- 'boolean' => 'The :attribute field must be true or false',
- 'confirmed' => 'Su campu de cunfirma pro :attribute non torrat.',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute no est una data bàlida.',
- 'date_equals' => 'The :attribute must be a date equal to :date.',
- 'date_format' => ':Attribute non torrat cun su formadu :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute e :other depent èssere diferentes.',
- 'digits' => ':Attribute depet èssere de :digits tzifras.',
- 'digits_between' => ':Attribute depet èssere intre :min e :max tzifras.',
- 'dimensions' => 'The :attribute has invalid image dimensions.',
- 'distinct' => 'The :attribute field has a duplicate value.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute no est bàlidu.',
- 'ends_with' => 'The :attribute must end with one of the following: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => ':Attribute seberadu/a no est bàlidu.',
- 'file' => 'The :attribute must be a file.',
- 'filled' => ':Attribute est pedidu.',
- 'gt' => [
- 'array' => 'The :attribute must have more than :value items.',
- 'file' => 'The :attribute must be greater than :value kilobytes.',
- 'numeric' => 'The :attribute must be greater than :value.',
- 'string' => 'The :attribute must be greater than :value characters.',
- ],
- 'gte' => [
- 'array' => 'The :attribute must have :value items or more.',
- 'file' => 'The :attribute must be greater than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be greater than or equal :value.',
- 'string' => 'The :attribute must be greater than or equal :value characters.',
- ],
- 'image' => ':Attribute depet èssere un\'immàgine.',
- 'in' => ':Attribute seberadu no est bàlidu.',
- 'in_array' => 'The :attribute field does not exist in :other.',
- 'integer' => ':Attribute depet èssere intreu.',
- 'ip' => ':Attribute depet èssere un\'indiritzu IP bàlidu.',
- 'ipv4' => 'The :attribute must be a valid IPv4 address.',
- 'ipv6' => 'The :attribute must be a valid IPv6 address.',
- 'json' => 'The :attribute must be a valid JSON string.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'The :attribute must have less than :value items.',
- 'file' => 'The :attribute must be less than :value kilobytes.',
- 'numeric' => 'The :attribute must be less than :value.',
- 'string' => 'The :attribute must be less than :value characters.',
- ],
- 'lte' => [
- 'array' => 'The :attribute must not have more than :value items.',
- 'file' => 'The :attribute must be less than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be less than or equal :value.',
- 'string' => 'The :attribute must be less than or equal :value characters.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute non podet tènnere prus de :max elementos.',
- 'file' => ':Attribute non depet èssere prus mannu de :max kilobytes.',
- 'numeric' => ':Attribute depet èssere prus piticu de :max.',
- 'string' => ':Attribute non podet cuntènnere prus de :max caràteres.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute depet èssere de tipu: :values.',
- 'mimetypes' => ':Attribute depet èssere de tipu: :values.',
- 'min' => [
- 'array' => ':Attribute depet tènnere a su mancu :min elementos.',
- 'file' => ':Attribute depet èssere prus mannu de :min kilobytes.',
- 'numeric' => ':Attribute depet bàlere a su mancu :min.',
- 'string' => ':Attribute depet cuntènnere a su mancu :min caràteres.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'The :attribute must be a multiple of :value.',
- 'not_in' => 'Su balore seberadu pro :attribute no est bàlidu.',
- 'not_regex' => 'The :attribute format is invalid.',
- 'numeric' => ':Attribute depet èssere unu nùmeru.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'The :attribute field must be present.',
- 'prohibited' => 'The :attribute field is prohibited.',
- 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
- 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'Su formadu de su campu :attribute no est bàlidu.',
- 'relatable' => 'This :attribute may not be associated with this resource.',
- 'required' => ':Attribute est pedidu.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'Su campu :attribute est pedidu cando :other est :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'The :attribute field is required unless :other is in :values.',
- 'required_with' => 'Su campu :attribute est pedidu cando :values est presente.',
- 'required_with_all' => 'Su campu:attribute est pedidu cando :values est presente.',
- 'required_without' => 'Su campu :attribute est pedidu cando :values no est presente.',
- 'required_without_all' => 'Su campu :attribute est pedidu cando perunu de :values sunt presentes.',
- 'same' => ':Attribute e :other depent èssere uguales.',
- 'size' => [
- 'array' => ':Attribute depet cuntènnere :size elementos.',
- 'file' => ':Attribute depet èssere mannu :size kilobytes.',
- 'numeric' => ':Attribute depet bàlere :size.',
- 'string' => ':Attribute depet cuntènnere :size caràteres.',
- ],
- 'starts_with' => 'The :attribute must start with one of the following: :values.',
- 'string' => 'The :attribute must be a string.',
- 'timezone' => ':Attribute depet èssere una zona bàlida.',
- 'unique' => ':Attribute est istadu giai impreadu.',
- 'uploaded' => 'The :attribute failed to upload.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute depet èssere un\'URL.',
- 'uuid' => 'The :attribute must be a valid UUID.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/si.json b/resources/lang/si.json
deleted file mode 100644
index 1059cd30..00000000
--- a/resources/lang/si.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "ඔබගේ ඊමේල් ලිපිනයට නව සත්යාපන සබැඳියක් යවා ඇත.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "පිළිගැනීමට ආරාධනය",
- "Add": "එකතු",
- "Add a new team member to your team, allowing them to collaborate with you.": "එකතු නව කණ්ඩායම සාමාජික ඔබේ කණ්ඩායම ඉඩ, ඔවුන් සමග සහයෝගයෙන් කටයුතු කිරීමට ඔබ.",
- "Add additional security to your account using two factor authentication.": "එකතු අතිරේක ආරක්ෂාව සඳහා, ඔබගේ ගිණුම භාවිතා දෙකක් සාධකය තහවුරු කරගැනීමේ.",
- "Add Team Member": "එක් කණ්ඩායම සාමාජික",
- "Added.": "වැඩිදුරටත් සඳහන් කළේය.",
- "Administrator": "පරිපාලක",
- "Administrator users can perform any action.": "පරිපාලක පරිශීලකයන් ඉටු කළ හැකිය ඕනෑම පියවර.",
- "All of the people that are part of this team.": "සියලු ජනතාව සිටින බව මෙම කණ්ඩායම කොටසක්.",
- "All rights reserved.": "සියලු හිමිකම් ඇවිරිණි.",
- "Already registered?": "දැනටමත් ලියාපදිංචි?",
- "API Token": "API සංකේත",
- "API Token Permissions": "API සංකේත අවසර",
- "API Tokens": "API ටෝකන් පත්",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API තිළිණ ඉඩ තෙවන පාර්ශවීය සේවා සත්යතාවයක් පවත්වා ගැනීමට අපේ අයදුම්පත සමග ඔබ වෙනුවෙන්.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "ඔබ වග බලා ගන්න ඔබට මැකීමට අවශ්ය, මෙම කණ්ඩායම? වරක් කණ්ඩායම මකා දමන, එහි සියලු සම්පත් හා දත්ත ස්ථිර මකා.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "ඔබ වග බලා ගන්න ඔබ ඔබේ ගිණුම මැකීමට අවශ්ය? වරක් ඔබේ ගිණුම මකා දමන, එහි සියලු සම්පත් හා දත්ත ස්ථිර මකා. ඔබගේ මුර පදය ඇතුලත් කරන්න තහවුරු කිරීමට ඔබ කිරීමට කැමති ස්ථිරවම ඔබගේ ගිණුම මකා දැමීම.",
- "Are you sure you would like to delete this API token?": "ඔබ වග බලා ගන්න ඔබ කැමති මකා කිරීම සඳහා මෙම API සංකේත?",
- "Are you sure you would like to leave this team?": "ඔයාට විශ්වාසද ඔබ යන්න කැමති, මෙම කණ්ඩායම?",
- "Are you sure you would like to remove this person from the team?": "ඔබ වග බලා ගන්න ඔබ කැමති ඉවත් කිරීමට මෙම පුද්ගලයා කණ්ඩායම සිට?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "බ්රව්සර සැසි",
- "Cancel": "අවලංගු",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "සමීප",
- "Code": "කේතය",
- "Confirm": "තහවුරු",
- "Confirm Password": "මුරපදය තහවුරු කරන්න",
- "Create": "නිර්මාණය",
- "Create a new team to collaborate with others on projects.": "නව නිර්මාණය කණ්ඩායම සමග සහයෝගයෙන් කටයුතු කිරීමට අන් අය මත ව්යාපෘති.",
- "Create Account": "ගිණුමක් නිර්මාණය කරන්න",
- "Create API Token": "නිර්මාණය API සංකේත",
- "Create New Team": "නිර්මාණය නව කණ්ඩායම",
- "Create Team": "නිර්මාණය කණ්ඩායම",
- "Created.": "නිර්මාණය.",
- "Current Password": "වත්මන් මුරපදය",
- "Dashboard": "උපකරණ පුවරුව",
- "Delete": "මකා",
- "Delete Account": "ගිණුම මකා",
- "Delete API Token": "මකා API සංකේත",
- "Delete Team": "මකා කණ්ඩායම",
- "Disable": "අක්රීය",
- "Done.": "සිදු.",
- "Edit Profile": "Edit Profile",
- "Editor": "කර්තෘ",
- "Editor users have the ability to read, create, and update.": "කර්තෘ පරිශීලකයන් කියවීමට හැකියාව ඇති, නිර්මාණය, හා යාවත්කාලීන.",
- "Email": "ඊ-තැපැල්",
- "Email Address": "ඊ-මේල් ලිපිනය",
- "Email Password Reset Link": "ඊ-තැපැල් මුරපදය නැවත සකස් ලින්ක්",
- "Enable": "සක්රීය",
- "Ensure your account is using a long, random password to stay secure.": "සහතික ඔබේ ගිණුම භාවිතා දිගු, අහඹු මුරපදය ඉන්න සුරක්ෂිත.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "ඔබගේ ආරක්ෂාව සඳහා, කරුණාකර ඔබගේ මුරපදය තහවුරු කිරීමට දිගටම.",
- "Forbidden": "තහනම්",
- "Forgot your password?": "ඔබගේ මුර පදය අමතකද?",
- "Forgot Your Password?": "ඔබගේ මුර පදය අමතකද?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "ඔබගේ මුර පදය අමතකද? කිසිදු ප්රශ්නයක්. යන්තම් අපට දන්වන්න, ඔබගේ ඊ-තැපැල් ලිපිනය සහ අපි ඔබ ඊ-තැපැල් මුරපදය නැවත සකස් කරන බව සබැඳියක් ඔබ තෝරා ගැනීමට ඉඩ අලුත් එකක්.",
- "Go to page :page": "යන්න පිටුව :page",
- "Great! You have accepted the invitation to join the :team team.": "මහා! ඔබ ආරාධනය පිළිගෙන එක්වන ලෙස :team කණ්ඩායම.",
- "Hello!": "හෙලෝ!",
- "I agree to the :terms_of_service and :privacy_policy": "මම :terms_of_service හා :privacy_policy එකඟ වෙමි",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "අවශ්ය නම්, ඔබ ලඝු-සටහන පිටතට සියලු ඔබේ වෙනත් බ්රවුසරයේ සැසි සියලු හරහා ඔබගේ උපාංග. ඔබේ සමහර මෑත සැසි පහත ලැයිස්තු ගත කර ඇත; කෙසේ වෙතත්, මෙම ලැයිස්තුව නොහැකි විය හැක වෙහෙසකර විය. ඔබට දැනෙනවා නම් ඔබේ ගිණුම අතපසු කර ඇත, ඔබ කළ යුතු ද යාවත්කාලීන ඔබගේ මුර පදය.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "ඔබ මේ වන විටත් ගිණුමක්, ඔබ මෙම පිළිගැනීමට ආරාධනය බොත්තම ක්ලික් කිරීමෙන් පහත:",
- "If you did not create an account, no further action is required.": "ඔබ නිර්මාණය කළේ නැත ගිණුමක්, තවදුරටත් පියවර අවශ්ය වේ.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "ඔබ බලාපොරොත්තු වුණේ ලබා ගැනීමට ආරාධනාවක් කිරීමට මෙම කණ්ඩායම, ඔබ ඉවත මෙම ඊ-තැපැල්.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "ඔබ ඉල්ලා නැත මුරපදය නැවත සකස්, තවදුරටත් පියවර අවශ්ය වේ.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "ඔබ නොමැති නම්, ගිණුමක්, ඔබ විය හැකි එක් නිර්මාණය බොත්තම ක්ලික් කිරීමෙන් පහත. නිර්මාණය කිරීමෙන් පසු ගිණුමක්, ඔබ ක්ලික් කළ ආරාධනය පිළිගැනීම බොත්තම දී මෙම ඊ-තැපැල් පිළිගැනීමට කණ්ඩායම ආරාධනය:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "ඔබට \":actionText\" බොත්තම එබීමේ ගැටලුවක් පවතීනම්, URL එක වෙබ් බ්රවුසරයට කොපි පේස්ට් කරනන්:",
- "Last active": "පසුගිය ක්රියාකාරී",
- "Last used": "පසුගිය භාවිතා",
- "Leave": "නිවාඩු",
- "Leave Team": "නිවාඩු කණ්ඩායම",
- "Log in": "වන්න",
- "Log Out": "ලඝු-සටහන පිටතට",
- "Log Out Other Browser Sessions": "ලඝු-සටහන පිටතට වෙනත් බ්රවුසරයේ සැසි",
- "Login": "ලොගින් වන්න",
- "Logout": "Logout",
- "Manage Account": "ගිණුම කළමනාකරණය",
- "Manage and log out your active sessions on other browsers and devices.": "කළමනාකරණය හා ලඝු-සටහන පිටතට ඔබගේ ක්රියාකාරී සැසි මත අනෙකුත් වෙබ් බ්රව්සර සහ උපකරණ.",
- "Manage API Tokens": "කළමනාකරණය API ටෝකන් පත්",
- "Manage Role": "කළමනාකරණය භූමිකාව",
- "Manage Team": "කළමනාකරණය කණ්ඩායම",
- "Name": "නම",
- "New Password": "නව මුරපදය",
- "Not Found": "සොයාගෙන නැත",
- "of": "ක",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "වරක් කණ්ඩායම මකා දමන, එහි සියලු සම්පත් හා දත්ත ස්ථිර මකා. මකාදැමීමට පෙර, මෙම කණ්ඩායම, බාගත කරුණාකර ඕනෑම දත්ත හෝ තොරතුරු සම්බන්ධයෙන් මෙම කණ්ඩායම බව ඔබ කිරීමට බලාපොරොත්තු රඳවා.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "වරක් ඔබේ ගිණුම මකා දමන, එහි සියලු සම්පත් හා දත්ත ස්ථිර මකා. මකාදැමීමට පෙර, ඔබගේ ගිණුම, බාගත කරුණාකර ඕනෑම දත්ත හෝ තොරතුරු ඔබ කැමති රඳවා ගැනීමට.",
- "Page Expired": "පිටුව කල් ඉකුත්",
- "Pagination Navigation": "පිගත සංචලනය",
- "Password": "මුරපදය",
- "Pending Team Invitations": "විභාග කණ්ඩායම ආරාධනා",
- "Permanently delete this team.": "ස්ථිරවම delete මෙම කණ්ඩායම.",
- "Permanently delete your account.": "ස්ථිරවම ඔබගේ ගිණුම මකා දැමීම.",
- "Permissions": "අවසර",
- "Photo": "ඡායාරූප",
- "Please click the button below to verify your email address.": "පහත දැක්වෙන බොත්තම ක්ලික් කරන්න තහවුරු කිරීමට ඔබගේ ඊ-තැපැල් ලිපිනය.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "කරුණාකර තහවුරු ප්රවේශ කිරීම සඳහා ඔබේ ගිණුමට ඇතුලත් කිරීම මගින් ඔබේ හදිසි යථා කේත.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "කරුණාකර තහවුරු ප්රවේශ කිරීම සඳහා ඔබේ ගිණුමට ඇතුලත් කර අනන්යතාවය තහවුරු කේතය විසින් සපයන ඔබේ authenticator අයදුම් වේ.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "කරුණාකර පිටපතක් ඔබගේ නව API සංකේත. ඔබගේ ආරක්ෂාව සඳහා, එය කළ නොහැකි පෙන්වා ඇත නැවත.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "ඔබගේ මුර පදය ඇතුලත් කරන්න තහවුරු කිරීමට ඔබ කිරීමට කැමති ලඝු-සටහන පිටතට ඔබගේ වෙනත් බ්රවුසරයේ සැසි සියලු හරහා ඔබගේ උපාංග.",
- "Please provide the email address of the person you would like to add to this team.": "කරුණාකර ලබා ඊ-මේල් ලිපිනය පුද්ගලයා ඔබ එකතු කිරීමට කැමති, මෙම කණ්ඩායම.",
- "Privacy Policy": "රහස්යතා ප්රතිපත්තිය",
- "Profile": "පැතිකඩ",
- "Profile Information": "පැතිකඩ තොරතුරු",
- "Recovery Code": "යථා කේතය",
- "Regards": "ශුබාශින්ෂණ",
- "Regenerate Recovery Codes": "යළි ගොඩනැංවීමේ යථා කේත",
- "Register": "ලියාපදිංචි",
- "Remember me": "මට මතක",
- "Remember Me": "මට මතක",
- "Remove": "ඉවත්",
- "Remove Photo": "ඉවත් ඡායාරූප",
- "Remove Team Member": "ඉවත් කණ්ඩායමේ සාමාජික",
- "Resend Verification Email": "නැවත භාරදුන් තහවුරු ඊ-තැපැල්",
- "Reset Password": "මුරපදය යළි පිහිටුවන්න",
- "Reset Password Notification": "මුරපදය යළි පිහිටුවන්න නිවේදනය",
- "results": "ප්රතිඵල",
- "Role": "භූමිකාව",
- "Save": "ඉතිරි",
- "Saved.": "බේරුවා.",
- "Select A New Photo": "තෝරා නව ඡායාරූප",
- "Send Password Reset Link": "යැවීමට මුරපදය නැවත සකස් ලින්ක්",
- "Server Error": "සේවාදායක දෝෂයක්",
- "Service Unavailable": "සේවා නොමැත",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "පෙන්වන්න යථා කේත",
- "Showing": "පෙන්වන්නේ",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "ගබඩා මේ කේත යථා සුරක්ෂිත මුරපදය කළමනාකරු. ඔවුන් සොයා ගැනීමට භාවිතා කළ හැක ප්රවේශ කිරීම සඳහා ඔබේ ගිණුම නම්, ඔබගේ දෙකක් සාධකය තහවුරු කරගැනීමේ උපාංගය අහිමි වේ.",
- "Switch Teams": "මාරු කණ්ඩායම්",
- "Team Details": "කණ්ඩායම විස්තර",
- "Team Invitation": "කණ්ඩායම ආරාධනය",
- "Team Members": "කණ්ඩායම සාමාජිකයන්",
- "Team Name": "කණ්ඩායම නම",
- "Team Owner": "කණ්ඩායම හිමිකරු",
- "Team Settings": "කණ්ඩායම සැකසුම්",
- "Terms of Service": "සේවා කොන්දේසි",
- "The :attribute must be a valid role.": "මෙම :attribute විය යුතුය වලංගු භූමිකාව.",
- "The :attribute must be at least :length characters and contain at least one number.": "මෙම :attribute අවම වශයෙන් විය යුතුය :length චරිත හා අවම වශයෙන් අඩංගු එක් අංකය.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "මෙම :attribute අවම වශයෙන් විය යුතුය :length චරිත හා අවම වශයෙන් අඩංගු එක් විශේෂ චරිතයක් හා එක් අංකය.",
- "The :attribute must be at least :length characters and contain at least one special character.": "මෙම :attribute අවම වශයෙන් විය යුතුය :length චරිත හා අවම වශයෙන් අඩංගු එක් විශේෂ චරිතයක්.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "මෙම :attribute අවම වශයෙන් විය යුතුය :length චරිත හා අවම වශයෙන් අඩංගු එක් මහකුරු අක්ෂර හා එක් අංකය.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "මෙම :attribute අවම වශයෙන් විය යුතුය :length චරිත හා අවම වශයෙන් අඩංගු එක් මහකුරු අක්ෂර හා එක් විශේෂ චරිතයක්.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "මෙම :attribute අවම වශයෙන් විය යුතුය :length චරිත හා අවම වශයෙන් අඩංගු එක් මහකුරු අක්ෂර, එක් අංකය, හා එක් විශේෂ චරිතයක්.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "මෙම :attribute අවම වශයෙන් විය යුතුය :length චරිත හා අවම වශයෙන් අඩංගු එක් මහකුරු චරිතය.",
- "The :attribute must be at least :length characters.": "මෙම :attribute අවම වශයෙන් විය යුතුය :length චරිත.",
- "The :attribute must contain at least one letter.": "මෙම :attribute අවම වශයෙන් එක අකුරක් තිබිය යුතුය.",
- "The :attribute must contain at least one number.": "මෙම :attribute අවම වශයෙන් එක ඉලක්කමක් තිබිය යුතුය.",
- "The :attribute must contain at least one symbol.": "මෙම :attribute අවම වශයෙන් එක සංඛේතයක් තිබිය යුතුය.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "පෙනන පදිරි ලබාදුන් :attribute පෙර දත්ත ලීක් වීමකට භාජනය වී ඇත. කරුනාකර වෙනත් :attribute එකක් භාවිතා කරන්න.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "මුරපදය වලංගු නැත.",
- "The provided password does not match your current password.": "ලබා මුරපදය නොගැලපේ ඔබේ වත්මන් මුරපදය.",
- "The provided password was incorrect.": "ලබා මුරපදය වැරදි විය.",
- "The provided two factor authentication code was invalid.": "ලබා දෙකක් සාධකය තහවුරු කරගැනීමේ කේතය වලංගු නොවේ.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "කණ්ඩායමේ නම සහ හිමිකරු තොරතුරු.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "මෙම ජනතාව සඳහා ආරාධනා කර ඇත, ඔබගේ කණ්ඩායම හා කර ඇති ආරාධනය යවා ඊ-තැපැල්. ඔවුන් එක්වන කණ්ඩායම විසින් භාර ඊමේල් ආරාධනය.",
- "This device": "මෙම උපාංගය",
- "This is a secure area of the application. Please confirm your password before continuing.": "මෙම ආරක්ෂිත ප්රදේශයේ අයදුම් වේ. කරුණාකර තහවුරු කිරීමට පෙර ඔබගේ මුරපදය දිගටම.",
- "This password does not match our records.": "මෙම මුරපදය නොගැලපේ අපේ වාර්තා වේ.",
- "This password reset link will expire in :count minutes.": "මෙම මුරපදය නැවත සකස් කිරීමේ සබැඳිය කල් ඉකුත් වනු ඇත :count දී විනාඩි.",
- "This user already belongs to the team.": "මෙම පරිශීලකයා දැනටමත් අයත් කණ්ඩායම.",
- "This user has already been invited to the team.": "මෙම පරිශීලකයා දැනටමත් ආරාධනා කර ගැනීමට මෙම කණ්ඩායම විය.",
- "to": "කිරීමට",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "යාත්රණය මාරුකරන්න",
- "Token Name": "සංකේත නම",
- "Too Many Requests": "බොහෝ ඉල්ලීම්",
- "Two Factor Authentication": "දෙකක් සාධකය තහවුරු කරගැනීමේ",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "අනවසර",
- "Unknown": "Unknown",
- "Update Password": "යාවත්කාලීන මුරපදය",
- "Update your account's profile information and email address.": "යාවත්කාලීන ඔබේ ගිණුම පැතිකඩ තොරතුරු හා ඊ-මේල් ලිපිනය.",
- "Use a recovery code": "භාවිතා යථා කේතය",
- "Use an authentication code": "භාවිතා ක සත්යාපන කේතය",
- "Verify Email Address": "විද්යුත් ලිපිනය තහවුරු කරන්න",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "අපි සොයා ගැනීමට නොහැකි විය ලියාපදිංචි පරිශීලක සමග මෙම ඊ-තැපැල් ලිපිනය.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "විට දෙකක් සාධකය තහවුරු කරගැනීමේ සක්රීය වේ, ඔබ ඔබෙන් විමසනු ඇත සඳහා සුරක්ෂිත, අහඹු සංකේත තුළ අනන්යතාවය තහවුරු කරගැනීම. ඔබ ලබාගන්න මෙම සංකේත සිට ඔබගේ දුරකථනයේ Google Authenticator අයදුම් වේ.",
- "Whoops!": "ඔබට පෙනීයනු ඇත!",
- "Whoops! Something went wrong.": "ඔබට පෙනීයනු ඇත! යමක් වැරදි ගියේ ය.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "ඔබ ලබමින් සිටින මෙම විද්යුත් නිසා අපි ලැබී මුරපදය නැවත සකස් ඉල්ලීම සඳහා ඔබේ ගිණුම.",
- "You have been invited to join the :team team!": "ඔබ ආරාධනා කර ඇත එක්වන ලෙස :team කණ්ඩායම!",
- "You have enabled two factor authentication.": "ඔබ සක්රීය දෙකක් සාධකය තහවුරු කරගැනීමේ.",
- "You have not enabled two factor authentication.": "ඔබ සක්රීය දෙකක් සාධකය තහවුරු කරගැනීමේ.",
- "You may accept this invitation by clicking the button below:": "ඔබ පහත බොත්තම එබීම මහින් මෙම ආරාධනය පිලිගනු ලබයි:",
- "You may delete any of your existing tokens if they are no longer needed.": "ඔබ මකා දැමිය හැක ඕනෑම ඔබගේ පවතින ටෝකන් පත් නම්, ඔවුන් තවදුරටත් අවශ්ය වේ.",
- "You may not delete your personal team.": "ඔබ නැති විය හැකි delete, ඔබේ පුද්ගලික කණ්ඩායම.",
- "You may not leave a team that you created.": "ඔබ නිවාඩු නොහැකි විය හැක කණ්ඩායමක් බව ඔබ නිර්මාණය.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/si/auth.php b/resources/lang/si/auth.php
deleted file mode 100644
index 7f2c4446..00000000
--- a/resources/lang/si/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'මෙම අක්ත පත්ර අපගේ වාර්තා වලට ගැලපෙන්නේ නැත.',
- 'password' => 'මුරපදය වැරදිය.',
- 'throttle' => 'බොහෝ පිවිසුම් උත්සහයන් සිදු කර ඇත. කරුණාකර තත්පර :seconds කින් නැවත උත්සාහ කරන්න.',
-];
diff --git a/resources/lang/si/http-statuses.php b/resources/lang/si/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/si/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/si/pagination.php b/resources/lang/si/pagination.php
deleted file mode 100644
index f3d2241d..00000000
--- a/resources/lang/si/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'ඊළඟ »',
- 'previous' => '« පෙර',
-];
diff --git a/resources/lang/si/passwords.php b/resources/lang/si/passwords.php
deleted file mode 100644
index 5a59c2e9..00000000
--- a/resources/lang/si/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'ඔබගේ මුරපදය යළි මුල්තත්වයට ගෙන ඇත!',
- 'sent' => 'ඔබගේ රහස් පද යළි සකසන සබැඳිය අප විසින් ඊ-තැපැල් කර ඇත!',
- 'throttled' => 'නැවත උත්සහා කිරීමට පෙර මදක් රැදිසිටින්න.',
- 'token' => 'මෙම මුරපද යළි පිහිටුවීමේ ටෝකනය වලංගු නොවේ.',
- 'user' => 'අපට එම විද්යුත් තැපැල් ලිපිනය සමඟ පරිශීලකයෙකු සොයා ගත නොහැක.',
-];
diff --git a/resources/lang/si/validation.php b/resources/lang/si/validation.php
deleted file mode 100644
index e93311e8..00000000
--- a/resources/lang/si/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'මෙම :attribute වලංගු විය යුතුය.',
- 'accepted_if' => 'මෙම :attribute, :other :value වන විට පිලිගත හැක.',
- 'active_url' => ':Attribute වලංගු නැති URL එකකි.',
- 'after' => 'මෙම :attribute, :date දිනයට පසු දිනයක් විය යුතුය.',
- 'after_or_equal' => 'මෙම :attribute, :date දිනයම හෝ ඊට පසු දිනයක් විය යුතුය.',
- 'alpha' => 'මෙම :attribute ට අඩංගු විය හැක්කේ අකුරු පමණි.',
- 'alpha_dash' => 'මෙම :attribute ට අඩංගු විය හැක්කේ අකුරු, ඉලක්කම්, කෙටිඉර හා යටිඉර පමණි.',
- 'alpha_num' => 'මෙම :attribute ට අඩංගු විය හැක්කේ අකුරු හා ඉලක්කම් පමණි.',
- 'array' => 'මේ :attribute ය array එකක් විය යුතුය.',
- 'attached' => 'මේ :attribute මේ වන විටත් අමුණා ඇත.',
- 'before' => 'මෙම :attribute, :date දිනයට පෙර දිනයක් විය යුතුය.',
- 'before_or_equal' => 'මෙම :attribute, :date දිනයම හෝ ඊට පෙර දිනයක් විය යුතුය.',
- 'between' => [
- 'array' => 'මෙම අන්තර්ගතය :min ත් :max ත් අතර විය යුතුය.',
- 'file' => 'මෙම ගොනුව කිලෝබයිට් :min ත් :max ත් අතර විය යුතුය.',
- 'numeric' => 'මෙම සංක්යාව :min ත් :max ත් අතර විය යුතුය.',
- 'string' => 'මෙම වචනය අකුරු :min ත් :max ත් අතර විය යුතුය.',
- ],
- 'boolean' => 'මෙම :attribute ය සත්ය හෝ අසත්ය අගයක් විය යුතුය.',
- 'confirmed' => 'මෙම :attribute තහවුරු කිරීම නොගැලපේ.',
- 'current_password' => 'මුරපදය වලංගු නොවේ.',
- 'date' => 'මෙම :attribute දිනය වලංගු දිනයක් නොවේ.',
- 'date_equals' => 'මෙම :attribute එක :date දිනයට සමාන දිනයක් විය යුතුය.',
- 'date_format' => 'මෙම :attribute එක :format යන ආකාරයට අනුකූල නොවේ.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'මෙම :attribute එක හා :other එකිනෙකට වෙනස් විය යුතුය.',
- 'digits' => 'මෙම :attribute එක ඉලක්කම් :digits ක් විය යුතුය.',
- 'digits_between' => 'මෙම :attribute එක ඉලක්කම් :min හා :max අතර විය යුතුය.',
- 'dimensions' => 'මෙම :attribute රූපය වැරදි ප්රමාණයන්ගෙන් ඇත.',
- 'distinct' => 'මේ :attribute හි එකම අගයේ අනු පිටපත් ඇත.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'මෙම :attribute එක වලංගු විද්යුත් ලිපිනයක් විය යුතුය.',
- 'ends_with' => 'මෙම :attribute එක :values මගින් අවසාන විය යුතුය.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'තෝරාගත් :attribute අගය වලංගු නොවේ.',
- 'file' => 'මෙම :attribute ය ෆයිල් එකක් විය යුතුය.',
- 'filled' => 'මේ :attribute හි අගයක් තිබිය යුතුය.',
- 'gt' => [
- 'array' => 'මෙම :attribute එක :value ට වඩා වැඩි අයිතම ගණනක් විය යුතුය.',
- 'file' => 'මෙම :attribute එක :value ට වඩා වැඩි කිලෝබයිට් ගණනක් විය යුතුය.',
- 'numeric' => 'මෙම :attribute එක :value ට වඩා වැඩි අගයක් විය යුතුය.',
- 'string' => 'මෙම :attribute එක :value ට වඩා වැඩි අකුරු ගණනක් විය යුතුය.',
- ],
- 'gte' => [
- 'array' => 'මෙම :attribute එක අයිතම :value ට වඩා වැඩි හෝ සමාන විය යුතුයි.',
- 'file' => 'මෙම :attribute එක කිලෝබයිට් :value ට වඩා වැඩි හෝ සමාන විය යුතුයි.',
- 'numeric' => 'මෙම :attribute එක :value ට වඩා වැඩි හෝ සමාන විය යුතුයි.',
- 'string' => 'මෙම :attribute එක අකුරු :value ට වඩා වැඩි හෝ සමාන විය යුතුයි.',
- ],
- 'image' => 'මෙම :attribute රූපයක් විය යුතුය.',
- 'in' => 'මෙම තෝරා ඇති :attribute වලංගු නැත.',
- 'in_array' => 'මෙම :attribute, :other ක්ෂේත්රයේ නොපවතියි.',
- 'integer' => 'මෙම :attribute පූර්ණ සංඛ්යාවක් විය යුතුය.',
- 'ip' => 'මෙම :attribute වලංගු IP ලිපිනයක් විය යුතුය.',
- 'ipv4' => 'මෙම :attribute වලංගු IPv4 ලිපිනය විය යුතුය.',
- 'ipv6' => 'මෙම :attribute වලංගු IPv6 ලිපිනය විය යුතුය.',
- 'json' => 'මෙම :attribute වලංගු JSON පේළියක් විය යුතුය.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'මෙම :attribute එක :value ට වඩා අඩු අයිතම ගණනක් විය යුතුය.',
- 'file' => 'මෙම :attribute එක :value ට වඩා අඩු කිලෝබයිට් ගණනක් විය යුතුය.',
- 'numeric' => 'මෙම :attribute එක :value ට වඩා අඩු අගයක් විය යුතුය.',
- 'string' => 'මෙම :attribute එක :value ට වඩා අඩු අකුරු ගණනක් විය යුතුය.',
- ],
- 'lte' => [
- 'array' => 'මෙම :attribute එක අයිතම :value ට වඩා අඩු හෝ සමාන විය යුතුයි.',
- 'file' => 'මෙම :attribute එක කිලෝබයිට් :value ට වඩා අඩු හෝ සමාන විය යුතුයි.',
- 'numeric' => 'මෙම :attribute එක :value ට වඩා අඩු හෝ සමාන විය යුතුයි.',
- 'string' => 'මෙම :attribute එක අකුරු :value ට වඩා අඩු හෝ සමාන විය යුතුයි.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'මෙම :attribute එක :max ට වඩා වැඩි නොවිය යුතුයි.',
- 'file' => 'මෙම :attribute එක කිලෝබයිට් :max ට වඩා වැඩි නොවිය යුතුයි.',
- 'numeric' => 'මෙම :attribute එක අකුරු :max ට වඩා වැඩි නොවිය යුතුයි.',
- 'string' => 'මෙම :attribute එක අයිතම :max ට වඩා වැඩි නොවිය යුතුයි.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'මෙම :attribute එක: :values වර්ගයේ ගොනුවක් විය යුතුය.',
- 'mimetypes' => 'මෙම :attribute එක: :values වර්ගයේ ගොනුවක් විය යුතුය.',
- 'min' => [
- 'array' => 'මෙම :attribute එක :min ට වඩා අඩු නොවිය යුතුයි.',
- 'file' => 'මෙම :attribute එක කිලෝබයිට් :min ට වඩා අඩු නොවිය යුතුයි.',
- 'numeric' => 'මෙම :attribute එක අකුරු :min ට වඩා අඩු නොවිය යුතුයි.',
- 'string' => 'මෙම :attribute එක අයිතම :min ට වඩා අඩු නොවිය යුතුයි.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'මෙම :attribute ය :value හි ගුණාකාරයක් විය යුතුය.',
- 'not_in' => 'මෙම තෝරා ඇත :attribute වලංගු නැත.',
- 'not_regex' => 'මෙම :attribute ආකෘතිය වලංගු නැත.',
- 'numeric' => 'මෙම :attribute අංකයක් විය යුතුය.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'මෙම :attribute ක්ෂේත්රයේ තිබිය යුතුය.',
- 'prohibited' => 'මෙම :attribute ක්ෂේත්රයේ තහනම් කර තිබේ.',
- 'prohibited_if' => ':Other, :value වන විට :attribute ක්ෂේත්රයේ තහනම් කර තිබේ.',
- 'prohibited_unless' => ':Other, :value නොවන්නේ නම් පමණක් :attribute ක්ෂේත්රයේ තහනම් කර තිබේ.',
- 'prohibits' => 'මෙම :attribute ක්ෂේත්රය :other පැවතීම තහනම් කර ඇත.',
- 'regex' => 'මෙම :attribute ආකෘතිය වලංගු නැත.',
- 'relatable' => 'මේ :attribute නොහැකි විය හැක, මෙම සමඟ සංෙයෝජිත ෙ කෙර් සම්පත්.',
- 'required' => 'මෙම :attribute ක්ෂේත්රයේ අවශ්යයි.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Other, :value නම් පමණක් මෙම :attribute ක්ෂේත්රයේ අවශ්යයි.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Other, :value නොවන්නේ නම් පමණක් මෙම :attribute ක්ෂේත්රයේ අවශ්යයි.',
- 'required_with' => ':Values අගය පවතීනම් මෙම :attribute ක්ෂේත්රයේ අවශ්යයි.',
- 'required_with_all' => ':Values අගයන් පවතීනම් මෙම :attribute ක්ෂේත්රයේ අවශ්යයි.',
- 'required_without' => ':Values අගය නොපවතීනම් මෙම :attribute ක්ෂේත්රයේ අවශ්යයි.',
- 'required_without_all' => ':Values අගයන් නොපවතීනම් මෙම :attribute ක්ෂේත්රයේ අවශ්යයි.',
- 'same' => 'මෙම :attribute සහ :other ගැලපිය යුතුයි.',
- 'size' => [
- 'array' => 'මෙම :attribute යේ අයිතම :size ක් තිබිය යුතුය.',
- 'file' => 'මෙම :attribute ය කිලෝබයිට් :size ක් විය යුතුය.',
- 'numeric' => 'මෙම :attribute ය :size. ක් විය යුතුය.',
- 'string' => 'මෙම :attribute ය අකුරු :size විය යුතුය.',
- ],
- 'starts_with' => 'මෙම :attribute පහත සඳහන් එකක් සමඟ ආරම්භ කළ යුතුය: :values',
- 'string' => 'මෙම :attribute පේළියකි විය යුතුය.',
- 'timezone' => 'මෙම :attribute වලංගු කලාපයක් විය යුතුය.',
- 'unique' => 'මෙම :attribute දැනටමත් අරගෙන තියෙන්නේ.',
- 'uploaded' => 'මෙම :attribute අප්ලෝඩ් කිරීම අසාර්ථක විය.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'මෙම :attribute ආකෘතිය වලංගු නැත.',
- 'uuid' => 'මෙම :attribute වලංගු UUID විය යුතුය.',
- 'attributes' => [
- 'address' => 'ලිපිනය',
- 'age' => 'වයස',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'ලබා ගත හැකිය',
- 'birthday' => 'birthday',
- 'body' => 'අංගය',
- 'city' => 'නගරය',
- 'content' => 'අන්තර්ගතය',
- 'country' => 'රට',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'දිනය',
- 'date_of_birth' => 'date of birth',
- 'day' => 'දවස',
- 'deleted_at' => 'deleted at',
- 'description' => 'විස්තර',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'විද්යුත් තැපෑල',
- 'excerpt' => 'උපුටා ගත් පද',
- 'filter' => 'filter',
- 'first_name' => 'මුල් නම',
- 'gender' => 'ස්ත්රී පුරුෂ භාවය',
- 'group' => 'group',
- 'hour' => 'පැය',
- 'image' => 'image',
- 'last_name' => 'අවසන් නම',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'පණිවුඩය',
- 'middle_name' => 'middle name',
- 'minute' => 'විනාඩියක්',
- 'mobile' => 'ජංගම දුරකථන',
- 'month' => 'මාසය',
- 'name' => 'නම',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'රහස් පදය',
- 'password_confirmation' => 'මුරපදය තහවුරු කිරීම',
- 'phone' => 'දුරකථනය',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'දෙවැනි',
- 'sex' => 'ස්ත්රී පුරුෂ භාවය',
- 'short_text' => 'short text',
- 'size' => 'ප්රමාණය',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'විෂය',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'වේලාව',
- 'title' => 'ශීර්ෂය',
- 'updated_at' => 'updated at',
- 'username' => 'පරිශීලක නාමය',
- 'year' => 'වර්ෂය',
- ],
-];
diff --git a/resources/lang/sk.json b/resources/lang/sk.json
deleted file mode 100644
index 6b9c82ca..00000000
--- a/resources/lang/sk.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Prijať Pozvanie",
- "Add": "Pridať",
- "Add a new team member to your team, allowing them to collaborate with you.": "Pridajte do svojho tímu nového člena tímu, ktorý mu umožní spolupracovať s vami.",
- "Add additional security to your account using two factor authentication.": "Pridajte do svojho účtu ďalšie zabezpečenie pomocou dvojfaktorovej autentifikácie.",
- "Add Team Member": "Pridať Člena Tímu",
- "Added.": "Pridať.",
- "Administrator": "Správca",
- "Administrator users can perform any action.": "Používatelia správcu môžu vykonať akúkoľvek akciu.",
- "All of the people that are part of this team.": "Všetci ľudia, ktorí sú súčasťou tohto tímu.",
- "All rights reserved.": "Všetky práva vyhradené.",
- "Already registered?": "Už zaregistrovaný?",
- "API Token": "Token API",
- "API Token Permissions": "Oprávnenia API tokenu",
- "API Tokens": "API tokeny",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API tokeny umožňujú služby tretích strán overiť pomocou našej aplikácie vo vašom mene.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Ste si istý, že chcete tento tím odstrániť? Po odstránení tímu budú všetky jeho zdroje a údaje natrvalo odstránené.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Ste si istý, že chcete svoj účet odstrániť? Po odstránení účtu budú všetky jeho zdroje a údaje natrvalo odstránené. Zadajte svoje heslo pre potvrdenie, že chcete natrvalo odstrániť svoj účet.",
- "Are you sure you would like to delete this API token?": "Ste si istí, že chcete tento token API odstrániť?",
- "Are you sure you would like to leave this team?": "Ste si istý, že by ste chceli opustiť tento tím?",
- "Are you sure you would like to remove this person from the team?": "Ste si istý, že by ste chceli odstrániť túto osobu z tímu?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Relácie Prehliadača",
- "Cancel": "Zrušiť",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Zatvoriť",
- "Code": "Kód",
- "Confirm": "Potvrdiť",
- "Confirm Password": "Kontrola hesla",
- "Create": "Vytvoriť",
- "Create a new team to collaborate with others on projects.": "Vytvorte nový tím, ktorý bude spolupracovať s ostatnými na projektoch.",
- "Create Account": "Vytvoriť Účet",
- "Create API Token": "Vytvoriť Token API",
- "Create New Team": "Vytvoriť Nový Tím",
- "Create Team": "Vytvoriť Tím",
- "Created.": "Vytvorený.",
- "Current Password": "Aktuálne Heslo",
- "Dashboard": "Panel",
- "Delete": "Vymazať",
- "Delete Account": "Odstrániť Účet",
- "Delete API Token": "Odstrániť Token API",
- "Delete Team": "Odstrániť Tím",
- "Disable": "Vypnúť",
- "Done.": "Robiť.",
- "Edit Profile": "Edit Profile",
- "Editor": "Editor",
- "Editor users have the ability to read, create, and update.": "Používatelia editora majú možnosť čítať, vytvárať a aktualizovať.",
- "Email": "Mail",
- "Email Address": "adresa",
- "Email Password Reset Link": "Odkaz Na Obnovenie Hesla E-Mailu",
- "Enable": "Povoliť",
- "Ensure your account is using a long, random password to stay secure.": "Uistite sa, že váš účet používa dlhé, náhodné heslo, aby ste zostali v bezpečí.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Pre vašu bezpečnosť, prosím potvrďte svoje heslo pokračovať.",
- "Forbidden": "Nepovolené",
- "Forgot your password?": "Zabudli ste heslo?",
- "Forgot Your Password?": "Zabudli ste heslo?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Zabudli ste heslo? Žiadny problém. Dajte nám vedieť svoju e-mailovú adresu a my vám pošleme e-mail s odkazom na obnovenie hesla, ktorý vám umožní vybrať si novú.",
- "Go to page :page": "Prejsť na stránku :page",
- "Great! You have accepted the invitation to join the :team team.": "Skvelé! Prijali ste pozvanie pripojiť sa k tímu :team.",
- "Hello!": "Zdravíme!",
- "I agree to the :terms_of_service and :privacy_policy": "Súhlasím s :terms_of_service a :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "V prípade potreby sa môžete odhlásiť zo všetkých ostatných relácií prehliadača vo všetkých svojich zariadeniach. Niektoré z vašich posledných relácií sú uvedené nižšie; Tento zoznam však nemusí byť vyčerpávajúci. Ak máte pocit, že váš účet bol ohrozený, mali by ste si tiež aktualizovať heslo.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Ak už máte účet, môžete túto pozvánku prijať kliknutím na tlačidlo nižšie:",
- "If you did not create an account, no further action is required.": "Ak ste si nevytvorili účet, nie je potrebná žiadna ďalšia akcia.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Ak ste neočakávali, že dostanete pozvánku do tohto tímu, môžete tento e-mail zahodiť.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Ak ste nepožiadali o obnovenie hesla, tak považujte túto správu za bezpredmetnú a môžete ju vymazať.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ak nemáte účet, môžete si ho vytvoriť kliknutím na tlačidlo nižšie. Po vytvorení účtu môžete kliknutím na tlačidlo prijatia pozvánky v tomto e-maile prijať pozvánku tímu:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Ak máte problém s kliknutim na tlačidlo \":actionText\", tak skopírujte a vložte nižšie uvedenú URL adresu do Vášho webového prehliadača:",
- "Last active": "Posledná aktívna",
- "Last used": "Naposledy použité",
- "Leave": "Opustiť",
- "Leave Team": "Opustiť Tím",
- "Log in": "Prihlásiť",
- "Log Out": "odhlásiť",
- "Log Out Other Browser Sessions": "Odhláste Sa Z Iných Relácií Prehliadača",
- "Login": "Prihlásenie",
- "Logout": "Odhlásenie",
- "Manage Account": "Správa Účtu",
- "Manage and log out your active sessions on other browsers and devices.": "Spravujte a odhláste svoje aktívne relácie v iných prehliadačoch a zariadeniach.",
- "Manage API Tokens": "Správa tokenov API",
- "Manage Role": "Riadiť Úlohu",
- "Manage Team": "Správa Tímu",
- "Name": "Meno",
- "New Password": "Nové Heslo",
- "Not Found": "Nenájdené",
- "of": "z",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Po odstránení tímu budú všetky jeho zdroje a údaje natrvalo odstránené. Pred odstránením tohto tímu si stiahnite všetky údaje alebo informácie týkajúce sa tohto tímu, ktoré si chcete ponechať.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Po odstránení účtu budú všetky jeho zdroje a údaje natrvalo odstránené. Pred odstránením účtu si stiahnite všetky údaje alebo informácie, ktoré si chcete ponechať.",
- "Page Expired": "Platnosť stránky vypršala",
- "Pagination Navigation": "Navigácia Stránkami",
- "Password": "Heslo",
- "Pending Team Invitations": "Čakajúce Pozvánky Tímov",
- "Permanently delete this team.": "Natrvalo odstrániť tento tím.",
- "Permanently delete your account.": "Natrvalo odstrániť svoj účet.",
- "Permissions": "Povolenia",
- "Photo": "Fotografia",
- "Please click the button below to verify your email address.": "Kliknutím na nižšie uvedené tlačidlo overíte svoju emailovú adresu.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Potvrďte prístup k svojmu účtu zadaním jedného z vašich kódov núdzového obnovenia.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Potvrďte prístup k svojmu účtu zadaním autentifikačného kódu poskytnutého aplikáciou authenticator.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Skopírujte prosím svoj nový token API. Pre vašu bezpečnosť sa už nebude zobrazovať.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Zadajte svoje heslo, aby ste potvrdili, že sa chcete odhlásiť z ostatných relácií prehliadača vo všetkých zariadeniach.",
- "Please provide the email address of the person you would like to add to this team.": "Uveďte e-mailovú adresu osoby, ktorú chcete pridať do tohto tímu.",
- "Privacy Policy": "súkromie",
- "Profile": "Profil",
- "Profile Information": "Informácie O Profile",
- "Recovery Code": "Kód Obnovenia",
- "Regards": "S pozdravom",
- "Regenerate Recovery Codes": "Regenerujte Obnovovacie Kódy",
- "Register": "Registrácia",
- "Remember me": "Pamätaj si ma",
- "Remember Me": "Zapamätať",
- "Remove": "Odstrániť",
- "Remove Photo": "Odstrániť Fotografiu",
- "Remove Team Member": "Odstrániť Člena Tímu",
- "Resend Verification Email": "Znova Odoslať Overovací E-Mail",
- "Reset Password": "Obnoviť heslo",
- "Reset Password Notification": "Požiadavka na obnovenie hesla",
- "results": "výsledok",
- "Role": "Úloha",
- "Save": "Uložiť",
- "Saved.": "Uložený.",
- "Select A New Photo": "Vyberte Novú Fotografiu",
- "Send Password Reset Link": "Poslať odkaz pre obnovenie hesla",
- "Server Error": "Chyba serveru",
- "Service Unavailable": "Služba je nedostupná",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Zobraziť Kódy Obnovy",
- "Showing": "Zobrazovanie",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Uložte tieto obnovovacie kódy do zabezpečeného správcu hesiel. Môžu sa použiť na obnovenie prístupu k vášmu účtu, ak dôjde k strate vášho dvojfaktorového autentifikačného zariadenia.",
- "Switch Teams": "Prepnúť Tímy",
- "Team Details": "Podrobnosti Tímu",
- "Team Invitation": "Pozvánka Tímu",
- "Team Members": "Členovia Tímu",
- "Team Name": "Názov Tímu",
- "Team Owner": "Majiteľ Tímu",
- "Team Settings": "Nastavenie Tímu",
- "Terms of Service": "Podmienky služby",
- "The :attribute must be a valid role.": ":Attribute musí mať platnú úlohu.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute musí mať najmenej :length znakov a musí obsahovať aspoň jedno číslo.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute musí mať najmenej :length znakov a musí obsahovať aspoň jeden špeciálny znak a jedno číslo.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute musí mať najmenej :length znakov a musí obsahovať aspoň jeden špeciálny znak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute musí mať najmenej :length znakov a musí obsahovať aspoň jeden veľký znak a jedno číslo.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute musí mať najmenej :length znakov a musí obsahovať aspoň jedno veľké písmeno a jeden špeciálny znak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute musí mať najmenej :length znakov a musí obsahovať aspoň jeden veľký znak, jedno číslo a jeden špeciálny znak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute musí mať najmenej :length znakov a musí obsahovať aspoň jedno veľké písmeno.",
- "The :attribute must be at least :length characters.": ":Attribute musí mať najmenej :length znakov.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Zadané heslo sa nezhoduje s vaším aktuálnym heslom.",
- "The provided password was incorrect.": "Poskytnuté heslo bolo nesprávne.",
- "The provided two factor authentication code was invalid.": "Poskytnutý dvojfaktorový autentifikačný kód bol neplatný.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Informácie o názve a majiteľovi tímu.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Títo ľudia boli pozvaní do vášho tímu a boli im zaslané e-mail s pozvánkou. Môžu sa pripojiť k tímu prijatím e-mailovej pozvánky.",
- "This device": "Toto zariadenie",
- "This is a secure area of the application. Please confirm your password before continuing.": "Toto je bezpečná oblasť aplikácie. Pred pokračovaním potvrďte svoje heslo.",
- "This password does not match our records.": "Toto heslo sa nezhoduje s našimi záznamami.",
- "This password reset link will expire in :count minutes.": "Platnosť resetovacieho odkazu je limitovaná v minútach (:count min)",
- "This user already belongs to the team.": "Tento používateľ už patrí do tímu.",
- "This user has already been invited to the team.": "Tento používateľ už bol pozvaný do tímu.",
- "to": "na",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Prepnúť navigáciu",
- "Token Name": "Názov Tokenu",
- "Too Many Requests": "Príliš veľa požiadaviek",
- "Two Factor Authentication": "Dvojfaktorová Autentifikácia",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Neautorizované",
- "Unknown": "Unknown",
- "Update Password": "Aktualizovať Heslo",
- "Update your account's profile information and email address.": "Aktualizujte informácie o profile svojho účtu a e-mailovú adresu.",
- "Use a recovery code": "Použite kód na obnovenie",
- "Use an authentication code": "Použitie autentifikačného kódu",
- "Verify Email Address": "Overte emailovú adresu",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Nepodarilo sa nám nájsť registrovaného užívateľa s touto e-mailovou adresou.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Ak je zapnutá dvojfaktorová autentifikácia, počas autentifikácie sa zobrazí výzva na zabezpečenie náhodného tokenu. Tento token môžete získať z aplikácie Google Authenticator v telefóne.",
- "Whoops!": "Ups!",
- "Whoops! Something went wrong.": "Hups! Niečo sa pokazilo.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Táto správa Vám bola doručená na základe žiadosti pre obnovenie hesla.",
- "You have been invited to join the :team team!": "Boli ste pozvaní, aby ste sa pripojili k tímu :team!",
- "You have enabled two factor authentication.": "Povolili ste dvojfaktorové overenie.",
- "You have not enabled two factor authentication.": "Nie ste povolili dvojfaktorové overenie.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Môžete odstrániť niektorý z vašich existujúcich tokenov, ak už nie sú potrebné.",
- "You may not delete your personal team.": "Nesmiete vymazať svoj osobný tím.",
- "You may not leave a team that you created.": "Nesmiete opustiť tím, ktorý ste vytvorili.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/sk/auth.php b/resources/lang/sk/auth.php
deleted file mode 100644
index e2740519..00000000
--- a/resources/lang/sk/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Prihlasovacie údaje nie sú správne.',
- 'password' => 'Heslo nie je správne',
- 'throttle' => 'Prekročený limit pokusov. Skúste znovu o :seconds sekúnd.',
-];
diff --git a/resources/lang/sk/http-statuses.php b/resources/lang/sk/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/sk/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/sk/pagination.php b/resources/lang/sk/pagination.php
deleted file mode 100644
index 5499a41f..00000000
--- a/resources/lang/sk/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Nasledujúca »',
- 'previous' => '« Predchádzajúca',
-];
diff --git a/resources/lang/sk/passwords.php b/resources/lang/sk/passwords.php
deleted file mode 100644
index fc3c35bc..00000000
--- a/resources/lang/sk/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Heslo bolo zmenené!',
- 'sent' => 'Pripomienka k zmene hesla bola odoslaná!',
- 'throttled' => 'Pred ďalším pokusom chvíľu počkajte.',
- 'token' => 'Klúč pre obnovu hesla je neplatný.',
- 'user' => 'Nepodarilo sa nájsť používateľa s touto e-mailovou adresou.',
-];
diff --git a/resources/lang/sk/validation.php b/resources/lang/sk/validation.php
deleted file mode 100644
index b671391c..00000000
--- a/resources/lang/sk/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute musí byť akceptovaný.',
- 'accepted_if' => ':Attribute musí byť akceptované ak :other je :value.',
- 'active_url' => ':Attribute má neplatnú URL adresu.',
- 'after' => ':Attribute musí byť dátum po :date.',
- 'after_or_equal' => ':Attribute musí byť dátum po alebo presne :date.',
- 'alpha' => ':Attribute môže obsahovať len písmená.',
- 'alpha_dash' => ':Attribute môže obsahovať len písmená, čísla a pomlčky.',
- 'alpha_num' => ':Attribute môže obsahovať len písmená, čísla.',
- 'array' => ':Attribute musí byť pole.',
- 'attached' => 'Tento :attribute je už pripojený.',
- 'before' => ':Attribute musí byť dátum pred :date.',
- 'before_or_equal' => ':Attribute musí byť dátum pred alebo presne :date.',
- 'between' => [
- 'array' => ':Attribute musí mať rozsah :min - :max prvkov.',
- 'file' => ':Attribute musí mať rozsah :min - :max kilobajtov.',
- 'numeric' => ':Attribute musí mať rozsah :min - :max.',
- 'string' => ':Attribute musí mať rozsah :min - :max znakov.',
- ],
- 'boolean' => ':Attribute musí byť pravda alebo nepravda.',
- 'confirmed' => ':Attribute konfirmácia sa nezhoduje.',
- 'current_password' => 'Heslo je nesprávne.',
- 'date' => ':Attribute má neplatný dátum.',
- 'date_equals' => ':Attribute musí byť dátum rovnajúci sa :date.',
- 'date_format' => ':Attribute sa nezhoduje s formátom :format.',
- 'declined' => ':Attribute musí byť zamietnuté.',
- 'declined_if' => ':Attribute musí byť zamietnuté ak :other je :value.',
- 'different' => ':Attribute a :other musia byť odlišné.',
- 'digits' => ':Attribute musí mať :digits číslic.',
- 'digits_between' => ':Attribute musí mať rozsah :min až :max číslic.',
- 'dimensions' => ':Attribute má neplatné rozmery obrázku.',
- 'distinct' => ':Attribute je duplicitný.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute má neplatný formát.',
- 'ends_with' => ':Attribute musí obsahovať jednú z týchto hodnôt: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'označený :attribute je neplatný.',
- 'file' => ':Attribute musí byť súbor.',
- 'filled' => ':Attribute je požadované.',
- 'gt' => [
- 'array' => ':Attribute musí mať viac prvkov ako :value.',
- 'file' => ':Attribute musí mať viac kilobajtov ako :value.',
- 'numeric' => 'Hodnota :attribute musí byť väčšia ako :value.',
- 'string' => ':Attribute musí mať viac znakov ako :value.',
- ],
- 'gte' => [
- 'array' => ':Attribute musí mať rovnaký alebo väčší počet prvkov ako :value.',
- 'file' => ':Attribute musí mať rovnaký alebo väčší počet kilobajtov ako :value.',
- 'numeric' => 'Hodnota :attribute musí byť väčšia alebo rovná ako :value.',
- 'string' => ':Attribute musí mať rovnaký alebo väčší počet znakov ako :value.',
- ],
- 'image' => ':Attribute musí byť obrázok.',
- 'in' => 'označený :attribute je neplatný.',
- 'in_array' => ':Attribute sa nenachádza v :other.',
- 'integer' => ':Attribute musí byť celé číslo.',
- 'ip' => ':Attribute musí byť platná IP adresa.',
- 'ipv4' => ':Attribute musí byť platná IPv4 adresa.',
- 'ipv6' => ':Attribute musí byť platná IPv6 adresa.',
- 'json' => ':Attribute musí byť platný JSON reťazec.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute musí mať menej prvkov ako :value.',
- 'file' => ':Attribute musí mať menej kilobajtov ako :value.',
- 'numeric' => 'Hodnota :attribute musí byť menšia ako :value.',
- 'string' => ':Attribute musí mať menej znakov ako :value.',
- ],
- 'lte' => [
- 'array' => ':Attribute musí mať rovnaký alebo menší počet prvkov ako :value.',
- 'file' => ':Attribute musí mať rovnaký alebo menší počet kilobajtov ako :value.',
- 'numeric' => 'Hodnota :attribute musí byť menšia alebo rovná ako :value.',
- 'string' => ':Attribute musí mať rovnaký alebo menší počet znakov ako :value.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute nemôže mať viac ako :max prvkov.',
- 'file' => ':Attribute nemôže byť väčší ako :max kilobajtov.',
- 'numeric' => ':Attribute nemôže byť väčší ako :max.',
- 'string' => ':Attribute nemôže byť väčší ako :max znakov.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute musí byť súbor s koncovkou: :values.',
- 'mimetypes' => ':Attribute musí byť súbor s koncovkou: :values.',
- 'min' => [
- 'array' => ':Attribute musí mať aspoň :min prvkov.',
- 'file' => ':Attribute musí mať aspoň :min kilobajtov.',
- 'numeric' => ':Attribute musí mať aspoň :min.',
- 'string' => ':Attribute musí mať aspoň :min znakov.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute musí byť násobkom :value',
- 'not_in' => 'označený :attribute je neplatný.',
- 'not_regex' => ':Attribute má neplatný formát.',
- 'numeric' => ':Attribute musí byť číslo.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute musí byť odoslaný.',
- 'prohibited' => ':Attribute je zakázané.',
- 'prohibited_if' => ':Attribute je zakázané, keď je :other :value.',
- 'prohibited_unless' => ':Attribute je zakázané, pokiaľ :other nie je v :values.',
- 'prohibits' => ':Attribute zakazuje, aby bolo :other povolené.',
- 'regex' => ':Attribute má neplatný formát.',
- 'relatable' => 'Tento :attribute nemusí byť spojený s týmto zdrojom.',
- 'required' => ':Attribute je požadované.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Attribute je požadované keď :other je :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Attribute je požadované, okrem prípadu keď :other je v :values.',
- 'required_with' => ':Attribute je požadované keď :values je prítomné.',
- 'required_with_all' => ':Attribute je požadované ak :values je nastavené.',
- 'required_without' => ':Attribute je požadované keď :values nie je prítomné.',
- 'required_without_all' => ':Attribute je požadované ak žiadne z :values nie je nastavené.',
- 'same' => ':Attribute a :other sa musia zhodovať.',
- 'size' => [
- 'array' => ':Attribute musí obsahovať :size prvkov.',
- 'file' => ':Attribute musí mať :size kilobajtov.',
- 'numeric' => ':Attribute musí byť :size.',
- 'string' => ':Attribute musí mať :size znakov.',
- ],
- 'starts_with' => ':Attribute musí začínať niektorou z hodnôt: :values',
- 'string' => ':Attribute musí byť reťazec znakov.',
- 'timezone' => ':Attribute musí byť platné časové pásmo.',
- 'unique' => ':Attribute už existuje.',
- 'uploaded' => 'Nepodarilo sa nahrať :attribute.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute musí mať formát URL.',
- 'uuid' => ':Attribute musí byť platné UUID.',
- 'attributes' => [
- 'address' => 'adresa',
- 'age' => 'vek',
- 'amount' => 'množstvo',
- 'area' => 'oblasť',
- 'available' => 'dostupne',
- 'birthday' => 'deň narodenia',
- 'body' => 'správa',
- 'city' => 'mesto',
- 'content' => 'obsah',
- 'country' => 'krajina',
- 'created_at' => 'vytvorené o',
- 'creator' => 'tvorca',
- 'current_password' => 'aktuálne heslo',
- 'date' => 'dátum',
- 'date_of_birth' => 'dátum narodenia',
- 'day' => 'deň',
- 'deleted_at' => 'vymazané o',
- 'description' => 'popis',
- 'district' => 'okres',
- 'duration' => 'trvanie',
- 'email' => 'e-mailová adresa',
- 'excerpt' => 'úryvok',
- 'filter' => 'filter',
- 'first_name' => 'krstné meno',
- 'gender' => 'pohlavie',
- 'group' => 'skupina',
- 'hour' => 'hodina',
- 'image' => 'obraz',
- 'last_name' => 'priezvisko',
- 'lesson' => 'lekcia',
- 'line_address_1' => 'adresný riadok 1',
- 'line_address_2' => 'adresný riadok 2',
- 'message' => 'správa',
- 'middle_name' => 'druhé meno',
- 'minute' => 'minúta',
- 'mobile' => 'telefón',
- 'month' => 'mesiac',
- 'name' => 'meno',
- 'national_code' => 'národný kód',
- 'number' => 'číslo',
- 'password' => 'heslo',
- 'password_confirmation' => 'heslo znovu',
- 'phone' => 'telefón',
- 'photo' => 'fotografia',
- 'postal_code' => 'poštové smerovacie číslo',
- 'price' => 'cena',
- 'province' => 'provincia',
- 'recaptcha_response_field' => 'pole odpovede recaptcha',
- 'remember' => 'zapamätať si',
- 'restored_at' => 'obnovené o',
- 'result_text_under_image' => 'text výsledku pod obrázkom',
- 'role' => 'rola',
- 'second' => 'sekunda',
- 'sex' => 'pohlavie',
- 'short_text' => 'kratký text',
- 'size' => 'rozmer',
- 'state' => 'štát',
- 'street' => 'ulica',
- 'student' => 'študent',
- 'subject' => 'predmet',
- 'teacher' => 'učiteľ',
- 'terms' => 'podmienky',
- 'test_description' => 'testový popis',
- 'test_locale' => 'testová lokalizácia',
- 'test_name' => 'testové meno',
- 'text' => 'text',
- 'time' => 'čas',
- 'title' => 'názov',
- 'updated_at' => 'aktualizované o',
- 'username' => 'používateľské meno',
- 'year' => 'rok',
- ],
-];
diff --git a/resources/lang/sl.json b/resources/lang/sl.json
deleted file mode 100644
index 48ee2962..00000000
--- a/resources/lang/sl.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Sprejmi Povabilo",
- "Add": "Dodaj",
- "Add a new team member to your team, allowing them to collaborate with you.": "Dodaj novega člana skupine, da bo lahko sodeloval.",
- "Add additional security to your account using two factor authentication.": "Dodatno zavarovanje računa z dvostopenjsko prijavo.",
- "Add Team Member": "Dodaj člana skupine",
- "Added.": "Dodano.",
- "Administrator": "Administrator",
- "Administrator users can perform any action.": "Administratorji lahko izvedejo katerokoli akcijo",
- "All of the people that are part of this team.": "Vsi člani skupne.",
- "All rights reserved.": "Vse pravice pridržane.",
- "Already registered?": "Že registriran/a?",
- "API Token": "API žeton",
- "API Token Permissions": "API žeton dovoljenja",
- "API Tokens": "API žetoni",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API žetoni dovoljujejo zunanjim servisom prijavo z našo aplikacijo v vašem imenu.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Res želite izbrisati skupino? Odstranjeni bodo tudi vsi podatki skupine.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Res želite izbrisati račun? Izbrisani bodo tudi podatki računa. Vnesite vaše geslo za potrditev izbrisa računa.",
- "Are you sure you would like to delete this API token?": "Res želite izbrisati ta API žeton?",
- "Are you sure you would like to leave this team?": "Res želite zapustiti skupino?",
- "Are you sure you would like to remove this person from the team?": "Res želite odstraniti osebo iz skupine?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Seje brskalnika",
- "Cancel": "Prekliči",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Zapri",
- "Code": "Koda",
- "Confirm": "Potrditev",
- "Confirm Password": "Potrdite geslo",
- "Create": "Ustvari",
- "Create a new team to collaborate with others on projects.": "Ustvari skupino za sodelovanje projektih.",
- "Create Account": "Ustvari Račun",
- "Create API Token": "Ustvari API žeton",
- "Create New Team": "Ustvari Novo skupino",
- "Create Team": "Ustvari skupino",
- "Created.": "Ustvarjeno.",
- "Current Password": "Trenutno geslo",
- "Dashboard": "Nadzorna plošča",
- "Delete": "Briši",
- "Delete Account": "Brisanje računa",
- "Delete API Token": "Brisanje API žetona",
- "Delete Team": "Brisanje skupine",
- "Disable": "Onemogoči",
- "Done.": "Končano.",
- "Edit Profile": "Edit Profile",
- "Editor": "Urednik",
- "Editor users have the ability to read, create, and update.": "Uredniki imajo možnost branja, kreairanja in posodabljanja.",
- "Email": "Elektronski naslov",
- "Email Address": "E-Poštni Naslov",
- "Email Password Reset Link": "Pošlji povezavo za ponastavitev gesla na e-mail",
- "Enable": "Omogoči",
- "Ensure your account is using a long, random password to stay secure.": "Za boljšo varnost računa naj bo geslo dolgo in naključno.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Zaradi varnosti pred nadaljevanjem potrdite geslo.",
- "Forbidden": "Onemogočeno",
- "Forgot your password?": "Pozabljeno geslo?",
- "Forgot Your Password?": "Pozabljeno geslo?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Pozabljeno geslo? Ni problema. Vnesite svoj elektronski naslov in vam pošljemo povezavo za ponastavitev gesla.",
- "Go to page :page": "Pojdi na stran :page",
- "Great! You have accepted the invitation to join the :team team.": "Super! Sprejeli ste povabilo, da se pridružite :team ekipi.",
- "Hello!": "Živijo!",
- "I agree to the :terms_of_service and :privacy_policy": "Strinjam se s :terms_ of_service in :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Po potrebi se lahko odjavite iz vseh drugih sej brskalnika v vseh svojih napravah. Nekatera vaša nedavna zasedanja so navedena spodaj, vendar ta seznam morda ni izčrpen. Če menite, da je vaš račun ogrožen, morate posodobiti tudi svoje geslo.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Če že imate račun, lahko sprejmete povabilo s klikom na spodnji gumb:",
- "If you did not create an account, no further action is required.": "Če niste kreirali računa, dodatna akcija ni potrebna.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Če niste pričakovali, da boste prejeli povabilo k tej ekipi, lahko to e-pošto zavržete.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "V kolikor niste zahtevali ponastavitve gesla, nadaljni koraki niso potrebni.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Če nimate računa, ga lahko ustvarite s klikom na spodnji gumb. Ko ustvarite račun, lahko kliknete na gumb za sprejem povabila v tej e-pošti, da sprejmete povabilo skupine.:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "V primeru težav s klikom na gumb \":actionText\", kopirajte in prilepite spodnji URL v svoj brskalnik:",
- "Last active": "Nazadnje aktivno",
- "Last used": "Nazadnje uporabljeno",
- "Leave": "Zapusti",
- "Leave Team": "Zapisti skupino",
- "Log in": "Prijavi se.",
- "Log Out": "Odjava",
- "Log Out Other Browser Sessions": "Odjavi Druge Seje Brskalnika",
- "Login": "Prijava",
- "Logout": "Odjava",
- "Manage Account": "Urejanje računa",
- "Manage and log out your active sessions on other browsers and devices.": "Upravljajte in odjavite svoje aktivne seje na drugih brskalnikih in napravah.",
- "Manage API Tokens": "Urejanje API žetonov",
- "Manage Role": "Urejanje vloge",
- "Manage Team": "Urejanje skupine",
- "Name": "Ime",
- "New Password": "Novo geslo",
- "Not Found": "Ni najdeno",
- "of": "od",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Ko je skupina izbrisana, so odstranjeni tudi podatki skupine. Pred brisanjem skupine prenesite vse podatke skupine, ki jih želite ohraniti.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Ko je račun izbrisan, so odstranjeni tudi vsi podatki računa. Pred brisanjem prenesite vse podatke računa, ki jih želite ohraniti.",
- "Page Expired": "Stran je potekla",
- "Pagination Navigation": "Navigacija po straneh",
- "Password": "Geslo",
- "Pending Team Invitations": "Nerešena Vabila.",
- "Permanently delete this team.": "Trajno izbriši skupino.",
- "Permanently delete your account.": "Trajno izbriši račun.",
- "Permissions": "Dovoljenja",
- "Photo": "Slike",
- "Please click the button below to verify your email address.": "S klikom na spodnjo povezavo potrdite vaš elektronski naslov.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Potrditev dostopa do uporabniškega računa z vnosom kode za obnovitev.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Potrditev dostopa do uporabniškega računa z vnodom avtorizacijske kode, ki jo priskrbi avtorizator aplikacije.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Kopirajte vaš nov API žeton. Zaradi vaše varnosti ne bo prikazan ponovno.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Vnesite svoje geslo, da potrdite, da se želite odjaviti iz drugih sej brskalnika v vseh vaših napravah.",
- "Please provide the email address of the person you would like to add to this team.": "Prosimo, navedite e-poštni naslov osebe, ki jo želite dodati, v to ekipo.",
- "Privacy Policy": "Politika Zasebnosti",
- "Profile": "Profil",
- "Profile Information": "Informacije profila",
- "Recovery Code": "Koda za obnovitev",
- "Regards": "S spoštovanjem",
- "Regenerate Recovery Codes": "Ponovno kreiranje kod za obnovitev",
- "Register": "Registracija",
- "Remember me": "Zapomni si me",
- "Remember Me": "Zapomni si me",
- "Remove": "Odstrani",
- "Remove Photo": "Odstrani sliko",
- "Remove Team Member": "Odstrani člana skupine",
- "Resend Verification Email": "Ponovno pošlji elektronsko sporočilo za potrditev",
- "Reset Password": "Ponastavi geslo",
- "Reset Password Notification": "Obvestilo o ponastavitvi gesla",
- "results": "rezultati",
- "Role": "Vloga",
- "Save": "Shrani",
- "Saved.": "Shranjeno.",
- "Select A New Photo": "Izberi Novo sliko",
- "Send Password Reset Link": "Pošlji povezavo za ponastavitev gesla",
- "Server Error": "Napaka na strežniku",
- "Service Unavailable": "Servis ni dostopen",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Prikaz obnovitvenih kod",
- "Showing": "Prikazovanje",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Shrani te obnovitvene kode v vareno aplikacijo za gesla. Uporabljajo se za obnovitev dostopa do računa če je naprava za dvostopenjsko prijavo izgubljena.",
- "Switch Teams": "Zamenjaj skupine",
- "Team Details": "Podatki o skupini",
- "Team Invitation": "Povabilo Skupine",
- "Team Members": "Člani skupine",
- "Team Name": "Ime skupine",
- "Team Owner": "Lastnik skupine",
- "Team Settings": "Nastavitve skupine",
- "Terms of Service": "Pogoji vročitve",
- "The :attribute must be a valid role.": ":Attribute mora biti veljavna vloga.",
- "The :attribute must be at least :length characters and contain at least one number.": "Beseda za :attribute mora biti dolga vsaj :length znakov, in mora vsebovati vsaj eno številko.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute mora biti vsaj :length znakov in mora vsebovati vsaj en poseben znak in eno številko.",
- "The :attribute must be at least :length characters and contain at least one special character.": "Beseda za :attribute mora biti dolga vsaj :length znakov, in mora vsebovati vsaj en poseben znak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "Beseda za :attribute mora biti dolga vsaj :length znakov, in mora vsebovati vsaj eno veliko črko in eno številko.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "Beseda za :attribute mora biti dolga vsaj :length znakov, in mora vsebovati vsaj eno veliko črko in en poseben znak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "Beseda za :attribute mora biti dolga vsaj :length znakov, in mora vsebovati vsaj eno veliko črko, eno številko ter en poseben znak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "Beseda za :attribute mora biti dolga vsaj :length znakov, in mora vsebovati vsaj eno veliko črko.",
- "The :attribute must be at least :length characters.": "Beseda za :attribute mora biti dolga vsaj :length znakov.",
- "The :attribute must contain at least one letter.": ":Attribute mora vsebovati vsaj eno črko.",
- "The :attribute must contain at least one number.": ":Attribute mora vsebovati vsaj eno številko.",
- "The :attribute must contain at least one symbol.": ":Attribute mora vsebovati vsaj en znak.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": ":Attribute mora vsebovati vsaj eno veliko in eno malo začetnico.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "Podano :attribute se je pojavil v primeru uhajanja podatkov. Prosim izberite drugo :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "Geslo je nepravilno.",
- "The provided password does not match your current password.": "Vnešeno geslo se ne ujema z vašim trenutnim geslom.",
- "The provided password was incorrect.": "Vnešeno geslo ni pravilno.",
- "The provided two factor authentication code was invalid.": "Vnešena koda za dvofazno avtorizacijo ni pravilna.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Ime skupine in podatki o lastniku.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Ti ljudje so bili povabljeni v tvojo ekipo in so bili poslani s povabilom. Ekipi se lahko pridružijo tako, da sprejmejo e-pošto.",
- "This device": "Ta naprava",
- "This is a secure area of the application. Please confirm your password before continuing.": "To je varni del aplikacije. Pred nadaljevanjem potrdite vaše geslo.",
- "This password does not match our records.": "Geslo ne ustreza našim zapisom.",
- "This password reset link will expire in :count minutes.": "Povezava za obnovitev gesla bo potekla čez :count minut.",
- "This user already belongs to the team.": "Uporabnik je že član skupine.",
- "This user has already been invited to the team.": "Ta uporabnik je bil že povabljen v ekipo.",
- "to": "do",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Preklopi navigacijo",
- "Token Name": "Ime žetona",
- "Too Many Requests": "Preveč prošenj",
- "Two Factor Authentication": "Dvofazna prijava",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Nepooblaščeno",
- "Unknown": "Unknown",
- "Update Password": "Posodobitev gesla",
- "Update your account's profile information and email address.": "Posodobitev podatkov profila in elektronskega naslova.",
- "Use a recovery code": "Uporabi kodo za obnovitev",
- "Use an authentication code": "Uporabi kodo za avtorizacijo",
- "Verify Email Address": "Potrditev elektronskega naslova",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Uporabnik s tem elektronskim naslovom ne obstaja.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Ob vklopljeni dvo stopenjski prijavi boste ob prijavi vprašani za naključnim varnostnim žetonom. Žeton lahko pridobite na vašem telefonu z aplikacijo Google Authenticator.",
- "Whoops!": "Ups!",
- "Whoops! Something went wrong.": "Ups! Nekaj je šlo narobe.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Ta e-mail vam je bil poslan, ker ste zahtevali ponastavitev gesla za vaš račun.",
- "You have been invited to join the :team team!": "Povabljeni ste, da se pridružite ekipi :team!",
- "You have enabled two factor authentication.": "Dvofazna prijava omogočena.",
- "You have not enabled two factor authentication.": "Dvofazna prijava ni omogočena.",
- "You may accept this invitation by clicking the button below:": "Lahko sprejmete povabilo s klikom na spodnji gumb:",
- "You may delete any of your existing tokens if they are no longer needed.": "Žetone, ki niso več potrebni, lahko izbrišete.",
- "You may not delete your personal team.": "Svoje osebne skupine ni mogoče izbrisati.",
- "You may not leave a team that you created.": "Lastne ustvarjene skupine ni mogoče zapustiti.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/sl/auth.php b/resources/lang/sl/auth.php
deleted file mode 100644
index f0f28d27..00000000
--- a/resources/lang/sl/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Ti podatki se ne ujemajo z našimi.',
- 'password' => 'Greslo ni pravilno.',
- 'throttle' => 'Preveč poskusov prijave. Prosimo, poskusite ponovno čez :seconds sekund.',
-];
diff --git a/resources/lang/sl/http-statuses.php b/resources/lang/sl/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/sl/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/sl/pagination.php b/resources/lang/sl/pagination.php
deleted file mode 100644
index 469ae7c5..00000000
--- a/resources/lang/sl/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Naslednja »',
- 'previous' => '« Prejšnja',
-];
diff --git a/resources/lang/sl/passwords.php b/resources/lang/sl/passwords.php
deleted file mode 100644
index 3198d554..00000000
--- a/resources/lang/sl/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Geslo je bilo spremenjeno!',
- 'sent' => 'Opomnik za geslo poslano!',
- 'throttled' => 'Počakajte pred ponovnim poskusom.',
- 'token' => 'Ponastavitveni žeton je neveljaven.',
- 'user' => 'Ne moremo najti uporabnika s tem e-poštnim naslovom.',
-];
diff --git a/resources/lang/sl/validation.php b/resources/lang/sl/validation.php
deleted file mode 100644
index 908f9d51..00000000
--- a/resources/lang/sl/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute mora biti sprejet.',
- 'accepted_if' => 'Polje mora biti sprejeto, če je :other :value.',
- 'active_url' => ':Attribute ni pravilen.',
- 'after' => ':Attribute mora biti za datumom :date.',
- 'after_or_equal' => ':Attribute mora biti za ali enak :date.',
- 'alpha' => ':Attribute lahko vsebuje samo črke.',
- 'alpha_dash' => ':Attribute lahko vsebuje samo črke, številke in črtice.',
- 'alpha_num' => ':Attribute lahko vsebuje samo črke in številke.',
- 'array' => ':Attribute mora biti polje.',
- 'attached' => 'Ta :attribute je že priložena.',
- 'before' => ':Attribute mora biti pred datumom :date.',
- 'before_or_equal' => ':Attribute mora biti pred ali enak :date.',
- 'between' => [
- 'array' => ':Attribute mora imeti med :min in :max elementov.',
- 'file' => ':Attribute mora biti med :min in :max kilobajti.',
- 'numeric' => ':Attribute mora biti med :min in :max.',
- 'string' => ':Attribute mora biti med :min in :max znaki.',
- ],
- 'boolean' => ':Attribute polje mora biti 1 ali 0',
- 'confirmed' => ':Attribute potrditev se ne ujema.',
- 'current_password' => 'Geslo ni veljavno.',
- 'date' => ':Attribute ni veljaven datum.',
- 'date_equals' => ':Attribute mora biti enak :date.',
- 'date_format' => ':Attribute se ne ujema z obliko :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute in :other mora biti drugačen.',
- 'digits' => ':Attribute mora imeti :digits cifer.',
- 'digits_between' => ':Attribute mora biti med :min in :max ciframi.',
- 'dimensions' => ':Attribute ima napačne dimenzije slike.',
- 'distinct' => ':Attribute je duplikat.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute mora biti veljaven e-poštni naslov.',
- 'ends_with' => ':Attribute se mora končati z eno od naslednjih vrednosti: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'izbran :attribute je neveljaven.',
- 'file' => ':Attribute mora biti datoteka.',
- 'filled' => ':Attribute mora biti izpolnjen.',
- 'gt' => [
- 'array' => ':Attribute mora imeti več kot :value elementov.',
- 'file' => ':Attribute mora biti večji od :value kilobajtov.',
- 'numeric' => ':Attribute mora biti večji od :value.',
- 'string' => ':Attribute mora imeti več kot :value znakov.',
- ],
- 'gte' => [
- 'array' => ':Attribute mora imeti število elementov enako ali večje od :value.',
- 'file' => ':Attribute mora biti večji ali enak :value kilobajtov.',
- 'numeric' => ':Attribute mora biti večji ali enak :value.',
- 'string' => ':Attribute mora imeti število znakov večje ali enako :value.',
- ],
- 'image' => ':Attribute mora biti slika.',
- 'in' => 'izbran :attribute je neveljaven.',
- 'in_array' => ':Attribute ne obstaja v :other.',
- 'integer' => ':Attribute mora biti število.',
- 'ip' => ':Attribute mora biti veljaven IP naslov.',
- 'ipv4' => ':Attribute mora biti veljaven IPv4 naslov.',
- 'ipv6' => ':Attribute mora biti veljaven IPv6 naslov.',
- 'json' => ':Attribute mora biti veljaven JSON tekst.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute mora imeti manj kot :value elementov.',
- 'file' => ':Attribute mora biti manjši od :value kilobajtov.',
- 'numeric' => ':Attribute mora biti manjši od :value.',
- 'string' => ':Attribute mora imeti manj kot :value znakov.',
- ],
- 'lte' => [
- 'array' => ':Attribute mora imeti število elementov manjše ali enako :value.',
- 'file' => ':Attribute mora biti manjši ali enak od :value kilobajtov.',
- 'numeric' => ':Attribute mora biti manjši ali enak :value.',
- 'string' => ':Attribute mora imeti število znakov manjše ali enako :value.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute ne smejo imeti več kot :max elementov.',
- 'file' => ':Attribute ne sme biti večje :max kilobajtov.',
- 'numeric' => ':Attribute ne sme biti večje od :max.',
- 'string' => ':Attribute ne sme biti večje :max znakov.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute mora biti datoteka tipa: :values.',
- 'mimetypes' => ':Attribute mora biti datoteka tipa: :values.',
- 'min' => [
- 'array' => ':Attribute mora imeti vsaj :min elementov.',
- 'file' => ':Attribute mora imeti vsaj :min kilobajtov.',
- 'numeric' => ':Attribute mora biti vsaj dolžine :min.',
- 'string' => ':Attribute mora imeti vsaj :min znakov.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute mora biti večkratnik od :value',
- 'not_in' => 'Izbran :attribute je neveljaven.',
- 'not_regex' => 'Format :attribute je neveljaven.',
- 'numeric' => ':Attribute mora biti število.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'Polje :attribute mora biti prisotno.',
- 'prohibited' => 'Polje :attribute je prepovedano.',
- 'prohibited_if' => 'Polje :attribute je prepovedano, ko je :other :value.',
- 'prohibited_unless' => 'Polje :attribute je prepovedano, razen če je :other v :values.',
- 'prohibits' => 'To polje prepoveduje prisotnost :other.',
- 'regex' => 'Format polja :attribute je neveljaven.',
- 'relatable' => 'Ta :attribute morda ni povezan s tem virom.',
- 'required' => 'Polje :attribute je obvezno.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'Polje :attribute je obvezno, če je :other enak :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'Polje :attribute je obvezno, razen če je :other v :values.',
- 'required_with' => 'Polje :attribute je obvezno, če je :values prisoten.',
- 'required_with_all' => 'Polje :attribute je obvezno, če so :values prisoten.',
- 'required_without' => 'Polje :attribute je obvezno, če :values ni prisoten.',
- 'required_without_all' => 'Polje :attribute je obvezno, če :values niso prisotni.',
- 'same' => 'Polje :attribute in :other se morata ujemati.',
- 'size' => [
- 'array' => ':Attribute mora vsebovati :size elementov.',
- 'file' => ':Attribute mora biti :size kilobajtov.',
- 'numeric' => ':Attribute mora biti :size.',
- 'string' => ':Attribute mora biti :size znakov.',
- ],
- 'starts_with' => ':Attribute se mora začeti z eno od naslednjih vrednosti: :values',
- 'string' => ':Attribute mora biti tekst.',
- 'timezone' => ':Attribute mora biti časovna cona.',
- 'unique' => ':Attribute je že zaseden.',
- 'uploaded' => 'Nalaganje :attribute ni uspelo.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute format je neveljaven.',
- 'uuid' => ':Attribute mora biti veljaven UUID.',
- 'attributes' => [
- 'address' => 'naslov',
- 'age' => 'starost',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'vsebina',
- 'city' => 'mesto',
- 'content' => 'vsebina',
- 'country' => 'država',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'datum',
- 'date_of_birth' => 'date of birth',
- 'day' => 'dan',
- 'deleted_at' => 'deleted at',
- 'description' => 'opis',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'povzetek',
- 'filter' => 'filter',
- 'first_name' => 'ime',
- 'gender' => 'spol',
- 'group' => 'group',
- 'hour' => 'ura',
- 'image' => 'image',
- 'last_name' => 'priimek',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'sporočilo',
- 'middle_name' => 'middle name',
- 'minute' => 'minuta',
- 'mobile' => 'mobilni telefon',
- 'month' => 'mesec',
- 'name' => 'ime',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'geslo',
- 'password_confirmation' => 'potrditev gesla',
- 'phone' => 'telefon',
- 'photo' => 'fotografija',
- 'postal_code' => 'postal code',
- 'price' => 'cena',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'vloga',
- 'second' => 'sekunda',
- 'sex' => 'spol',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'zadeva',
- 'teacher' => 'teacher',
- 'terms' => 'pogoji',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'čas',
- 'title' => 'naslov',
- 'updated_at' => 'updated at',
- 'username' => 'uporabniško ime',
- 'year' => 'leto',
- ],
-];
diff --git a/resources/lang/sq.json b/resources/lang/sq.json
deleted file mode 100644
index 1d6c1cfc..00000000
--- a/resources/lang/sq.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(dhe :count gabim tjetër)",
- "(and :count more errors)": "(dhe :count gabime të tjera)",
- "A fresh verification link has been sent to your email address.": "Një lidhje e re verifikimi është dërguar në adresën tuaj të emailit.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "Një lidhje e re verifikimi është dërguar në adresën e emailit që keni dhënë në cilësimet e profilit tuaj.",
- "A new verification link has been sent to your email address.": "Një lidhje e re verifikimi është dërguar në adresën tuaj të emailit.",
- "Accept Invitation": "Prano Ftesën",
- "Add": "Shto",
- "Add a new team member to your team, allowing them to collaborate with you.": "Shto një anëtar të ri të ekipit tuaj, duke i lejuar ata të bashkëpunojnë me ju.",
- "Add additional security to your account using two factor authentication.": "Shto siguri shtesë në llogarinë tuaj duke përdorur dy faktor autentifikimi.",
- "Add Team Member": "Shto Anëtar Ekipi",
- "Added.": "Shtuar.",
- "Administrator": "Administratori",
- "Administrator users can perform any action.": "Administratorët mund të kryejnë çdo veprim.",
- "All of the people that are part of this team.": "Të gjithë personat që janë pjesë e këtij ekipi.",
- "All rights reserved.": "Të gjitha të drejtat të rezervuara.",
- "Already registered?": "Jeni të regjistruar?",
- "API Token": "Token e API",
- "API Token Permissions": "Të Drejtat",
- "API Tokens": "Tokenat e API",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "Tokenat e API-t lejojnë shërbimet e palëve të treta të hyjnë ne aplikacionin tonë në emrin tuaj.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Jeni të sigurt që dëshironi të fshini këtë ekip? Nëse fshini ekpin, të gjitha burimet dhe të dhënat e tij do të fshihen përgjithmonë.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Jeni të sigurt që dëshironi të fshini llogarinë tuaj? Nëse fshini llogarin tuaj, të gjitha burimet dhe të dhënat tuaja do të fshihen përgjithmonë. Ju lutemi shkruani fjalëkalimin tuaj për të konfirmuar se dëshironi të fshini përgjithmonë llogarinë tuaj.",
- "Are you sure you would like to delete this API token?": "Jeni të sigurt që dëshironi të fshini këte token API?",
- "Are you sure you would like to leave this team?": "Jeni të sigurt që dëshironi të largoheni nga ky ekip?",
- "Are you sure you would like to remove this person from the team?": "Jeni të sigurt që dëshironi të hiqni këtë person nga ekipi?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Përpara se të vazhdoni, a mund të verifikoni adresën tuaj të emailit duke klikuar në lidhjen që sapo ju dërguam në email? Nëse nuk e keni marrë emailin, me kënaqësi do t'ju dërgojmë një tjetër.",
- "Before proceeding, please check your email for a verification link.": "Përpara se të vazhdoni, kontrolloni emailin tuaj për një lidhje verifikimi.",
- "Browser Sessions": "Seancat e Shfletuesit",
- "Cancel": "Anullo",
- "Click here to re-send the verification email.": "Klikoni këtu për të riderguar emailin e verifikimit.",
- "click here to request another": "klikoni këtu për të kërkuar një tjetër",
- "Close": "Mbyll",
- "Code": "Kodi",
- "Confirm": "Konfirmo",
- "Confirm Password": "Konfirmo Fjalëkalimin",
- "Create": "Krijo",
- "Create a new team to collaborate with others on projects.": "Krijo një ekip të ri për të bashkëpunuar me të tjerët në projekte.",
- "Create Account": "Krijo Një Llogari",
- "Create API Token": "Krijo Token API",
- "Create New Team": "Krijo Ekip Të Ri",
- "Create Team": "Krijo Ekip",
- "Created.": "Krijuar.",
- "Current Password": "Fjalëkalimi Aktual",
- "Dashboard": "Paneli",
- "Delete": "Fshi",
- "Delete Account": "Fshi Llogarinë",
- "Delete API Token": "Fshi Token e API",
- "Delete Team": "Fshi Ekipin",
- "Disable": "Çaktivizo",
- "Done.": "U bë.",
- "Edit Profile": "Edit Profile",
- "Editor": "Editori",
- "Editor users have the ability to read, create, and update.": "Përdoruesit e editorit kanë aftësinë për të lexuar, krijuar dhe përditësuar.",
- "Email": "Email",
- "Email Address": "Adresa Email",
- "Email Password Reset Link": "Fjalëkalimi Email Nga Fillimi Lidhja",
- "Enable": "Aktivo",
- "Ensure your account is using a long, random password to stay secure.": "Sigurohu që profili juaj të jetë duke përdorur një fjalëkalim të gjatë dhe të rastit për të qëndruar i sigurt.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Për sigurinë tuaj, ju lutem konfirmoni fjalëkalimin tuaj për të vazhduar.",
- "Forbidden": "Ndalohet",
- "Forgot your password?": "Harrove fjalëkalimin?",
- "Forgot Your Password?": "Harrove Fjalëkalimin?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Harrove fjalëkalimin? S'ka problem. Na thuaj adresën tënde email dhe do të të dërgojmë një fjalëkalim me fjalëkalim të ri që do të të lejojë të zgjedhësh një të ri.",
- "Go to page :page": "Shko tek faqja :page",
- "Great! You have accepted the invitation to join the :team team.": "Mrekulli! Ju keni pranuar ftesën për t'u bashkuar me ekipin :team.",
- "Hello!": "Përshëndetje!",
- "I agree to the :terms_of_service and :privacy_policy": "Pajtohem me :terms_of_service dhe :privacy_politika",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Nëse është e nevojshme, mund të dilni nga të gjitha seancat e tjera të shfletuesit nëpër të gjitha pajisjet tuaja. Disa nga sesionet tuaja të fundit janë rreshtuar më poshtë; megjithatë, kjo listë mund të mos jetë rraskapitëse. Nëse ndjeni se profili juaj është kompromentuar, duhet të përditësoni gjithashtu fjalëkalimin tuaj.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Nëse keni një profil, mund të pranoni këtë ftesë duke klikuar butonin e mëposhtëm:",
- "If you did not create an account, no further action is required.": "Nëse nuk krijoni një llogari, nuk nevoitet veprim i mëtejshëm.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Nëse nuk prisni të merrni një ftesë për këtë ekip, mund të braktisni këtë email.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Nëse nuk kërkoni një fjalëkalim nga fillimi, nuk kërkohet veprim i mëtejshëm.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Nëse nuk keni një llogari, mund të krijoni një duke klikuar butonin e mëposhtëm. Pas krijimit të një profili, mund të klikoni butonin e pranimit të ftesës në këtë email për të pranuar ftesën e ekipit:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Nëse keni probleme me klikimin e butonit \"104text\", kopjoni dhe ngjiteni URL-në e mëposhtme\nnë shfletuesin tënd të internetit:",
- "Last active": "Aktivi i fundit",
- "Last used": "Përdorur së fundmi",
- "Leave": "Largohu.",
- "Leave Team": "Lëre Ekipin",
- "Log in": "Fillo seancën",
- "Log Out": "Zvogëlo",
- "Log Out Other Browser Sessions": "Zgjidh Seancat E Tjera Të Shfletimit",
- "Login": "Futu",
- "Logout": "Dalja",
- "Manage Account": "Profili",
- "Manage and log out your active sessions on other browsers and devices.": "Menaxho dhe regjistro seancat tuaja aktive në shfletues dhe pajisje të tjera.",
- "Manage API Tokens": "Menaxho Argumentet API",
- "Manage Role": "Roli",
- "Manage Team": "Ekipi",
- "Name": "Emri",
- "New Password": "Fjalëkalimi I Ri",
- "Not Found": "Nuk U Gjet",
- "of": "nga",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Sapo një ekip të eleminohet, të gjitha burimet dhe të dhënat e tij do të fshihen përgjithmonë. Para se të eleminoni këtë ekip, ju lutem shkarkoni çdo të dhënë apo informacion në lidhje me këtë ekip që dëshironi të mbani.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Pasi të eleminohet llogaria juaj, të gjitha burimet dhe të dhënat e saj do të fshihen përgjithmonë. Para se të eleminoni llogarinë tuaj, shkarkoni çdo të dhënë apo informacion që dëshironi të mbani.",
- "Page Expired": "Faqja Ka Skaduar",
- "Pagination Navigation": "Lundrimi I Faqes",
- "Password": "Fjalëkalimi",
- "Pending Team Invitations": "Në Pritje",
- "Permanently delete this team.": "Elemino përgjithmonë këtë ekip.",
- "Permanently delete your account.": "Elemino përgjithmonë llogarinë tënde.",
- "Permissions": "Të drejtat",
- "Photo": "Foto",
- "Please click the button below to verify your email address.": "Ju lutem kliko butonin e mëposhtëm për të verifikuar adresën tuaj email.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Ju lutem konfirmoni hyrjen në llogarinë tuaj duke hyrë në një nga kodet e shërimit të emergjencës.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Ju lutem konfirmoni hyrjen në llogarinë tuaj duke hyrë në kodin e autentifikimit dhënë nga programi juaj i autentifikimit.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Kopjo token E re API. Për sigurinë tuaj, nuk do të shfaqet më.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Ju lutem shkruani fjalëkalimin për të konfirmuar që dëshironi të dilni nga seancat e tjera të shfletimit nëpër të gjitha pajisjet tuaja.",
- "Please provide the email address of the person you would like to add to this team.": "Ju lutem jepni adresën email të personit që dëshironi t'i shtoni këtij ekipi.",
- "Privacy Policy": "Politika E Privatësisë",
- "Profile": "Profili",
- "Profile Information": "Informacione Profili",
- "Recovery Code": "Kodi I Rikuperimit",
- "Regards": "Të fala",
- "Regenerate Recovery Codes": "Rigjenero Kodet E Rimëkëmbjes",
- "Register": "I regjistruar",
- "Remember me": "Më kujto.",
- "Remember Me": "Më Kujto.",
- "Remove": "Hiq",
- "Remove Photo": "Hiqni Foto",
- "Remove Team Member": "Hiq",
- "Resend Verification Email": "Dërgo E-Mail Verifikimi",
- "Reset Password": "_nga Fillimi Fjalëkalimin",
- "Reset Password Notification": "Rikthe Njoftimin E Fjalëkalimit",
- "results": "rezultatet",
- "Role": "Roli",
- "Save": "Ruaj",
- "Saved.": "Shpëtova.",
- "Select A New Photo": "Zgjidh Një Foto Të Re",
- "Send Password Reset Link": "Dërgo Fjalëkalimin Nga Fillimi Lidhja",
- "Server Error": "Gabim I Serverit",
- "Service Unavailable": "Ssl Jo Në Dispozicion",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Shfaq Kodet E Rimëkëmbjes",
- "Showing": "Shfaq",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Magazinoni këto kode të shërimit në një menaxhues fjalëkalimesh të sigurt. Mund të përdoren për të rikuperuar hyrjen në llogarinë tuaj nëse dy faktori juaj i autentifikimit ka humbur.",
- "Switch Teams": "Kalo Ekipet",
- "Team Details": "Detajet E Ekipit",
- "Team Invitation": "Ftesa E Ekipit",
- "Team Members": "Anëtarë Të Ekipit",
- "Team Name": "Emri I Ekipit",
- "Team Owner": "Pronari I Ekipit",
- "Team Settings": "Rregullimet E Ekipit",
- "Terms of Service": "Kushtet E Shërbimit",
- "The :attribute must be a valid role.": "Nr. :attribute duhet të jetë një rol i vlefshëm.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute duhet të jenë së paku :length karaktere dhe përmbajnë të paktën një numër.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute duhet të jetë së paku :length shkronja dhe përmban të paktën një karakter të veçantë dhe një numër.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute duhet të jenë të paktën :length karaktere dhe përmbajnë të paktën një karakter të veçantë.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute duhet të jetë së paku :length shkronja dhe të përmbajë të paktën një kërkesë dhe një numër.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute duhet të jetë të paktën :length shkronja dhe të përmbajë të paktën një karakter nga kaza dhe një karakter të veçantë.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute duhet të jenë të paktën :length karaktere dhe përmbajnë të paktën një krik, një numër dhe një karakter të veçantë.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute duhet të jenë të paktën :length shkronja dhe të përmbajnë të paktën një kërkesë nga baza.",
- "The :attribute must be at least :length characters.": ":Attribute duhet të jetë së paku :length karaktere.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Fjalëkalimi i dhënë nuk përputhet me fjalëkalimin tuaj aktual.",
- "The provided password was incorrect.": "Fjalëkalimi i dhënë ishte i gabuar.",
- "The provided two factor authentication code was invalid.": "Kodi i autentifikimit i dhënë prej dy faktorëve ishte i pavlefshëm.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Emri dhe informacioni i ekipit.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Këta njerëz janë ftuar në skuadrën tuaj dhe janë dërguar një e-mail me ftesë. Ata mund të bashkohen me ekipin duke pranuar ftesën e postës elektronike.",
- "This device": "Ky dispozitiv",
- "This is a secure area of the application. Please confirm your password before continuing.": "Kjo është zonë e sigurt e aplikimit. Ju lutem konfirmoni fjalëkalimin tuaj para se të vazhdoni.",
- "This password does not match our records.": "Ky fjalëkalim nuk përputhet me të dhënat tona.",
- "This password reset link will expire in :count minutes.": "Ky fjalëkalim i rishkruar lidhja do të skadojë në :count minuta.",
- "This user already belongs to the team.": "Ky përdorues i përket skuadrës.",
- "This user has already been invited to the team.": "Ky përdorues është ftuar në skuadër.",
- "to": "për",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Pulsant me dy gjëndje",
- "Token Name": "Emri I Token",
- "Too Many Requests": "Tepër Kërkesa",
- "Two Factor Authentication": "Identifikimi Dështoi",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "I paautorizuar",
- "Unknown": "Unknown",
- "Update Password": "Rifresko Fjalëkalimin",
- "Update your account's profile information and email address.": "Përditëso informacionet dhe adresën email të profilit tuaj.",
- "Use a recovery code": "Përdor një kod rekuperimi",
- "Use an authentication code": "Përdor një kod autentikimi",
- "Verify Email Address": "Verifiko Adresën Email",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "E pamundur gjetja e përdoruesit të regjistruar me këtë adresë email.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Kur dy faktor autentifikimi të jetë aktivizuar, do t'ju kërkohet një token e sigurt dhe të rastit gjatë autentifikimit. Mund të merrni këtë dhuratë nga programi Autentifikues I Google-it tuaj.",
- "Whoops!": "Ups!",
- "Whoops! Something went wrong.": "Ups! Diçka shkoi keq.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Po e dëgjoni këtë email sepse kemi marrë një fjalëkalim për llogarinë tuaj.",
- "You have been invited to join the :team team!": "Jeni ftuar të bashkoheni me ekipin :team!",
- "You have enabled two factor authentication.": "Keni aktivizuar dy faktor autentifikimi.",
- "You have not enabled two factor authentication.": "Nuk keni aktivuar dy faktor autentifikimi.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Mund të fshish ndonjë nga argumentet e tua ekzistuese nëse nuk janë më të nevojshme.",
- "You may not delete your personal team.": "Ju nuk mund të fshini ekipin tuaj personal.",
- "You may not leave a team that you created.": "Ju nuk mund të lënë një ekip që ju krijoi.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/sq/auth.php b/resources/lang/sq/auth.php
deleted file mode 100644
index 40dd6b6c..00000000
--- a/resources/lang/sq/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Këto të dhëna nuk përputhen me të dhënat tona.',
- 'password' => 'Fjalëkalimi është i pasaktë.',
- 'throttle' => 'Shumë tentime për t\'u kyçur. Ju lutem provoni përsëri pas :seconds sekondave.',
-];
diff --git a/resources/lang/sq/http-statuses.php b/resources/lang/sq/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/sq/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/sq/pagination.php b/resources/lang/sq/pagination.php
deleted file mode 100644
index 4d833414..00000000
--- a/resources/lang/sq/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Para »',
- 'previous' => '« Prapa',
-];
diff --git a/resources/lang/sq/passwords.php b/resources/lang/sq/passwords.php
deleted file mode 100644
index 1bed863f..00000000
--- a/resources/lang/sq/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Fjalëkalimi u ndryshua!',
- 'sent' => 'Adresa për ndryshimin e fjalëkalimit u dërgua!',
- 'throttled' => 'Ju lutemi prisni para se të provoni përsëri.',
- 'token' => 'Ky tallon për ndryshimin e fjalëkalimit është i pasaktë.',
- 'user' => 'Nuk mund të gjejmë një përdorues me atë adresë email-i.',
-];
diff --git a/resources/lang/sq/validation.php b/resources/lang/sq/validation.php
deleted file mode 100644
index 08e6cc76..00000000
--- a/resources/lang/sq/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute duhet të pranohet.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute nuk është adresë e saktë.',
- 'after' => ':Attribute duhet të jetë datë pas :date.',
- 'after_or_equal' => ':Attribute duhet të jetë datë e barabartë ose pas :date.',
- 'alpha' => ':Attribute mund të përmbajë vetëm shkronja.',
- 'alpha_dash' => ':Attribute mund të përmbajë vetëm shkronja, numra, dhe viza.',
- 'alpha_num' => ':Attribute mund të përmbajë vetëm shkronja dhe numra.',
- 'array' => ':Attribute duhet të jetë një bashkësi (array).',
- 'attached' => 'Kjo :attribute është ngjitur tashmë.',
- 'before' => ':Attribute duhet të jetë datë para :date.',
- 'before_or_equal' => ':Attribute duhet të jetë datë e barabartë ose para :date.',
- 'between' => [
- 'array' => ':Attribute duhet të ketë ndërmjet :min - :max elementëve.',
- 'file' => ':Attribute duhet të jetë ndërmjet :min - :max kilobajtëve.',
- 'numeric' => ':Attribute duhet të jetë ndërmjet :min - :max.',
- 'string' => ':Attribute duhet të ketë ndërmjet :min - :max karaktereve.',
- ],
- 'boolean' => 'Fusha :attribute duhet të jetë e vërtetë ose e gabuar',
- 'confirmed' => ':Attribute konfirmimi nuk përputhet.',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute nuk është një datë e saktë.',
- 'date_equals' => ':Attribute duhet të jetë datë e barabartë me :date.',
- 'date_format' => ':Attribute nuk i përshtatet formatit :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute dhe :other duhet të jenë të ndryshme.',
- 'digits' => ':Attribute duhet të ketë :digits shifra.',
- 'digits_between' => ':Attribute duhet të ketë midis :min dhe :max shifra.',
- 'dimensions' => ':Attribute ka dimensione të gabuara.',
- 'distinct' => ':Attribute ka një vlerë të përsëritur.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute formati është i pasaktë.',
- 'ends_with' => ':Attribute duhet të përfundojë me një nga vlerat: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => ':Attribute përzgjedhur është i/e pasaktë.',
- 'file' => ':Attribute duhet të jetë një fajll.',
- 'filled' => 'Fusha :attribute është e kërkuar.',
- 'gt' => [
- 'array' => ':Attribute duhet të ketë më shumë se :value elemente.',
- 'file' => ':Attribute duhet të jetë më i/e madh/e se :value kilobajtë.',
- 'numeric' => ':Attribute duhet të jetë më i/e madh/e se :value.',
- 'string' => ':Attribute duhet të ketë më shumë se :value karaktere.',
- ],
- 'gte' => [
- 'array' => ':Attribute duhet të ketë :value ose më shumë elemente.',
- 'file' => ':Attribute duhet të jetë më i/e madh/e ose i/e barabartë me :value kilobajtë.',
- 'numeric' => ':Attribute duhet të jetë më i/e madh/e ose i/e barabartë me :value.',
- 'string' => ':Attribute duhet të ketë :value ose më shumë karaktere.',
- ],
- 'image' => ':Attribute duhet të jetë imazh.',
- 'in' => ':Attribute përzgjedhur është i/e pasaktë.',
- 'in_array' => ':Attribute nuk gjendet në :other.',
- 'integer' => ':Attribute duhet të jetë numër i plotë.',
- 'ip' => ':Attribute duhet të jetë një IP adresë.',
- 'ipv4' => ':Attribute duhet të jetë një IPv4 adresë.',
- 'ipv6' => ':Attribute duhet të jetë një IPv6 adresë.',
- 'json' => ':Attribute duhet të ketë përmbajtje të vlefshme JSON.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute duhet të ketë më pak se :value elemente.',
- 'file' => ':Attribute duhet të jetë më i/e vogël se :value kilobajtë.',
- 'numeric' => ':Attribute duhet të jetë më i/e vogël se :value.',
- 'string' => ':Attribute duhet të ketë më pak se :value karaktere.',
- ],
- 'lte' => [
- 'array' => ':Attribute duhet të ketë :value ose më pak karaktere.',
- 'file' => ':Attribute duhet të jetë më i/e vogël ose i/e barabartë me :value kilobajtë.',
- 'numeric' => ':Attribute duhet të jetë më i/e vogël ose i/e barabartë me :value.',
- 'string' => ':Attribute duhet të ketë :value ose më pak karaktere.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute nuk mund të ketë më tepër se :max elemente.',
- 'file' => ':Attribute nuk mund të jetë më tepër se :max kilobajtë.',
- 'numeric' => ':Attribute nuk mund të jetë më tepër se :max.',
- 'string' => ':Attribute nuk mund të ketë më tepër se :max karaktere.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute duhet të jetë një dokument i tipit: :values.',
- 'mimetypes' => ':Attribute duhet të jetë një dokument i tipit: :values.',
- 'min' => [
- 'array' => ':Attribute nuk mund të ketë më pak se :min elemente.',
- 'file' => ':Attribute nuk mund të jetë më pak se :min kilobajtë.',
- 'numeric' => ':Attribute nuk mund të jetë më pak se :min.',
- 'string' => ':Attribute nuk mund të ketë më pak se :min karaktere.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute duhet të jetë shumë nga :value',
- 'not_in' => ':Attribute përzgjedhur është i/e pasaktë.',
- 'not_regex' => 'Formati i :attribute është i pasaktë.',
- 'numeric' => ':Attribute duhet të jetë një numër.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute duhet të jetë prezent/e.',
- 'prohibited' => 'Fusha :attribute është e ndaluar.',
- 'prohibited_if' => 'Fusha :attribute është e ndaluar kur :other është :value.',
- 'prohibited_unless' => 'Fusha :attribute është e ndaluar nëse :other është në :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'Formati i :attribute është i pasaktë.',
- 'relatable' => 'Ky :attribute mund të mos jetë i lidhur me këtë burim.',
- 'required' => 'Fusha :attribute është e kërkuar.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'Fusha :attribute është e kërkuar kur :other është :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'Fusha :attribute është e kërkuar përveç kur :other është në :values.',
- 'required_with' => 'Fusha :attribute është e kërkuar kur :values ekziston.',
- 'required_with_all' => 'Fusha :attribute është e kërkuar kur :values ekziston.',
- 'required_without' => 'Fusha :attribute është e kërkuar kur :values nuk ekziston.',
- 'required_without_all' => 'Fusha :attribute është e kërkuar kur nuk ekziston asnjë nga :values.',
- 'same' => ':Attribute dhe :other duhet të përputhen.',
- 'size' => [
- 'array' => ':Attribute duhet të ketë :size elemente.',
- 'file' => ':Attribute duhet të jetë :size kilobajtë.',
- 'numeric' => ':Attribute duhet të jetë :size.',
- 'string' => ':Attribute duhet të ketë :size karaktere.',
- ],
- 'starts_with' => ':Attribute duhet të fillojë me njërën nga vlerat: :values.',
- 'string' => ':Attribute duhet të jetë varg.',
- 'timezone' => ':Attribute duhet të jetë zonë kohore e saktë.',
- 'unique' => ':Attribute është marrë tashmë.',
- 'uploaded' => ':Attribute dështoi të ngarkohej.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Formati i :attribute është i pasaktë.',
- 'uuid' => ':Attribute duhet të jetë UUID i/e saktë.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/sr_Cyrl.json b/resources/lang/sr_Cyrl.json
deleted file mode 100644
index c7dfb1fb..00000000
--- a/resources/lang/sr_Cyrl.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Прихватите Позивницу",
- "Add": "Додај",
- "Add a new team member to your team, allowing them to collaborate with you.": "Додај новог члана тима у твој тим, дозвољавајући му да ради са тобом.",
- "Add additional security to your account using two factor authentication.": "Додај додатну сигурност твој налогу тако сто ћес користити аутентификацију у два корака.",
- "Add Team Member": "Додај новог члана тима.",
- "Added.": "Додато.",
- "Administrator": "Администратор",
- "Administrator users can perform any action.": "Администраторски корисници могу обављати било коју радњу.",
- "All of the people that are part of this team.": "Сви људи који су део овог тима.",
- "All rights reserved.": "Сва права задржана.",
- "Already registered?": "Већ сте регистровани?",
- "API Token": "АПИ Токен",
- "API Token Permissions": "Дозволе АПИ токена",
- "API Tokens": "АПИ Токени",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "АПИ токен омогућава услугама независних произвођача да се аутентификују помоћу наше апликације у ваше име.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Да ли сте сигурни да желите да избришете овај тим? Једном када се тим избрише, сви његови ресурси и подаци биће трајно избрисани.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Да ли сте сигурни да желите да избришете свој налог? Једном када се ваш налог избрише, сви његови ресурси и подаци биће трајно избрисани. Унесите лозинку да бисте потврдили да желите трајно избрисати налог.",
- "Are you sure you would like to delete this API token?": "Да ли сте сигурни да желите да избришете овај АПИ токен?",
- "Are you sure you would like to leave this team?": "Да ли сте сигурни да бисте желели да напустите овај тим?",
- "Are you sure you would like to remove this person from the team?": "Да ли сте сигурни да желите да уклоните ову особу из тима?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Сесије wеб прегледача",
- "Cancel": "Откажи",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Затвори",
- "Code": "Код",
- "Confirm": "Потврди",
- "Confirm Password": "Потврдите лозинку",
- "Create": "Креирај",
- "Create a new team to collaborate with others on projects.": "Направите нови тим за сарадњу са другима на пројектима.",
- "Create Account": "Креирајте налог",
- "Create API Token": "Направите АПИ Токен",
- "Create New Team": "Направите нови тим",
- "Create Team": "Направи тим",
- "Created.": "Креирано.",
- "Current Password": "Тренутна лозинка",
- "Dashboard": "Контролна табла",
- "Delete": "Брисање",
- "Delete Account": "Избриши налог",
- "Delete API Token": "Обриши АПИ Токен",
- "Delete Team": "Обриши тим",
- "Disable": "Деактивирај",
- "Done.": "Готово.",
- "Edit Profile": "Edit Profile",
- "Editor": "Уредник",
- "Editor users have the ability to read, create, and update.": "Корисници уређивача имају могућност читања, креирања и ажурирања.",
- "Email": "Емаил",
- "Email Address": "адреса е-поште",
- "Email Password Reset Link": "Линк ка мејлу за ресет лозинке",
- "Enable": "Активирај",
- "Ensure your account is using a long, random password to stay secure.": "Уверите се да налог користи дугу насумичну лозинку да бисте били сигурни.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Ради ваше сигурности, потврдите лозинку да бисте наставили.",
- "Forbidden": "Забрањено",
- "Forgot your password?": "Заборавили сте лозинку?",
- "Forgot Your Password?": "Заборавили сте лозинку?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Заборавили сте лозинку? Нема проблема. Само нам реците Вашу емаил адресу и ми ћемо Вам послати линк за ресет лозинке на Ваш мејл који ће Вам омогућити да изаберете нову лозинку.",
- "Go to page :page": "Идите на страницу :page",
- "Great! You have accepted the invitation to join the :team team.": "Odlièno! Прихватили сте позив да се придружите тиму :team.",
- "Hello!": "Здраво!",
- "I agree to the :terms_of_service and :privacy_policy": "Слажем се са :terms_оф_сервице и :privacy_полици",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Ако је потребно, можете се одјавити са свих осталих сесија прегледача на свим својим уређајима. Неке од ваших најновијих сесија су наведене у наставку; међутим, ова листа можда није исцрпна. Ако сматрате да је ваш налог угрожен, требало би да ажурирате и своју лозинку.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Ако већ имате налог, можете прихватити овај позив кликом на дугме испод:",
- "If you did not create an account, no further action is required.": "Уколико нисте креирали налог, није потребно да предузимате даље кораке.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Ако се не очекује да добије позив у ову команду можете одустати од овог писма.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Уколико нисте захтевали промену лозинке, није потребно да предузимате даље кораке.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ако немате налог, можете га креирати кликом на дугме испод. Након што отворите налог, можете да кликнете на дугме за прихватање позива у тој е-пошти да бисте прихватили позив тима:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Ако имате проблема при клику на \":actionText\" дугме, копирајте и налепите УРЛ испод\n или у ваш веб претраживач:",
- "Last active": "Последњи пут активан",
- "Last used": "Последње коришћен",
- "Leave": "Напусти",
- "Leave Team": "Напусти тим",
- "Log in": "Пријавите",
- "Log Out": "одјавите се",
- "Log Out Other Browser Sessions": "Одјавите Се Са Других Сесија Прегледача",
- "Login": "Пријава",
- "Logout": "Одјава",
- "Manage Account": "Управљај налогом",
- "Manage and log out your active sessions on other browsers and devices.": "Управљајте активним сесијама и одјавите их у другим прегледачима и уређајима.",
- "Manage API Tokens": "Управљање АПИ токенима",
- "Manage Role": "Управљај ролом",
- "Manage Team": "Управљај тимом",
- "Name": "Име",
- "New Password": "Нова лозинка",
- "Not Found": "Није пронађено.",
- "of": "од",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Једном када се тим избрише, сви његови ресурси и подаци биће трајно избрисани. Пре брисања овог тима, преузмите све податке или информације у вези са тимом које желите да задржите.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Једном када се ваш налог избрише, сви његови ресурси и подаци биће трајно избрисани. Пре брисања налога, преузмите све податке или информације које желите да задржите.",
- "Page Expired": "Страница је истекла",
- "Pagination Navigation": "Навигација по страницама",
- "Password": "Лозинка",
- "Pending Team Invitations": "Чекајући Позивнице Тима",
- "Permanently delete this team.": "Трајно избриши овај тим.",
- "Permanently delete your account.": "Трајно избришите свој налог.",
- "Permissions": "Дозволе",
- "Photo": "Слика",
- "Please click the button below to verify your email address.": "Молимо кликните на дугме испод да верификујете Вашу е-маил адресу.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Молимо потврдите приступ Вашем налогу тако што ћете унети један од кодова за обнову.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Молимо потврдите приступ Вашем налогу тако што ћете унети код за аутентификацију коју сте добили од ваше апликације за аутентификацију.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Копирајте свој нови АПИ токен. Због ваше сигурности неће се поново приказивати.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Унесите лозинку да бисте потврдили да желите да се одјавите са других сесија прегледача на свим својим уређајима.",
- "Please provide the email address of the person you would like to add to this team.": "Молимо наведите адресу е-поште особе коју желите да додате овој наредби.",
- "Privacy Policy": "политика приватности",
- "Profile": "Профил",
- "Profile Information": "Информације о профилу",
- "Recovery Code": "Код за повраћај налога",
- "Regards": "Поздрав",
- "Regenerate Recovery Codes": "Обновите кодове за опоравак",
- "Register": "Регистрација",
- "Remember me": "Запамти ме",
- "Remember Me": "Запамти ме",
- "Remove": "Уклони",
- "Remove Photo": "Обриши слику",
- "Remove Team Member": "Уклоните члана тима",
- "Resend Verification Email": "Поново пошаљи верификациони мејл",
- "Reset Password": "Ресетуј лозинку",
- "Reset Password Notification": "Обавештење о ресетовању лозинке",
- "results": "резултати",
- "Role": "Рола",
- "Save": "Сачувај",
- "Saved.": "Сачувано.",
- "Select A New Photo": "Изабери нову слику",
- "Send Password Reset Link": "Пошаљи линк за ресетовање лозинке",
- "Server Error": "Серверска грешка",
- "Service Unavailable": "Сервис недоступан",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Прикажи кодове за опоравак",
- "Showing": "Приказ",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Чувајте ове кодове за опоравак у сигурном менаџеру лозинки. Могу се користити за опоравак приступа вашем налогу ако се изгуби двофакторски уређај за потврду идентитета.",
- "Switch Teams": "Промени тим",
- "Team Details": "Детаљи тима",
- "Team Invitation": "Позив за тим",
- "Team Members": "Чланови тима",
- "Team Name": "Име тиме",
- "Team Owner": "Власник тима",
- "Team Settings": "Подешавање тима",
- "Terms of Service": "услови услуге",
- "The :attribute must be a valid role.": ":Attribute мора бити валидна рола.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute мора бити најмање :length карактера и мора садржати барем један број.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute треба да садржи најмање :length знакова и садржи најмање један посебан знак и један број.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute мора бити најмање :length карактера и мора садржати барем један специјални карактер.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute мора бити најмање :length карактера и мора садржати једно велико слово и један број.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute мора бити најмање :length карактера и мора садржати једно велико слово и један специјални карактер.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute мора бити најмање :length карактера и мора садржати једно велико слово, један број и један специјални карактер.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute мора бити најмање :length карактера и мора садржати једно велико слово.",
- "The :attribute must be at least :length characters.": ":Attribute мора бити најмање :length карактера.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Унели сте лозинку која се не поклапа са Вашом лозинком.",
- "The provided password was incorrect.": "Унета лозинка није тачна.",
- "The provided two factor authentication code was invalid.": "Код за двофакторску аутентификацију није валидан.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Информације о имену тима и власнику.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Ови људи су позвани у ваш тим и добили су позивницу путем е-поште. Они се могу придружити тиму прихватањем позива путем е-поште.",
- "This device": "Овај уређај",
- "This is a secure area of the application. Please confirm your password before continuing.": "Ово је сигурно подручје апликације. Молимо потврдите лозинку пре него што наставите.",
- "This password does not match our records.": "Лозинка се не поклапа са нашом базом.",
- "This password reset link will expire in :count minutes.": "Линк за промену лозинке истице за :count минута.",
- "This user already belongs to the team.": "Овај корисник већ припада овом тиму.",
- "This user has already been invited to the team.": "Овај корисник је већ позван у тим.",
- "to": "к",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Прикажи навигацију",
- "Token Name": "Име токена",
- "Too Many Requests": "Превише захтева",
- "Two Factor Authentication": "Двофакторска аутентификација",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Неовлашћен приступ",
- "Unknown": "Unknown",
- "Update Password": "Ажурирај лозинку",
- "Update your account's profile information and email address.": "Ажурирајте информације о профилу налога и адресу е-поште.",
- "Use a recovery code": "Користи код за повратак налога",
- "Use an authentication code": "Користи код за аутентификацију налога",
- "Verify Email Address": "Верификуј Емаил Адресу",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Нисмо успели да нађемо регистрованог корисника са овом емаил адресом.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Када је омогућена двостепена потврда идентитета, од вас ће се тражити сигуран, случајни токен током потврде идентитета. Овај токен можете да преузмете из апликације Гоогле Аутхентицатор на телефону.",
- "Whoops!": "Упс!",
- "Whoops! Something went wrong.": "Упс! Нешто није у реду.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Добили сте овај емаил зато што само примили захтев за промену лозинке за Ваш налог.",
- "You have been invited to join the :team team!": "Позвани сте да се придружите тиму :team!",
- "You have enabled two factor authentication.": "Омогућили сте двофакторску потврду идентитета.",
- "You have not enabled two factor authentication.": "Нисте омогућили двофакторску потврду идентитета.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Можете избрисати било који од постојећих токена ако више нису потребни.",
- "You may not delete your personal team.": "Не можете избрисати свој лични тим.",
- "You may not leave a team that you created.": "Не можете напустити тим који сте Ви креирали.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/sr_Cyrl/auth.php b/resources/lang/sr_Cyrl/auth.php
deleted file mode 100644
index a2179f61..00000000
--- a/resources/lang/sr_Cyrl/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Подаци не одговарају ни једном налогу.',
- 'password' => 'Погрешна лозинка',
- 'throttle' => 'Превише неуспелих покушаја. Покушајте поново за :seconds секунди.',
-];
diff --git a/resources/lang/sr_Cyrl/http-statuses.php b/resources/lang/sr_Cyrl/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/sr_Cyrl/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/sr_Cyrl/pagination.php b/resources/lang/sr_Cyrl/pagination.php
deleted file mode 100644
index 1243a1da..00000000
--- a/resources/lang/sr_Cyrl/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Напред »',
- 'previous' => '« Назад',
-];
diff --git a/resources/lang/sr_Cyrl/passwords.php b/resources/lang/sr_Cyrl/passwords.php
deleted file mode 100644
index 368a9c8f..00000000
--- a/resources/lang/sr_Cyrl/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Лозинка је ресетована!',
- 'sent' => 'Послали смо ресет линк за вашу лозинку!',
- 'throttled' => 'Молимо сачекајте пре него сто покушате поново.',
- 'token' => 'Укуцана ознака за ресетовање лозинке није важећа.',
- 'user' => 'Нисмо успели пронаћи корисника са емаил адресом.',
-];
diff --git a/resources/lang/sr_Cyrl/validation.php b/resources/lang/sr_Cyrl/validation.php
deleted file mode 100644
index 60f62265..00000000
--- a/resources/lang/sr_Cyrl/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Поље :attribute мора бити прихваћено.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => 'Поље :attribute није валидан УРЛ.',
- 'after' => 'Поље :attribute мора бити датум после :date.',
- 'after_or_equal' => 'Поље :attribute мора да буде :date или каснији датум.',
- 'alpha' => 'Поље :attribute може садржати само слова.',
- 'alpha_dash' => 'Поље :attribute може садржати само слова, бројеве и повлаке.',
- 'alpha_num' => 'Поље :attribute може садржати само слова и бројеве.',
- 'array' => 'Поље :attribute мора садржати неких низ ставки.',
- 'attached' => 'Овај :attribute је већ причвршћен.',
- 'before' => 'Поље :attribute мора бити датум пре :date.',
- 'before_or_equal' => ':Attribute мора да буде :date или ранији датум.',
- 'between' => [
- 'array' => 'Поље :attribute мора бити између :min - :max ставки.',
- 'file' => 'Фајл :attribute мора бити између :min - :max килобајта.',
- 'numeric' => 'Поље :attribute мора бити између :min - :max.',
- 'string' => 'Поље :attribute мора бити између :min - :max карактера.',
- ],
- 'boolean' => 'Поље :attribute мора бити тачно или нетачно',
- 'confirmed' => 'Потврда поља :attribute се не поклапа.',
- 'current_password' => 'The password is incorrect.',
- 'date' => 'Поље :attribute није важећи датум.',
- 'date_equals' => 'Поље :attribute мора да буде датум: :date.',
- 'date_format' => 'Поље :attribute не одговора према формату :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'Поља :attribute и :other морају бити различита.',
- 'digits' => 'Поље :attribute мора садржати :digits шифри.',
- 'digits_between' => 'Поље :attribute мора бити иземђу :min и :max шифри.',
- 'dimensions' => 'Поље :attribute име недозвољене димензије слике.',
- 'distinct' => 'Поље :attribute има дуплирану вредност.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'Формат поља :attribute није валидан.',
- 'ends_with' => 'Поље :attribute мора да се заврши са нечим од следећег: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Одабрано поље :attribute није валидно.',
- 'file' => ':Attribute мора да буде датотека.',
- 'filled' => 'Поље :attribute је обавезно.',
- 'gt' => [
- 'array' => 'Поље :attribute мора да садржи више од :value ставке.',
- 'file' => 'Поље :attribute мора да буде већи од :value килобајта.',
- 'numeric' => 'Поље :attribute мора да буде већи од :value.',
- 'string' => 'Поље :attribute мора да садржи више од :value знакова.',
- ],
- 'gte' => [
- 'array' => 'Поље :attribute мора да садржи :value ставки или више.',
- 'file' => 'Поље :attribute мора да има :value или више килобајта.',
- 'numeric' => 'Поље :attribute мора да буде :value или већи.',
- 'string' => 'Поље :attribute мора да садржи :value или више знакова.',
- ],
- 'image' => 'Поље :attribute мора бити слика.',
- 'in' => 'Поље Одабрано поље :attribute није валидно.',
- 'in_array' => 'Поље :attribute не постоји у :other.',
- 'integer' => 'Поље :attribute мора бити број.',
- 'ip' => 'Поље :attribute мора бити валидна ИП адреса.',
- 'ipv4' => 'Поље :attribute мора да буде важећа ИПв4 адреса.',
- 'ipv6' => 'Поље :attribute мора да буде важећа ИПв6 адреса.',
- 'json' => 'Поље :attribute мора да буде важећа ЈСОН формат.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'Поље :attribute мора да садржи мање од :value ставки.',
- 'file' => 'Поље :attribute мора да буде мањи од :value килобајта.',
- 'numeric' => 'Поље :attribute мора да буде мањи од :value.',
- 'string' => 'Поље :attribute мора да садржи мање од :value знакова.',
- ],
- 'lte' => [
- 'array' => 'Поље :attribute не сме да садржи више од :value ставки.',
- 'file' => 'Поље :attribute мора да буде :value или мањи.',
- 'numeric' => 'Поље :attribute мора да буде :value или мањи.',
- 'string' => 'Поље :attribute мора да садржи :value или мање знакова.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'Поље :attribute не смије да имаге више од :max ставки.',
- 'file' => 'Поље :attribute мора бити мање од :max килобајта.',
- 'numeric' => 'Поље :attribute мора бити мање од :max.',
- 'string' => 'Поље :attribute мора садржати мање од :max карактера.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'Поље :attribute мора бити фајл типа: :values.',
- 'mimetypes' => 'Поље :attribute мора бити фајл типа: :values.',
- 'min' => [
- 'array' => 'Поље :attribute мора садрзати најмање :min ставку.',
- 'file' => 'Фајл :attribute мора бити најмање :min килобајта.',
- 'numeric' => 'Поље :attribute мора бити најмање :min.',
- 'string' => 'Поље :attribute мора садржати најмање :min карактера.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'Број :attribute треба да буде вишеструки од :value',
- 'not_in' => 'Одабрани елемент поља :attribute није валидан.',
- 'not_regex' => 'Формат :attribute је неважећи.',
- 'numeric' => 'Поље :attribute мора бити број.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'Поље :attribute мора да буде присутно.',
- 'prohibited' => 'Поље :attribute је забрањено.',
- 'prohibited_if' => 'Поље :attribute је забрањено када је :other једнако :value.',
- 'prohibited_unless' => 'Поље :attribute је забрањено, осим ако је :other у :values. години.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'Формат поља :attribute није валидан.',
- 'relatable' => 'Овај :attribute можда није повезан са овим ресурсом.',
- 'required' => 'Поље :attribute је обавезно.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'Поље :attribute је потребно када поље :other садржи :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'Поље :attribute је обавезно, осим ако је :other у :values.',
- 'required_with' => 'Поље :attribute је потребно када поље :values је присутан.',
- 'required_with_all' => 'Поље :attribute је обавезно када је :values приказано.',
- 'required_without' => 'Поље :attribute је потребно када поље :values није присутан.',
- 'required_without_all' => 'Поље :attribute је потребно када ниједан од следећи поља :values нису присутни.',
- 'same' => 'Поља :attribute и :other се морају поклапати.',
- 'size' => [
- 'array' => 'Поље :attribute мора садржати :size ставки.',
- 'file' => 'Фајл :attribute мора бити :size килобајта.',
- 'numeric' => 'Поље :attribute мора бити :size.',
- 'string' => 'Поље :attribute мора бити :size карактера.',
- ],
- 'starts_with' => 'Поље :attribute мора да почне са: :values',
- 'string' => 'Поље :attribute мора садржати слова.',
- 'timezone' => 'Поље :attribute мора бити исправна временска зона.',
- 'unique' => 'Поље :attribute већ постоји.',
- 'uploaded' => ':Attribute није отпремљен.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Формат поља :attribute не важи.',
- 'uuid' => ':Attribute мора да буде важећи УУИД.',
- 'attributes' => [
- 'address' => 'адреса',
- 'age' => 'године',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'тело поруке',
- 'city' => 'град',
- 'content' => 'content',
- 'country' => 'држава',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'датум',
- 'date_of_birth' => 'date of birth',
- 'day' => 'дан',
- 'deleted_at' => 'deleted at',
- 'description' => 'опис',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'емаил',
- 'excerpt' => 'извод',
- 'filter' => 'filter',
- 'first_name' => 'име',
- 'gender' => 'пол',
- 'group' => 'group',
- 'hour' => 'сат',
- 'image' => 'image',
- 'last_name' => 'презиме',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'порука',
- 'middle_name' => 'middle name',
- 'minute' => 'минут',
- 'mobile' => 'мобилни',
- 'month' => 'месец',
- 'name' => 'име',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'лозинка',
- 'password_confirmation' => 'понови лозинку',
- 'phone' => 'телефон',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'секунда',
- 'sex' => 'пол',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'наслов',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'време',
- 'title' => 'наслов',
- 'updated_at' => 'updated at',
- 'username' => 'корисничко име',
- 'year' => 'година',
- ],
-];
diff --git a/resources/lang/sr_Latn.json b/resources/lang/sr_Latn.json
deleted file mode 100644
index 9850dec5..00000000
--- a/resources/lang/sr_Latn.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Прихватите Позивницу",
- "Add": "Dodaj",
- "Add a new team member to your team, allowing them to collaborate with you.": "Dodaj novog člana tima u tvoj tim, dozvoljavajući mu da radi sa tobom.",
- "Add additional security to your account using two factor authentication.": "Dodaj dodatnu sigurnost tvoj nalogu tako sto ćes koristiti autentifikaciju u dva koraka.",
- "Add Team Member": "Dodaj novog člana tima.",
- "Added.": "Dodato.",
- "Administrator": "Администратор",
- "Administrator users can perform any action.": "Администраторски корисници могу обављати било коју радњу.",
- "All of the people that are part of this team.": "Svi ljudi koji su deo ovog tima.",
- "All rights reserved.": "Sva prava zadržana.",
- "Already registered?": "Već ste registrovani?",
- "API Token": "API Token",
- "API Token Permissions": "Dozvole API tokena",
- "API Tokens": "API Tokeni",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API token omogućava uslugama nezavisnih proizvođača da se autentifikuju pomoću naše aplikacije u vaše ime.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Da li ste sigurni da želite da izbrišete ovaj tim? Jednom kada se tim izbriše, svi njegovi resursi i podaci biće trajno izbrisani.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Da li ste sigurni da želite da izbrišete svoj nalog? Jednom kada se vaš nalog izbriše, svi njegovi resursi i podaci biće trajno izbrisani. Unesite lozinku da biste potvrdili da želite trajno izbrisati nalog.",
- "Are you sure you would like to delete this API token?": "Da li ste sigurni da želite da izbrišete ovaj API token?",
- "Are you sure you would like to leave this team?": "Da li ste sigurni da biste želeli da napustite ovaj tim?",
- "Are you sure you would like to remove this person from the team?": "Da li ste sigurni da želite da uklonite ovu osobu iz tima?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Sesije web pregledača",
- "Cancel": "Откажи",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Zatvori",
- "Code": "Kod",
- "Confirm": "Potvrdi",
- "Confirm Password": "Potvrdite lozinku",
- "Create": "Kreiraj",
- "Create a new team to collaborate with others on projects.": "Napravite novi tim za saradnju sa drugima na projektima.",
- "Create Account": "Креирајте налог",
- "Create API Token": "Napravite API Token",
- "Create New Team": "Napravite novi tim",
- "Create Team": "Napravi tim",
- "Created.": "Kreirano.",
- "Current Password": "Trenutna lozinka",
- "Dashboard": "Kontrolna tabla",
- "Delete": "Brisanje",
- "Delete Account": "Izbriši nalog",
- "Delete API Token": "Obriši API Token",
- "Delete Team": "Obriši tim",
- "Disable": "Deaktiviraj",
- "Done.": "Gotovo.",
- "Edit Profile": "Edit Profile",
- "Editor": "Уредник",
- "Editor users have the ability to read, create, and update.": "Корисници уређивача имају могућност читања, креирања и ажурирања.",
- "Email": "E-mail",
- "Email Address": "адреса е-поште",
- "Email Password Reset Link": "Link ka mejlu za reset lozinke",
- "Enable": "Aktiviraj",
- "Ensure your account is using a long, random password to stay secure.": "Uverite se da nalog koristi dugu nasumičnu lozinku da biste bili sigurni.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Radi vaše sigurnosti, potvrdite lozinku da biste nastavili.",
- "Forbidden": "Zabranjeno",
- "Forgot your password?": "Zaboravili ste lozinku?",
- "Forgot Your Password?": "Zaboravili ste lozinku?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Zaboravili ste lozinku? Nema problema. Samo nam recite Vašu email adresu i mi ćemo Vam poslati link za reset lozinke na Vaš mejl koji će Vam omogućiti da izaberete novu lozinku.",
- "Go to page :page": "Идите на страницу :page",
- "Great! You have accepted the invitation to join the :team team.": "Odlièno! Прихватили сте позив да се придружите тиму :team.",
- "Hello!": "Zdravo!",
- "I agree to the :terms_of_service and :privacy_policy": "Слажем се са :terms_оф_сервице и :privacy_полици",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Ако је потребно, можете се одјавити са свих осталих сесија прегледача на свим својим уређајима. Неке од ваших најновијих сесија су наведене у наставку; међутим, ова листа можда није исцрпна. Ако сматрате да је ваш налог угрожен, требало би да ажурирате и своју лозинку.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Ако већ имате налог, можете прихватити овај позив кликом на дугме испод:",
- "If you did not create an account, no further action is required.": "Ukoliko niste kreirali nalog, nije potrebno da preduzimate dalje korake.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Ако се не очекује да добије позив у ову команду можете одустати од овог писма.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Ukoliko niste zahtevali promenu lozinke, nije potrebno da preduzimate dalje korake.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ако немате налог, можете га креирати кликом на дугме испод. Након што отворите налог, можете да кликнете на дугме за прихватање позива у тој е-пошти да бисте прихватили позив тима:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Ako imate problema pri kliku na \":actionText\" dugme, kopirajte i nalepite URL ispod\n ili u vaš veb pretraživač:",
- "Last active": "Poslednji put aktivan",
- "Last used": "Poslednje korišćen",
- "Leave": "Napusti",
- "Leave Team": "Napusti tim",
- "Log in": "Пријавите",
- "Log Out": "одјавите се",
- "Log Out Other Browser Sessions": "Одјавите Се Са Других Сесија Прегледача",
- "Login": "Prijava",
- "Logout": "Odjava",
- "Manage Account": "Upravljaj nalogom",
- "Manage and log out your active sessions on other browsers and devices.": "Управљајте активним сесијама и одјавите их у другим прегледачима и уређајима.",
- "Manage API Tokens": "Upravljanje API tokenima",
- "Manage Role": "Upravljaj rolom",
- "Manage Team": "Upravljaj timom",
- "Name": "Ime",
- "New Password": "Nova lozinka",
- "Not Found": "Nije pronađeno.",
- "of": "од",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Jednom kada se tim izbriše, svi njegovi resursi i podaci biće trajno izbrisani. Pre brisanja ovog tima, preuzmite sve podatke ili informacije u vezi sa timom koje želite da zadržite.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Jednom kada se vaš nalog izbriše, svi njegovi resursi i podaci biće trajno izbrisani. Pre brisanja naloga, preuzmite sve podatke ili informacije koje želite da zadržite.",
- "Page Expired": "Stranica je istekla",
- "Pagination Navigation": "Навигација по страницама",
- "Password": "Lozinka",
- "Pending Team Invitations": "Чекајући Позивнице Тима",
- "Permanently delete this team.": "Trajno izbriši ovaj tim.",
- "Permanently delete your account.": "Trajno izbrišite svoj nalog.",
- "Permissions": "Dozvole",
- "Photo": "Slika",
- "Please click the button below to verify your email address.": "Molimo kliknite na dugme ispod da verifikujete Vašu e-mail adresu.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Molimo potvrdite pristup Vašem nalogu tako što ćete uneti jedan od kodova za obnovu.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Molimo potvrdite pristup Vašem nalogu tako što ćete uneti kod za autentifikaciju koju ste dobili od vaše aplikacije za autentifikaciju.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Kopirajte svoj novi API token. Zbog vaše sigurnosti neće se ponovo prikazivati.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Унесите лозинку да бисте потврдили да желите да се одјавите са других сесија прегледача на свим својим уређајима.",
- "Please provide the email address of the person you would like to add to this team.": "Молимо наведите адресу е-поште особе коју желите да додате овој наредби.",
- "Privacy Policy": "политика приватности",
- "Profile": "Profil",
- "Profile Information": "Informacije o profilu",
- "Recovery Code": "Kod za povraćaj naloga",
- "Regards": "Pozdrav",
- "Regenerate Recovery Codes": "Obnovite kodove za oporavak",
- "Register": "Registracija",
- "Remember me": "Zapamti me",
- "Remember Me": "Zapamti me",
- "Remove": "Ukloni",
- "Remove Photo": "Obriši sliku",
- "Remove Team Member": "Uklonite člana tima",
- "Resend Verification Email": "Ponovo pošalji verifikacioni mejl",
- "Reset Password": "Resetuj lozinku",
- "Reset Password Notification": "Obaveštenje o resetovanju lozinke",
- "results": "резултати",
- "Role": "Rola",
- "Save": "Sačuvaj",
- "Saved.": "Sačuvano.",
- "Select A New Photo": "Izaberi novu sliku",
- "Send Password Reset Link": "Pošalji link za resetovanje lozinke",
- "Server Error": "Serverska greška",
- "Service Unavailable": "Servis nedostupan",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Prikaži kodove za oporavak",
- "Showing": "Приказ",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Čuvajte ove kodove za oporavak u sigurnom menadžeru lozinki. Mogu se koristiti za oporavak pristupa vašem nalogu ako se izgubi dvofaktorski uređaj za potvrdu identiteta.",
- "Switch Teams": "Promeni tim",
- "Team Details": "Detalji tima",
- "Team Invitation": "Позив за тим",
- "Team Members": "Članovi tima",
- "Team Name": "Ime time",
- "Team Owner": "Vlasnik tima",
- "Team Settings": "Podešavanje tima",
- "Terms of Service": "услови услуге",
- "The :attribute must be a valid role.": ":Attribute mora biti validna rola.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute mora biti najmanje :length karaktera i mora sadržati barem jedan broj.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute мора бити најмање 1.535 знакова и садржи најмање један посебан знак и један број.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute mora biti najmanje :length karaktera i mora sadržati barem jedan specijalni karakter.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute mora biti najmanje :length karaktera i mora sadržati jedno veliko slovo i jedan broj.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute mora biti najmanje :length karaktera i mora sadržati jedno veliko slovo i jedan specijalni karakter.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute mora biti najmanje :length karaktera i mora sadržati jedno veliko slovo, jedan broj i jedan specijalni karakter.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute mora biti najmanje :length karaktera i mora sadržati jedno veliko slovo.",
- "The :attribute must be at least :length characters.": ":Attribute mora biti najmanje :length karaktera.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Uneli ste lozinku koja se ne poklapa sa Vašom lozinkom.",
- "The provided password was incorrect.": "Uneta lozinka nije tačna.",
- "The provided two factor authentication code was invalid.": "Kod za dvofaktorsku autentifikaciju nije validan.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Informacije o imenu tima i vlasniku.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Ови људи су позвани у ваш тим и добили су позивницу путем е-поште. Они се могу придружити тиму прихватањем позива путем е-поште.",
- "This device": "Ovaj uređaj",
- "This is a secure area of the application. Please confirm your password before continuing.": "Ово је сигурно подручје апликације. Молимо потврдите лозинку пре него што наставите.",
- "This password does not match our records.": "Lozinka se ne poklapa sa našom bazom.",
- "This password reset link will expire in :count minutes.": "Link za promenu lozinke istice za :count minuta.",
- "This user already belongs to the team.": "Ovaj korisnik već pripada ovom timu.",
- "This user has already been invited to the team.": "Овај корисник је већ позван у тим.",
- "to": "к",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Prikaži navigaciju",
- "Token Name": "Ime tokena",
- "Too Many Requests": "Previše zahteva",
- "Two Factor Authentication": "Dvofaktorska autentifikacija",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Neovlašćen pristup",
- "Unknown": "Unknown",
- "Update Password": "Ažuriraj lozinku",
- "Update your account's profile information and email address.": "Ažurirajte informacije o profilu naloga i adresu e-pošte.",
- "Use a recovery code": "Koristi kod za povratak naloga",
- "Use an authentication code": "Koristi kod za autentifikaciju naloga",
- "Verify Email Address": "Verifikuj Email Adresu",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Nismo uspeli da nađemo registrovanog korisnika sa ovom email adresom.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Kada je omogućena dvostepena potvrda identiteta, od vas će se tražiti siguran, slučajni token tokom potvrde identiteta. Ovaj token možete da preuzmete iz aplikacije Google Authenticator na telefonu.",
- "Whoops!": "Ups!",
- "Whoops! Something went wrong.": "Ups! Nešto nije u redu.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Dobili ste ovaj email zato što samo primili zahtev za promenu lozinke za Vaš nalog.",
- "You have been invited to join the :team team!": "Позвани сте да се придружите тиму :team!",
- "You have enabled two factor authentication.": "Omogućili ste dvofaktorsku potvrdu identiteta.",
- "You have not enabled two factor authentication.": "Niste omogućili dvofaktorsku potvrdu identiteta.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Možete izbrisati bilo koji od postojećih tokena ako više nisu potrebni.",
- "You may not delete your personal team.": "Ne možete izbrisati svoj lični tim.",
- "You may not leave a team that you created.": "Ne možete napustiti tim koji ste Vi kreirali.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/sr_Latn/auth.php b/resources/lang/sr_Latn/auth.php
deleted file mode 100644
index 7c82eb42..00000000
--- a/resources/lang/sr_Latn/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Podaci ne odgovaraju ni jednom nalogu.',
- 'password' => 'Pogrešna lozinka',
- 'throttle' => 'Previše neuspelih pokušaja. Pokušajte ponovo za :seconds sekundi.',
-];
diff --git a/resources/lang/sr_Latn/http-statuses.php b/resources/lang/sr_Latn/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/sr_Latn/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/sr_Latn/pagination.php b/resources/lang/sr_Latn/pagination.php
deleted file mode 100644
index 449d5daa..00000000
--- a/resources/lang/sr_Latn/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Napred »',
- 'previous' => '« Nazad',
-];
diff --git a/resources/lang/sr_Latn/passwords.php b/resources/lang/sr_Latn/passwords.php
deleted file mode 100644
index 341b23fd..00000000
--- a/resources/lang/sr_Latn/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Lozinka je resetovana!',
- 'sent' => 'Poslali smo reset link za vašu lozinku!',
- 'throttled' => 'Molimo sačekajte pre nego sto pokušate ponovo.',
- 'token' => 'Ukucana oznaka za resetovanje lozinke nije važeća.',
- 'user' => 'Nismo uspeli pronaći korisnika sa email adresom.',
-];
diff --git a/resources/lang/sr_Latn/validation.php b/resources/lang/sr_Latn/validation.php
deleted file mode 100644
index cce24db1..00000000
--- a/resources/lang/sr_Latn/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Polje :attribute mora biti prihvaćeno.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => 'Polje :attribute nije validan URL.',
- 'after' => 'Polje :attribute mora biti datum posle :date.',
- 'after_or_equal' => 'Polje :attribute mora da bude :date ili kasniji datum.',
- 'alpha' => 'Polje :attribute može sadržati samo slova.',
- 'alpha_dash' => 'Polje :attribute može sadržati samo slova, brojeve i povlake.',
- 'alpha_num' => 'Polje :attribute može sadržati samo slova i brojeve.',
- 'array' => 'Polje :attribute mora sadržati nekih niz stavki.',
- 'attached' => 'Овај број :attribute је већ приложен.',
- 'before' => 'Polje :attribute mora biti datum pre :date.',
- 'before_or_equal' => ':Attribute mora da bude :date ili raniji datum.',
- 'between' => [
- 'array' => 'Polje :attribute mora biti između :min - :max stavki.',
- 'file' => 'Fajl :attribute mora biti između :min - :max kilobajta.',
- 'numeric' => 'Polje :attribute mora biti između :min - :max.',
- 'string' => 'Polje :attribute mora biti između :min - :max karaktera.',
- ],
- 'boolean' => 'Polje :attribute mora biti tačno ili netačno',
- 'confirmed' => 'Potvrda polja :attribute se ne poklapa.',
- 'current_password' => 'The password is incorrect.',
- 'date' => 'Polje :attribute nije važeći datum.',
- 'date_equals' => 'Polje :attribute mora da bude datum: :date.',
- 'date_format' => 'Polje :attribute ne odgovora prema formatu :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'Polja :attribute i :other moraju biti različita.',
- 'digits' => 'Polje :attribute mora sadržati :digits šifri.',
- 'digits_between' => 'Polje :attribute mora biti izemđu :min i :max šifri.',
- 'dimensions' => 'Polje :attribute ime nedozvoljene dimenzije slike.',
- 'distinct' => 'Polje :attribute ima dupliranu vrednost.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'Format polja :attribute nije validan.',
- 'ends_with' => 'Polje :attribute mora da se završi sa nečim od sledećeg: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Odabrano polje :attribute nije validno.',
- 'file' => ':Attribute mora da bude datoteka.',
- 'filled' => 'Polje :attribute je obavezno.',
- 'gt' => [
- 'array' => 'Polje :attribute mora da sadrži više od :value stavke.',
- 'file' => 'Polje :attribute mora da bude veći od :value kilobajta.',
- 'numeric' => 'Polje :attribute mora da bude veći od :value.',
- 'string' => 'Polje :attribute mora da sadrži više od :value znakova.',
- ],
- 'gte' => [
- 'array' => 'Polje :attribute mora da sadrži :value stavki ili više.',
- 'file' => 'Polje :attribute mora da ima :value ili više kilobajta.',
- 'numeric' => 'Polje :attribute mora da bude :value ili veći.',
- 'string' => 'Polje :attribute mora da sadrži :value ili više znakova.',
- ],
- 'image' => 'Polje :attribute mora biti slika.',
- 'in' => 'Polje Odabrano polje :attribute nije validno.',
- 'in_array' => 'Polje :attribute ne postoji u :other.',
- 'integer' => 'Polje :attribute mora biti broj.',
- 'ip' => 'Polje :attribute mora biti validna IP adresa.',
- 'ipv4' => 'Polje :attribute mora da bude važeća IPv4 adresa.',
- 'ipv6' => 'Polje :attribute mora da bude važeća IPv6 adresa.',
- 'json' => 'Polje :attribute mora da bude važeća JSON niska.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'Polje :attribute mora da sadrži manje od :value stavki.',
- 'file' => 'Polje :attribute mora da bude manji od :value kilobajta.',
- 'numeric' => 'Polje :attribute mora da bude manji od :value.',
- 'string' => 'Polje :attribute mora da sadrži manje od :value znakova.',
- ],
- 'lte' => [
- 'array' => 'Polje :attribute ne sme da sadrži više od :value stavki.',
- 'file' => 'Polje :attribute mora da bude manji od :value kilobajta.',
- 'numeric' => 'Polje :attribute mora da bude :value ili manji.',
- 'string' => 'Polje :attribute mora da sadrži :value ili manje znakova.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'Polje :attribute ne smije da image više od :max stavki.',
- 'file' => 'Polje :attribute mora biti manje od :max kilobajta.',
- 'numeric' => 'Polje :attribute mora biti manje od :max.',
- 'string' => 'Polje :attribute mora sadržati manje od :max karaktera.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'Polje :attribute mora biti fajl tipa: :values.',
- 'mimetypes' => 'Polje :attribute mora biti fajl tipa: :values.',
- 'min' => [
- 'array' => 'Polje :attribute mora sadrzati najmanje :min stavku.',
- 'file' => 'Fajl :attribute mora biti najmanje :min kilobajta.',
- 'numeric' => 'Polje :attribute mora biti najmanje :min.',
- 'string' => 'Polje :attribute mora sadržati najmanje :min karaktera.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'Број :attribute треба да буде вишеструки од :value',
- 'not_in' => 'Odabrani element polja :attribute nije validan.',
- 'not_regex' => 'Format :attribute je nevažeći.',
- 'numeric' => 'Polje :attribute mora biti broj.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'Polje :attribute mora da bude prisutno.',
- 'prohibited' => 'Поље :attribute је забрањено.',
- 'prohibited_if' => 'Поље :attribute је забрањено када је :other :value.',
- 'prohibited_unless' => 'Поље :attribute је забрањено, осим ако :other није у :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'Format polja :attribute nije validan.',
- 'relatable' => 'Овај :attribute можда није повезан са овим ресурсом.',
- 'required' => 'Polje :attribute je obavezno.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'Polje :attribute je potrebno kada polje :other sadrži :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'Polje :attribute je obavezno, osim ako je :other u :values.',
- 'required_with' => 'Polje :attribute je potrebno kada polje :values je prisutan.',
- 'required_with_all' => 'Polje :attribute je obavezno kada je :values prikazano.',
- 'required_without' => 'Polje :attribute je potrebno kada polje :values nije prisutan.',
- 'required_without_all' => 'Polje :attribute je potrebno kada nijedan od sledeći polja :values nisu prisutni.',
- 'same' => 'Polja :attribute i :other se moraju poklapati.',
- 'size' => [
- 'array' => 'Polje :attribute mora sadržati :size stavki.',
- 'file' => 'Fajl :attribute mora biti :size kilobajta.',
- 'numeric' => 'Polje :attribute mora biti :size.',
- 'string' => 'Polje :attribute mora biti :size karaktera.',
- ],
- 'starts_with' => 'Polje :attribute mora da počne sa: :values',
- 'string' => 'Polje :attribute mora sadržati slova.',
- 'timezone' => 'Polje :attribute mora biti ispravna vremenska zona.',
- 'unique' => 'Polje :attribute već postoji.',
- 'uploaded' => ':Attribute nije otpremljen.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Format polja :attribute ne važi.',
- 'uuid' => ':Attribute mora da bude važeći UUID.',
- 'attributes' => [
- 'address' => 'adresa',
- 'age' => 'godine',
- 'amount' => 'suma',
- 'area' => 'površina',
- 'available' => 'dostupno',
- 'birthday' => 'rođendan',
- 'body' => 'telo poruke',
- 'city' => 'grad',
- 'content' => 'sadržaj',
- 'country' => 'država',
- 'created_at' => 'kreirano',
- 'creator' => 'autor',
- 'current_password' => 'trenutna lozinka',
- 'date' => 'datum',
- 'date_of_birth' => 'datum rođenja',
- 'day' => 'dan',
- 'deleted_at' => 'obrisano',
- 'description' => 'opis',
- 'district' => 'okrug',
- 'duration' => 'trajanje',
- 'email' => 'email',
- 'excerpt' => 'izvod',
- 'filter' => 'filter',
- 'first_name' => 'ime',
- 'gender' => 'pol',
- 'group' => 'grupa',
- 'hour' => 'sat',
- 'image' => 'slika',
- 'last_name' => 'prezime',
- 'lesson' => 'čas',
- 'line_address_1' => 'adresa',
- 'line_address_2' => 'dodatak adresi',
- 'message' => 'poruka',
- 'middle_name' => 'srednje ime',
- 'minute' => 'minut',
- 'mobile' => 'mobilni',
- 'month' => 'mesec',
- 'name' => 'ime',
- 'national_code' => 'Nacionalni kod',
- 'number' => 'number',
- 'password' => 'lozinka',
- 'password_confirmation' => 'provjera lozinke',
- 'phone' => 'telefon',
- 'photo' => 'fotografija',
- 'postal_code' => 'poštanski broj',
- 'price' => 'cijena',
- 'province' => 'pokrajina',
- 'recaptcha_response_field' => 'recaptcha polje',
- 'remember' => 'zapamti me',
- 'restored_at' => 'obnovljeno',
- 'result_text_under_image' => 'rezultat teksta ispod slike',
- 'role' => 'uloga',
- 'second' => 'sekunda',
- 'sex' => 'pol',
- 'short_text' => 'kratak tekst',
- 'size' => 'veličina',
- 'state' => 'država',
- 'street' => 'ulica',
- 'student' => 'student',
- 'subject' => 'naslov',
- 'teacher' => 'učitelj',
- 'terms' => 'uslovi',
- 'test_description' => 'testni opis',
- 'test_locale' => 'testni jezik',
- 'test_name' => 'testno ime',
- 'text' => 'tekst',
- 'time' => 'vreme',
- 'title' => 'naslov',
- 'updated_at' => 'ažurirano',
- 'username' => 'korisničko ime',
- 'year' => 'godina',
- ],
-];
diff --git a/resources/lang/sr_Latn_ME.json b/resources/lang/sr_Latn_ME.json
deleted file mode 100644
index ec0c3178..00000000
--- a/resources/lang/sr_Latn_ME.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Прихватите Позивницу",
- "Add": "Додај",
- "Add a new team member to your team, allowing them to collaborate with you.": "Додајте новог члана тима у свој тим како би могао да сарађује са вама.",
- "Add additional security to your account using two factor authentication.": "Додајте додатну сигурност свом налогу помоћу двофакторне аутентификације.",
- "Add Team Member": "Додајте Члана Тима",
- "Added.": "Додато.",
- "Administrator": "Администратор",
- "Administrator users can perform any action.": "Администраторски корисници могу обављати било коју радњу.",
- "All of the people that are part of this team.": "Сви људи који су део овог тима.",
- "All rights reserved.": "Сва права задржана.",
- "Already registered?": "Jesi li se prijavio?",
- "API Token": "АПИ Токен",
- "API Token Permissions": "Дозволе за АПИ маркер",
- "API Tokens": "АПИ токени",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "АПИ токени омогућавају да се услуге трећих страна аутентификују у нашој апликацији у ваше име.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Јесте ли сигурни да желите уклонити ову наредбу? Једном када се команда уклони, сви њени ресурси и подаци биће трајно избрисани.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Јесте ли сигурни да желите да избришете свој налог? Једном када се ваш налог уклони, сви његови ресурси и подаци биће неповратно избрисани. Унесите лозинку да бисте потврдили да желите трајно избрисати свој налог.",
- "Are you sure you would like to delete this API token?": "Јесте ли сигурни да желите уклонити овај АПИ токен?",
- "Are you sure you would like to leave this team?": "Да ли сте сигурни да желите да напустите овај тим?",
- "Are you sure you would like to remove this person from the team?": "Јесте ли сигурни да желите да уклоните ту особу из тима?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Сесије прегледача",
- "Cancel": "Откажи",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Затвори",
- "Code": "Код",
- "Confirm": "Потврдите",
- "Confirm Password": "Потврдите Лозинку",
- "Create": "Створити",
- "Create a new team to collaborate with others on projects.": "Направите нови тим за сарадњу на пројектима.",
- "Create Account": "Креирајте налог",
- "Create API Token": "Креирање АПИ токена",
- "Create New Team": "Креирајте Нови Тим",
- "Create Team": "Креирајте тим",
- "Created.": "Створен.",
- "Current Password": "тренутна лозинка",
- "Dashboard": "Контролна табла",
- "Delete": "Уклони",
- "Delete Account": "Избришите налог",
- "Delete API Token": "Уклоните АПИ маркер",
- "Delete Team": "Избришите команду",
- "Disable": "Онемогући",
- "Done.": "Gotovo.",
- "Edit Profile": "Edit Profile",
- "Editor": "Уредник",
- "Editor users have the ability to read, create, and update.": "Корисници уређивача имају могућност читања, креирања и ажурирања.",
- "Email": "Е-пошта",
- "Email Address": "адреса е-поште",
- "Email Password Reset Link": "Веза за ресетовање лозинке за е-пошту",
- "Enable": "Омогући",
- "Ensure your account is using a long, random password to stay secure.": "Уверите се да ваш налог користи дугу случајну лозинку да би остао безбедан.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "За вашу сигурност, молимо вас да потврдите лозинку да бисте наставили.",
- "Forbidden": "Забрањено",
- "Forgot your password?": "Заборавили сте лозинку?",
- "Forgot Your Password?": "Заборавили Сте Лозинку?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Заборавили сте лозинку? Nema problema. Само нам реците своју адресу е-поште и ми ћемо вам послати везу за ресетовање лозинке која ће вам омогућити да одаберете нову.",
- "Go to page :page": "Идите на страницу :page",
- "Great! You have accepted the invitation to join the :team team.": "Odlièno! Прихватили сте позив да се придружите тиму :team.",
- "Hello!": "Zdravo!",
- "I agree to the :terms_of_service and :privacy_policy": "Слажем се са :terms_оф_сервице и :privacy_полици",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Ако је потребно, можете се одјавити са свих осталих сесија прегледача на свим својим уређајима. Неке од ваших најновијих сесија су наведене у наставку; међутим, ова листа можда није исцрпна. Ако сматрате да је ваш налог угрожен, требало би да ажурирате и своју лозинку.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Ако већ имате налог, можете прихватити овај позив кликом на дугме испод:",
- "If you did not create an account, no further action is required.": "Ако нисте отворили налог, није потребно даље деловање.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Ако се не очекује да добије позив у ову команду можете одустати од овог писма.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Ако нисте затражили ресетовање лозинке, није потребно даље деловање.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ако немате налог, можете га креирати кликом на дугме испод. Након што отворите налог, можете да кликнете на дугме за прихватање позива у тој е-пошти да бисте прихватили позив тима:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Ако имате проблема са притиском на дугме \":actionтект\", Копирајте и залепите УРЛ испод\nу свој веб прегледач:",
- "Last active": "Последњи Активан",
- "Last used": "Последњи пут коришћен",
- "Leave": "Напуштање",
- "Leave Team": "Напустите тим",
- "Log in": "Пријавите",
- "Log Out": "одјавите се",
- "Log Out Other Browser Sessions": "Одјавите Се Са Других Сесија Прегледача",
- "Login": "Пријавите",
- "Logout": "Одјава",
- "Manage Account": "Управљање налогом",
- "Manage and log out your active sessions on other browsers and devices.": "Управљајте активним сесијама и одјавите их у другим прегледачима и уређајима.",
- "Manage API Tokens": "Управљање АПИ токенима",
- "Manage Role": "Управљање улогом",
- "Manage Team": "Управљање тимом",
- "Name": "Име",
- "New Password": "Нова лозинка",
- "Not Found": "није пронађен",
- "of": "од",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Једном када се команда уклони, сви њени ресурси и подаци биће трајно избрисани. Пре него што избришете ову наредбу, преузмите све податке или информације о овој наредби које желите да сачувате.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Једном када се ваш налог уклони, сви његови ресурси и подаци биће неповратно избрисани. Пре него што избришете свој налог, преузмите све податке или информације које желите да сачувате.",
- "Page Expired": "Страница Је Истекла",
- "Pagination Navigation": "Навигација по страницама",
- "Password": "Лозинка",
- "Pending Team Invitations": "Чекајући Позивнице Тима",
- "Permanently delete this team.": "Трајно избришите ову наредбу.",
- "Permanently delete your account.": "Трајно избришите свој налог.",
- "Permissions": "Дозволе",
- "Photo": "Фотографија",
- "Please click the button below to verify your email address.": "Кликните на дугме испод да бисте потврдили своју адресу е-поште.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Потврдите приступ свом налогу уносом једног од ваших кодова за опоравак од катастрофе.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Молимо потврдите приступ свом налогу уносом кода за аутентификацију који пружа ваша апликација за аутентификацију.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Копирајте свој нови АПИ токен. Због ваше сигурности више се неће приказивати.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Унесите лозинку да бисте потврдили да желите да се одјавите са других сесија прегледача на свим својим уређајима.",
- "Please provide the email address of the person you would like to add to this team.": "Молимо наведите адресу е-поште особе коју желите да додате овој наредби.",
- "Privacy Policy": "политика приватности",
- "Profile": "Профил",
- "Profile Information": "Информације о профилу",
- "Recovery Code": "Код за опоравак",
- "Regards": "С поштовањем",
- "Regenerate Recovery Codes": "Регенерација кодова за опоравак",
- "Register": "Региструјте се",
- "Remember me": "Запамти ме",
- "Remember Me": "Запамти Ме",
- "Remove": "Брисање",
- "Remove Photo": "Избришите Фотографију",
- "Remove Team Member": "Уклоните Члана Тима",
- "Resend Verification Email": "Поновно Слање Верификационог Писма",
- "Reset Password": "ресетовање лозинке",
- "Reset Password Notification": "Обавештење о ресетовању лозинке",
- "results": "резултати",
- "Role": "Улога",
- "Save": "Сачувај",
- "Saved.": "Сачувано.",
- "Select A New Photo": "Изаберите Нову Фотографију",
- "Send Password Reset Link": "Пошаљите Везу За Ресетовање Лозинке",
- "Server Error": "Грешка сервера",
- "Service Unavailable": "Услуга Није Доступна",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Прикажи Кодове За Опоравак",
- "Showing": "Приказ",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Чувајте ове кодове за опоравак у сигурном управитељу лозинки. Они се могу користити за враћање приступа вашем налогу ако се изгуби уређај за двофакторну аутентификацију.",
- "Switch Teams": "Пребацивање команди",
- "Team Details": "Детаљи тима",
- "Team Invitation": "Позив за тим",
- "Team Members": "Чланови тима",
- "Team Name": "Назив тима",
- "Team Owner": "Власник тима",
- "Team Settings": "Подешавања команде",
- "Terms of Service": "услови услуге",
- "The :attribute must be a valid role.": ":Attribute мора бити валидна улога.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute треба да садржи најмање 3.400 знакова и садржи најмање један број.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute треба да садржи најмање :length знакова и садржи најмање један посебан знак и један број.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute треба да садржи најмање :length знакова и садржи најмање један посебан знак.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute треба да садржи најмање :length знака и садржи најмање један главни знак и један број.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute треба да садржи најмање :length знакова и садржи најмање један главни знак и један посебан знак.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute треба да садржи најмање 4.036 знакова и садржи најмање један главни знак, један број и један посебан знак.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute треба да садржи најмање 6.852 карактера и садржи најмање један главни знак.",
- "The :attribute must be at least :length characters.": ":Attribute мора бити најмање :length знакова.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Приложена лозинка не одговара вашој тренутној лозинци.",
- "The provided password was incorrect.": "Наведена лозинка је била погрешна.",
- "The provided two factor authentication code was invalid.": "Достављени двофакторски код за аутентификацију није валидан.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Име тима и информације о власнику.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Ови људи су позвани у ваш тим и добили су позивницу путем е-поште. Они се могу придружити тиму прихватањем позива путем е-поште.",
- "This device": "То је уређај",
- "This is a secure area of the application. Please confirm your password before continuing.": "Ово је сигурно подручје апликације. Молимо потврдите лозинку пре него што наставите.",
- "This password does not match our records.": "Ова лозинка се не поклапа са нашим записима.",
- "This password reset link will expire in :count minutes.": "Ова веза за ресетовање лозинке истиче за :count минута.",
- "This user already belongs to the team.": "Овај корисник већ припада тиму.",
- "This user has already been invited to the team.": "Овај корисник је већ позван у тим.",
- "to": "к",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Пребацивање навигације",
- "Token Name": "Име токена",
- "Too Many Requests": "Превише Захтева",
- "Two Factor Authentication": "Двофакторна Аутентификација",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Неовлашћено",
- "Unknown": "Unknown",
- "Update Password": "Ажурирајте лозинку",
- "Update your account's profile information and email address.": "Ажурирајте информације о профилу вашег налога и адресу е-поште.",
- "Use a recovery code": "Користите код за опоравак",
- "Use an authentication code": "Користите код за аутентификацију",
- "Verify Email Address": "Проверите Адресу Е-Поште",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Нисмо успели да нађемо регистрованог корисника са овом адресом е-поште.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Ако је омогућена двофакторска Аутентификација, од вас ће се тражити да унесете сигуран случајни токен током аутентификације. Овај токен можете добити из апликације Гоогле Аутхентицатор вашег телефона.",
- "Whoops!": "Ups!",
- "Whoops! Something went wrong.": "Ups! Нешто је пошло по злу.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Добијате ову е-пошту јер смо добили захтев за ресетовање лозинке за ваш налог.",
- "You have been invited to join the :team team!": "Позвани сте да се придружите тиму :team!",
- "You have enabled two factor authentication.": "Омогућили сте двофакторну аутентификацију.",
- "You have not enabled two factor authentication.": "Нисте омогућили двофакторну аутентификацију.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Можете уклонити било који од постојећих токена ако више нису потребни.",
- "You may not delete your personal team.": "Немате право да избришете свој лични тим.",
- "You may not leave a team that you created.": "Не можете напустити тим који сте створили.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/sr_Latn_ME/auth.php b/resources/lang/sr_Latn_ME/auth.php
deleted file mode 100644
index 973b943f..00000000
--- a/resources/lang/sr_Latn_ME/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Podaci ne odgovaraju ni jednom nalogu.',
- 'password' => 'Pogrešna lozinka.',
- 'throttle' => 'Previše neuspelih pokušaja. Pokušajte ponovo za :seconds sekundi.',
-];
diff --git a/resources/lang/sr_Latn_ME/http-statuses.php b/resources/lang/sr_Latn_ME/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/sr_Latn_ME/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/sr_Latn_ME/pagination.php b/resources/lang/sr_Latn_ME/pagination.php
deleted file mode 100644
index 8a2c1dc4..00000000
--- a/resources/lang/sr_Latn_ME/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'sljedeća »',
- 'previous' => '« prethodna',
-];
diff --git a/resources/lang/sr_Latn_ME/passwords.php b/resources/lang/sr_Latn_ME/passwords.php
deleted file mode 100644
index 13c24125..00000000
--- a/resources/lang/sr_Latn_ME/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Lozinka je resetovana.',
- 'sent' => 'Poslali smo vam e-mail sa uputstvom kako da resetujete lozinku.',
- 'throttled' => 'Molimo sačekajte prije nego što pokušate ponovo.',
- 'token' => 'Link za resetovanje lozinke nije ispravan.',
- 'user' => 'Nepostojeći korisnik.',
-];
diff --git a/resources/lang/sr_Latn_ME/validation.php b/resources/lang/sr_Latn_ME/validation.php
deleted file mode 100644
index cc2ad22c..00000000
--- a/resources/lang/sr_Latn_ME/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Morate prihvatiti :attribute polje.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => 'Polje :attribute nije link.',
- 'after' => 'Polje :attribute mora da bude poslije :date.',
- 'after_or_equal' => 'Polje :attribute mora da bude :date ili kasniji datum.',
- 'alpha' => 'Polje :attribute mora da sadrži samo slova.',
- 'alpha_dash' => 'Polje :attribute može da sadrži samo slova, brojeve i povlake.',
- 'alpha_num' => 'Polje :attribute može da sadrži samo slova i brojeve.',
- 'array' => 'Polje :attribute mora da bude niz.',
- 'attached' => 'Овај број :attribute је већ приложен.',
- 'before' => 'Polje :attribute mora da bude datum prije :date.',
- 'before_or_equal' => 'Polje :attribute mora da bude :date ili raniji datum.',
- 'between' => [
- 'array' => 'Niz :attribute mora da ima najmanje :min, a najviše :max stavki.',
- 'file' => 'Veličina dokumenta :attribute mora da bude između :min i :max kb.',
- 'numeric' => 'Vrijednost :attribute mora da bude između :min - :max.',
- 'string' => 'Rečenica polja :attribute mora da ima najmanje :min a najviše :max znakova.',
- ],
- 'boolean' => 'Polje :attribute mora da bude tačno ili netačno.',
- 'confirmed' => 'Potvrda za polje :attribute se ne poklapa.',
- 'current_password' => 'The password is incorrect.',
- 'date' => 'Polje :attribute ne sadrži datum.',
- 'date_equals' => 'Polje :attribute mora da bude :date.',
- 'date_format' => 'Polje :attribute ne sadrži odgovarajući format: :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'Polje :attribute mora da ima različitu vrijednost od :other.',
- 'digits' => 'Polje :attribute mora da sadrži :digits cifara.',
- 'digits_between' => 'Polje :attribute mora da se sastoji između :min i :max cifara.',
- 'dimensions' => 'Ilustracija :attribute mora biti odgovarajućih dimenzija.',
- 'distinct' => 'Polje :attribute nema jedinstvenu vrijednost.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'Polje :attribute mora biti ispravna E-mail adresa.',
- 'ends_with' => 'Polje :attribute mora da se završi sa: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Odabrana vrijednost za :attribute nije ispravna.',
- 'file' => 'Polje :attribute mora da bude dokument.',
- 'filled' => 'Polje :attribute mora da sadrži podatak.',
- 'gt' => [
- 'array' => 'Niz :attribute mora da sadrži više od :value stavki.',
- 'file' => 'Veličina dokumenta :attribute mora da bude veća od :value kb.',
- 'numeric' => 'Polje :attribute mora da bude veće od :value.',
- 'string' => 'Polje :attribute mora da sadrži više od :value znakova.',
- ],
- 'gte' => [
- 'array' => 'Niz :attribute mora da sadrži najmanje :value stavki.',
- 'file' => 'Veličina dokumenta :attribute mora da bude :value kb ili veća.',
- 'numeric' => 'Polje :attribute može da bude najmanje :value.',
- 'string' => 'Polje :attribute mora da sadrži najmanje :value znakova.',
- ],
- 'image' => 'Polje :attribute mora da bude ilustracija.',
- 'in' => 'Polje :attribute ne sadrži neku od predloženih vrijednosti.',
- 'in_array' => 'Vrijednost u polju :attribute nije sadržana u :other.',
- 'integer' => 'Vrijednost polja :attribute mora da bude broj.',
- 'ip' => 'Polje :attribute mora da bude ispravna IP adresa.',
- 'ipv4' => 'Polje :attribute mora da bude ispravna IPv4 adresa.',
- 'ipv6' => 'Polje :attribute mora da bude ispravna IPv6 adresa.',
- 'json' => 'Polje :attribute mora da bude u JSON formatu.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'Niz :attribute mora da sadrži manje od :value stavki.',
- 'file' => 'Veličina dokumenta :attribute mora da bude manja od :value kb.',
- 'numeric' => 'Polje :attribute mora da bude manje od :value.',
- 'string' => 'Polje :attribute mora da sadrži manje od :value znakova.',
- ],
- 'lte' => [
- 'array' => 'Niz :attribute mora da sadrži najviše :value stavki.',
- 'file' => 'Veličina dokumenta :attribute mora da bude :value kb ili manja.',
- 'numeric' => 'Polje :attribute može da bude najviše :value.',
- 'string' => 'Polje :attribute mora da sadrži najviše :value znakova.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'Niz :attribute mora da sadrži najviše :max stavki.',
- 'file' => 'Veličina dokumenta :attribute mora da bude :max kb ili manja.',
- 'numeric' => 'Polje :attribute može da bude najviše :max.',
- 'string' => 'Polje :attribute mora da sadrži najviše :max znakova.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'Vrsta dokumenta za polje :attribute mora da bude: :values.',
- 'mimetypes' => 'Vrsta dokumenta za polje :attribute mora da bude: :values.',
- 'min' => [
- 'array' => 'Niz :attribute mora da sadrži najmanje :min stavki.',
- 'file' => 'Veličina dokumenta :attribute mora da bude :min kb ili veća.',
- 'numeric' => 'Polje :attribute može da bude najmanje :min.',
- 'string' => 'Polje :attribute mora da sadrži najmanje :min znakova.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'Polje :attribute biti djeljivo sa :value',
- 'not_in' => 'Polje :attribute sadrži neku od nedozvoljenih vrijednosti.',
- 'not_regex' => 'Format polja :attribute nije ispravan.',
- 'numeric' => 'Polje :attribute mora da bude broj.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'Polje :attribute nije označeno.',
- 'prohibited' => 'Поље :attribute је забрањено.',
- 'prohibited_if' => 'Поље :attribute је забрањено када је :other :value.',
- 'prohibited_unless' => 'Поље :attribute је забрањено ако само :other није у :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'Format polja :attribute nije ispravan.',
- 'relatable' => 'Овај :attribute можда није повезан са овим ресурсом.',
- 'required' => 'Morate da popunite polje :attribute.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'Morate da popunite polje :attribute jer polje :other sadrži :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'Morate da popunite polje :attribute, osim ako je :other sadržan u :values.',
- 'required_with' => 'Morate da popunite polje :attribute sa poljima :values.',
- 'required_with_all' => 'Morate da popunite polje :attribute sa poljima :values.',
- 'required_without' => 'Morate da popunite polje :attribute jer nisu popunjena polja :values.',
- 'required_without_all' => 'Morate da popunite polje :attribute jer nisu popunjena polja :values.',
- 'same' => 'Polje :attribute ovog polja se mora poklopiti sa jednim od sledećeg: :other.',
- 'size' => [
- 'array' => 'Niz :attribute mora da sadrži tačno :value stavki.',
- 'file' => 'Veličina dokumenta :attribute mora da bude tačno :value k.',
- 'numeric' => 'Polje :attribute mora da bude tačno :value.',
- 'string' => 'Polje :attribute mora da sadrži tačno :value znakova.',
- ],
- 'starts_with' => 'Polje :attribute mora da počne sa: :values.',
- 'string' => 'Polje :attribute mora da bude rečenica.',
- 'timezone' => 'Polje :attribute mora da bude ispravna vremenska zona.',
- 'unique' => 'Unijeta vrijednost za :attribute već postoji.',
- 'uploaded' => 'Greška pri postavljanju dokumenata.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Polje :attribute nije link.',
- 'uuid' => 'Polje :attribute nije pretstavljen kao jedinstveni identifikator.',
- 'attributes' => [
- 'address' => 'adresa',
- 'age' => 'godine',
- 'amount' => 'suma',
- 'area' => 'površina',
- 'available' => 'dostupno',
- 'birthday' => 'rođendan',
- 'body' => 'sadržaj',
- 'city' => 'grad',
- 'content' => 'sadržaj',
- 'country' => 'država',
- 'created_at' => 'kreirano',
- 'creator' => 'autor',
- 'current_password' => 'trenutna lozinka',
- 'date' => 'datum',
- 'date_of_birth' => 'datum rođenja',
- 'day' => 'dan',
- 'deleted_at' => 'obrisano',
- 'description' => 'opis',
- 'district' => 'okrug',
- 'duration' => 'trajanje',
- 'email' => 'email',
- 'excerpt' => 'siže',
- 'filter' => 'filter',
- 'first_name' => 'ime',
- 'gender' => 'pol',
- 'group' => 'grupa',
- 'hour' => 'sat',
- 'image' => 'slika',
- 'last_name' => 'prezime',
- 'lesson' => 'čas',
- 'line_address_1' => 'adresa',
- 'line_address_2' => 'dodatak adresi',
- 'message' => 'poruka',
- 'middle_name' => 'srednje ime',
- 'minute' => 'minuti',
- 'mobile' => 'mobilni',
- 'month' => 'mjesec',
- 'name' => 'ime',
- 'national_code' => 'Nacionalni kod',
- 'number' => 'number',
- 'password' => 'lozinka',
- 'password_confirmation' => 'provjera lozinke',
- 'phone' => 'telefon',
- 'photo' => 'fotografija',
- 'postal_code' => 'poštanski broj',
- 'price' => 'cijena',
- 'province' => 'pokrajina',
- 'recaptcha_response_field' => 'recaptcha polje',
- 'remember' => 'zapamti me',
- 'restored_at' => 'obnovljeno',
- 'result_text_under_image' => 'rezultat teksta ispod slike',
- 'role' => 'uloga',
- 'second' => 'sekunde',
- 'sex' => 'pol',
- 'short_text' => 'kratak tekst',
- 'size' => 'veličina',
- 'state' => 'država',
- 'street' => 'ulica',
- 'student' => 'student',
- 'subject' => 'naslov',
- 'teacher' => 'učitelj',
- 'terms' => 'uslovi',
- 'test_description' => 'testni opis',
- 'test_locale' => 'testni jezik',
- 'test_name' => 'testno ime',
- 'text' => 'tekst',
- 'time' => 'vrijeme',
- 'title' => 'naslov',
- 'updated_at' => 'ažurirano',
- 'username' => 'korisničko ime',
- 'year' => 'godina',
- ],
-];
diff --git a/resources/lang/sv.json b/resources/lang/sv.json
deleted file mode 100644
index 4eb01ff2..00000000
--- a/resources/lang/sv.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Acceptera inbjudan",
- "Add": "Lägg till",
- "Add a new team member to your team, allowing them to collaborate with you.": "Lägg till en ny teammedlem i ditt team, så att de kan samarbeta med dig.",
- "Add additional security to your account using two factor authentication.": "Lägg till ytterligare säkerhet i ditt konto med två faktorautentisering.",
- "Add Team Member": "Lägg Till Teammedlem",
- "Added.": "Lagt till.",
- "Administrator": "Administratör",
- "Administrator users can perform any action.": "Administratörsanvändare kan utföra alla åtgärder.",
- "All of the people that are part of this team.": "Alla de människor som är en del av detta team.",
- "All rights reserved.": "Alla rättigheter förbehålls.",
- "Already registered?": "Redan registrerad?",
- "API Token": "API-Token",
- "API Token Permissions": "API Token behörigheter",
- "API Tokens": "API-Tokens",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API-tokens tillåter tredjepartstjänster att autentisera med vår ansökan för din räkning.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Är du säker på att du vill ta bort det här laget? När ett lag har tagits bort kommer alla dess resurser och data att raderas permanent.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Är du säker på att du vill ta bort ditt konto? När ditt konto har tagits bort kommer alla dess resurser och data att raderas permanent. Ange ditt lösenord för att bekräfta att du vill ta bort ditt konto permanent.",
- "Are you sure you would like to delete this API token?": "Är du säker på att du vill ta bort denna API-token?",
- "Are you sure you would like to leave this team?": "Är du säker på att du vill lämna det här laget?",
- "Are you sure you would like to remove this person from the team?": "Är du säker på att du vill ta bort den här personen från laget?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Webbläsarsessioner",
- "Cancel": "Avbryta",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Stäng",
- "Code": "Kod",
- "Confirm": "Bekräfta",
- "Confirm Password": "Bekräfta lösenordet",
- "Create": "Skapa",
- "Create a new team to collaborate with others on projects.": "Skapa ett nytt team för att samarbeta med andra om projekt.",
- "Create Account": "Skapa konto",
- "Create API Token": "Skapa API-token",
- "Create New Team": "Skapa nytt team",
- "Create Team": "Skapa team",
- "Created.": "Skapad.",
- "Current Password": "Nuvarande lösenord",
- "Dashboard": "Instrumentpanel",
- "Delete": "Radera",
- "Delete Account": "Radera konto",
- "Delete API Token": "Radera API-token",
- "Delete Team": "Radera team",
- "Disable": "Inaktivera",
- "Done.": "Klar.",
- "Edit Profile": "Edit Profile",
- "Editor": "Utgivare",
- "Editor users have the ability to read, create, and update.": "Redigeraranvändare har möjlighet att läsa, skapa och uppdatera.",
- "Email": "E-post",
- "Email Address": "postadress",
- "Email Password Reset Link": "Skicka återställningslänk",
- "Enable": "Aktivera",
- "Ensure your account is using a long, random password to stay secure.": "Se till att ditt konto använder ett långt, slumpmässigt lösenord för att vara säkert.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "För din säkerhet, bekräfta ditt lösenord för att fortsätta.",
- "Forbidden": "Förbjuden",
- "Forgot your password?": "Glömt ditt lösenord?",
- "Forgot Your Password?": "Glömt ditt lösenord?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Glömt ditt lösenord? Inga problem. Ange din e-post adress så skickar vi en återställningslänk.",
- "Go to page :page": "Gå till sidan :page",
- "Great! You have accepted the invitation to join the :team team.": "Toppen! Du har accepterat inbjudan att gå med i :team-laget.",
- "Hello!": "Hej!",
- "I agree to the :terms_of_service and :privacy_policy": "Jag samtycker till :terms_of_service och :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Om det behövs kan du logga ut från alla dina andra webbläsarsessioner på alla dina enheter. Några av dina senaste sessioner listas nedan; denna lista kan dock inte vara uttömmande. Om du känner att ditt konto har äventyrats bör du också uppdatera ditt lösenord.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Om du redan har ett konto kan du acceptera inbjudan genom att klicka på knappen nedan:",
- "If you did not create an account, no further action is required.": "Om du ej har skapat ett konto behöver du ej göra något.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Om du inte förväntade dig att få en inbjudan till det här laget kan du kassera det här e-postmeddelandet.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Om du inte har begärt ett lösenord behöver du ej göra något.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Om du inte har ett konto kan du skapa ett genom att klicka på knappen nedan. När du har skapat ett konto kan du klicka på knappen inbjudan acceptans i det här e-postmeddelandet för att acceptera teaminbjudan:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Om det ej fungerar att klicka på \":actionText\"-knappen, kopiera och klista in länken nedan i webbläsarens adressfält:",
- "Last active": "Senast aktiv",
- "Last used": "Senast använd",
- "Leave": "Lämna",
- "Leave Team": "Lämna team",
- "Log in": "Inloggning",
- "Log Out": "utloggning",
- "Log Out Other Browser Sessions": "Logga Ut Andra Webbläsarsessioner",
- "Login": "Logga in",
- "Logout": "Logga ut",
- "Manage Account": "Hantera Konto",
- "Manage and log out your active sessions on other browsers and devices.": "Hantera och logga ut dina aktiva sessioner på andra webbläsare och enheter.",
- "Manage API Tokens": "Hantera API-Tokens",
- "Manage Role": "Hantera Roll",
- "Manage Team": "Hantera Team",
- "Name": "Namn",
- "New Password": "Nytt lösenord",
- "Not Found": "Hittades ej",
- "of": "av",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "När ett lag har tagits bort kommer alla dess resurser och data att raderas permanent. Innan du tar bort det här laget, ladda ner data eller information om det här laget som du vill behålla.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "När ditt konto har tagits bort kommer alla dess resurser och data att raderas permanent. Innan du tar bort ditt konto, ladda ner data eller information som du vill behålla.",
- "Page Expired": "Sidan är utgången",
- "Pagination Navigation": "Sidnumrering Navigering",
- "Password": "Lösenord",
- "Pending Team Invitations": "Väntande Teaminbjudningar",
- "Permanently delete this team.": "Ta bort det här laget permanent.",
- "Permanently delete your account.": "Ta bort ditt konto permanent.",
- "Permissions": "Behörighet",
- "Photo": "Foto",
- "Please click the button below to verify your email address.": "Vänligen klicka på knappen nedan för att verifiera din e-postadress.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Bekräfta åtkomst till ditt konto genom att ange en av dina nödåterställningskoder.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Bekräfta åtkomst till ditt konto genom att ange autentiseringskoden som tillhandahålls av ditt autentiseringsprogram.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Vänligen kopiera din nya API-token. För din säkerhet kommer den inte att visas igen.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Ange ditt lösenord för att bekräfta att du vill logga ut från dina andra webbläsarsessioner över alla dina enheter.",
- "Please provide the email address of the person you would like to add to this team.": "Ange e-postadressen till den person du vill lägga till i det här laget.",
- "Privacy Policy": "sekretesspolicy",
- "Profile": "Profil",
- "Profile Information": "profilinformation",
- "Recovery Code": "Återställningskod",
- "Regards": "Hälsningar",
- "Regenerate Recovery Codes": "Skapa nya återställningskoder",
- "Register": "Registrera",
- "Remember me": "Kom ihåg mig",
- "Remember Me": "Kom ihåg mig",
- "Remove": "Ta bort",
- "Remove Photo": "Ta Bort Foto",
- "Remove Team Member": "Ta Bort Gruppmedlem",
- "Resend Verification Email": "Skicka Verifieringsmeddelande Igen",
- "Reset Password": "Återställ lösenordet",
- "Reset Password Notification": "Återställ lösenordet-notifikationen",
- "results": "resultat",
- "Role": "Roll",
- "Save": "Spara",
- "Saved.": "Sparad.",
- "Select A New Photo": "Välj ett nytt foto",
- "Send Password Reset Link": "Skicka återställningslänken",
- "Server Error": "Serverfel",
- "Service Unavailable": "Tjänsten svarar ej",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Visa återställningskoder",
- "Showing": "Visar",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Lagra dessa återställningskoder i en säker lösenordshanterare. De kan användas för att återställa åtkomst till ditt konto om din tvåfaktorsautentiseringsenhet går förlorad.",
- "Switch Teams": "Byt team",
- "Team Details": "Team detaljer",
- "Team Invitation": "Gruppinbjudan",
- "Team Members": "Team medlemmar",
- "Team Name": "Teamets namn",
- "Team Owner": "Teamägare",
- "Team Settings": "Teaminställningar",
- "Terms of Service": "användarvillkor",
- "The :attribute must be a valid role.": ":Attribute måste vara en giltig Roll.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute måste vara minst :length tecken och innehålla minst ett nummer.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute måste vara minst :length tecken och innehålla minst ett specialtecken och ett nummer.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute måste vara minst :length tecken och innehålla minst ett specialtecken.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute måste vara minst :length tecken och innehålla minst ett VERSALT TECKEN och ett nummer.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute måste vara minst :length tecken och innehålla minst ett VERSALT TECKEN och ett specialtecken.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute måste vara minst :length tecken och innehålla minst ett VERSALT TECKEN, ett nummer och ett specialtecken.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute måste vara minst :length tecken och innehålla minst ett VERSALT TECKEN.",
- "The :attribute must be at least :length characters.": ":Attribute måste vara minst :length tecken.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Det angivna lösenordet matchar inte ditt nuvarande lösenord.",
- "The provided password was incorrect.": "Det angivna lösenordet var felaktigt.",
- "The provided two factor authentication code was invalid.": "Den angivna tvåfaktorsautentiseringskoden var ogiltig.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Lagets namn och ägarinformation.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Dessa personer har blivit inbjudna till ditt team och har skickats en inbjudan e-post. De kan gå med i laget genom att acceptera e-postinbjudan.",
- "This device": "Denna enhet",
- "This is a secure area of the application. Please confirm your password before continuing.": "Detta är ett säkert område av ansökan. Bekräfta ditt lösenord innan du fortsätter.",
- "This password does not match our records.": "Detta Lösenord matchar inte våra poster.",
- "This password reset link will expire in :count minutes.": "Denna återställningslänk kommer att gå ut om :count minuter.",
- "This user already belongs to the team.": "Den här användaren tillhör redan teamet.",
- "This user has already been invited to the team.": "Den här användaren har redan blivit inbjuden till laget.",
- "to": "till",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Toggla meny",
- "Token Name": "Token namn",
- "Too Many Requests": "För många anrop",
- "Two Factor Authentication": "Tvåfaktorsautentisering",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Obehörig",
- "Unknown": "Unknown",
- "Update Password": "Uppdatera lösenord",
- "Update your account's profile information and email address.": "Uppdatera kontots profilinformation och e-postadress.",
- "Use a recovery code": "Använd en återställningskod",
- "Use an authentication code": "Använd en autentiseringskod",
- "Verify Email Address": "Bekräfta e-postadress",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Vi kunde inte hitta en registrerad användare med den här e-postadressen.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "När tvåfaktorsautentisering är aktiverad blir du tillfrågad om en säker, slumpmässig token under autentisering. Du kan hämta denna token från telefonens Google Authenticator-program.",
- "Whoops!": "Oops!",
- "Whoops! Something went wrong.": "Oops! Något gick fel.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Du får detta mail då någon ha begärt återställning av lösenordet för ditt konto.",
- "You have been invited to join the :team team!": "Du har blivit inbjuden att gå med i :team-laget!",
- "You have enabled two factor authentication.": "Du har aktiverat två faktorautentisering.",
- "You have not enabled two factor authentication.": "Du har inte aktiverat tvåfaktorsautentisering.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Du kan ta bort någon av dina befintliga tokens om de inte längre behövs.",
- "You may not delete your personal team.": "Du får inte radera ditt personliga team.",
- "You may not leave a team that you created.": "Du får inte lämna ett lag som du skapat.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/sv/auth.php b/resources/lang/sv/auth.php
deleted file mode 100644
index 2ef0290d..00000000
--- a/resources/lang/sv/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Dessa uppgifter stämmer inte överens med vårt register.',
- 'password' => 'Lösenordet är fel.',
- 'throttle' => 'För många inloggningsförsök. Var vänlig försök igen om :seconds sekunder.',
-];
diff --git a/resources/lang/sv/http-statuses.php b/resources/lang/sv/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/sv/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/sv/pagination.php b/resources/lang/sv/pagination.php
deleted file mode 100644
index b21e0a77..00000000
--- a/resources/lang/sv/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Nästa »',
- 'previous' => '« Föregående',
-];
diff --git a/resources/lang/sv/passwords.php b/resources/lang/sv/passwords.php
deleted file mode 100644
index 4503b79d..00000000
--- a/resources/lang/sv/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Lösenordet har blivit återställt!',
- 'sent' => 'Lösenordspåminnelse skickad!',
- 'throttled' => 'Vänligen vänta innan du försöker igen.',
- 'token' => 'Koden för lösenordsåterställning är ogiltig.',
- 'user' => 'Det finns ingen användare med den e-postadressen.',
-];
diff --git a/resources/lang/sv/validation.php b/resources/lang/sv/validation.php
deleted file mode 100644
index 24f497e7..00000000
--- a/resources/lang/sv/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute måste accepteras.',
- 'accepted_if' => ':Attribute måste accepteras när :other är :value.',
- 'active_url' => ':Attribute är inte en giltig webbadress.',
- 'after' => ':Attribute måste vara ett datum efter :date.',
- 'after_or_equal' => ':Attribute måste vara ett datum senare eller samma dag som :date.',
- 'alpha' => ':Attribute får endast innehålla bokstäver.',
- 'alpha_dash' => ':Attribute får endast innehålla bokstäver, siffror och bindestreck.',
- 'alpha_num' => ':Attribute får endast innehålla bokstäver och siffror.',
- 'array' => ':Attribute måste vara en array.',
- 'attached' => 'Denna :attribute är redan bifogad.',
- 'before' => ':Attribute måste vara ett datum innan :date.',
- 'before_or_equal' => ':Attribute måste vara ett datum före eller samma dag som :date.',
- 'between' => [
- 'array' => ':Attribute måste innehålla mellan :min - :max objekt.',
- 'file' => ':Attribute måste vara mellan :min till :max kilobyte stor.',
- 'numeric' => ':Attribute måste vara en siffra mellan :min och :max.',
- 'string' => ':Attribute måste innehålla :min till :max tecken.',
- ],
- 'boolean' => ':Attribute måste vara sant eller falskt.',
- 'confirmed' => ':Attribute bekräftelsen matchar inte.',
- 'current_password' => 'Lösenordet är felaktigt.',
- 'date' => ':Attribute är inte ett giltigt datum.',
- 'date_equals' => ':Attribute måste vara ett datum lika med :date.',
- 'date_format' => ':Attribute matchar inte formatet :format.',
- 'declined' => ':Attribute måste vara avaktiverat.',
- 'declined_if' => ':Attribute måste vara avaktiverat när :other är :value.',
- 'different' => ':Attribute och :other får inte vara lika.',
- 'digits' => ':Attribute måste vara :digits tecken.',
- 'digits_between' => ':Attribute måste vara mellan :min och :max tecken.',
- 'dimensions' => ':Attribute har felaktiga bilddimensioner.',
- 'distinct' => ':Attribute innehåller fler än en repetition av samma element.',
- 'doesnt_end_with' => ':Attribute får inte sluta med det följande värden: :values.',
- 'doesnt_start_with' => ':Attribute får inte börja med följande värden: :values.',
- 'email' => ':Attribute måste innehålla en korrekt e-postadress.',
- 'ends_with' => ':Attribute måste sluta med en av följande: :values.',
- 'enum' => ':Attribute är ogiltigt.',
- 'exists' => ':Attribute existerar i databasen och är därför ogiltigt.',
- 'file' => ':Attribute måste vara en fil.',
- 'filled' => ':Attribute är obligatoriskt.',
- 'gt' => [
- 'array' => ':Attribute måste innehålla fler än :value objekt.',
- 'file' => ':Attribute måste vara större än :value kilobyte stor.',
- 'numeric' => ':Attribute måste vara större än :value.',
- 'string' => ':Attribute måste vara längre än :value tecken.',
- ],
- 'gte' => [
- 'array' => ':Attribute måste innehålla lika många eller fler än :value objekt.',
- 'file' => ':Attribute måste vara lika med eller större än :value kilobyte stor.',
- 'numeric' => ':Attribute måste vara lika med eller större än :value.',
- 'string' => ':Attribute måste vara lika med eller längre än :value tecken.',
- ],
- 'image' => ':Attribute måste vara en bild.',
- 'in' => ':Attribute är ogiltigt.',
- 'in_array' => ':Attribute finns inte i :other.',
- 'integer' => ':Attribute måste vara en siffra.',
- 'ip' => ':Attribute måste vara en giltig IP-adress.',
- 'ipv4' => ':Attribute måste vara en giltig IPv4-adress.',
- 'ipv6' => ':Attribute måste vara en giltig IPv6-adress.',
- 'json' => ':Attribute måste vara en giltig JSON-sträng.',
- 'lowercase' => ':Attribute måste vara i små bokstäver.',
- 'lt' => [
- 'array' => ':Attribute måste innehålla färre än :value objekt.',
- 'file' => ':Attribute måste vara mindre än :value kilobyte stor.',
- 'numeric' => ':Attribute måste vara mindre än :value.',
- 'string' => ':Attribute måste vara kortare än :value tecken.',
- ],
- 'lte' => [
- 'array' => ':Attribute måste innehålla lika många eller färre än :value objekt.',
- 'file' => ':Attribute måste vara lika med eller mindre än :value kilobyte stor.',
- 'numeric' => ':Attribute måste vara lika med eller mindre än :value.',
- 'string' => ':Attribute måste vara lika med eller kortare än :value tecken.',
- ],
- 'mac_address' => ':Attribute måste vara en giltig MAC adress.',
- 'max' => [
- 'array' => ':Attribute får inte innehålla mer än :max objekt.',
- 'file' => ':Attribute får max vara :max kilobyte stor.',
- 'numeric' => ':Attribute får inte vara större än :max.',
- 'string' => ':Attribute får max innehålla :max tecken.',
- ],
- 'max_digits' => ':Attribute får inte innehålla mer än :max siffror.',
- 'mimes' => ':Attribute måste vara en fil av typen: :values.',
- 'mimetypes' => ':Attribute måste vara en fil av typen: :values.',
- 'min' => [
- 'array' => ':Attribute måste innehålla minst :min objekt.',
- 'file' => ':Attribute måste vara minst :min kilobyte stor.',
- 'numeric' => ':Attribute måste vara större än :min.',
- 'string' => ':Attribute måste innehålla minst :min tecken.',
- ],
- 'min_digits' => ':Attribute måste innehålla ett minimum av :min siffror.',
- 'multiple_of' => ':Attribute måste vara en multipel av :value',
- 'not_in' => ':Attribute är ogiltigt.',
- 'not_regex' => 'Formatet för :attribute är ogiltigt.',
- 'numeric' => ':Attribute måste vara en siffra.',
- 'password' => [
- 'letters' => ':Attribute måste innehålla minst en bokstav.',
- 'mixed' => ':Attribute måste innehålla minst en lite och en stor bokstav.',
- 'numbers' => ':Attribute måste innehålla minst en siffra.',
- 'symbols' => ':Attribute måste innehålla minst en symbol.',
- 'uncompromised' => 'Det angivna :attribute återfinns i läkta källor på internet. Byt :attribute så fort som möjligt.',
- ],
- 'present' => ':Attribute måste finnas med.',
- 'prohibited' => 'Fältet :attribute är förbjudet.',
- 'prohibited_if' => ':Attribute är förbjudet när :other är :value.',
- 'prohibited_unless' => ':Attribute är förbjudet om inte :other är :values.',
- 'prohibits' => ':Attribute fältet förhindrar :other att ha ett värde.',
- 'regex' => ':Attribute har ogiltigt format.',
- 'relatable' => 'Denna :attribute kanske inte är associerad med den här resursen.',
- 'required' => ':Attribute är obligatoriskt.',
- 'required_array_keys' => ':Attribute måste innehålla listnamn för :values.',
- 'required_if' => ':Attribute är obligatoriskt när :other är :value.',
- 'required_if_accepted' => 'Fältet :attribute är ett krav när fält :other är accepterat.',
- 'required_unless' => ':Attribute är obligatoriskt när inte :other finns bland :values.',
- 'required_with' => ':Attribute är obligatoriskt när :values är ifyllt.',
- 'required_with_all' => ':Attribute är obligatoriskt när :values är ifyllt.',
- 'required_without' => ':Attribute är obligatoriskt när :values ej är ifyllt.',
- 'required_without_all' => ':Attribute är obligatoriskt när ingen av :values är ifyllt.',
- 'same' => ':Attribute och :other måste vara lika.',
- 'size' => [
- 'array' => ':Attribute måste innehålla :size objekt.',
- 'file' => ':Attribute får endast vara :size kilobyte stor.',
- 'numeric' => ':Attribute måste vara :size.',
- 'string' => ':Attribute måste innehålla :size tecken.',
- ],
- 'starts_with' => ':Attribute måste börja med en av följande: :values',
- 'string' => ':Attribute måste vara en sträng.',
- 'timezone' => ':Attribute måste vara en giltig tidszon.',
- 'unique' => ':Attribute används redan.',
- 'uploaded' => ':Attribute kunde inte laddas upp.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute har ett ogiltigt format.',
- 'uuid' => ':Attribute måste vara ett giltigt UUID.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/sw.json b/resources/lang/sw.json
deleted file mode 100644
index be3c170c..00000000
--- a/resources/lang/sw.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(na :count makosa zaidi)",
- "(and :count more errors)": "(na :count makosa zaidi)",
- "A fresh verification link has been sent to your email address.": "Kiungo kipya cha uthibitishaji kimetumwa kwa anwani yako ya barua pepe.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "Kiungo kipya cha uthibitishaji kimetumwa kwa anwani ya barua pepe uliyotoa katika mipangilio ya wasifu wako.",
- "A new verification link has been sent to your email address.": "Kiungo kipya cha uthibitishaji kimetumwa kwa anwani yako ya barua pepe.",
- "Accept Invitation": "Kubali Mwaliko",
- "Add": "Kuongeza",
- "Add a new team member to your team, allowing them to collaborate with you.": "Ongeza mwanachama mpya wa timu kwenye timu yako, na kuwaruhusu kushirikiana nawe.",
- "Add additional security to your account using two factor authentication.": "Ongeza usalama wa ziada kwa akaunti yako kwa kutumia uthibitishaji wa vipengele viwili.",
- "Add Team Member": "Kuongeza Timu Ya Wanachama",
- "Added.": "Aliongeza.",
- "Administrator": "Msimamizi",
- "Administrator users can perform any action.": "Msimamizi watumiaji wanaweza kufanya hatua yoyote.",
- "All of the people that are part of this team.": "Watu wote ambao ni sehemu ya timu hii.",
- "All rights reserved.": "Haki zote zimehifadhiwa.",
- "Already registered?": "Je, umesajiliwa tayari?",
- "API Token": "API Tokeni",
- "API Token Permissions": "Ruhusa za Tokeni za API",
- "API Tokens": "Tokeni za API",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "Tokeni za API huruhusu huduma za wahusika wengine kuthibitisha na programu yetu kwa niaba yako.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Je, una uhakika unataka kufuta timu hii? Baada ya timu kufutwa, rasilimali na data yake yote itafutwa kabisa.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Je, una uhakika unataka kufuta akaunti yako? Baada ya kufuta akaunti yako, rasilimali na data yake yote itafutwa kabisa. Tafadhali weka nenosiri lako ili kuthibitisha ungependa kufuta akaunti yako kabisa.",
- "Are you sure you would like to delete this API token?": "Je, una uhakika ungependa kufuta tokeni hii ya API?",
- "Are you sure you would like to leave this team?": "Je, una uhakika ungependa kuondoka kwenye timu hii?",
- "Are you sure you would like to remove this person from the team?": "Je, una uhakika ungependa kumwondoa mtu huyu kwenye timu?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Kabla ya kuendelea, unaweza kuthibitisha anwani yako ya barua pepe kwa kubofya kiungo ambacho tumekutumia hivi punde? Ikiwa hukupokea barua pepe, tutakutumia nyingine kwa furaha.",
- "Before proceeding, please check your email for a verification link.": "Kabla ya kuendelea, tafadhali angalia barua pepe yako kwa kiungo cha uthibitishaji.",
- "Browser Sessions": "Vipindi vya Kivinjari",
- "Cancel": "Ghairi",
- "Click here to re-send the verification email.": "Bofya hapa ili kutuma tena barua pepe ya uthibitishaji.",
- "click here to request another": "bonyeza hapa kuomba nyingine",
- "Close": "Funga",
- "Code": "Kanuni",
- "Confirm": "Kuthibitisha",
- "Confirm Password": "Kuthibitisha Nenosiri",
- "Create": "Unda",
- "Create a new team to collaborate with others on projects.": "Unda timu mpya ili kushirikiana na wengine kwenye miradi.",
- "Create Account": "Kujenga Akaunti",
- "Create API Token": "Unda Tokeni ya API",
- "Create New Team": "Kuunda Timu Mpya",
- "Create Team": "Kujenga Timu",
- "Created.": "Kuundwa.",
- "Current Password": "Nenosiri la sasa",
- "Dashboard": "Dashibodi",
- "Delete": "Kufuta",
- "Delete Account": "Kufuta Akaunti",
- "Delete API Token": "Futa Tokeni ya API",
- "Delete Team": "Kufuta Timu",
- "Disable": "Zima",
- "Done.": "Imekamilika.",
- "Edit Profile": "Hariri Wasifu",
- "Editor": "Mhariri",
- "Editor users have the ability to read, create, and update.": "Watumiaji wa kihariri wana uwezo wa kusoma, kuunda na kusasisha.",
- "Email": "Barua pepe",
- "Email Address": "Anwani Ya Barua Pepe",
- "Email Password Reset Link": "Tuma kwa Barua pepe Kiungo cha Kuweka upya Nenosiri",
- "Enable": "Washa",
- "Ensure your account is using a long, random password to stay secure.": "Hakikisha kuwa akaunti yako inatumia nenosiri refu lisilo na mpangilio ili kukaa salama.",
- "Finish enabling two factor authentication.": "Maliza kuwezesha uthibitishaji wa sababu mbili.",
- "For your security, please confirm your password to continue.": "Kwa ajili ya usalama wako, tafadhali thibitisha nenosiri lako kuendelea.",
- "Forbidden": "Haramu",
- "Forgot your password?": "Umesahau Nenosiri lako?",
- "Forgot Your Password?": "Umesahau Nenosiri lako?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Umesahau nenosiri yako? Hakuna shida. Hebu tujulishe anwani yako ya barua pepe na tutakutumia kiungo cha kuweka upya nenosiri kitakachokuruhusu kuchagua mpya.",
- "Go to page :page": "Kwenda kwa ukurasa :page",
- "Great! You have accepted the invitation to join the :team team.": "Safi! Umekubali mwaliko wa kujiunga na timu :team.",
- "Hello!": "Hello!",
- "I agree to the :terms_of_service and :privacy_policy": "Ninakubaliana na :terms_of_service na :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Ikihitajika, unaweza kuondoka kwenye vipindi vyako vyote vya kivinjari kwenye vifaa vyako vyote. Baadhi ya vipindi vyako vya hivi majuzi vimeorodheshwa hapa chini; hata hivyo, orodha hii inaweza kuwa si kamilifu. Ikiwa unahisi kuwa akaunti yako imeingiliwa, unapaswa pia kusasisha nenosiri lako.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Ikiwa tayari una akaunti, unaweza kukubali mwaliko huu kwa kubofya kitufe kilicho hapa chini:",
- "If you did not create an account, no further action is required.": "Ikiwa hukufungua akaunti, hakuna hatua zaidi inayohitajika.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Ikiwa hukutarajia kupokea mwaliko kwa timu hii, unaweza kutupa barua pepe hii.",
- "If you did not receive the email": "Ikiwa haukupokea barua pepe",
- "If you did not request a password reset, no further action is required.": "Ikiwa hukuomba kuweka upya nenosiri, hakuna hatua zaidi inayohitajika.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ikiwa huna akaunti, unaweza kufungua kwa kubofya kitufe kilicho hapa chini. Baada ya kufungua akaunti, unaweza kubofya kitufe cha kukubali mwaliko katika barua pepe hii ili kukubali mwaliko wa timu:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Ikiwa unatatizika kubofya kitufe cha \":actionText\", nakili na ubandike URL iliyo hapa chini \n kwenye kivinjari chako cha wavuti:",
- "Last active": "Mara ya mwisho kutumika",
- "Last used": "Mara ya mwisho kutumika",
- "Leave": "Kuondoka",
- "Leave Team": "Acha Timu",
- "Log in": "Ingia",
- "Log Out": "Toka nje",
- "Log Out Other Browser Sessions": "Ondoka kwa Vipindi Vingine vya Kivinjari",
- "Login": "Ingia",
- "Logout": "Toka nje",
- "Manage Account": "Kusimamia Akaunti",
- "Manage and log out your active sessions on other browsers and devices.": "Dhibiti na uondoe vipindi vyako vinavyotumika kwenye vivinjari na vifaa vingine.",
- "Manage API Tokens": "KDhibiti Tokeni za API",
- "Manage Role": "Kusimamia Jukumu",
- "Manage Team": "Kusimamia Timu",
- "Name": "Jina",
- "New Password": "Nenosiri Jipya",
- "Not Found": "Haipatikani",
- "of": "ya",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Baada ya timu kufutwa, rasilimali na data yake yote itafutwa kabisa. Kabla ya kufuta timu hii, tafadhali pakua data au taarifa yoyote kuhusu timu hii ambayo ungependa kuhifadhi.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Baada ya kufuta akaunti yako, rasilimali na data yake yote itafutwa kabisa. Kabla ya kufuta akaunti yako, tafadhali pakua data au taarifa yoyote ambayo ungependa kuhifadhi.",
- "Page Expired": "Ukurasa umeisha Muda Wake",
- "Pagination Navigation": "Urambazaji Kurasa",
- "Password": "Nenosiri",
- "Pending Team Invitations": "Mialiko ya Timu Inasubiri",
- "Permanently delete this team.": "Futa timu hii kabisa.",
- "Permanently delete your account.": "Futa akaunti yako kabisa.",
- "Permissions": "Ruhusa",
- "Photo": "Picha",
- "Please click the button below to verify your email address.": "Tafadhali bofya kitufe kilicho hapa chini ili kuthibitisha anwani yako ya barua pepe.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Tafadhali thibitisha ufikiaji wa akaunti yako kwa kuweka mojawapo ya misimbo yako ya uokoaji wa dharura.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Tafadhali thibitisha ufikiaji wa akaunti yako kwa kuweka msimbo wa uthibitishaji uliotolewa na programu yako ya uthibitishaji.",
- "Please confirm your password before continuing.": "Tafadhali thibitisha nenosiri lako kabla ya kuendelea.",
- "Please copy your new API token. For your security, it won't be shown again.": "Tafadhali nakili tokeni yako mpya ya API. Kwa usalama wako, haitaonyeshwa tena.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Tafadhali weka nenosiri lako ili kuthibitisha ungependa kuondoka kwenye vipindi vyako vingine vya kivinjari kwenye vifaa vyako vyote.",
- "Please provide the email address of the person you would like to add to this team.": "Tafadhali toa barua pepe ya mtu ambaye ungependa kumuongeza kwenye timu hii.",
- "Privacy Policy": "Sera Ya Faragha",
- "Profile": "Wasifu",
- "Profile Information": "Maelezo Mafupi",
- "Recovery Code": "Msimbo Mrejesho",
- "Regards": "Salamu",
- "Regenerate Recovery Codes": "Tengeneza upya Misimbo ya Urejeshaji",
- "Register": "Kujiandikisha",
- "Remember me": "Nikumbuke",
- "Remember Me": "Nikumbuke",
- "Remove": "Ondoa",
- "Remove Photo": "Ondoa Picha",
- "Remove Team Member": "Kuondoa Timu Ya Wanachama",
- "Resend Verification Email": "Tuma Barua Pepe Ya Uthibitisho",
- "Reset Password": "Weka Upya Nenosiri",
- "Reset Password Notification": "Weka upya Arifa ya Nenosiri",
- "results": "matokeo",
- "Role": "Jukumu",
- "Save": "Ila",
- "Saved.": "Imehifadhiwa.",
- "Select A New Photo": "Chagua Picha Mpya",
- "Send Password Reset Link": "Tuma Kiungo cha Kuweka upya Nenosiri",
- "Server Error": "Hitilafu ya Seva",
- "Service Unavailable": "Huduma Hazipatikani",
- "Setup Key": "Ufunguo wa Kuweka",
- "Show Recovery Codes": "Onyesha Misimbo ya Urejeshaji",
- "Showing": "Kuonyesha",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Hifadhi misimbo hii ya urejeshaji katika kidhibiti salama cha nenosiri. Zinaweza kutumika kurejesha ufikiaji wa akaunti yako ikiwa kifaa chako cha uthibitishaji wa vipengele viwili kitapotea.",
- "Switch Teams": "Kubadili Timu",
- "Team Details": "Maelezo ya Timu",
- "Team Invitation": "Mwaliko wa Timu",
- "Team Members": "Wanachama wa Timu",
- "Team Name": "Jina la Timu",
- "Team Owner": "Mmiliki wa Timu",
- "Team Settings": "Mipangilio ya Timu",
- "Terms of Service": "Masharti ya Huduma",
- "The :attribute must be a valid role.": ":Attribute lazima iwe jukumu halali.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute lazima iwe angalau vibambo :length na iwe na angalau nambari moja.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute lazima iwe angalau vibambo :length na iwe na angalau herufi moja maalum na nambari moja.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute lazima iwe angalau vibambo :length na iwe na angalau herufi moja maalum.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute lazima iwe na angalau herufi :length na iwe na angalau herufi kubwa moja na nambari moja.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute lazima iwe na angalau herufi :length na iwe na angalau herufi kubwa moja na herufi moja maalum.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute lazima iwe angalau vibambo :length na iwe na angalau herufi kubwa moja, nambari moja na herufi moja maalum.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute lazima iwe na angalau herufi :length na iwe na angalau herufi kubwa moja.",
- "The :attribute must be at least :length characters.": ":Attribute lazima iwe angalau vibambo :length.",
- "The :attribute must contain at least one letter.": ":Attribute lazima iwe na angalau herufi moja.",
- "The :attribute must contain at least one number.": ":Attribute lazima iwe na angalau namba moja.",
- "The :attribute must contain at least one symbol.": ":Attribute lazima iwe na angalau ishara moja.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": ":Attribute lazima iwe na angalau herufi moja kubwa na ndogo moja.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": ":Attribute iliyotolewa imeonekana katika uvujaji wa data. Tafadhali chagua :attribute tofauti.",
- "The given data was invalid.": "Data iliyotolewa ilikuwa batili.",
- "The password is incorrect.": "Nenosiri si sahihi.",
- "The provided password does not match your current password.": "Nenosiri ulilopewa halilingani na nenosiri lako la sasa.",
- "The provided password was incorrect.": "Nenosiri lililotolewa halikuwa sahihi.",
- "The provided two factor authentication code was invalid.": "Msimbo uliotolewa wa uthibitishaji wa sababu mbili ulikuwa batili.",
- "The provided two factor recovery code was invalid.": "Msimbo wa urejeshaji wa vipengele viwili uliotolewa ulikuwa batili.",
- "The team's name and owner information.": "Jina la timu na habari ya mmiliki.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Watu hawa wamealikwa kwenye timu yako na wametumiwa barua pepe ya mwaliko. Wanaweza kujiunga na timu kwa kukubali mwaliko wa barua pepe.",
- "This device": "Kifaa hiki",
- "This is a secure area of the application. Please confirm your password before continuing.": "Hili ni eneo salama la programu. Tafadhali thibitisha nenosiri lako kabla ya kuendelea.",
- "This password does not match our records.": "Nenosiri hili halilingani na kumbukumbu zetu.",
- "This password reset link will expire in :count minutes.": "Kiungo hiki cha kuweka upya nenosiri kitaisha baada ya dakika :count..",
- "This user already belongs to the team.": "Mtumiaji huyu tayari ni wa timu.",
- "This user has already been invited to the team.": "Mtumiaji huyu tayari amealikwa kwenye timu.",
- "to": "hadi",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "Ili kumaliza kuwezesha uthibitishaji wa vipengele viwili, changanua msimbo ufuatao wa QR ukitumia programu ya uthibitishaji wa simu yako au weka ufunguo wa kusanidi na utoe msimbo wa OTP uliozalishwa.",
- "Toggle navigation": "Geuza urambazaji",
- "Token Name": "Jina Ishara",
- "Too Many Requests": "Maombi Mengi Mno",
- "Two Factor Authentication": "Uthibitishaji wa Njia Mbili",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Uthibitishaji wa vipengele viwili sasa umewezeshwa. Changanua msimbo ufuatao wa QR kwa kutumia programu ya uthibitishaji wa simu yako au weka ufunguo wa kusanidi.",
- "Unauthorized": "Isiyoidhinishwa",
- "Unknown": "Haijulikani",
- "Update Password": "Sasisha Nenosiri",
- "Update your account's profile information and email address.": "Sasisha maelezo ya wasifu wa akaunti yako na anwani ya barua pepe.",
- "Use a recovery code": "Tumia msimbo wa kurejesha akaunti",
- "Use an authentication code": "Tumia msimbo wa uthibitishaji",
- "Verify Email Address": "Thibitisha Anwani ya Barua Pepe",
- "Verify Your Email Address": "Thibitisha Anwani Yako ya Barua Pepe",
- "We were unable to find a registered user with this email address.": "Hatukuweza kupata mtumiaji aliyesajiliwa na barua pepe hii.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Wakati uthibitishaji wa sababu mbili umewezeshwa, utaulizwa kwa tokeni salama, nasibu wakati wa uthibitishaji. Unaweza kupata tokeni hii kutoka kwa programu ya Kithibitishaji cha Google cha simu yako.",
- "Whoops!": "Lo!",
- "Whoops! Something went wrong.": "Lo! Hitilafu fulani imetokea",
- "You are logged in!": "Umeingia!",
- "You are receiving this email because we received a password reset request for your account.": "Unapokea barua pepe hii kwa sababu tulipokea ombi la kuweka upya nenosiri la akaunti yako.",
- "You have been invited to join the :team team!": "Umealikwa kujiunga na timu :team!",
- "You have enabled two factor authentication.": "Una kuwezeshwa mbili uthibitishaji.",
- "You have not enabled two factor authentication.": "Hujawezesha uthibitishaji wa vipengele viwili.",
- "You may accept this invitation by clicking the button below:": "Unaweza kukubali mwaliko huu kwa kubofya kitufe kilicho hapa chini:",
- "You may delete any of your existing tokens if they are no longer needed.": "Unaweza kufuta tokeni zako zozote zilizopo ikiwa hazihitajiki tena.",
- "You may not delete your personal team.": "Huwezi kufuta timu yako ya binafsi.",
- "You may not leave a team that you created.": "Huwezi kuondoka katika timu uliyounda.",
- "Your email address is unverified.": "Barua pepe yako haijathibitishwa."
-}
\ No newline at end of file
diff --git a/resources/lang/sw/auth.php b/resources/lang/sw/auth.php
deleted file mode 100644
index 78dedf50..00000000
--- a/resources/lang/sw/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Hii hati tambulishi hailingani na rekodi zetu.',
- 'password' => 'Nenosiri ni sahihi.',
- 'throttle' => 'Majaribio mengi sana ya kuingia. Tafadhali jaribu tena katika sekunde :seconds.',
-];
diff --git a/resources/lang/sw/http-statuses.php b/resources/lang/sw/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/sw/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/sw/pagination.php b/resources/lang/sw/pagination.php
deleted file mode 100644
index 47cd6666..00000000
--- a/resources/lang/sw/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Ifuatayo »',
- 'previous' => '« Awali',
-];
diff --git a/resources/lang/sw/passwords.php b/resources/lang/sw/passwords.php
deleted file mode 100644
index b827aea1..00000000
--- a/resources/lang/sw/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Nenosiri lako limefufuliwa upya!',
- 'sent' => 'Tumekutumia barua pepe ya fungo la kufufua nenosiri!',
- 'throttled' => 'Tafadhali subiri wakati inajaribu tena.',
- 'token' => 'Huu ufufuzi wa nenosiri si halali.',
- 'user' => 'Hatupati mtumiaji wa anuani hii ya barua pepe.',
-];
diff --git a/resources/lang/sw/validation.php b/resources/lang/sw/validation.php
deleted file mode 100644
index 182a19ed..00000000
--- a/resources/lang/sw/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Lazima kipengele kikubaliwe.',
- 'accepted_if' => 'Kipengele :attribute lazima kikubalike wakati :other ni :value.',
- 'active_url' => 'Kipengele sio Chanzo Cha Anuani halali.',
- 'after' => 'Kipengele lazima kiwe tarehe baada ya :date.',
- 'after_or_equal' => ':Attribute inapaswa kuwa tarehe baada au sawa na :date.',
- 'alpha' => 'Kipengele huenda kikawa tu chenye herufi.',
- 'alpha_dash' => 'Kipengele huenda kikawa tu chenye herufi, na vistari.',
- 'alpha_num' => 'Kipengele huenda kikawa tu chenye herufi na nambari.',
- 'array' => 'Kipengele lazima kiwe safu.',
- 'attached' => 'Hii :attribute ni tayari masharti.',
- 'before' => 'Kipengele lazima kiwe tarehe kabla ya :date.',
- 'before_or_equal' => ':Attribute inapaswa kuwa tarehe kabla au sawa na :date.',
- 'between' => [
- 'array' => 'Kipengele lazima kiwe na kati ya :min na :max cha vifungu.',
- 'file' => 'Kipengele lazima kiwe kati ya :min na :max cha kilobaiti.',
- 'numeric' => 'Kipengele lazima kiwe kati ya :min na :max.',
- 'string' => 'Kipengele lazima kiwe kati ya :min na :max cha herufi.',
- ],
- 'boolean' => 'Sehemu ya kipengele lazima iwe kweli au si kweli.',
- 'confirmed' => 'Uthibitisho wa kipengele haulingani.',
- 'current_password' => 'Nenosiri si sahihi.',
- 'date' => 'Kipengele si tarehe halali.',
- 'date_equals' => ':Attribute inapaswa kuwa tarehe sawa na :date.',
- 'date_format' => 'Kipengele hakilingani na muundo :date.',
- 'declined' => ':Attribute inapaswa kukataliwa.',
- 'declined_if' => ':Attribute inapaswa kukataliwa kama :other ni :value.',
- 'different' => 'Kipengele na :other lazima viwe tofauti.',
- 'digits' => 'Kipengele lazima kiwe na tarakimu :digits.',
- 'digits_between' => 'Kipengele lazima kiwe kati ya :min na :max cha tarakimu.',
- 'dimensions' => ':Attribute ina vipimo vya picha ambavyo si sahihi.',
- 'distinct' => 'Sehemu ya kipengele ina thamani rudufu.',
- 'doesnt_end_with' => ':Attribute inaweza isiishie na mojawapo ya yafuatayo: :values.',
- 'doesnt_start_with' => ':Attribute inaweza isianze na mojawapo ya yafuatayo: :values.',
- 'email' => 'Kipengele lazima kiwe anuani halali ya barua pepe.',
- 'ends_with' => 'Ya :attribute lazima mwisho na moja ya yafuatayo: :values.',
- 'enum' => ':Attribute iliyochaguliwa si sahihi.',
- 'exists' => 'Kipengele kilichochaguliwa si halali.',
- 'file' => ':Attribute linapaswa kuwa faili.',
- 'filled' => 'Sehemu ya kipengele inahitajika.',
- 'gt' => [
- 'array' => ':Attribute inapaswa kuwa na vitu zaidi ya :value.',
- 'file' => ':Attribute inapaswa kuwa kubwa kuliko kilobaiti :value.',
- 'numeric' => ':Attribute inapaswa kuwa kubwa kuliko :value.',
- 'string' => ':Attribute inapaswa kuwa kubwa kuliko herufi :value.',
- ],
- 'gte' => [
- 'array' => ':Attribute inapaswa kuwa na vitu :value au zaidi.',
- 'file' => ':Attribute inapaswa kuwa kubwa au sawa na kilobaiti :value.',
- 'numeric' => ':Attribute inapaswa kuwa kubwa kuliko au sawa na :value.',
- 'string' => ':Attribute inapaswa kuwa kubwa kuliko au sawa na herufi :value.',
- ],
- 'image' => 'Kipengele lazima kiwe picha.',
- 'in' => 'Kipengele kilichochaguliwa si halali.',
- 'in_array' => 'Sehemu ya kipengele haipo katika :other.',
- 'integer' => 'Kipengele lazima kiwe nambari kamili.',
- 'ip' => 'Kipengele lazima kiwe anuani halali ya Itifaki ya Intaneti.',
- 'ipv4' => ':Attribute inapaswa kuwa anwani ya IPv4 sahihi.',
- 'ipv6' => ':Attribute inapaswa kuwa anwani ya IPv6 sahihi.',
- 'json' => 'Kipengele lazima kiwe kidwe halali cha Nukuu ya Java.',
- 'lowercase' => ':Attribute ni lazima iwe na herufi ndogo..',
- 'lt' => [
- 'array' => ':Attribute inapaswa kuwa chini ya vitu :value.',
- 'file' => ':Attribute inapaswa kuwa chini ya kilobaiti :value.',
- 'numeric' => ':Attribute inapaswa kuwa chini ya :value.',
- 'string' => ':Attribute inapaswa kuwa chini ya herufi :value.',
- ],
- 'lte' => [
- 'array' => ':Attribute haipaswi kuwa na vitu ziadi ya :value.',
- 'file' => ':Attribute inapaswa kuwa ndogo kuliko au sawa na kilobaiti :value.',
- 'numeric' => ':Attribute inapaswa kuwa ndogo kuliko au sawa na :value.',
- 'string' => ':Attribute inapaswa kuwa ndogo au sawa na herufi :value.',
- ],
- 'mac_address' => 'Kipengele :attribute kinapaswa kuwa anwani sahihi ya MAC.',
- 'max' => [
- 'array' => 'Kipengele huenda kisiwe na zaidi ya :max cha vifungu.',
- 'file' => 'Kipengele huenda si kikubwa kuliko :max cha kilobaiti.',
- 'numeric' => 'Kipengele huenda si kikubwa kuliko :max.',
- 'string' => 'Kipengele huenda si kikubwa kuliko :max cha herufi.',
- ],
- 'max_digits' => ':Attribute lazima isiwe na zaidi ya tarakimu :max.',
- 'mimes' => 'Kipengele lazima kiwe faili ya aina: :values.',
- 'mimetypes' => ':Attribute linapaswa kuwa faili la aina ya: :values.',
- 'min' => [
- 'array' => 'Kipengele lazima kiwe na angalau :min cha vifungu.',
- 'file' => 'Kipengele lazima kiwe angalau :min cha kilobaiti.',
- 'numeric' => 'Kipengele lazima kiwe angalau :min.',
- 'string' => 'Kipengele lazima kiwe angalau :min cha herufi.',
- ],
- 'min_digits' => ':Attribute lazima iwe na angalau tarakimu :min.',
- 'multiple_of' => 'Ya :attribute lazima kuwa nyingi ya :value',
- 'not_in' => 'Kipengele kilichochaguliwa si halali.',
- 'not_regex' => 'Muundo wa :attribute si sahihi.',
- 'numeric' => 'Kipengele lazima kiwe nambari.',
- 'password' => [
- 'letters' => ':Attribute lazima iwe na angalau herufi moja.',
- 'mixed' => ':Attribute lazima iwe na angalau herufi moja kubwa na ndogo moja.',
- 'numbers' => ':Attribute lazima iwe na angalau nambari moja.',
- 'symbols' => ':Attribute lazima iwe na angalau ishara moja.',
- 'uncompromised' => ':Attribute iliyotolewa imeonekana katika uvujaji wa data. Tafadhali chagua :attribute tofauti.',
- ],
- 'present' => 'Sehemu ya kipengele lazima iwepo.',
- 'prohibited' => 'Ya :attribute uwanja ni marufuku.',
- 'prohibited_if' => 'Ya :attribute uwanja ni marufuku wakati :other ni :value.',
- 'prohibited_unless' => 'Ya :attribute uwanja ni marufuku isipokuwa :other ni katika :values.',
- 'prohibits' => 'Kipengele :attribute kinakataza :other kuwepo/kuonyeshwa.',
- 'regex' => 'Muundo wa kipengele si halali.',
- 'relatable' => 'Hii :attribute inaweza kuhusishwa na rasilimali hii.',
- 'required' => 'Sehemu ya kipengele inahitajika.',
- 'required_array_keys' => 'Kipengele :attribute ni lazima kiwe na maingizo ya: :values.',
- 'required_if' => 'Sehemu ya kipengele inahitajika wakati :other ni :value.',
- 'required_if_accepted' => 'Sehemu ya :attribute inahitajika wakati :other inakubaliwa.',
- 'required_unless' => 'Sehemu ya kipengele inahitajika isipokuwa :other ni katika :values.',
- 'required_with' => 'Sehemu ya kipengele inahitajika wakati :values vipo.',
- 'required_with_all' => 'Sehemu ya kipengele inahitajika wakati :values vipo.',
- 'required_without' => 'Sehemu ya kipengele inahitajika wakati :values havipo.',
- 'required_without_all' => 'Sehemu ya kipengele inahitajika wakati hakuna hata moja ya :values ipo.',
- 'same' => 'Kipengele na :other lazima vilingane.',
- 'size' => [
- 'array' => 'Kipengele lazima kiwe chenye :size ya kipimo.',
- 'file' => 'Kipengele lazima kiwe :size cha kilobaiti.',
- 'numeric' => 'Kipengele lazima kiwe :size.',
- 'string' => 'Kipengele lazima kiwe :size cha herufi.',
- ],
- 'starts_with' => ':Attribute inapaswa kuanza na moja kati ya hizi zifuatazo: :values',
- 'string' => 'Kipengele lazima kiwe herufi.',
- 'timezone' => 'Kipengele lazima kiwe ukanda halali.',
- 'unique' => 'Kipengele tayari kimechukuliwa.',
- 'uploaded' => ':Attribute imeshindwa kupakia.',
- 'uppercase' => ':Attribute ni lazima iwe ya herufi kubwa.',
- 'url' => 'Muundo wa kipengele si halali.',
- 'uuid' => ':Attribute inapaswa kuwa UUID yako.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'picha',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'maandishi ya matokeo chini ya picha',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'maandishi mafupi',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'maelezo ya jaribio',
- 'test_locale' => 'lugha',
- 'test_name' => 'jina la jaribio',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/tg.json b/resources/lang/tg.json
deleted file mode 100644
index 67f166e8..00000000
--- a/resources/lang/tg.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Гирифтани Даъват",
- "Add": "Добавь",
- "Add a new team member to your team, allowing them to collaborate with you.": "Илова ба ин дар дастаи худ нав ва узви даста, то ки ӯ метавонист ҳамкорӣ бо шумо.",
- "Add additional security to your account using two factor authentication.": "Илова иловагӣ бехатарӣ ба ҳисоби худ бо истифода аз двухфакторной тасдиқ намудани нусхаи аслӣ.",
- "Add Team Member": "Илова Узви Дастаи",
- "Added.": "Илова.",
- "Administrator": "Admin",
- "Administrator users can perform any action.": "Истифодабарандагон-администраторы метавонанд барои иҷрои ягон амал.",
- "All of the people that are part of this team.": "Ҳамаи одамон, ки доранд, як қисми ин даста.",
- "All rights reserved.": "Ҳамаи ҳуқуқ маҳфуз аст.",
- "Already registered?": "Аллакай зарегистрировался?",
- "API Token": "Токен API",
- "API Token Permissions": "Иҷозати аломати API",
- "API Tokens": "API Токены",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "Токены API имкон сторонним сервисам аутентифицироваться мо замимаи аз номи худ.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Шумо мутмаин ҳастед, ки мехоҳед ба хориҷ аз ин дастаи? Пас аз даста дур хоҳад, ҳамаи он захираҳо ва маълумоти ҳазф то абад.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Шумо мутмаин ҳастед, ки мехоҳед, ки ба хориҷ худро ҳисоби? Чӣ тавр ба танҳо ба ҳисоби худ дур хоҳад, ҳамаи он захирањо ва маълумот хоҳад бебозгашт нест карда мешаванд. Лутфан, лутфан гузарвожаи худро, то тасдиқ, ки шумо мехоҳед, ки то абад тавр ба хориҷ virus худро ба ҳисоби шумо.",
- "Are you sure you would like to delete this API token?": "Шумо мутмаин ҳастед, ки мехоҳед ба хориҷ аз ин токен API?",
- "Are you sure you would like to leave this team?": "Шумо мутмаин ҳастед, ки мехоҳед тарк ин дастаи?",
- "Are you sure you would like to remove this person from the team?": "Шумо мутмаин ҳастед, ки мехоҳед ба хориҷ аз ин инсон аз дастаи?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Сеансы браузери",
- "Cancel": "Бекор",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Закрывать",
- "Code": "Рамзи",
- "Confirm": "Подтверждать",
- "Confirm Password": "Тасдиқ Рамз",
- "Create": "Таъсис диҳанд",
- "Create a new team to collaborate with others on projects.": "Эҷоди як дастаи нав барои якҷоя кор ба лоиҳа.",
- "Create Account": "эҷоди ҳисоби",
- "Create API Token": "Таъсиси токена API",
- "Create New Team": "Эҷоди Як Дастаи Нав",
- "Create Team": "Эҷод дастаи",
- "Created.": "Офаридааст.",
- "Current Password": "ҷорӣ рамз",
- "Dashboard": "Панели",
- "Delete": "Чӣ тавр ба хориҷ",
- "Delete Account": "Чӣ тавр ба хориҷ Ҳисоби",
- "Delete API Token": "Чӣ тавр ба хориҷ аломати API",
- "Delete Team": "Чӣ тавр ба хориҷ дастаи",
- "Disable": "Отключать",
- "Done.": "Анҷом.",
- "Edit Profile": "Edit Profile",
- "Editor": "Муҳаррири",
- "Editor users have the ability to read, create, and update.": "Истифодабарандагони муњаррир доранд, имконияти хондан, эҷод ва навсозӣ.",
- "Email": "Почтаи электронӣ",
- "Email Address": "суроғаи почтаи электронӣ",
- "Email Password Reset Link": "Пайванд Барои Рамз бозгашт ба Почтаи электронӣ",
- "Enable": "Даргиронидани",
- "Ensure your account is using a long, random password to stay secure.": "Боварӣ ҳосил кунед, ки ҳисоби худро истифода мебарад, дароз random рамз, ба бехатар мемонад.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Барои бехатарии худ, лутфан, тасдиқ гузарвожаи худро барои идома додан.",
- "Forbidden": "Запрещенный",
- "Forgot your password?": "Фаромӯш гузарвожаи худро?",
- "Forgot Your Password?": "Фаромӯш Гузарвожаи Худро?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Фаромӯш гузарвожаи худро? Бе мушкилӣ. Танҳо ба мо хабар ба суроғаи почтаи электронӣ худро дар, ва мо ирсол шумо пайванд барои рамз бозгашт, ки имкон медиҳад ба шумо интихоб кардани як нав.",
- "Go to page :page": "Бирав ба саҳифаи :page",
- "Great! You have accepted the invitation to join the :team team.": "Аъло! Шумо ғамхорӣ даъват ҳамроҳ дастаи :team.",
- "Hello!": "Салом!",
- "I agree to the :terms_of_service and :privacy_policy": "Ман розӣ ба :terms_of_service ва :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Ҳангоми зарурат шумо метавонед ба берун аз ҳамаи дигар сеанс браузер дар ҳамаи дастгоҳҳои шумо. Баъзе аз худ охир сеанс дар поен оварда мешаванд; аммо ин рӯйхат на, шояд исчерпывающим. Агар шумо фикр кунед, ки дар ҳисоби худ буд скомпрометирована, шумо низ бояд навсозӣ гузарвожаи худро.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Агар шумо аллакай ба ҳисоби, ки шумо метавонед барои ин даъват, ба воситаи ангуштзании тугмаи поен:",
- "If you did not create an account, no further action is required.": "Агар шумо насб ҳисоби шумо, ягон минбаъдаи амалиети аст, талаб карда намешавад.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Агар шумо интизор ба даст даъват дар ин фармон, шумо метавонед даст кашад аз ин мактуб.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Агар шумо запросили рамз бозгашт, ягон минбаъдаи амалиети аст, талаб карда намешавад.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Агар шумо ягон ҳисоби, ту метавонӣ эҷод кардани он ба воситаи ангуштзании тугмаи поен. Баъди ташкили ҳисоби сабти шумо метавонед тугмаи қабули даъватномаҳо дар ин нома, ки ба қабул кардани даъват дастаи:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Агар шумо душворӣ бо пахшкунии тугмаи \":actionText\", нусхабардорӣ ва хамираи URL-суроғаи дар поен\nдар худ, ки ба веб-браузер:",
- "Last active": "Охир фаъол",
- "Last used": "Охирин маротиба мавриди истифода қарор дода шуд",
- "Leave": "Тарк дастгоҳи",
- "Leave Team": "Тарк дастаи",
- "Log in": "Авторизоваться",
- "Log Out": "берун аз низоми",
- "Log Out Other Browser Sessions": "Берун Аз Дигар Сеанс Браузери",
- "Login": "Авторизоваться",
- "Logout": "Баромадан аз системаи",
- "Manage Account": "Идоракунии ҳисоб едатон",
- "Manage and log out your active sessions on other browsers and devices.": "Управляйте фаъоли сеансами ва баромадан аз онҳо дар дигар браузерах ва дастгоҳҳои.",
- "Manage API Tokens": "Идоракунии токенами API",
- "Manage Role": "Идоракунии ролью",
- "Manage Team": "Идоракунии дастаи",
- "Name": "Ном",
- "New Password": "Пароли нав",
- "Not Found": "ое дарефт",
- "of": "аз",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Пас аз даста дур хоҳад, ҳамаи он захираҳо ва маълумоти ҳазф то абад. Пеш аз кушода ин даста, лутфан, бор карда шавад ягон маълумот е иттилоот дар бораи ин ба дастаи, ки шумо мехоҳед, ки нигоҳ.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Чӣ тавр ба танҳо ба ҳисоби худ дур хоҳад, ҳамаи он захирањо ва маълумот хоҳад бебозгашт нест карда мешаванд. Пеш аз кушода аз ҳисоби худ, лутфан, бор карда шавад ягон маълумот е иттилооти, ки шумо мехоҳед, ки нигоҳ.",
- "Page Expired": "Page Просрочена",
- "Pagination Navigation": "Дар новбари аст, ки бо страницам",
- "Password": "Рамз",
- "Pending Team Invitations": "Интизорӣ Даъватномаҳо Дастаи",
- "Permanently delete this team.": "То абад тоза ин дастаи.",
- "Permanently delete your account.": "То абад тоза худро ба ҳисоби шумо.",
- "Permissions": "Иҷозат",
- "Photo": "Расмҳои",
- "Please click the button below to verify your email address.": "Лутфан ба тугмаи поен барои тасдиқ суроғаи почтаи электронӣ шумо.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Лутфан, тасдиқ дастрасӣ ба ҳисоби худ, бо ворид яке аз шумо рамзҳои фавқулодда барќарорсозї.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Лутфан, тасдиқ дастрасӣ ба ҳисоби худ, бо ворид коди тасдиқ намудани нусхаи аслӣ, предоставленный худ барнома-аутентификатором.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Лутфан copy нави худ токен API. Барои бехатарии худ аз ӯ бештар хоҳад буд, нишон дода шудааст.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Лутфан, лутфан гузарвожаи худро, то тасдиқ, ки шумо мехоҳед, ки ба берун аз дигар сеанс браузер дар ҳамаи дастгоҳҳои шумо.",
- "Please provide the email address of the person you would like to add to this team.": "Лутфан, муайян намудани суроғаи почтаи электронӣ, ки шахсе, ки шумо мехоҳам илова ба ин дастаи.",
- "Privacy Policy": "сиесати корбурди маълумоти шахсӣ",
- "Profile": "Профили",
- "Profile Information": "Маълумот дар бораи профили",
- "Recovery Code": "Барқарор намудани рамз",
- "Regards": "Бо эҳтиром",
- "Regenerate Recovery Codes": "Регенератсияи кислота рамзҳои Барқарорсозии",
- "Register": "Қайд",
- "Remember me": "Зиннатҳои ман",
- "Remember Me": "Зиннатҳои Ман",
- "Remove": "Тоза",
- "Remove Photo": "Чӣ Тавр Ба Хориҷ Акс",
- "Remove Team Member": "Чӣ Тавр Ба Хориҷ Узви Дастаи",
- "Resend Verification Email": "Такрорӣ Фиристодани Мактубҳои Проверочного",
- "Reset Password": "рамз бозгашт",
- "Reset Password Notification": "Огоҳинома дар бораи Сбросе Рамз",
- "results": "натиҷаҳои",
- "Role": "Нақши",
- "Save": "Нигоҳ",
- "Saved.": "Сохраненный.",
- "Select A New Photo": "Интихоб Нав Акс",
- "Send Password Reset Link": "Ирсоли Пайванди Рамз Бозгашт",
- "Server Error": "Хатои сервер",
- "Service Unavailable": "Хизматрасонии Недоступна",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Нишон Cheats Барқарорсозии",
- "Showing": "Намоиши",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Нигоҳ ин рамзҳои барқарорсозии дар бехатар менеджере паролей. Онҳо метавонад истифода шавад барои барқарор намудани дастрасӣ ба аккаунти шумо, агар шумо, ки дастгоҳ двухфакторной тасдиқ намудани нусхаи аслӣ медиҳад.",
- "Switch Teams": "Хомӯш дастаҳои",
- "Team Details": "Тафсилоти дастаи",
- "Team Invitation": "Даъват ба дастаи",
- "Team Members": "Аъзои дастаи",
- "Team Name": "Номи дастаи",
- "Team Owner": "Соҳиби дастаи",
- "Team Settings": "Танзимоти дастаи",
- "Terms of Service": "шартҳои хизматрасонӣ",
- "The :attribute must be a valid role.": ":Attribute бояд ҳақиқии ролью.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute бояд дорои на камтар аз :length аломат ва бар гирад, ки ақаллан як шумораи.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute бояд на камтар аз :length аломат ва бар гирад, ки ҳадди ақал як рамзи махсус ва як шумораи.",
- "The :attribute must be at least :length characters and contain at least one special character.": "Рақами :attribute бояд дорои на камтар аз :length аломат ва бар гирад, ки ақаллан яке махсус рамзи.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "Шумораи :attribute бояд на камтар аз :length аломат ва бар гирад, ки ҳадди ақал як заглавный рамзи ва як шумораи.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute бояд дорои на камтар аз :length аломат ва бар гирад, ки ҳадди ақал як заглавный рамзи ва як рамзи махсус.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute бояд дорои на камтар аз :length аломат ва бар гирад, ки ҳадди ақал як заглавный рамзи, як шумораи ва як рамзи махсус.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute бояд дорои на камтар аз :length аломат ва бар гирад, ки ақаллан яке заглавный рамзи.",
- "The :attribute must be at least :length characters.": "Рақами :attribute бояд дорои на камтар аз :length аломат.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Предоставленный рамз на мувофиқ текущему паролю.",
- "The provided password was incorrect.": "Предоставленный рамз буд неверным.",
- "The provided two factor authentication code was invalid.": "Предоставленный рамзи двухфакторной тасдиқ намудани нусхаи аслӣ буд недействителен.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Номи даста ва маълумот дар бораи владельце.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Ин одамон даъват шуда буданд, дар худ дастаи ва дорем, ки даъват ба воситаи почтаи электронӣ. Онҳо метавонанд ҳамроҳ ба дастаи, тадбирҳои даъват ба воситаи почтаи электронӣ.",
- "This device": "Ин дастгоҳ",
- "This is a secure area of the application. Please confirm your password before continuing.": "Ин бехатар область барномаҳо. Лутфан, тасдиқ кунед, рамз, пеш аз давом додан.",
- "This password does not match our records.": "Ин рамз на мувофиқ ба мо записями.",
- "This password reset link will expire in :count minutes.": "Ин маълумотнома барои рамз бозгашт ба мурур тавассути :count дақиқа.",
- "This user already belongs to the team.": "Ин истифодабаранда аллакай аз они дастаи.",
- "This user has already been invited to the team.": "Ин истифодабаранда аллакай приглашен дар дастаи.",
- "to": "ба",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Хомӯш раҳебӣ бирав",
- "Token Name": "Ном токена",
- "Too Many Requests": "Аз Ҳад Зиед Дархости",
- "Two Factor Authentication": "Двухфакторная, шумо бояд ворид шавед",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Неавторизованный",
- "Unknown": "Unknown",
- "Update Password": "Навсозӣ рамз",
- "Update your account's profile information and email address.": "Навсозии маълумоти профили ҳисоби худ ва суроғаи почтаи электронӣ.",
- "Use a recovery code": "Истифода рамзи барқарорсозии",
- "Use an authentication code": "Истифода рамзи тасдиқ намудани нусхаи аслӣ",
- "Verify Email Address": "Санҷед, Суроғаи Почтаи Электронӣ",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Мо нашуд пайдо гирифташуда истифодабаранда бо ин суроғаи почтаи электронӣ.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Агар фаъол карда мешавад двухфакторная, шумо бояд ворид шавед, дар вақти тасдиқ намудани нусхаи аслӣ ба шумо талаб карда мешавад, дохил бехатар тасодуфӣ токен. Шумо метавонед ин токен аз барномаҳо Google Authenticator телефони шумо.",
- "Whoops!": "Упс!",
- "Whoops! Something went wrong.": "Упс! Чизе вайрон шудааст.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Шумо ба он даст ба ин нома, зеро ки мо дорем, дархости рамз бозгашт барои аккаунти шумо.",
- "You have been invited to join the :team team!": "Шумо даъватшудаи ҳамроҳ дастаи :team!",
- "You have enabled two factor authentication.": "Шумо дохил двухфакторную аутентификацию.",
- "You have not enabled two factor authentication.": "Шумо дохил двухфакторную аутентификацию.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Шумо метавонед, ки чӣ тавр ба хориҷ ҳар яке аз шумо мавҷуда токенов, агар онҳо дигар лозим нест.",
- "You may not delete your personal team.": "Шумо тоза ноил гашта худро шахсии дастаи.",
- "You may not leave a team that you created.": "Шумо наметавонед тарк сохтааст дастаи шумо.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/tg/auth.php b/resources/lang/tg/auth.php
deleted file mode 100644
index 90801035..00000000
--- a/resources/lang/tg/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Номи истифодабаранда ва гузарвожа нодуруст мебошад.',
- 'password' => 'Рамз неверный.',
- 'throttle' => 'Теъдоди зиёди талош барои воридшудан ба система. Лутфан баъд аз :seconds сония боз кӯшиш намоед.',
-];
diff --git a/resources/lang/tg/http-statuses.php b/resources/lang/tg/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/tg/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/tg/pagination.php b/resources/lang/tg/pagination.php
deleted file mode 100644
index d6ca4951..00000000
--- a/resources/lang/tg/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Баъдӣ »',
- 'previous' => '« Қаблӣ',
-];
diff --git a/resources/lang/tg/passwords.php b/resources/lang/tg/passwords.php
deleted file mode 100644
index 82ce7185..00000000
--- a/resources/lang/tg/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Гузарвожаи шумо бозгардонӣ карда шуд!',
- 'sent' => 'Ба шумо пайванд барои иваз намудани гузарвожа фиристода шуд!',
- 'throttled' => 'Лутфан, каме истед, пеш аз он ки такрор мекунед.',
- 'token' => 'Ин код барои иваз намудани гузарвожа нодуруст мебошад.',
- 'user' => 'Чунин истифодабаранда бо суроғаи электронии зерин ёфт нашуд.',
-];
diff --git a/resources/lang/tg/validation.php b/resources/lang/tg/validation.php
deleted file mode 100644
index 63b38719..00000000
--- a/resources/lang/tg/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Қиммати :attribute бояд қабул карда шавад.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => 'Қиммати :attribute дорои URL-и нодуруст мебошад.',
- 'after' => 'Қиммати :attribute бояд санаи баъд аз :date бошад.',
- 'after_or_equal' => 'Қиммати :attribute бояд санаи баъд ё баробари :date бошад.',
- 'alpha' => 'Қиммати :attribute метавонад танҳо дорои ҳарфҳои алифо бошад.',
- 'alpha_dash' => 'Қиммати :attribute метавонад танҳо дорои ҳарфҳои алифо, ададҳо ва хати тире бошад.',
- 'alpha_num' => 'Қиммати :attribute метавонад танҳо дорои ҳарфҳои алифо ва ададҳо бошад',
- 'array' => 'Қиммати :attribute бояд, ки массив бошад.',
- 'attached' => 'Ин :attribute аллакай прикреплен.',
- 'before' => 'Қиммати :attribute бояд санаи қабл аз :date бошад.',
- 'before_or_equal' => 'Қиммати :attribute бояд санаи қабл ё баробари :date бошад.',
- 'between' => [
- 'array' => 'Миқдори элементҳо дар :attribute бояд байни :min ва :max бошад.',
- 'file' => 'Ҳаҷми файл дар :attribute бояд байни :min ва :max килобайт бошад.',
- 'numeric' => 'Қиммати :attribute бояд байни :min ва :max бошад.',
- 'string' => 'Миқдори аломатҳо дар :attribute бояд байни :min ва :max бошад.',
- ],
- 'boolean' => 'Қиммати :attribute бояд логикӣ дошта бошад.',
- 'confirmed' => 'Қиммати :attribute бо қиммати тасдиқотӣ мувофиқат надорад.',
- 'current_password' => 'The password is incorrect.',
- 'date' => 'Қиммати :attribute санаи нодуруст мебошад.',
- 'date_equals' => ':Attribute бояд санаи, баробар :date.',
- 'date_format' => 'Қиммати :attribute бо формати :format мувофиқат намекунад.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'Қимматҳои :attribute ва :other бояд аз ҳам фарқ кунанд.',
- 'digits' => 'Қиммати :attribute бояд :digits рақам дошта бошад.',
- 'digits_between' => 'Қиммати :attribute бояд байни :min ва :max рақам дошта бошад.',
- 'dimensions' => 'Қиммати :attribute дорои андозаи расми нодуруст мебошад.',
- 'distinct' => ':Attribute дорои қиммати такроршаванда мебошад.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'Қиммати :attribute бояд суроғаи электронии дуруст бошад.',
- 'ends_with' => 'Рақами :attribute бояд заканчиваться яке аз зерин: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Қиммати интихобкардаи :attribute нодуруст мебошад.',
- 'file' => 'Қиммати :attribute бояд файл бошад.',
- 'filled' => ':Attribute бояд дорои қиммат бошад.',
- 'gt' => [
- 'array' => 'The :attribute must have more than :value items.',
- 'file' => 'The :attribute must be greater than :value kilobytes.',
- 'numeric' => 'The :attribute must be greater than :value.',
- 'string' => 'The :attribute must be greater than :value characters.',
- ],
- 'gte' => [
- 'array' => 'The :attribute must have :value items or more.',
- 'file' => 'The :attribute must be greater than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be greater than or equal :value.',
- 'string' => 'The :attribute must be greater than or equal :value characters.',
- ],
- 'image' => 'Қиммати :attribute бояд расм бошад.',
- 'in' => 'Қиммати интихобкардаи :attribute нодуруст мебошад.',
- 'in_array' => 'Қиммати :attribute дар :other мавҷуд нест.',
- 'integer' => 'Қиммати :attribute бояд адади бутун бошад.',
- 'ip' => 'Қиммати :attribute бояд суроғаи дурусти IP бошад.',
- 'ipv4' => ':Attribute бояд дархост эътибор дорад IPv4-суроғаи.',
- 'ipv6' => ':Attribute бояд дархост эътибор дорад IPv6-суроғаи.',
- 'json' => 'Қиммати :attribute бояд сатри дурусти JSON бошад.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'The :attribute must have less than :value items.',
- 'file' => 'The :attribute must be less than :value kilobytes.',
- 'numeric' => 'The :attribute must be less than :value.',
- 'string' => 'The :attribute must be less than :value characters.',
- ],
- 'lte' => [
- 'array' => 'The :attribute must not have more than :value items.',
- 'file' => 'The :attribute must be less than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be less than or equal :value.',
- 'string' => 'The :attribute must be less than or equal :value characters.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'Миқдори элементҳо дар :attribute бояд на зиёда аз :max бошад.',
- 'file' => 'Ҳаҷми файл дар :attribute набояд аз :max Килобайт зиёд бошад.',
- 'numeric' => 'Қиммати :attribute набояд аз :max зиёд бошад.',
- 'string' => 'Миқдори аломатҳо дар :attribute бояд на зиёда аз :max бошад.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute бояд файли намуди :values бошад.',
- 'mimetypes' => ':Attribute бояд файли намуди :values бошад.',
- 'min' => [
- 'array' => 'Миқдори элементҳо дар :attribute бояд на кам аз :min бошад.',
- 'file' => 'Ҳаҷми файл дар :attribute набояд аз :min Килобайт хурд бошад.',
- 'numeric' => 'Қиммати :attribute набояд аз :min хурд бошад.',
- 'string' => 'Миқдори аломатҳо дар :attribute бояд на кам аз :min бошад.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'Шумораи :attribute бояд multiples :value',
- 'not_in' => 'Қиммати интихобкардаи :attribute нодуруст мебошад.',
- 'not_regex' => 'Формати :attribute недопустим.',
- 'numeric' => 'Қиммати :attribute бояд адад бошад.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'Қиммати :attribute бояд мавҷуд бошад.',
- 'prohibited' => 'Майдони :attribute сол манъ аст.',
- 'prohibited_if' => 'Майдони :attribute манъ аст, аст, вақте ки :other баробар :value.',
- 'prohibited_unless' => 'Майдони :attribute манъ аст, агар танҳо :other аст, дар :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'Формати :attribute нодуруст мебошад.',
- 'relatable' => 'Ин :attribute мумкин нест, вобаста ба ин захираҳо.',
- 'required' => ':Attribute бояд дорои қиммат бошад.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Attribute бояд дорои қиммат бошад агар :other ба :value баробар бошад.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Attribute бояд дорои қиммат бошад агар :other дар :values мавҷуд бошад.',
- 'required_with' => ':Attribute бояд дорои қиммат бошад :values мавҷуд бошад.',
- 'required_with_all' => ':Attribute бояд дорои қиммат бошад агар :values мавҷуд бошанд.',
- 'required_without' => ':Attribute бояд дорои қиммат бошад агар :values мавҷуд набошад.',
- 'required_without_all' => ':Attribute бояд дорои қиммат бошад агар ягон :values мавҷуд набошад.',
- 'same' => 'Қиммати :attribute ва :other бояд баробар бошанд.',
- 'size' => [
- 'array' => 'Миқдори элементҳо дар :attribute бояд :size бошад.',
- 'file' => 'Ҳаҷми файл дар :attribute бояд :size Килобайт бошад.',
- 'numeric' => 'Қиммати :attribute бояд ба :size баробар бошад.',
- 'string' => 'Миқдори аломатҳо дар :attribute бояд :size бошад.',
- ],
- 'starts_with' => ':Attribute бояд оғоз бо яке аз арзишҳои зерин: :values.',
- 'string' => 'Қиммати :attribute бояд сатр бошад.',
- 'timezone' => 'Қиммати :attribute бояд зонаи дуруст бошад.',
- 'unique' => 'Қиммати :attribute қаблан интихоб шудааст.',
- 'uploaded' => 'Боркунии :attribute ба хатогӣ дучор шуд.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Формати :attribute нодуруст мебошад.',
- 'uuid' => ':Attribute бояд дархост эътибор дорад UUID.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/th.json b/resources/lang/th.json
deleted file mode 100644
index f8c2fe0b..00000000
--- a/resources/lang/th.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(และข้อผิดพลาดอีกมากกว่า :count รายการ)",
- "(and :count more errors)": "(และข้อผิดพลาดอีกมากกว่า :count รายการ)",
- "A fresh verification link has been sent to your email address.": "ลิ้งสำหรับยืนยันตัวตนล่าสุดได้ถูกส่งไปยังอีเมล์ของคุณแล้ว",
- "A new verification link has been sent to the email address you provided in your profile settings.": "ลิ้งสำหรับยืนยันตัวตนใหม่ ได้ถูกส่งไปยังอีเมล์ที่คุณระบุไว้ในโปรไฟล์ของคุณแล้ว",
- "A new verification link has been sent to your email address.": "ลิ้งสำหรับยืนยันตัวตนใหม่ ได้ถูกส่งไปที่อีเมล์ของคุณแล้ว",
- "Accept Invitation": "ยอมรับการเชื้อเชิญ",
- "Add": "เพิ่ม",
- "Add a new team member to your team, allowing them to collaborate with you.": "เพิ่มเป็นสมาชิกทีมคนใหม่ของทีมยอมให้พวกเขาให้ความร่วมมือกับคุณ",
- "Add additional security to your account using two factor authentication.": "เพิ่มนามสกุลเพิ่มเติมเพื่อบัญชีของคุณใช้สองคนปัจจัการตรวจสอบสิทธิ์โปรด",
- "Add Team Member": "เพิ่มสมาชิกทีม",
- "Added.": "เพิ่มเติม",
- "Administrator": "ผู้ดูแลระบบ",
- "Administrator users can perform any action.": "ผู้ดูแลระบบผู้ใช้สามารถแสดงการกระทำที่เป็นการบุกรุก.",
- "All of the people that are part of this team.": "ทั้งหมดของคนนั่นเป็นส่วนหนึ่งของทีมนี้",
- "All rights reserved.": "ทั้งลิขสิทธิ์ซักคนในนี้มั้ย",
- "Already registered?": "แล้วจดทะเบียน?",
- "API Token": "ตั๋วเข้าใช้งานรูปแบบ api",
- "API Token Permissions": "รูปแบบ api ตั๋วเข้าใช้งานสิทธิ์ที่อนุญาต",
- "API Tokens": "รูปแบบ api สัญลักษณ์",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "รูปแบบ api สัญลักษณ์อนุญาตให้คนที่สาม-งานปาร์ตี้บริการทำการตรวจสอบสิทธิ์ของโปรแกรมในนามของคุณให้แล้วกันนะ",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "คุณแน่ใจหรือว่าคุณต้องการจะลบทีมนี้? ครั้งนึงเป็นทีมเป็นลบทั้งหมดของมันทรัพยากรและข้อมูลจะถูกลบออกไปอย่างถาวร.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "คุณแน่ใจหรือว่าคุณต้องการจะลบบัญชีของคุณ? เมื่อบัญชีของคุณคือกลบออกไป,ทั้งหมดของทรัพยากรและข้อมูลจะถูกลบออกไปอย่างถาวร. โปรดป้อนรหัสผ่านของคุณเพื่อยืนยันว่าคุณจะชอบอย่างถาวรลบบัญชีของคุณ.",
- "Are you sure you would like to delete this API token?": "คุณแน่ใจหรือว่าคุณจะชอบแบบอักษรเพื่อทำการลบนี้รูปแบบ api ตั๋วเข้าใช้งาน?",
- "Are you sure you would like to leave this team?": "คุณแน่ใจหรือว่าคุณอยากจะออกไปจากทีม?",
- "Are you sure you would like to remove this person from the team?": "คุณแน่ใจหรือว่าคุณอยากจะลบคนคนนี้ออกจากทีม?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "เบราว์เซอร์วาระการใช้งาน@Action:Inmenu Go",
- "Cancel": "ยกเลิก",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "ปิด",
- "Code": "รหัส",
- "Confirm": "ยืนยัน",
- "Confirm Password": "ยืนยันรหัสผ่าน",
- "Create": "สร้าง",
- "Create a new team to collaborate with others on projects.": "สร้างทีมใหม่ของให้ความร่วมมือกับคนอื่นในโครงการของ.",
- "Create Account": "สร้างบัญชีผู้ใช้",
- "Create API Token": "สร้างรูปแบบ api ตั๋วเข้าใช้งาน",
- "Create New Team": "สร้างใหม่ของทีม",
- "Create Team": "สร้างทีม",
- "Created.": "สร้างขึ้นมา",
- "Current Password": "รหัสผ่านปัจจุบัน",
- "Dashboard": "แดชบอร์ด",
- "Delete": "ลบ",
- "Delete Account": "ลบบัญชีผู้ใช้",
- "Delete API Token": "ลบรูปแบบ api ตั๋วเข้าใช้งาน",
- "Delete Team": "ลบออกทีม",
- "Disable": "ปิดการใช้งาน",
- "Done.": "เสร็จแล้ว",
- "Edit Profile": "Edit Profile",
- "Editor": "เครื่องมือแก้ไข",
- "Editor users have the ability to read, create, and update.": "เครื่องมือแก้ไขผู้ใช้มีความสามารถที่จะอ่านหนังสือสร้างและปรับปรุง",
- "Email": "อีเมล",
- "Email Address": "ที่อยู่อีเมล",
- "Email Password Reset Link": "รหัสผ่านอีเมลปรับค่าเชื่อมโยง",
- "Enable": "เปิดใช้งาน",
- "Ensure your account is using a long, random password to stay secure.": "ให้แน่ใจว่าบัญชีของคุณคือการใช้ยาวมากสุ่มรหัสผ่านที่อยู่ปลอดภัย",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "สำหรับมรปภ.ของคุณโปรดยืนยันรหัสผ่านของคุณดำเนินการต่อไปอีกไม่ได้",
- "Forbidden": "ต้องห้าม",
- "Forgot your password?": "ลืมรหัสผ่านของคุณ?",
- "Forgot Your Password?": "ลืมรหัสผ่าน?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "ลืมรหัสผ่านของคุณ? ไม่มีปัญหา แค่ปล่อยให้พวกเรารู้ที่อยู่อีเมลของคุณและเราจะส่งอีเมลคุณตั้งค่ารหัสผ่านเชื่อมโยงที่จะทำให้คุณต้องเลือกใหม่หนึ่ง",
- "Go to page :page": "ไปยังหน้าที่ :page",
- "Great! You have accepted the invitation to join the :team team.": "เยี่ยม! คุณต้องยอมรับการเชื้อเชิญเข้าร่วมขบวนการ :team ทีม",
- "Hello!": "สวัสดี!",
- "I agree to the :terms_of_service and :privacy_policy": "ฉันเห็นด้วยกั :terms_of_service และ :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "ถ้าจำเป็นคุณอาจจะออกจากระบบของทั้งหมดของคุณอีกเบราว์เซอร์วาระการใช้งานอีกฝั่งของคุณทั้งหมดอุปกรณ์. บางอย่างที่นายเพิ่งกลุ่มงานชื่อด้านล่างนี้อย่างไรก็ตามองรายการนี้อาจจะไม่ exhaustive. ถ้าคุณรู้สึกบัญชีของคุณมีอยู่ในอันตรายคุณควรจะปรับปรุงรหัสผ่านของคุณ.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "ถ้าคุณจะทำไปเรียบร้อยแล้วบัญชีไว้บัญชีนึงคุณอาจจะยอมรับการเชื้อเชิญนี้ได้โดยการคลิกที่ปุ่มด้านล่าง:",
- "If you did not create an account, no further action is required.": "หากคุณไม่ได้ดำเนินการสร้างบัญชี, คุณไม่จำเป็นต้องดำเนินการใดๆ.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "ถ้าคุณยังไม่ได้คาดหวังที่จะได้รับการเชิญเพื่อทีมคุณอาจจะเป็นการละทิ้งนี้อีเมล",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "หากคุณไม่ได้ดำเนินการรีเซตรหัสผ่าน, คุณไม่จำเป็นต้องดำเนินการใดๆ.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "ถ้าคุณยังไม่มีบัญชีไว้บัญชีนึงคุณอาจจะสร้างหนึ่งโดยการคลิกที่ปุ่มด้านล่างนี้ หลังจากการสร้างบัญชีไว้บัญชีนึงคุณอาจจะอคลิกที่การเชื้อเชิญการยอมรับปุ่มนี้ทางอีเมลเพื่อยอมรับการเชิญเข้าร่วมทีม:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "ถ้าคุณกำลังมีปัญหาการคลิกที่\":actionText ปุ่ม\"คัดลอกและวางตำแหน่งที่อยู่ด้านล่างนี้\nเข้าไปในเว็บเบราว์เซอร์ของคุณ:",
- "Last active": "สุดท้ายที่ทำงานอยู่",
- "Last used": "ใช้มันครั้งสุดท้าย",
- "Leave": "ทิ้ง",
- "Leave Team": "ทิ้งทีม",
- "Log in": "ปูมบันทึกอยู่ใน",
- "Log Out": "ปูมบันทึกออกไป",
- "Log Out Other Browser Sessions": "ปูมบันทึกออกไปอีกเบราว์เซอร์วาระการใช้งาน@Action:Inmenu Go",
- "Login": "เข้าสู่ระบบ",
- "Logout": "ออกจากระบบ",
- "Manage Account": "จัดการบัญชีผู้ใช้",
- "Manage and log out your active sessions on other browsers and devices.": "จัดการและออกจากระบบของวาระงานที่ใช้งานอยู่บนอื่น browsers และอุปกรณ์.",
- "Manage API Tokens": "จัดการรูปแบบ api สัญลักษณ์",
- "Manage Role": "จัดการบทบาท",
- "Manage Team": "จัดการทีม",
- "Name": "ชื่อ",
- "New Password": "รหัสผ่านใหม่",
- "Not Found": "ไม่พบ",
- "of": "ของ",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "ครั้งนึงเป็นทีมเป็นลบทั้งหมดของมันทรัพยากรและข้อมูลจะถูกลบออกไปอย่างถาวร. ก่อนจะทำการลบทีมนี้ได้โปรดดาวน์โหลดข้อมูลหรือข้อมูลเกี่ยวกับทีมนี้ที่คุณต้องจ้าง.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "เมื่อบัญชีของคุณคือกลบออกไป,ทั้งหมดของทรัพยากรและข้อมูลจะถูกลบออกไปอย่างถาวร. ก่อนจะทำการลบบัญชีของคุณได้โปรดดาวน์โหลดข้อมูลหรือข้อมูลที่คุณต้องจ้าง.",
- "Page Expired": "หน้าที่ร้องขอหมดอายุแล้ว",
- "Pagination Navigation": "Pagination องการนำทาง",
- "Password": "รหัสผ่าน",
- "Pending Team Invitations": "ค้างคาวมทีมการเชื้อเชิญ",
- "Permanently delete this team.": "อย่างถาวรลบทีมนี้",
- "Permanently delete your account.": "อย่างถาวรลบบัญชีของคุณ.",
- "Permissions": "สิทธิ์ที่อนุญาต",
- "Photo": "ภาพถ่าย",
- "Please click the button below to verify your email address.": "กรุณาคลิ๊กปุ่มด้านล่างเพื่อยืนยันอีเมลของคุณ.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "ได้โปรดยืนยันการเข้าถึงบัญชีของคุณโดยเข้าไปในหนึ่งของฉุกเฉินของคุณหายหัสโปรแกรมกันซะหน่อย",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "ได้โปรดยืนยันการเข้าถึงบัญชีของคุณโดยลังจะเข้าไปในการตรวจสอบสิทธิ์ของรหัสให้คุณอีกด้วรทำงานของโปรแกรม",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "ได้โปรดคัดลอกใหม่ของคุณรูปแบบ api ตั๋วเข้าใช้งาน. สำหรับมรปภ.ของคุณมันจะไม่ถูกแสดงอีกครั้ง",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "โปรดป้อนรหัสผ่านของคุณเพื่อยืนยันคุณอยากจะออกจากระบบของของคุณอีกเบราว์เซอร์วาระการใช้งานอีกฝั่งของคุณทั้งหมดอุปกรณ์.",
- "Please provide the email address of the person you would like to add to this team.": "โปรดกำหนดที่อยู่อีเมลของคนที่คุณอยากจะเพิ่มไปยังทีมนี้",
- "Privacy Policy": "ข้อกำหนดความเป็นส่วนตัว",
- "Profile": "โพรไฟล์",
- "Profile Information": "โพรไฟล์ข้อมูล",
- "Recovery Code": "การรักษารหัส",
- "Regards": "ฝากฝัง",
- "Regenerate Recovery Codes": "Regenerate หารหัส",
- "Register": "สมัครสมาชิก",
- "Remember me": "จำฉันได้ไหม",
- "Remember Me": "จดจำรหัสผ่าน",
- "Remove": "ลบ",
- "Remove Photo": "ลบรูปภาพ",
- "Remove Team Member": "ลบสมาชิกทีม",
- "Resend Verification Email": "ส่งอีกครั้งปลายทางอีเมล",
- "Reset Password": "รีเซตรหัสผ่าน",
- "Reset Password Notification": "รีเซตการแจ้งเตือนรหัสผ่าน",
- "results": "ผลตรวจ",
- "Role": "บทบาท",
- "Save": "บันทึก",
- "Saved.": "ปลอดภัย",
- "Select A New Photo": "เลือกภาพถ่ายใหม่",
- "Send Password Reset Link": "ส่งลิงค์สำหรับรีเซตรหัสผ่าน",
- "Server Error": "เซิร์ฟเวอร์เกิดข้อผิดพลาด",
- "Service Unavailable": "ระบบไม่พร้อมให้บริการ",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "แสดงการรักษารหัส",
- "Showing": "แสดง",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "ร้านขายพวกนี้รักษารหัสในความปลอดภัยไว้ซึ่งรหัสผ่านผู้จัดการ พวกเขาสามารถถูกใช้เพื่อฟื้นตัวจากการเจ็บป่เข้าถึงบัญชีของคุณถ้าคุณสองคนปัจจัการตรวจสอบสิทธิ์ของอุปกรณ์กำลังเสียฐานที่มั่นซึริบาชิ",
- "Switch Teams": "เปลี่ยนทีม",
- "Team Details": "ทีมรายละเอียด",
- "Team Invitation": "ทีมการเชื้อเชิญ",
- "Team Members": "สมาชิกทีม",
- "Team Name": "ชื่อของทีม",
- "Team Owner": "เจ้าของทีม",
- "Team Settings": "ทีมการตั้งค่า",
- "Terms of Service": "เงื่อนไขของบริการ",
- "The :attribute must be a valid role.": "ที่ :attribute ต้องเป็นที่ถูกต้องบทก่อน",
- "The :attribute must be at least :length characters and contain at least one number.": "ที่ :attribute ต้องเป็นอย่างน้อย :length ตัวอักษรและมีอย่างน้อยหนึ่งหมายเลข",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "ที่ :attribute ต้องเป็นอย่างน้อย :length ตัวอักษรและมีอย่างน้อยหนึ่งอักขระพิเศษและหนึ่งหมายเลข",
- "The :attribute must be at least :length characters and contain at least one special character.": "ที่ :attribute ต้องเป็นอย่างน้อย :length ตัวอักษรและมีอย่างน้อยหนึ่งอักขระพิเศษ.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "ที่ :attribute ต้องเป็นอย่างน้อย :length ตัวอักษรและมีอย่างน้อยหนึ่งตัวอักษรตัวพิมพ์ใหญ่และหนึ่งหมายเลข",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "ที่ :attribute ต้องเป็นอย่างน้อย :length ตัวอักษรและมีอย่างน้อยหนึ่งตัวอักษรตัวพิมพ์ใหญ่และหนึ่งอักขระพิเศษ.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "ที่ :attribute ต้องเป็นอย่างน้อย :length ตัวอักษรและมีอย่างน้อยหนึ่งเป็นอักษรตัวพิมพ์ใหญ่ตัวละครหนึ่งหมายเลข,และหนึ่งอักขระพิเศษ.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "ที่ :attribute ต้องเป็นอย่างน้อย :length ตัวอักษรและมีอย่างน้อยหนึ่งตัวอักษรตัวพิมพ์ใหญ่.",
- "The :attribute must be at least :length characters.": "ที่ :attribute ต้องเป็นอย่างน้อย :length ตัวอักษร",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "ที่เตรียมไว้ให้ด้านล่างรหัสผ่านไม่ตรงกับของคุณปัจจุบันรหัสผ่าน",
- "The provided password was incorrect.": "ที่เตรียมไว้ให้ด้านล่างรหัสผ่านไม่ถูกต้อง",
- "The provided two factor authentication code was invalid.": "ที่เตรียมไว้ให้ด้านล่างสองคนปัจจัการตรวจสอบสิทธิ์ของรหัสเป็นไม่ถูกต้อง",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "ทีมขอชื่อเจ้าของข้อมูล",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "คนพวกนี้ได้ถูกเชิญของทีมและส่งการเชื้อเชิญส่งเมล พวกเขาอาจจะเข้าร่วมกับทีมด้วยการยอมรับทางการเชื้อเชิญผ่านทางอีเมล.",
- "This device": "อุปกรณ์นี้",
- "This is a secure area of the application. Please confirm your password before continuing.": "นี่เป็นพื้นที่ปลอดภัยของการทำงานของโปรแกรม ได้โปรดยืนยันรหัสผ่านของคุณก่อนต่อ.",
- "This password does not match our records.": "นี่รหัสผ่านไม่ตรงกับบันทึกของเรา",
- "This password reset link will expire in :count minutes.": "นี่รหัสผ่านใหม่เชื่อมโยงจะหมดอายุใน :count นาที",
- "This user already belongs to the team.": "นี่ของผู้ใช้แล้วเป็นของทีม",
- "This user has already been invited to the team.": "นี่ของผู้ใช้คนเพิ่งถูกเชิญไปเข้าร่วมกับองทีม",
- "to": "ต้อง",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "แสดง/ซ่อนแถบนำทาง comment",
- "Token Name": "ชื่อขอตั๋วเข้าใช้งาน",
- "Too Many Requests": "มีการส่งคำร้องมากเกินไป",
- "Two Factor Authentication": "สองคนปัจจัการตรวจสอบสิทธิ์",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "ไม่มีสิทธิ",
- "Unknown": "Unknown",
- "Update Password": "ปรับปรุงรหัสผ่าน",
- "Update your account's profile information and email address.": "ปรับปรุงบัญชีของคุณคือโพรไฟล์ข้อมูลและที่อยู่อีเมล.",
- "Use a recovery code": "ใช้การรักษารหัส",
- "Use an authentication code": "ใช้การตรวจสอบสิทธิ์ของรหัส",
- "Verify Email Address": "ยืนยันอีเมล",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "เราไม่สามารถหาจดทะเบียนผู้ใช้กับเรื่องนี้อยู่อีเมลที่.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "เมื่อสองคนปัจจักเปิดใช้ตัวเลือกการตรวจสอบสิทธิ์ของคุณจะถูกถามสำหรับความปลอดภัยแบบสุ่มตั๋วเข้าใช้งานระหว่างการตรวจสอบสิทธิ์โปรด คุณอาจจะดึงข้อมูนี้ตั๋วเข้าใช้งานจากโทรศัพท์ของคุณเป็นของกูเกิ้ลอีกด้วรทำงานของโปรแกรม",
- "Whoops!": "ขออภัย",
- "Whoops! Something went wrong.": "ขออภัย มีบางอย่างผิดพลาดเกิดขึ้น",
- "You are logged in!": "คุณได้ลงชื่อเข้าใช้งานแล้ว",
- "You are receiving this email because we received a password reset request for your account.": "คุณได้รับอีเมลสำหรับรีเซตรหัสผ่าน เนื่องจากเราได้รับคำร้องขอรีเซตรหัสผ่านสำหรับบัญชีของคุณ.",
- "You have been invited to join the :team team!": "คุณได้รับเชิญเข้าร่วม :team ทีม!",
- "You have enabled two factor authentication.": "คุณต้องเปิดใช้งานสองคนปัจจัการตรวจสอบสิทธิ์โปรด",
- "You have not enabled two factor authentication.": "คุณยังไม่ได้เปิดใช้งานสองคนปัจจัการตรวจสอบสิทธิ์โปรด",
- "You may accept this invitation by clicking the button below:": "คุณสามารถยอมรับคำเชิญนี้โดยการกดคลิกที่ปุ่มด้านล่าง",
- "You may delete any of your existing tokens if they are no longer needed.": "คุณอาจจะลบทิ้งของคุณที่มีอยู่แล้วขึ้นสัญลักษณ์ถ้าพวกเขาไม่ต้องการ",
- "You may not delete your personal team.": "คุณอาจจะไม่ลบส่วนตัวของทีม",
- "You may not leave a team that you created.": "คุณอาจจะไม่ออกจากทีมว่าคุณสร้างขึ้นมา",
- "Your email address is unverified.": "อีเมล์ของคุณยังไม่ได้รับการยืนยัน"
-}
\ No newline at end of file
diff --git a/resources/lang/th/auth.php b/resources/lang/th/auth.php
deleted file mode 100644
index 8a2b2a29..00000000
--- a/resources/lang/th/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'ข้อมูลที่ใช้ในการยืนยันตัวตนไม่ถูกต้อง',
- 'password' => 'รหัสผ่านไม่ถูกต้อง',
- 'throttle' => 'คุณได้พยายามเข้าระบบหลายครั้งเกินไป กรุณาลองใหม่ใน :seconds วินาทีข้างหน้า.',
-];
diff --git a/resources/lang/th/http-statuses.php b/resources/lang/th/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/th/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/th/pagination.php b/resources/lang/th/pagination.php
deleted file mode 100644
index 0651e15e..00000000
--- a/resources/lang/th/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'ถัดไป »',
- 'previous' => '« ก่อนหน้า',
-];
diff --git a/resources/lang/th/passwords.php b/resources/lang/th/passwords.php
deleted file mode 100644
index 85536349..00000000
--- a/resources/lang/th/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'ทำการตั้งค่ารหัสผ่านใหม่แล้ว',
- 'sent' => 'ส่งเครื่องช่วยเตือนความจำรหัสผ่านแล้ว!',
- 'throttled' => 'โปรดรอสักครู่ก่อนที่จะลองใหม่อีกครั้ง',
- 'token' => 'ชุดรหัสสำหรับการเปลี่ยนรหัสผ่านไม่ถูกต้อง',
- 'user' => 'ไม่พบผู้ใช้งานที่ตรงกับอีเมล์นี้',
-];
diff --git a/resources/lang/th/validation.php b/resources/lang/th/validation.php
deleted file mode 100644
index 83478316..00000000
--- a/resources/lang/th/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'ข้อมูล :attribute ต้องผ่านการยอมรับก่อน',
- 'accepted_if' => 'ข้อมูล :attribute ต้องผ่านการยอมรับเมื่อ:otherเท่ากับ:value',
- 'active_url' => 'ข้อมูล :attribute ต้องเป็น URL เท่านั้น',
- 'after' => 'ข้อมูล :attribute ต้องเป็นวันที่หลังจาก :date',
- 'after_or_equal' => 'ข้อมูล :attribute ต้องเป็นวันที่ตั้งแต่วันที่ :date หรือหลังจากนั้น',
- 'alpha' => 'ข้อมูล :attribute ต้องเป็นตัวอักษรภาษาอังกฤษเท่านั้น',
- 'alpha_dash' => 'ข้อมูล :attribute ต้องเป็นตัวอักษรภาษาอังกฤษ ตัวเลข และ _ เท่านั้น',
- 'alpha_num' => 'ข้อมูล :attribute ต้องเป็นตัวอักษรภาษาอังกฤษ ตัวเลข เท่านั้น',
- 'array' => 'ข้อมูล :attribute ต้องเป็น array เท่านั้น',
- 'attached' => 'ข้อมูล :attribute นี้ถูกแนบแล้ว',
- 'before' => 'ข้อมูล :attribute ต้องเป็นวันที่ก่อน :date.',
- 'before_or_equal' => 'ข้อมูล :attribute ต้องเป็นวันที่ก่อนหรือเท่ากับวันที่ :date.',
- 'between' => [
- 'array' => 'ข้อมูล :attribute ต้องมีค่าระหว่าง :min - :max ค่า',
- 'file' => 'ข้อมูล :attribute ต้องมีขนาดระหว่าง :min - :max กิโลไบต์',
- 'numeric' => 'ข้อมูล :attribute ต้องอยู่ในช่วงระหว่าง :min - :max.',
- 'string' => 'ข้อมูล :attribute ต้องมีความยาวตัวอักษรระหว่าง :min - :max ตัวอักษร',
- ],
- 'boolean' => 'ข้อมูล :attribute ต้องเป็นจริงหรือเท็จเท่านั้น',
- 'confirmed' => 'ข้อมูล :attribute ไม่ตรงกัน',
- 'current_password' => 'รหัสผ่านไม่ถูกต้อง',
- 'date' => 'ข้อมูล :attribute ต้องเป็นวันที่',
- 'date_equals' => 'ข้อมูล :attribute ต้องเป็นวันที่ที่เท่ากับ :date',
- 'date_format' => 'ข้อมูล :attribute ไม่ตรงกับข้อมูล :format ที่กำหนด',
- 'declined' => 'ข้อมูล :attribute ต้องถูกปฏิเสธ',
- 'declined_if' => 'ข้อมูล :attribute ต้องถูกปฏิเสธเมื่อ :other มีค่าเท่ากับ :value.',
- 'different' => 'ข้อมูล :attribute และ :other ต้องไม่เท่ากัน',
- 'digits' => 'ข้อมูล:attributeต้องเป็น:digits',
- 'digits_between' => 'ข้อมูล :attribute ต้องอยู่ในช่วงระหว่าง :min ถึง :max',
- 'dimensions' => 'ข้อมูล :attribute มีขนาดไม่ถูกต้อง.',
- 'distinct' => 'ข้อมูล :attribute มีค่าที่ซ้ำกัน',
- 'doesnt_end_with' => 'ข้อมูล :attribute ไม่ควรลงท้ายด้วยค่าดังต่อไปนี้: :values.',
- 'doesnt_start_with' => 'ข้อมูล :attribute ไม่ควรเริ่มต้นด้วยค่าดังต่อไปนี้: :values.',
- 'email' => 'ข้อมูล :attribute ต้องเป็นอีเมล์',
- 'ends_with' => 'ข้อมูล :attribute ต้องจบด้วยค่าดังต่อไปนี้: :values.',
- 'enum' => 'ข้อมูล :attribute ที่เลือกไม่ถูกต้อง',
- 'exists' => 'ข้อมูล :attribute ที่เลือกไม่ถูกต้อง',
- 'file' => 'ข้อมูล :attribute ต้องเป็นไฟล์',
- 'filled' => 'จำเป็นต้องกรอกข้อมูล :attribute',
- 'gt' => [
- 'array' => 'ข้อมูล :attribute ต้องมีค่ามากกว่า :value',
- 'file' => 'ข้อมูล :attribute ต้องมีขนาดมากกว่า :value กิโลไบต์',
- 'numeric' => 'ข้อมูล :attribute ต้องมีค่ามากกว่า :value',
- 'string' => 'ข้อมูล :attribute ต้องมีความยาวตัวอักษรมากกว่า :value ตัวอักษร',
- ],
- 'gte' => [
- 'array' => 'ข้อมูล :attribute ต้องมีค่า :value หรือมากกว่า',
- 'file' => 'ข้อมูล :attribute ต้องมีขนาดมากกว่าหรือเท่ากับ :value กิโลไบต์',
- 'numeric' => 'ข้อมูล :attribute ต้องมีค่ามากกว่าหรือเท่ากับ :value',
- 'string' => 'ข้อมูล :attribute ต้องมีความยาวตัวอักษรมากกว่าหรือเท่ากับ :value ตัวอักษร',
- ],
- 'image' => 'ข้อมูล :attribute ต้องเป็นรูปภาพ',
- 'in' => 'ข้อมูลที่ถูกเลือกใน :attribute ไม่ถูกต้อง',
- 'in_array' => 'ข้อมูล :attribute ไม่มีอยู่ภายในค่าของ :other',
- 'integer' => 'ข้อมูล :attribute ต้องเป็นตัวเลข',
- 'ip' => 'ข้อมูล :attribute ต้องเป็น IP',
- 'ipv4' => 'ข้อมูล :attribute ต้องตรงตามรูปแบบ IPv4 address.',
- 'ipv6' => 'ข้อมูล :attribute ต้องตรงตามรูปแบบ IPv6 address.',
- 'json' => 'ข้อมูล :attribute ต้องเป็นอักขระ JSON ที่สมบูรณ์',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'ข้อมูล :attribute ต้องมีน้อยกว่า :value ค่า.',
- 'file' => 'ข้อมูล :attribute ต้องมีขนาดน้อยกว่า :value กิโลไบต์.',
- 'numeric' => 'ข้อมูล :attribute ต้องมีค่าน้อยกว่า :value.',
- 'string' => 'ข้อมูล :attribute ต้องมีความยาวตัวอักษรน้อยกว่า :value ตัวอักษร.',
- ],
- 'lte' => [
- 'array' => 'ข้อมูล :attribute ต้องมีไม่เกิน :value ค่า.',
- 'file' => 'ข้อมูล :attribute ต้องมีขนาดน้อยกว่าหรือเท่ากับ :value กิโลไบต์.',
- 'numeric' => 'ข้อมูล :attribute ต้องมีค่าน้อยกว่าหรือเท่ากับ :value.',
- 'string' => 'ข้อมูล :attribute ต้องมีความยาวตัวอักษรน้อยกว่าหรือเท่ากับ :value ตัวอักษร.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'ข้อมูล :attribute ต้องมีไม่เกิน :max ค่า',
- 'file' => 'ข้อมูล :attribute ต้องมีขนาดไม่เกิน :max กิโลไบต์',
- 'numeric' => 'ข้อมูล :attribute ต้องมีค่าไม่เกิน :max.',
- 'string' => 'ข้อมูล :attribute ต้องมีความยาวตัวอักษรไม่เกิน :max ตัวอักษร',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'ข้อมูล :attribute ต้องเป็นชนิดไฟล์: :values.',
- 'mimetypes' => 'ข้อมูล :attribute ต้องเป็นชนิดไฟล์: :values.',
- 'min' => [
- 'array' => 'ข้อมูล :attribute ต้องมีอย่างน้อย :min ค่า',
- 'file' => 'ข้อมูล :attribute ต้องมีขนาดอย่างน้อย :min กิโลไบต์',
- 'numeric' => 'ข้อมูล :attribute ต้องมีค่าอย่างน้อย :min.',
- 'string' => 'ข้อมูล :attribute ต้องมีความยาวตัวอักษรอย่างน้อย :min ตัวอักษร',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'ที่ :attribute นต้องมีหลายของ :value',
- 'not_in' => 'ข้อมูล ที่เลือกจาก :attribute ไม่ถูกต้อง',
- 'not_regex' => 'ข้อมูล :attribute มีรูปแบบไม่ถูกต้อง.',
- 'numeric' => 'ข้อมูล :attribute ต้องเป็นตัวเลข',
- 'password' => [
- 'letters' => 'ข้อมูล :attribute ต้องประกอบด้วยตัวอักษรอย่างน้อย 1 ตัว',
- 'mixed' => 'ข้อมูล :attribute ต้องประกอบด้วยตัวอักษรพิมพ์ใหญ่อย่างน้อย 1 ตัว และตัวอักษรพิมพ์เล็กอย่างน้อย 1 ตัว',
- 'numbers' => 'ข้อมูล :attribute ต้องประกอบด้วยตัวเลขอย่าวน้อย 1 ตัว',
- 'symbols' => 'ข้อมูล :attribute ต้องประกอบด้วยสัญลักษณ์อย่างน้อย 1 ตัว',
- 'uncompromised' => 'ข้อมูล :attribute นี้ถูกพบในข้อมูลที่มีการรั่วไหล กรุณาเลือก :attribute ที่แตกต่าง',
- ],
- 'present' => 'ข้อมูล :attribute ต้องเป็นปัจจุบัน',
- 'prohibited' => 'ที่ :attribute ช่องข้อมูล prohibited.',
- 'prohibited_if' => 'ที่ :attribute ช่องข้อมูล prohibited ตอนที่ :other คือ :value.',
- 'prohibited_unless' => 'ที่ :attribute ช่องข้อมูล prohibited นอกจาก :other อยู่ใน :values.',
- 'prohibits' => 'ข้อมูล :attribute ป้องกัน :other จากการมีอยู่',
- 'regex' => 'ข้อมูล :attribute มีรูปแบบไม่ถูกต้อง',
- 'relatable' => 'ข้อมูล :attribute นี้ อาจจะไม่เกี่ยวข้องกับทรัพยากรนี้',
- 'required' => 'ข้อมูล :attribute จำเป็นต้องกรอก',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'ข้อมูล :attribute จำเป็นต้องกรอกเมื่อ :other เป็น :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'ข้อมูล :attribute จำเป็นต้องกรอกเว้นแต่ :other เป็น :values.',
- 'required_with' => 'ข้อมูล :attribute จำเป็นต้องกรอกเมื่อ :values มีค่า',
- 'required_with_all' => 'ข้อมูล :attribute จำเป็นต้องกรอกเมื่อ :values มีค่าทั้งหมด',
- 'required_without' => 'ข้อมูล :attribute จำเป็นต้องกรอกเมื่อ :values ไม่มีค่า',
- 'required_without_all' => 'ข้อมูล :attribute จำเป็นต้องกรอกเมื่อ :values ไม่มีค่าทั้งหมด',
- 'same' => 'ข้อมูล :attribute และ :other ต้องถูกต้อง',
- 'size' => [
- 'array' => 'ข้อมูล :attribute ต้องเท่ากับ :size ค่า',
- 'file' => 'ข้อมูล :attribute ต้องเท่ากับ :size กิโลไบต์',
- 'numeric' => 'ข้อมูล :attribute ต้องเท่ากับ :size',
- 'string' => 'ข้อมูล :attribute ต้องเท่ากับ :size ตัวอักษร',
- ],
- 'starts_with' => 'ข้อมูล :attribute ต้องเริ่มด้วยค่าใดค่าหนึ่งต่อไปนี้: :values',
- 'string' => 'ข้อมูล :attribute ต้องเป็นอักขระ',
- 'timezone' => 'ข้อมูล :attribute ต้องเป็นข้อมูลเขตเวลาที่ถูกต้อง',
- 'unique' => 'ข้อมูล :attribute ไม่สามารถใช้ได้',
- 'uploaded' => 'ข้อมูล :attribute ไม่สามารพอัพโหลดได้.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'ข้อมูล :attribute ไม่ถูกต้อง',
- 'uuid' => 'ข้อมูล :attribute ต้องเป็นค่า UUID ที่ถูกต้อง',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/tk.json b/resources/lang/tk.json
deleted file mode 100644
index a69be327..00000000
--- a/resources/lang/tk.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Accept Invitation",
- "Add": "Add",
- "Add a new team member to your team, allowing them to collaborate with you.": "Add a new team member to your team, allowing them to collaborate with you.",
- "Add additional security to your account using two factor authentication.": "Add additional security to your account using two factor authentication.",
- "Add Team Member": "Add Team Member",
- "Added.": "Added.",
- "Administrator": "Administrator",
- "Administrator users can perform any action.": "Administrator users can perform any action.",
- "All of the people that are part of this team.": "All of the people that are part of this team.",
- "All rights reserved.": "All rights reserved.",
- "Already registered?": "Already registered?",
- "API Token": "API Token",
- "API Token Permissions": "API Token Permissions",
- "API Tokens": "API Tokens",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API tokens allow third-party services to authenticate with our application on your behalf.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.",
- "Are you sure you would like to delete this API token?": "Are you sure you would like to delete this API token?",
- "Are you sure you would like to leave this team?": "Are you sure you would like to leave this team?",
- "Are you sure you would like to remove this person from the team?": "Are you sure you would like to remove this person from the team?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Browser Sessions",
- "Cancel": "Cancel",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Close",
- "Code": "Code",
- "Confirm": "Confirm",
- "Confirm Password": "Confirm Password",
- "Create": "Create",
- "Create a new team to collaborate with others on projects.": "Create a new team to collaborate with others on projects.",
- "Create Account": "Create Account",
- "Create API Token": "Create API Token",
- "Create New Team": "Create New Team",
- "Create Team": "Create Team",
- "Created.": "Created.",
- "Current Password": "Current Password",
- "Dashboard": "Dashboard",
- "Delete": "Delete",
- "Delete Account": "Delete Account",
- "Delete API Token": "Delete API Token",
- "Delete Team": "Delete Team",
- "Disable": "Disable",
- "Done.": "Done.",
- "Edit Profile": "Edit Profile",
- "Editor": "Editor",
- "Editor users have the ability to read, create, and update.": "Editor users have the ability to read, create, and update.",
- "Email": "Email",
- "Email Address": "Email Address",
- "Email Password Reset Link": "Email Password Reset Link",
- "Enable": "Enable",
- "Ensure your account is using a long, random password to stay secure.": "Ensure your account is using a long, random password to stay secure.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "For your security, please confirm your password to continue.",
- "Forbidden": "Forbidden",
- "Forgot your password?": "Forgot your password?",
- "Forgot Your Password?": "Forgot Your Password?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.",
- "Go to page :page": "Go to page :page",
- "Great! You have accepted the invitation to join the :team team.": "Great! You have accepted the invitation to join the :team team.",
- "Hello!": "Hello!",
- "I agree to the :terms_of_service and :privacy_policy": "I agree to the :terms_of_service and :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "If you already have an account, you may accept this invitation by clicking the button below:",
- "If you did not create an account, no further action is required.": "If you did not create an account, no further action is required.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "If you did not expect to receive an invitation to this team, you may discard this email.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "If you did not request a password reset, no further action is required.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:",
- "Last active": "Last active",
- "Last used": "Last used",
- "Leave": "Leave",
- "Leave Team": "Leave Team",
- "Log in": "Log in",
- "Log Out": "Log Out",
- "Log Out Other Browser Sessions": "Log Out Other Browser Sessions",
- "Login": "Login",
- "Logout": "Logout",
- "Manage Account": "Manage Account",
- "Manage and log out your active sessions on other browsers and devices.": "Manage and log out your active sessions on other browsers and devices.",
- "Manage API Tokens": "Manage API Tokens",
- "Manage Role": "Manage Role",
- "Manage Team": "Manage Team",
- "Name": "Name",
- "New Password": "New Password",
- "Not Found": "Not Found",
- "of": "of",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.",
- "Page Expired": "Page Expired",
- "Pagination Navigation": "Pagination Navigation",
- "Password": "Password",
- "Pending Team Invitations": "Pending Team Invitations",
- "Permanently delete this team.": "Permanently delete this team.",
- "Permanently delete your account.": "Permanently delete your account.",
- "Permissions": "Permissions",
- "Photo": "Photo",
- "Please click the button below to verify your email address.": "Please click the button below to verify your email address.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Please confirm access to your account by entering one of your emergency recovery codes.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Please confirm access to your account by entering the authentication code provided by your authenticator application.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Please copy your new API token. For your security, it won't be shown again.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.",
- "Please provide the email address of the person you would like to add to this team.": "Please provide the email address of the person you would like to add to this team.",
- "Privacy Policy": "Privacy Policy",
- "Profile": "Profile",
- "Profile Information": "Profile Information",
- "Recovery Code": "Recovery Code",
- "Regards": "Regards",
- "Regenerate Recovery Codes": "Regenerate Recovery Codes",
- "Register": "Register",
- "Remember me": "Remember me",
- "Remember Me": "Remember Me",
- "Remove": "Remove",
- "Remove Photo": "Remove Photo",
- "Remove Team Member": "Remove Team Member",
- "Resend Verification Email": "Resend Verification Email",
- "Reset Password": "Reset Password",
- "Reset Password Notification": "Reset Password Notification",
- "results": "results",
- "Role": "Role",
- "Save": "Save",
- "Saved.": "Saved.",
- "Select A New Photo": "Select A New Photo",
- "Send Password Reset Link": "Send Password Reset Link",
- "Server Error": "Server Error",
- "Service Unavailable": "Service Unavailable",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Show Recovery Codes",
- "Showing": "Showing",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.",
- "Switch Teams": "Switch Teams",
- "Team Details": "Team Details",
- "Team Invitation": "Team Invitation",
- "Team Members": "Team Members",
- "Team Name": "Team Name",
- "Team Owner": "Team Owner",
- "Team Settings": "Team Settings",
- "Terms of Service": "Terms of Service",
- "The :attribute must be a valid role.": "The :attribute must be a valid role.",
- "The :attribute must be at least :length characters and contain at least one number.": "The :attribute must be at least :length characters and contain at least one number.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "The :attribute must be at least :length characters and contain at least one special character and one number.",
- "The :attribute must be at least :length characters and contain at least one special character.": "The :attribute must be at least :length characters and contain at least one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "The :attribute must be at least :length characters and contain at least one uppercase character and one number.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "The :attribute must be at least :length characters and contain at least one uppercase character.",
- "The :attribute must be at least :length characters.": "The :attribute must be at least :length characters.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "The provided password does not match your current password.",
- "The provided password was incorrect.": "The provided password was incorrect.",
- "The provided two factor authentication code was invalid.": "The provided two factor authentication code was invalid.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "The team's name and owner information.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.",
- "This device": "This device",
- "This is a secure area of the application. Please confirm your password before continuing.": "This is a secure area of the application. Please confirm your password before continuing.",
- "This password does not match our records.": "This password does not match our records.",
- "This password reset link will expire in :count minutes.": "This password reset link will expire in :count minutes.",
- "This user already belongs to the team.": "This user already belongs to the team.",
- "This user has already been invited to the team.": "This user has already been invited to the team.",
- "to": "to",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Toggle navigation",
- "Token Name": "Token Name",
- "Too Many Requests": "Too Many Requests",
- "Two Factor Authentication": "Two Factor Authentication",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Unauthorized",
- "Unknown": "Unknown",
- "Update Password": "Update Password",
- "Update your account's profile information and email address.": "Update your account's profile information and email address.",
- "Use a recovery code": "Use a recovery code",
- "Use an authentication code": "Use an authentication code",
- "Verify Email Address": "Verify Email Address",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "We were unable to find a registered user with this email address.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.",
- "Whoops!": "Whoops!",
- "Whoops! Something went wrong.": "Whoops! Something went wrong.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "You are receiving this email because we received a password reset request for your account.",
- "You have been invited to join the :team team!": "You have been invited to join the :team team!",
- "You have enabled two factor authentication.": "You have enabled two factor authentication.",
- "You have not enabled two factor authentication.": "You have not enabled two factor authentication.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "You may delete any of your existing tokens if they are no longer needed.",
- "You may not delete your personal team.": "You may not delete your personal team.",
- "You may not leave a team that you created.": "You may not leave a team that you created.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/tk/auth.php b/resources/lang/tk/auth.php
deleted file mode 100644
index 6db4982c..00000000
--- a/resources/lang/tk/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'These credentials do not match our records.',
- 'password' => 'The password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
-];
diff --git a/resources/lang/tk/http-statuses.php b/resources/lang/tk/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/tk/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/tk/pagination.php b/resources/lang/tk/pagination.php
deleted file mode 100644
index 57f1bc38..00000000
--- a/resources/lang/tk/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Indiki »',
- 'previous' => '« Öňki',
-];
diff --git a/resources/lang/tk/passwords.php b/resources/lang/tk/passwords.php
deleted file mode 100644
index 036c3b67..00000000
--- a/resources/lang/tk/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Açarsöz üýtgedildi!',
- 'sent' => 'Açarsöz ýatlatmasy ugradyldy!',
- 'throttled' => 'Please wait before retrying.',
- 'token' => 'Açarsöz tazeleme söz birligi ýalňyş.',
- 'user' => 'Bu e-mail adrese degişli ulanyjy tapylmady.',
-];
diff --git a/resources/lang/tk/validation.php b/resources/lang/tk/validation.php
deleted file mode 100644
index 2e54761f..00000000
--- a/resources/lang/tk/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute kabul edilmelidir.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute dogry URL bolmalydyr.',
- 'after' => ':Attribute şundan has köne sene bolmalydyr :date.',
- 'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
- 'alpha' => ':Attribute dine harplardan durmalydyr.',
- 'alpha_dash' => ':Attribute dine harplardan, sanlardan we tirelerden durmalydyr.',
- 'alpha_num' => ':Attribute dine harplardan we sanlardan durmalydyr.',
- 'array' => ':Attribute ýygyndy bolmalydyr.',
- 'attached' => 'This :attribute is already attached.',
- 'before' => ':Attribute şundan has irki sene bolmalydyr :date.',
- 'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
- 'between' => [
- 'array' => ':Attribute :min - :max arasynda madda eýe bolmalydyr.',
- 'file' => ':Attribute :min - :max kilobaýt arasynda bolmalydyr.',
- 'numeric' => ':Attribute :min - :max arasynda bolmalydyr.',
- 'string' => ':Attribute :min - :max harplar arasynda bolmalydyr.',
- ],
- 'boolean' => ':Attribute diňe dogry ýada ýalňyş bolmalydyr.',
- 'confirmed' => ':Attribute tassyklamasy deň däl.',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute dogry sene bolmalydyr.',
- 'date_equals' => 'The :attribute must be a date equal to :date.',
- 'date_format' => ':Attribute :format formatyna deň däl.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute bilen :other birbirinden tapawutly bolmalydyr.',
- 'digits' => ':Attribute :digits san bolmalydyr.',
- 'digits_between' => ':Attribute :min bilen :max arasynda san bolmalydyr.',
- 'dimensions' => 'The :attribute has invalid image dimensions.',
- 'distinct' => 'The :attribute field has a duplicate value.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute formaty ýalňyş.',
- 'ends_with' => 'The :attribute must end with one of the following: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Saýlanan :attribute ýalňyş.',
- 'file' => 'The :attribute must be a file.',
- 'filled' => ':Attribute meýdany zerur.',
- 'gt' => [
- 'array' => 'The :attribute must have more than :value items.',
- 'file' => 'The :attribute must be greater than :value kilobytes.',
- 'numeric' => 'The :attribute must be greater than :value.',
- 'string' => 'The :attribute must be greater than :value characters.',
- ],
- 'gte' => [
- 'array' => 'The :attribute must have :value items or more.',
- 'file' => 'The :attribute must be greater than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be greater than or equal :value.',
- 'string' => 'The :attribute must be greater than or equal :value characters.',
- ],
- 'image' => ':Attribute surat bolmalydyr.',
- 'in' => ':Attribute mukdary ýalňyş.',
- 'in_array' => 'The :attribute field does not exist in :other.',
- 'integer' => ':Attribute san bolmalydyr.',
- 'ip' => ':Attribute dogry IP adres bolmalydyr.',
- 'ipv4' => 'The :attribute must be a valid IPv4 address.',
- 'ipv6' => 'The :attribute must be a valid IPv6 address.',
- 'json' => 'The :attribute must be a valid JSON string.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'The :attribute must have less than :value items.',
- 'file' => 'The :attribute must be less than :value kilobytes.',
- 'numeric' => 'The :attribute must be less than :value.',
- 'string' => 'The :attribute must be less than :value characters.',
- ],
- 'lte' => [
- 'array' => 'The :attribute must not have more than :value items.',
- 'file' => 'The :attribute must be less than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be less than or equal :value.',
- 'string' => 'The :attribute must be less than or equal :value characters.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute iň az :max maddadan ybarat bolmalydyr.',
- 'file' => ':Attribute :max kilobaýtdan kiçi bolmalydyr.',
- 'numeric' => ':Attribute :max den kiçi bolmalydyr.',
- 'string' => ':Attribute :max harpdan kiçi bolmalydyr.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute faýlň formaty :values bolmalydyr.',
- 'mimetypes' => ':Attribute faýlň formaty :values bolmalydyr.',
- 'min' => [
- 'array' => ':Attribute iň az :min harpdan bolmalydyr.',
- 'file' => ':Attribute mukdary :min kilobaýtdan köp bolmalydyr.',
- 'numeric' => ':Attribute mukdary :min dan köp bolmalydyr.',
- 'string' => ':Attribute mukdary :min harpdan köp bolmalydyr.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'The :attribute must be a multiple of :value.',
- 'not_in' => 'Saýlanan :attribute geçersiz.',
- 'not_regex' => 'The :attribute format is invalid.',
- 'numeric' => ':Attribute san bolmalydyr.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'The :attribute field must be present.',
- 'prohibited' => 'The :attribute field is prohibited.',
- 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
- 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => ':Attribute formaty ýalňyş.',
- 'relatable' => 'This :attribute may not be associated with this resource.',
- 'required' => ':Attribute meýdany zerur.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Attribute meýdany, :other :value hümmetine eýe bolanynda zerurdyr.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'The :attribute field is required unless :other is in :values.',
- 'required_with' => ':Attribute meýdany :values bar bolanda zerurdyr.',
- 'required_with_all' => ':Attribute meýdany haýsyda bolsa bir :values bar bolanda zerurdyr.',
- 'required_without' => ':Attribute meýdany :values ýok bolanda zerurdyr.',
- 'required_without_all' => ':Attribute meýdany :values dan haýsyda bolsa biri ýok bolanda zerurdyr.',
- 'same' => ':Attribute bilen :other deň bolmalydyr.',
- 'size' => [
- 'array' => ':Attribute :size madda eýe bolmalydyr.',
- 'file' => ':Attribute :size kilobaýt bolmalydyr.',
- 'numeric' => ':Attribute :size sandan ybarat bolmalydyr.',
- 'string' => ':Attribute :size harp bolmalydyr.',
- ],
- 'starts_with' => 'The :attribute must start with one of the following: :values.',
- 'string' => 'The :attribute must be a string.',
- 'timezone' => ':Attribute dogry zolak bolmalydyr.',
- 'unique' => ':Attribute önden hasaba alyndy.',
- 'uploaded' => 'The :attribute failed to upload.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute formaty ýalňyş.',
- 'uuid' => 'The :attribute must be a valid UUID.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/tl.json b/resources/lang/tl.json
deleted file mode 100644
index 4a1b1682..00000000
--- a/resources/lang/tl.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Tanggapin Ang Imbitasyon",
- "Add": "Magdagdag",
- "Add a new team member to your team, allowing them to collaborate with you.": "Magdagdag ng isang bagong kasapi ng koponan sa iyong koponan, na nagpapahintulot sa kanila upang makipagtulungan sa iyo.",
- "Add additional security to your account using two factor authentication.": "Magdagdag ng karagdagang seguridad sa iyong kuwenta gamit ang dalawang pagpapatunay na salik.",
- "Add Team Member": "Magdagdag Ng Miyembro Ng Koponan",
- "Added.": "Idinagdag.",
- "Administrator": "Tagapangasiwa",
- "Administrator users can perform any action.": "Administrator mga gumagamit ay maaaring magsagawa ng anumang pagkilos.",
- "All of the people that are part of this team.": "Ang lahat ng mga tao na bahagi ng koponan na ito.",
- "All rights reserved.": "Nakareserba ang lahat ng karapatan.",
- "Already registered?": "Mayroon nakarehistro?",
- "API Token": "Token ng API",
- "API Token Permissions": "Token ng API Permissions",
- "API Tokens": "Mga token ng API",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "Payagan ang mga token ng API ng mga third-party na serbisyo upang patotohanan sa aming aplikasyon sa iyong ngalan.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Sigurado ka bang gusto mong tanggalin ang koponan na ito? Kapag ang isang koponan ay tinanggal, ang lahat ng mga mapagkukunan nito at data ay permanenteng tinanggal.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Ano ang ibig sabihin ng salitang pasigan? Kapag tinanggal na ang kuwenta mo, lahat ng mga mapagkukunan at datos nito ay permanenteng tatanggalin. Mangyaring ipasok ang iyong password upang kumpirmahin na nais mong permanenteng tanggalin ang iyong kuwenta.",
- "Are you sure you would like to delete this API token?": "Sigurado ka bang gusto mong tanggalin ang API token?",
- "Are you sure you would like to leave this team?": "Sigurado ka bang nais mong iwanan ang koponan na ito?",
- "Are you sure you would like to remove this person from the team?": "Sigurado ka bang nais mong alisin ang taong ito mula sa koponan?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Mga Sesyon Ng Browser",
- "Cancel": "Huwag ituloy",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Malapit",
- "Code": "Kodigo",
- "Confirm": "Kumpirmahin",
- "Confirm Password": "Kumpirmahin Ang Password",
- "Create": "Lumikha",
- "Create a new team to collaborate with others on projects.": "Lumikha ng isang bagong koponan upang makipagtulungan sa iba sa mga proyekto.",
- "Create Account": "Lumikha Ng Akawnt",
- "Create API Token": "Lumikha ng Token API",
- "Create New Team": "Lumikha Ng Bagong Koponan",
- "Create Team": "Lumikha Ng Koponan",
- "Created.": "Nilikha.",
- "Current Password": "Kasalukuyang Password",
- "Dashboard": "Dashboard",
- "Delete": "Tanggalin",
- "Delete Account": "Tanggalin Ang Kasaysayan",
- "Delete API Token": "Tanggalin ang API Token",
- "Delete Team": "Tanggalin Ang Koponan",
- "Disable": "Huwag paganahin ang",
- "Done.": "Tapos na.",
- "Edit Profile": "Edit Profile",
- "Editor": "Editor",
- "Editor users have the ability to read, create, and update.": "Ang mga gumagamit ng Editor ay may kakayahang magbasa, lumikha, at mag-update.",
- "Email": "Wika",
- "Email Address": "Email Address",
- "Email Password Reset Link": "I-Reset Ang Password Email Link",
- "Enable": "Paganahin",
- "Ensure your account is using a long, random password to stay secure.": "Siguraduhin na ang iyong akawnt ay gumagamit ng isang mahabang, random na password upang manatiling ligtas.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Para sa iyong seguridad, mangyaring kumpirmahin ang iyong password upang magpatuloy.",
- "Forbidden": "Ipinagbabawal",
- "Forgot your password?": "Nakalimutan ang iyong password?",
- "Forgot Your Password?": "Nakalimutan Ang Iyong Password?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Nakalimutan ang iyong password? Walang problema. Ipaalam lamang sa amin ang iyong email address at kami ay mag-email sa iyo ng isang link sa pag-reset ng password na magpapahintulot sa iyo na pumili ng bago.",
- "Go to page :page": "Pumunta sa pahina :page",
- "Great! You have accepted the invitation to join the :team team.": "Mahusay! Tinanggap mo ang imbitasyon upang sumali sa koponan ng :team.",
- "Hello!": "Hello!",
- "I agree to the :terms_of_service and :privacy_policy": "Sumasang-ayon ako sa :terms_of_service at :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Kung kinakailangan, maaari kang mag-log out sa lahat ng iyong iba pang mga session ng browser sa lahat ng iyong mga aparato. Ang ilan sa inyong mga kamakailang sesyon ay nakalista sa ibaba; gayunman, ang listahang ito ay maaaring hindi lubusan. Kung sa palagay mo nakompromiso ang iyong kuwenta, dapat mo ring i-update ang iyong password.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Kung mayroon ka nang kuwenta, maaari mong tanggapin ang paanyayang ito sa pamamagitan ng pagpindot sa pindutan sa ibaba:",
- "If you did not create an account, no further action is required.": "Kung hindi ka lumikha ng kuwenta, walang karagdagang aksyon ang kinakailangan.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Kung hindi mo inaasahan na makatanggap ng isang imbitasyon sa koponan na ito, maaari mong itapon ang email na ito.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Kung hindi ka humiling ng isang pag-reset ng password, walang karagdagang aksyon ay kinakailangan.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Kung wala kang kuwenta, maaari kang lumikha ng isa sa pamamagitan ng pagpindot sa pindutan sa ibaba. Anu-ano ang mga salik na dapat tingnan sa paghahati-hati ng kontinente tungo sa mga rehiyon?:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Kung nagkakaproblema ka sa pag-klik ng \":actionText\" na butones, kopyahin at ilagay ang URL sa ibaba\nsa iyong web browser:",
- "Last active": "Huling aktibo",
- "Last used": "Huling ginamit",
- "Leave": "Umalis",
- "Leave Team": "Mag-Iwan Ng Koponan",
- "Log in": "Mag-Log in",
- "Log Out": "Mag-Log Out",
- "Log Out Other Browser Sessions": "Mag-Log Out Iba Pang Mga Session Ng Browser",
- "Login": "Login",
- "Logout": "Logout",
- "Manage Account": "Pamahalaan Ang Kuwenta",
- "Manage and log out your active sessions on other browsers and devices.": "Pamahalaan at mag-log out ang iyong mga aktibong session sa iba pang mga browser at mga aparato.",
- "Manage API Tokens": "Pamahalaan ang mga token ng API",
- "Manage Role": "Pamahalaan Ang Tungkulin",
- "Manage Team": "Pamahalaan Ang Koponan",
- "Name": "Pangalan",
- "New Password": "Bagong Password",
- "Not Found": "Hindi Natagpuan",
- "of": "ng",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Kapag ang isang koponan ay tinanggal, ang lahat ng mga mapagkukunan nito at data ay permanenteng tinanggal. Bago tanggalin ang koponan na ito, mangyaring i-download ang anumang data o impormasyon tungkol sa koponan na nais mong panatilihin.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Kapag tinanggal na ang kuwenta mo, lahat ng mga mapagkukunan at datos nito ay permanenteng tatanggalin. Bago tanggalin ang iyong kuwenta, paki-download ang anumang data o impormasyon na nais mong panatilihin.",
- "Page Expired": "Wala Nang Bisa Ang Pahina",
- "Pagination Navigation": "Pagbilang Ng Pahina Nabigasyon",
- "Password": "Password",
- "Pending Team Invitations": "Nakabinbin Koponan Ng Imbitasyon",
- "Permanently delete this team.": "Permanenteng tanggalin ang koponan na ito.",
- "Permanently delete your account.": "Permanenteng tanggalin ang iyong kasaysayan.",
- "Permissions": "Pahintulot",
- "Photo": "Larawan",
- "Please click the button below to verify your email address.": "Mangyaring i-klik ang pindutan sa ibaba upang mapatunayan ang iyong email address.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Kung gusto mo magsulat ng rebyu tungkol dito ay huwag kang mag-atubili na ipadala ito sa amin at kami na naman ay malulugod na isama ito sa website.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Mangyaring kumpirmahin ang paggamit sa iyong kuwenta sa pamamagitan ng pagpasok sa Kodigo ng pagpapatunay na ibinigay ng iyong aplikasyon ng pagpapatunay.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Mangyaring kopyahin ang iyong bagong token API. Para sa iyong seguridad, hindi ito ipapakita muli.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Mangyaring ipasok ang iyong password upang kumpirmahin na nais mong mag-log out ng iyong iba pang mga session ng browser sa lahat ng iyong mga aparato.",
- "Please provide the email address of the person you would like to add to this team.": "Mangyaring ibigay ang email address ng tao na nais mong idagdag sa koponan na ito.",
- "Privacy Policy": "Patakaran Sa Pagkapribado",
- "Profile": "Anyo",
- "Profile Information": "Impormasyon Ng Anyo",
- "Recovery Code": "Pagbawi Ng Kodigo",
- "Regards": "Bumabati",
- "Regenerate Recovery Codes": "Kumuha Ng Kopya (Or Retain Download)",
- "Register": "Magparehistro",
- "Remember me": "Tandaan ako",
- "Remember Me": "Tandaan Ako",
- "Remove": "Tanggalin",
- "Remove Photo": "Alisin Ang Larawan",
- "Remove Team Member": "Alisin Ang Koponan Ng Miyembro",
- "Resend Verification Email": "Muling Ipadala Ang Pagpapatotoo Ng Email",
- "Reset Password": "I-Reset Ang Password",
- "Reset Password Notification": "I-Reset Ang Pag-Abiso Ng Password",
- "results": "mga resulta",
- "Role": "Tungkulin",
- "Save": "Iligtas",
- "Saved.": "Ligtas.",
- "Select A New Photo": "Pumili Ng Bagong Larawan",
- "Send Password Reset Link": "Ipadala Ang Link Sa Pag-Reset Ng Password",
- "Server Error": "Error Sa Asawa",
- "Service Unavailable": "Hindi Magamit Ang Serbisyo",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Ipakita Ang Mga Alituntunin Sa Pagbawi",
- "Showing": "Nagpapakita",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Ano ang ibig sabihin ng pag-aalmirol? Maaari silang gamitin upang mabawi ang paggamit sa iyong kuwenta kung ang iyong dalawang aparato pagpapatunay kadahilanan ay nawala.",
- "Switch Teams": "Lumipat Koponan",
- "Team Details": "Mga Detalye Ng Koponan",
- "Team Invitation": "Imbitasyon Ng Koponan",
- "Team Members": "Koponan Ng Miyembro",
- "Team Name": "Pangalan Ng Koponan",
- "Team Owner": "Koponan Ng May-Ari",
- "Team Settings": "Mga Setting Ng Koponan",
- "Terms of Service": "Mga tuntunin ng serbisyo",
- "The :attribute must be a valid role.": "Ang :attribute ay dapat na isang wastong papel.",
- "The :attribute must be at least :length characters and contain at least one number.": "Ang :attribute ay dapat na hindi bababa sa :length character at naglalaman ng hindi bababa sa isang numero.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "Ang :attribute ay dapat hindi kukulangin sa :length karakter at naglalaman ng kahit isang espesyal na karakter at isang numero.",
- "The :attribute must be at least :length characters and contain at least one special character.": "Ang :attribute ay kailangang hindi kukulang sa :length na karakter at naglalaman ng kahit isang espesyal na karakter.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "Ang :attribute ay kailangang hindi bababa sa :length karakter at naglalaman ng hindi bababa sa isang malaking titik karakter at isang numero.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "Ang :attribute ay dapat na hindi bababa sa :length character at naglalaman ng hindi bababa sa isang uppercase na mga character at isa sa mga espesyal na character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "Ang :attribute ay dapat hindi kukulangin sa :length na karakter at maglaman ng kahit isang pangunahing karakter, isang numero, at isang espesyal na karakter.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "Ang :attribute ay dapat hindi bababa sa :length karakter at naglalaman ng hindi bababa sa isang malaking titik karakter.",
- "The :attribute must be at least :length characters.": "Ang :attribute ay dapat na hindi kukulangin sa :length na karakter.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Ang ibinigay na password ay hindi tumutugma sa iyong kasalukuyang password.",
- "The provided password was incorrect.": "Ang ibinigay na password ay hindi tama.",
- "The provided two factor authentication code was invalid.": "Mga sanggunian [baguhin / baguhin ang batayan]",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Impormasyon ng pangalan at may-ari ng koponan.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Ang mga taong inanyayahan sa iyong koponan at ay nagpadala ng isang imbitasyon email. Maaari silang sumali sa koponan sa pamamagitan ng pagtanggap ng email imbitasyon.",
- "This device": "Aparatong ito",
- "This is a secure area of the application. Please confirm your password before continuing.": "Ito ay isang ligtas na lugar ng aplikasyon. Mangyaring kumpirmahin ang iyong password bago magpatuloy.",
- "This password does not match our records.": "Password na ito ay hindi tumutugma sa aming mga talaan.",
- "This password reset link will expire in :count minutes.": "Ang link na ito sa pag-reset ng password ay mawawalan ng bisa sa :count minuto.",
- "This user already belongs to the team.": "Ang tagagamit na ito ay kabilang sa koponan.",
- "This user has already been invited to the team.": "Ang tagagamit na ito ay inanyayahan sa koponan.",
- "to": "sa",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Magpalipat-lipat sa nabigasyon",
- "Token Name": "Pangalan Ng Token",
- "Too Many Requests": "Masyadong Maraming Mga Kahilingan",
- "Two Factor Authentication": "Dalawang Pagpapatunay Kadahilanan",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Di-awtorisadong",
- "Unknown": "Unknown",
- "Update Password": "I-Update Ang Password",
- "Update your account's profile information and email address.": "Kumuha ng kopya (or retain download)",
- "Use a recovery code": "Paano gumawa ng duladulaan?",
- "Use an authentication code": "Gamitin ang isang kodigo sa pagpapatunay",
- "Verify Email Address": "Patunayan Ang Email Address",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Hindi namin nagawang mahanap ang isang rehistradong gumagamit sa email address na ito.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Kapag pinagana ang dalawang salik na pagpapatotoo, ikaw ay nai-prompt para sa isang ligtas, random na token sa panahon ng pagpapatunay. Maaari mong makuha ang token na ito mula sa iyong telepono na aplikasyon ng Google Tagapagpatunay.",
- "Whoops!": "Oops!",
- "Whoops! Something went wrong.": "Oops! May nangyaring mali.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Natatanggap ninyo ang email na ito dahil nakatanggap kami ng hiling sa pag-reset ng password para sa inyong kuwenta.",
- "You have been invited to join the :team team!": "Inanyayahan ka upang sumali sa :team team!",
- "You have enabled two factor authentication.": "Pinagana mo na ang dalawang pagpapatunay kadahilanan.",
- "You have not enabled two factor authentication.": "Hindi mo pa pinagana ang dalawang pagpapatunay kadahilanan.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Maaari mong tanggalin ang alinman sa iyong umiiral na mga token kung ang mga ito ay hindi na kinakailangan.",
- "You may not delete your personal team.": "Hindi mo maaaring tanggalin ang iyong personal na koponan.",
- "You may not leave a team that you created.": "Hindi ka maaaring mag-iwan ng koponan na iyong nilikha.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/tl/auth.php b/resources/lang/tl/auth.php
deleted file mode 100644
index e19f0d93..00000000
--- a/resources/lang/tl/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Ang credentials na ito ay hindi katugma ng nasa rekord namin.',
- 'password' => 'Ang password ay hindi tama.',
- 'throttle' => 'Sobrang daming pagtatangkang mag-login. Pakisubukan ulit sa :segundo segundo.',
-];
diff --git a/resources/lang/tl/http-statuses.php b/resources/lang/tl/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/tl/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/tl/pagination.php b/resources/lang/tl/pagination.php
deleted file mode 100644
index 4a9607f2..00000000
--- a/resources/lang/tl/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Susunod »',
- 'previous' => '« Nauna',
-];
diff --git a/resources/lang/tl/passwords.php b/resources/lang/tl/passwords.php
deleted file mode 100644
index baa98a39..00000000
--- a/resources/lang/tl/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Na-reset na ang password mo!',
- 'sent' => 'Na-email na namin sa iyo ang link sa pag-reset ng password!',
- 'throttled' => 'Mangyaring maghintay bago retrying.',
- 'token' => 'Ang token sa pag-reset ng password na ito ay imbalido.',
- 'user' => 'Hindi namin mahanap ang user na may ganyang email address.',
-];
diff --git a/resources/lang/tl/validation.php b/resources/lang/tl/validation.php
deleted file mode 100644
index bf3c29c8..00000000
--- a/resources/lang/tl/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Ang :attribute ay dapat tanggapin.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => 'Ang :attribute ay hindi balidong URL.',
- 'after' => 'Ang :attribute ay dapat petsa pagkatapos ng :date.',
- 'after_or_equal' => 'Ang :attribute ay dapat na isang petsa pagkatapos o katumbas ng :date.',
- 'alpha' => 'Ang :attribute ay maaaring magtaglay ng mga letra lang.',
- 'alpha_dash' => 'Ang :attribute ay maaaring magtaglay ng mga letra, numero at gitling lang.',
- 'alpha_num' => 'Ang :attribute ay maaaring magtaglay ng mga letra at numero lang.',
- 'array' => 'Ang :attribute ay dapat magkakasunod.',
- 'attached' => ':Attribute na ito ay nakalakip.',
- 'before' => 'Ang :attribute ay dapat petsa bago ang :date.',
- 'before_or_equal' => 'Ang :attribute ay dapat na isang petsa bago o katumbas ng :date.',
- 'between' => [
- 'array' => 'Ang :attribute ay dapat nasa pagitan ng :min at :max items.',
- 'file' => 'Ang :attribute ay dapat nasa pagitan ng :min at :max kilobytes.',
- 'numeric' => 'Ang :attribute ay dapat nasa pagitan ng :min at :max.',
- 'string' => 'Ang :attribute ay dapat nasa pagitan ng :min at :max characters.',
- ],
- 'boolean' => 'Ang :attribute ng attribute ay dapat tama o mali.',
- 'confirmed' => 'Ang :attribute ng attribute ay hindi magkatugma.',
- 'current_password' => 'The password is incorrect.',
- 'date' => 'Ang :attribute ay hindi balidong petsa.',
- 'date_equals' => ':Attribute ay dapat na isang petsa na katumbas ng :date.',
- 'date_format' => 'Ang :attribute ay hindi katugma ng format :format.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => 'Ang :attribute at :other pa ay dapat magkaiba.',
- 'digits' => 'Ang :attribute ay dapat :digits digits.',
- 'digits_between' => 'Ang :attribute ay dapat nasa pagitan ng :min at :max digits.',
- 'dimensions' => 'Ang :attribute ay may di-wastong sukat ng imahe.',
- 'distinct' => 'Ang :attribute ng attribute ay may katulad na balyu.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => 'Ang :attribute ay dapat balidong email address.',
- 'ends_with' => ':Attribute ang dapat magtapos sa isa sa mga sumusunod: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'Ang piniling :attribute ay imbalido.',
- 'file' => 'Ang :attribute ay dapat na isang talaksan.',
- 'filled' => 'Ang :attribute ng attribute ay kailangan.',
- 'gt' => [
- 'array' => 'The :attribute must have more than :value items.',
- 'file' => 'The :attribute must be greater than :value kilobytes.',
- 'numeric' => 'The :attribute must be greater than :value.',
- 'string' => 'The :attribute must be greater than :value characters.',
- ],
- 'gte' => [
- 'array' => 'The :attribute must have :value items or more.',
- 'file' => 'The :attribute must be greater than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be greater than or equal :value.',
- 'string' => 'The :attribute must be greater than or equal :value characters.',
- ],
- 'image' => 'Ang :attribute ay dapat isang imahe.',
- 'in' => 'Ang piniling :attribute ay imbalido.',
- 'in_array' => 'Ang :attribute ng attribute ay wala sa :other.',
- 'integer' => 'Ang :attribute ay dapat isang integer.',
- 'ip' => 'Ang :attribute ay dapat isang balidong IP address.',
- 'ipv4' => 'Ang :attribute ay dapat na isang wastong Ipbagong address.',
- 'ipv6' => 'Ang :attribute ay dapat na isang balidong Ipbagong address.',
- 'json' => 'Ang :attribute ay dapat isang balidong JSON string.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'The :attribute must have less than :value items.',
- 'file' => 'The :attribute must be less than :value kilobytes.',
- 'numeric' => 'The :attribute must be less than :value.',
- 'string' => 'The :attribute must be less than :value characters.',
- ],
- 'lte' => [
- 'array' => 'The :attribute must not have more than :value items.',
- 'file' => 'The :attribute must be less than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be less than or equal :value.',
- 'string' => 'The :attribute must be less than or equal :value characters.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => 'Ang :attribute ay hindi maaaring higit sa :max items.',
- 'file' => 'Ang :attribute ay hindi maaaring higit sa :max kilobytes.',
- 'numeric' => 'Ang :attribute ay hindi maaaring higit sa :max.',
- 'string' => 'Ang :attribute ay hindi maaaring higit sa :max characters.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => 'Ang :attribute ay dapat file ng uri na: :values.',
- 'mimetypes' => 'Ang :attribute ay dapat na isang talaksan ng uri: :values.',
- 'min' => [
- 'array' => 'Ang :attribute ay dapat di-kukulangin sa :min items.',
- 'file' => 'Ang :attribute ay dapat di-kukulangin sa :min kilobytes.',
- 'numeric' => 'Ang :attribute ay dapat di-kukulangin sa :min.',
- 'string' => 'Ang :attribute ay dapat di-kukulangin sa :min characters.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'Ang :attribute ay dapat na maramihang ng :value',
- 'not_in' => 'Ang piniling :attribute ay imbalido.',
- 'not_regex' => 'Hindi tanggap ang :attribute na anyo.',
- 'numeric' => 'Ang :attribute ay dapat isang numero.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => 'Ang :attribute ng attribute ay dapat naroon.',
- 'prohibited' => 'Ang patlang na :attribute ay ipinagbabawal.',
- 'prohibited_if' => 'Ang :attribute patlang ay ipinagbabawal kapag :other ay :value.',
- 'prohibited_unless' => 'Ang :attribute patlang ay ipinagbabawal maliban kung :other ay nasa :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => 'Ang :attribute ng attribute ay imbalido.',
- 'relatable' => 'Ito :attribute ay maaaring hindi nauugnay sa mapagkukunan na ito.',
- 'required' => 'Ang :attribute ng attribute ay kailangan.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => 'Ang :attribute ng attribute ay kailangan kapag :other iba ay :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'Ang :attribute ng attribute ay kailangan maliban kung :other iba ay nasa :values.',
- 'required_with' => 'Ang :attribute ng attribute ay kailangan kapag :values balyu ang naroon.',
- 'required_with_all' => 'Ang :attribute ng attribute ay kailangan kapag :values balyu ang naroon.',
- 'required_without' => 'Ang :attribute ng attribute ay kailangan kapag :values balyu ang naroon.',
- 'required_without_all' => 'Ang :attribute ng attribute ay kailangan kapag wala sa :values balyu ang naroon.',
- 'same' => 'Ang :attribute at :other pa ay dapat magtugma.',
- 'size' => [
- 'array' => 'Ang :attribute ay dapat magtaglay ng :size sa items.',
- 'file' => 'Ang :attribute ay dapat :size sukat sa kilobytes.',
- 'numeric' => 'Ang :attribute ay dapat :size sukat.',
- 'string' => 'Ang :attribute ay dapat :size sukat sa characters.',
- ],
- 'starts_with' => 'Ang :attribute ay dapat magsimula sa isa sa mga sumusunod: :values.',
- 'string' => 'Ang :attribute ay dapat isang string.',
- 'timezone' => 'Ang :attribute ay dapat isang balidong sona.',
- 'unique' => 'Ang :attribute ay nakuha na.',
- 'uploaded' => 'Nabigo ang :attribute upang i-upload.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Ang :attribute ng attribute ay imbalido.',
- 'uuid' => ':Attribute ay dapat na isang wastong UUID.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'imahe',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'resultang teksto sa ilalim ng imahe',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'maikling teksto',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'subok na paglalarawan',
- 'test_locale' => 'wika',
- 'test_name' => 'subok na pangalan',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/tr.json b/resources/lang/tr.json
deleted file mode 100644
index 478ab7f3..00000000
--- a/resources/lang/tr.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(ve :count fazla hata var)",
- "(and :count more errors)": "(ve :count fazla hatalar var)",
- "A fresh verification link has been sent to your email address.": "E-posta adresinize yeni bir doğrulama bağlantısı gönderildi.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "Profil ayarlarınızda belirttiğiniz e-posta adresine yeni bir doğrulama bağlantısı gönderildi.",
- "A new verification link has been sent to your email address.": "E-posta adresinize yeni bir doğrulama bağlantısı gönderildi.",
- "Accept Invitation": "Daveti Kabul Et",
- "Add": "Ekle",
- "Add a new team member to your team, allowing them to collaborate with you.": "Ekibinize yeni bir ekip üyesi ekleyerek, sizinle işbirliği yapmalarına izin verin.",
- "Add additional security to your account using two factor authentication.": "İki faktörlü kimlik doğrulama kullanarak hesabınıza ek güvenlik ekleyin.",
- "Add Team Member": "Ekip Üyesi Ekle",
- "Added.": "Eklendi.",
- "Administrator": "Yönetici",
- "Administrator users can perform any action.": "Yöneticiler herhangi bir eylemi gerçekleştirebilir.",
- "All of the people that are part of this team.": "Bu ekibin parçası olan tüm kişiler.",
- "All rights reserved.": "Tüm hakları saklıdır.",
- "Already registered?": "Zaten Üye Misiniz?",
- "API Token": "API Jeton",
- "API Token Permissions": "API Jeton İzinleri",
- "API Tokens": "API Jetonları",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API jetonları, üçüncü taraf hizmetlerin sizin adınıza uygulamamızla kimlik doğrulaması yapmasına izin verir.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Bu ekibi silmek istediğinizden emin misiniz? Bir ekip silindiğinde, tüm kaynakları ve verileri kalıcı olarak silinecektir.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Hesabınızı silmek istediğinizden emin misiniz? Hesabınız silindiğinde, tüm kaynakları ve verileri kalıcı olarak silinecektir. Lütfen hesabınızı kalıcı olarak silmek istediğinizi onaylamak için parolanızı girin.",
- "Are you sure you would like to delete this API token?": "Bu API jetonunu silmek istediğinizden emin misiniz?",
- "Are you sure you would like to leave this team?": "Bu kişiyi ekipten çıkarmak istediğinizden emin misiniz?",
- "Are you sure you would like to remove this person from the team?": "Bu kişiyi ekipten çıkarmak istediğinizden emin misiniz?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Devam etmeden önce, size az önce e-postayla gönderdiğimiz bağlantıya tıklayarak e-posta adresinizi doğrulayabilir misiniz? E-postayı almadıysanız, size memnuniyetle başka bir e-posta göndeririz.",
- "Before proceeding, please check your email for a verification link.": "Devam etmeden önce, lütfen doğrulama bağlantısı için e-posta adresinizi kontrol edin.",
- "Browser Sessions": "Tarayıcı Oturumları",
- "Cancel": "İptal et",
- "Click here to re-send the verification email.": "Doğrulama e-postasını yeniden göndermek için burayı tıklayın.",
- "click here to request another": "başka bir istekte bulunmak için burayı tıklayın",
- "Close": "Kapat",
- "Code": "Kod",
- "Confirm": "Onayla",
- "Confirm Password": "Parolayı Onayla",
- "Create": "Oluştur",
- "Create a new team to collaborate with others on projects.": "Başkalarıyla projelerde işbirliği yapmak için yeni bir ekip oluşturun.",
- "Create Account": "Hesap Oluştur",
- "Create API Token": "Api Jetonu Oluştur",
- "Create New Team": "Yeni Ekip Oluştur",
- "Create Team": "Ekip Oluştur",
- "Created.": "Oluşturuldu.",
- "Current Password": "Mevcut Parola",
- "Dashboard": "Gösterge Paneli",
- "Delete": "Sil",
- "Delete Account": "Hesabı Sil",
- "Delete API Token": "API Jetonunu Sil",
- "Delete Team": "Ekibi Sil",
- "Disable": "Devre Dışı Bırak",
- "Done.": "Bitti.",
- "Edit Profile": "Profili Düzenle",
- "Editor": "Editör",
- "Editor users have the ability to read, create, and update.": "Editörler okuma, oluşturma ve güncelleme yapabilir.",
- "Email": "E-Posta",
- "Email Address": "E-Posta Adresi",
- "Email Password Reset Link": "Parola Sıfırlama Bağlantısını Gönder",
- "Enable": "Etkinleştir",
- "Ensure your account is using a long, random password to stay secure.": "Hesabınızın güvenliğini korumak için uzun, rastgele karakterlerden oluşan bir parola kullandığınızdan emin olun.",
- "Finish enabling two factor authentication.": "İki faktörlü kimlik doğrulamayı etkinleştirmeyi tamamlayın.",
- "For your security, please confirm your password to continue.": "Güvenliğiniz için lütfen devam etmek için parolanızı onaylayın.",
- "Forbidden": "Yasak",
- "Forgot your password?": "Parolanızı mı unuttunuz?",
- "Forgot Your Password?": "Parolanızı mı unuttunuz?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Parolanızı mı unuttunuz? Sorun değil. Sadece e-posta adresinizi bize söyleyin size yeni parolanızı belirleyebileceğiniz bir parola sıfırlama linki gönderelim.",
- "Go to page :page": ":Page sayfasına git",
- "Great! You have accepted the invitation to join the :team team.": "Harika! :team ekibine katılma davetini kabul ettiniz.",
- "Hello!": "Merhaba!",
- "I agree to the :terms_of_service and :privacy_policy": ":Terms_of_service ve :privacy_policy'yi kabul ediyorum",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Gerekirse, tüm cihazlarınızda diğer tüm tarayıcı oturumlarınızdan çıkış yapabilirsiniz. Son oturumlarınızdan bazıları aşağıda listelenmiştir; ancak, bu liste kapsamlı olmayabilir. Hesabınızın ele geçirildiğini düşünüyorsanız, parolanızı da güncellemelisiniz.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Zaten bir hesabınız varsa, aşağıdaki butona tıklayarak bu daveti kabul edebilirsiniz:",
- "If you did not create an account, no further action is required.": "Bir hesap oluşturmadıysanız, başka bir işlem yapmanıza gerek yoktur.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Bu ekibe davet almayı beklemiyorsanız, bu e-postayı yok sayabilirsiniz.",
- "If you did not receive the email": "Eğer e-postayı almadıysanız",
- "If you did not request a password reset, no further action is required.": "Bir parola sıfırlama talebinde bulunmadıysanız, başka bir işlem yapmanıza gerek yoktur.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Bir hesabınız yoksa, aşağıdaki butona tıklayarak bir tane oluşturabilirsiniz. Bir hesap oluşturduktan sonra, ekip davetini kabul etmek için bu e-postadaki daveti kabul et butonuna tıklayabilirsiniz:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "\":actionText\" butonuna tıklamakta sorun yaşıyorsanız, aşağıdaki bağlantıyı kopyalayıp\ntarayıcınıza yapıştırın:",
- "Last active": "Son aktiflik",
- "Last used": "Son kullanım",
- "Leave": "Ayrıl",
- "Leave Team": "Ekipten Ayrıl",
- "Log in": "Giriş yap",
- "Log Out": "Çıkış Yap",
- "Log Out Other Browser Sessions": "Diğer Tarayıcılardaki Oturumları Sonlandır",
- "Login": "Giriş Yap",
- "Logout": "Çıkış Yap",
- "Manage Account": "Hesabı Yönet",
- "Manage and log out your active sessions on other browsers and devices.": "Diğer tarayıcılarda ve cihazlardaki aktif oturumlarınızı yönetin ve oturumları kapatın.",
- "Manage API Tokens": "API Jetonlarını Yönetin",
- "Manage Role": "Rolü Yönet",
- "Manage Team": "Ekibi Yönet",
- "Name": "Ad",
- "New Password": "Yeni Parola",
- "Not Found": "Bulunamadı",
- "of": "-den",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Bir ekip silindiğinde, tüm kaynakları ve verileri kalıcı olarak silinecektir. Bu ekibi silmeden önce, lütfen bu ekiple ilgili saklamak istediğiniz tüm verileri veya bilgileri indirin.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Hesabınız silindiğinde, tüm kaynakları ve verileri kalıcı olarak silinecektir. Hesabınızı silmeden önce lütfen saklamak istediğiniz tüm verileri veya bilgileri indirin.",
- "Page Expired": "Sayfa zaman aşımına uğradı",
- "Pagination Navigation": "Sayfalandırma Çubuğu",
- "Password": "Parola",
- "Pending Team Invitations": "Bekleyen Ekip Davetiyeleri",
- "Permanently delete this team.": "Bu ekibi kalıcı olarak sil",
- "Permanently delete your account.": "Hesabını kalıcı olarak sil",
- "Permissions": "İzinler",
- "Photo": "Resim",
- "Please click the button below to verify your email address.": "E-posta adresinizi doğrulamak için lütfen aşağıdaki butona tıklayın.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Girişinizi onaylamak için lütfen hesap kurtarma kodlarınızdan birini girin.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Lütfen kimlik doğrulayıcı uygulamanız tarafından sağlanan kimlik doğrulama kodunu girerek hesabınıza erişimi onaylayın.",
- "Please confirm your password before continuing.": "Lütfen devam etmeden önce şifrenizi onaylayın.",
- "Please copy your new API token. For your security, it won't be shown again.": "Lütfen yeni API jetonunuzu kopyalayın. Güvenliğiniz için bir daha gösterilmeyecek.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Tüm cihazlarınızda diğer tarayıcı oturumlarınızdan çıkmak istediğinizi onaylamak için lütfen parolanızı girin.",
- "Please provide the email address of the person you would like to add to this team.": "Lütfen bu ekibe eklemek istediğiniz kişinin e-posta adresini belirtin.",
- "Privacy Policy": "Gizlilik Politikası",
- "Profile": "Profil",
- "Profile Information": "Profil Bilgileri",
- "Recovery Code": "Kurtarma Kodu",
- "Regards": "En iyi dileklerle",
- "Regenerate Recovery Codes": "Kurtarma Kodunu Tekrar Üret",
- "Register": "Kayıt Ol",
- "Remember me": "Beni hatırla",
- "Remember Me": "Beni Hatırla",
- "Remove": "Kaldır",
- "Remove Photo": "Resmi Kaldır",
- "Remove Team Member": "Ekip Üyesini Kaldır",
- "Resend Verification Email": "Onay Mailini Tekrar Gönder",
- "Reset Password": "Parolayı Sıfırla",
- "Reset Password Notification": "Parola Sıfırlama Bildirimi",
- "results": "sonuçlar",
- "Role": "Rol",
- "Save": "Kaydet",
- "Saved.": "Kaydedildi.",
- "Select A New Photo": "Yeni Bir Fotoğraf Seçin",
- "Send Password Reset Link": "Parola Sıfırlama Bağlantısı Gönder",
- "Server Error": "Sunucu Hatası",
- "Service Unavailable": "Hizmet Kullanılamıyor",
- "Setup Key": "Kurulum Anahtarı",
- "Show Recovery Codes": "Kurtarma Kodlarını Göster",
- "Showing": "Gösteri",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Bu kurtarma kodlarını güvenli bir parola yöneticisinde saklayın. İki faktörlü kimlik doğrulama cihazınız kaybolursa hesabınıza erişimi kurtarmak için kullanılabilirler.",
- "Switch Teams": "Ekip Değiştir",
- "Team Details": "Ekip Detayları",
- "Team Invitation": "Ekip Davetiyesi",
- "Team Members": "Ekip Üyeleri",
- "Team Name": "Ekip İsmi",
- "Team Owner": "Ekip Sahibi",
- "Team Settings": "Ekip Ayarları",
- "Terms of Service": "Hizmet Koşulları",
- "The :attribute must be a valid role.": ":Attribute geçerli bir rol olmalıdır.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute en az :length karakterli olmalı ve en az bir sayı içermelidir.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute en az :length karakterli olmalı ve en az bir özel karakter ve bir sayı içermelidir.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute en az :length karakterli olmalı ve en az bir özel karakter içermelidir",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute en az :length karakterli olmalı ve en az birer büyük harf ve sayı içermelidir",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute en az :length karakterli olmalı ve en az birer büyük harf ve özel karakter içermelidir",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute en az :length karakterli olmalı ve en az birer büyük harf, sayı ve özel karakter içermelidir",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute en az :length karakterli olmalı ve en az bir büyük harf içermelidir",
- "The :attribute must be at least :length characters.": ":Attribute en az :length karakterli olmalı.",
- "The :attribute must contain at least one letter.": ":Attribute en az bir harf içermelidir.",
- "The :attribute must contain at least one number.": ":Attribute en az bir sayı içermelidir.",
- "The :attribute must contain at least one symbol.": ":Attribute en az bir sembol içermelidir.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": ":Attribute en az bir büyük harf ve bir küçük harf içermelidir.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "Girilen :attribute bir veri sızıntısında ortaya çıktı. Lütfen farklı bir :attribute seçin.",
- "The given data was invalid.": "Verilen veriler geçersizdi.",
- "The password is incorrect.": "Parola hatalı.",
- "The provided password does not match your current password.": "Belirtilen parola mevcut parolanızla eşleşmiyor.",
- "The provided password was incorrect.": "Belirtilen parola yanlış.",
- "The provided two factor authentication code was invalid.": "Belirtilen iki faktörlü kimlik doğrulama kodu geçersiz.",
- "The provided two factor recovery code was invalid.": "Sağlanan iki faktörlü kurtarma kodu geçersizdi.",
- "The team's name and owner information.": "Ekibin adı ve sahip bilgileri.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Bu kişiler ekibinize davet edildi ve bir davet e-postası gönderildi. E-posta davetiyesini kabul ederek ekibe katılabilirler.",
- "This device": "Bu cihaz",
- "This is a secure area of the application. Please confirm your password before continuing.": "Bu uygulamanın güvenli bir alandır. Lütfen devam etmeden önce parolanızı onaylayın.",
- "This password does not match our records.": "Parolanız kayıtlarımızla eşleşmiyor.",
- "This password reset link will expire in :count minutes.": "Bu parola sıfırlama bağlantısının geçerliliği :count dakika sonra sona erecek.",
- "This user already belongs to the team.": "Bu kullanıcı zaten ekibe katılmış.",
- "This user has already been invited to the team.": "Bu kullanıcı zaten ekibe davet edildi.",
- "to": "a",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "İki faktörlü kimlik doğrulamayı etkinleştirmeyi tamamlamak için telefonunuzun kimlik doğrulama uygulamasını kullanarak aşağıdaki QR kodunu tarayın veya kurulum anahtarını girin ve oluşturulan OTP kodunu sağlayın.",
- "Toggle navigation": "Menüyü Aç/Kapat",
- "Token Name": "Jeton İsmi",
- "Too Many Requests": "Çok Fazla İstek",
- "Two Factor Authentication": "İki Faktörlü Kimlik Doğrulama",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "İki faktörlü kimlik doğrulama şimdi etkinleştirildi. Telefonunuzun kimlik doğrulama uygulamasını kullanarak aşağıdaki QR kodunu tarayın veya kurulum anahtarını girin.",
- "Unauthorized": "İzinsiz",
- "Unknown": "Bilinmeyen",
- "Update Password": "Parolayı Güncelle",
- "Update your account's profile information and email address.": "Hesabınızın profil bilgilerini ve e-posta adresini güncelleyin.",
- "Use a recovery code": "Kurtarma kodu kullan",
- "Use an authentication code": "Bir kimlik doğrulama kodu kullanın",
- "Verify Email Address": "E-posta Adresini Doğrula",
- "Verify Your Email Address": "E-posta Adresinizi Doğrulayın",
- "We were unable to find a registered user with this email address.": "Bu e-posta adresiyle kayıtlı bir kullanıcı bulamadık.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "İki faktörlü kimlik doğrulama etkinleştirildiğinde, kimlik doğrulama sırasında güvenli ve rastgele bir belirteç girmeniz istenir. Bu belirteci, telefonunuzun Google Authenticator uygulamasından alabilirsiniz.",
- "Whoops!": "Hoppala!",
- "Whoops! Something went wrong.": "Eyvaaah! Bir şeyler ters gitti.",
- "You are logged in!": "Giriş yaptınız!",
- "You are receiving this email because we received a password reset request for your account.": "Hesabınız adına bir parola sıfırlama talebi aldığımız için bu e-postayı alıyorsunuz.",
- "You have been invited to join the :team team!": ":Team ekibine katılmaya davet edildiniz!",
- "You have enabled two factor authentication.": "İki faktörlü kimlik doğrulamayı etkinleştirdiniz.",
- "You have not enabled two factor authentication.": "İki faktörlü kimlik doğrulamayı etkinleştirmediniz.",
- "You may accept this invitation by clicking the button below:": "Aşağıdaki butona tıklayarak bu daveti kabul edebilirsiniz:",
- "You may delete any of your existing tokens if they are no longer needed.": "Artık ihtiyaç duyulmuyorsa mevcut jetonlarınızdan herhangi birini silebilirsiniz.",
- "You may not delete your personal team.": "Kişisel ekibinizi silemezsiniz.",
- "You may not leave a team that you created.": "Kendi oluşturduğunuz bir ekipten ayrılamazsınız.",
- "Your email address is unverified.": "E-posta adresiniz doğrulanmadı."
-}
\ No newline at end of file
diff --git a/resources/lang/ug.json b/resources/lang/ug.json
deleted file mode 100644
index a69be327..00000000
--- a/resources/lang/ug.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Accept Invitation",
- "Add": "Add",
- "Add a new team member to your team, allowing them to collaborate with you.": "Add a new team member to your team, allowing them to collaborate with you.",
- "Add additional security to your account using two factor authentication.": "Add additional security to your account using two factor authentication.",
- "Add Team Member": "Add Team Member",
- "Added.": "Added.",
- "Administrator": "Administrator",
- "Administrator users can perform any action.": "Administrator users can perform any action.",
- "All of the people that are part of this team.": "All of the people that are part of this team.",
- "All rights reserved.": "All rights reserved.",
- "Already registered?": "Already registered?",
- "API Token": "API Token",
- "API Token Permissions": "API Token Permissions",
- "API Tokens": "API Tokens",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API tokens allow third-party services to authenticate with our application on your behalf.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.",
- "Are you sure you would like to delete this API token?": "Are you sure you would like to delete this API token?",
- "Are you sure you would like to leave this team?": "Are you sure you would like to leave this team?",
- "Are you sure you would like to remove this person from the team?": "Are you sure you would like to remove this person from the team?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Browser Sessions",
- "Cancel": "Cancel",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Close",
- "Code": "Code",
- "Confirm": "Confirm",
- "Confirm Password": "Confirm Password",
- "Create": "Create",
- "Create a new team to collaborate with others on projects.": "Create a new team to collaborate with others on projects.",
- "Create Account": "Create Account",
- "Create API Token": "Create API Token",
- "Create New Team": "Create New Team",
- "Create Team": "Create Team",
- "Created.": "Created.",
- "Current Password": "Current Password",
- "Dashboard": "Dashboard",
- "Delete": "Delete",
- "Delete Account": "Delete Account",
- "Delete API Token": "Delete API Token",
- "Delete Team": "Delete Team",
- "Disable": "Disable",
- "Done.": "Done.",
- "Edit Profile": "Edit Profile",
- "Editor": "Editor",
- "Editor users have the ability to read, create, and update.": "Editor users have the ability to read, create, and update.",
- "Email": "Email",
- "Email Address": "Email Address",
- "Email Password Reset Link": "Email Password Reset Link",
- "Enable": "Enable",
- "Ensure your account is using a long, random password to stay secure.": "Ensure your account is using a long, random password to stay secure.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "For your security, please confirm your password to continue.",
- "Forbidden": "Forbidden",
- "Forgot your password?": "Forgot your password?",
- "Forgot Your Password?": "Forgot Your Password?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.",
- "Go to page :page": "Go to page :page",
- "Great! You have accepted the invitation to join the :team team.": "Great! You have accepted the invitation to join the :team team.",
- "Hello!": "Hello!",
- "I agree to the :terms_of_service and :privacy_policy": "I agree to the :terms_of_service and :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "If you already have an account, you may accept this invitation by clicking the button below:",
- "If you did not create an account, no further action is required.": "If you did not create an account, no further action is required.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "If you did not expect to receive an invitation to this team, you may discard this email.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "If you did not request a password reset, no further action is required.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:",
- "Last active": "Last active",
- "Last used": "Last used",
- "Leave": "Leave",
- "Leave Team": "Leave Team",
- "Log in": "Log in",
- "Log Out": "Log Out",
- "Log Out Other Browser Sessions": "Log Out Other Browser Sessions",
- "Login": "Login",
- "Logout": "Logout",
- "Manage Account": "Manage Account",
- "Manage and log out your active sessions on other browsers and devices.": "Manage and log out your active sessions on other browsers and devices.",
- "Manage API Tokens": "Manage API Tokens",
- "Manage Role": "Manage Role",
- "Manage Team": "Manage Team",
- "Name": "Name",
- "New Password": "New Password",
- "Not Found": "Not Found",
- "of": "of",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.",
- "Page Expired": "Page Expired",
- "Pagination Navigation": "Pagination Navigation",
- "Password": "Password",
- "Pending Team Invitations": "Pending Team Invitations",
- "Permanently delete this team.": "Permanently delete this team.",
- "Permanently delete your account.": "Permanently delete your account.",
- "Permissions": "Permissions",
- "Photo": "Photo",
- "Please click the button below to verify your email address.": "Please click the button below to verify your email address.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Please confirm access to your account by entering one of your emergency recovery codes.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Please confirm access to your account by entering the authentication code provided by your authenticator application.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Please copy your new API token. For your security, it won't be shown again.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.",
- "Please provide the email address of the person you would like to add to this team.": "Please provide the email address of the person you would like to add to this team.",
- "Privacy Policy": "Privacy Policy",
- "Profile": "Profile",
- "Profile Information": "Profile Information",
- "Recovery Code": "Recovery Code",
- "Regards": "Regards",
- "Regenerate Recovery Codes": "Regenerate Recovery Codes",
- "Register": "Register",
- "Remember me": "Remember me",
- "Remember Me": "Remember Me",
- "Remove": "Remove",
- "Remove Photo": "Remove Photo",
- "Remove Team Member": "Remove Team Member",
- "Resend Verification Email": "Resend Verification Email",
- "Reset Password": "Reset Password",
- "Reset Password Notification": "Reset Password Notification",
- "results": "results",
- "Role": "Role",
- "Save": "Save",
- "Saved.": "Saved.",
- "Select A New Photo": "Select A New Photo",
- "Send Password Reset Link": "Send Password Reset Link",
- "Server Error": "Server Error",
- "Service Unavailable": "Service Unavailable",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Show Recovery Codes",
- "Showing": "Showing",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.",
- "Switch Teams": "Switch Teams",
- "Team Details": "Team Details",
- "Team Invitation": "Team Invitation",
- "Team Members": "Team Members",
- "Team Name": "Team Name",
- "Team Owner": "Team Owner",
- "Team Settings": "Team Settings",
- "Terms of Service": "Terms of Service",
- "The :attribute must be a valid role.": "The :attribute must be a valid role.",
- "The :attribute must be at least :length characters and contain at least one number.": "The :attribute must be at least :length characters and contain at least one number.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "The :attribute must be at least :length characters and contain at least one special character and one number.",
- "The :attribute must be at least :length characters and contain at least one special character.": "The :attribute must be at least :length characters and contain at least one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "The :attribute must be at least :length characters and contain at least one uppercase character and one number.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "The :attribute must be at least :length characters and contain at least one uppercase character.",
- "The :attribute must be at least :length characters.": "The :attribute must be at least :length characters.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "The provided password does not match your current password.",
- "The provided password was incorrect.": "The provided password was incorrect.",
- "The provided two factor authentication code was invalid.": "The provided two factor authentication code was invalid.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "The team's name and owner information.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.",
- "This device": "This device",
- "This is a secure area of the application. Please confirm your password before continuing.": "This is a secure area of the application. Please confirm your password before continuing.",
- "This password does not match our records.": "This password does not match our records.",
- "This password reset link will expire in :count minutes.": "This password reset link will expire in :count minutes.",
- "This user already belongs to the team.": "This user already belongs to the team.",
- "This user has already been invited to the team.": "This user has already been invited to the team.",
- "to": "to",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Toggle navigation",
- "Token Name": "Token Name",
- "Too Many Requests": "Too Many Requests",
- "Two Factor Authentication": "Two Factor Authentication",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Unauthorized",
- "Unknown": "Unknown",
- "Update Password": "Update Password",
- "Update your account's profile information and email address.": "Update your account's profile information and email address.",
- "Use a recovery code": "Use a recovery code",
- "Use an authentication code": "Use an authentication code",
- "Verify Email Address": "Verify Email Address",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "We were unable to find a registered user with this email address.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.",
- "Whoops!": "Whoops!",
- "Whoops! Something went wrong.": "Whoops! Something went wrong.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "You are receiving this email because we received a password reset request for your account.",
- "You have been invited to join the :team team!": "You have been invited to join the :team team!",
- "You have enabled two factor authentication.": "You have enabled two factor authentication.",
- "You have not enabled two factor authentication.": "You have not enabled two factor authentication.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "You may delete any of your existing tokens if they are no longer needed.",
- "You may not delete your personal team.": "You may not delete your personal team.",
- "You may not leave a team that you created.": "You may not leave a team that you created.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/ug/auth.php b/resources/lang/ug/auth.php
deleted file mode 100644
index c7aa0989..00000000
--- a/resources/lang/ug/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'قوللانچى نامى ياكى پارولدا خاتالىق بار.',
- 'password' => 'The password is incorrect.',
- 'throttle' => 'مەشغۇلات قېتىم سانى بەك كۆپ بۇلۇپ كەتتى، يەنە :seconds سېكۇنتتىن كىيىن قايتا سىناپ بېقىڭ.',
-];
diff --git a/resources/lang/ug/http-statuses.php b/resources/lang/ug/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/ug/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/ug/pagination.php b/resources/lang/ug/pagination.php
deleted file mode 100644
index 97dd7239..00000000
--- a/resources/lang/ug/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'كىيىنكى بەت »',
- 'previous' => '« ئالدىنقى بەت',
-];
diff --git a/resources/lang/ug/passwords.php b/resources/lang/ug/passwords.php
deleted file mode 100644
index 094034c1..00000000
--- a/resources/lang/ug/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'پارولنى قايتا بېكىتىش مۇۋاپىققىيەتلىك بولدى!',
- 'sent' => 'پارولنى قايتا بېكىتىش تورخېتى يوللاندى!',
- 'throttled' => 'Please wait before retrying.',
- 'token' => 'پارولنى قايتا بېكىتىش ئىجازەت كودى ئىناۋەتسىز.',
- 'user' => 'بۇ تورخەت ئادىرىسىغا ماس كىلىدىغان قوللانچى نام تېپىلمىدى.',
-];
diff --git a/resources/lang/ug/validation.php b/resources/lang/ug/validation.php
deleted file mode 100644
index 75470bad..00000000
--- a/resources/lang/ug/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute چوقۇم قوشۇلىشىڭىز كېرەك.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute ئىناۋەتلىك توربەت ئادىرىسى ئەمەس.',
- 'after' => ':Attribute چوقۇم :date دىن كىيىن بۇلىشى كېرەك.',
- 'after_or_equal' => ':Attribute چوقۇم :date غا تەڭ ياكى كىيىن بۇلىشى كېرەك.',
- 'alpha' => ':Attribute پەقەت ھەرىپلەردىن تۈزىلىشى كېرەك.',
- 'alpha_dash' => ':Attribute پەقەت ھەرىپ، سان-سىفىر ۋە يانتۇ سىزىقتىن تۈزەلگەن بۇلىشى كېرەك.',
- 'alpha_num' => ':Attribute پەقەت ھەرىپ ۋە سان-سىفىرلاردىن تۈزىلىشى كېرەك.',
- 'array' => ':Attribute چوقۇم بۇرۇن بۇلىشى كېرەك.',
- 'attached' => 'This :attribute is already attached.',
- 'before' => ':Attribute چوقۇم :date دىن بۇرۇن بۇلىشى كېرەك.',
- 'before_or_equal' => ':Attribute چوقۇم :date غا تەڭ ياكى بۇرۇن بۇلىشى كېرەك.',
- 'between' => [
- 'array' => ':Attribute چوقۇم :min - :max بۆلەك ئارلىقىدا بۇلىشى كېرەك.',
- 'file' => ':Attribute چوقۇم :min - :max kb ئارلىقىدا بۇلىشى كېرەك.',
- 'numeric' => ':Attribute چوقۇم :min - :max ئارلىقىدا بۇلىشى كېرەك.',
- 'string' => ':Attribute چوقۇم :min - :max خەت ئارلىقىدا بۇلىشى كېرەك.',
- ],
- 'boolean' => ':Attribute چوقۇم بۇل قىممىتى بۇلىشى كېرەك.',
- 'confirmed' => ':Attribute ئىككى قېتىم كىرگۈزگەن قىممەت ئوخشاش بولمىدى.',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute بىر ئىناۋەتلىك ۋاقىت ئەمەس.',
- 'date_equals' => 'The :attribute must be a date equal to :date.',
- 'date_format' => ':Attribute تىپى چوقۇم :format بۇلىشى كېرەك.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute بىلەن :other چوقۇم ئوخشاش بۇلىشى كېرەك.',
- 'digits' => ':Attribute چوقۇم :digits خانىلىق سان بۇلىشى كېرەك.',
- 'digits_between' => ':Attribute چوقۇم :min بىلەن :max ئارلىقىدىكى سان بۇلىشى كېرەك.',
- 'dimensions' => ':Attribute رەسىم ئۆلچىمى ئىناۋەتسىز.',
- 'distinct' => ':Attribute ئاللابۇرۇن مەۋجۈت.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute ئىناۋەتلىك تورخەت ئادىرىسى ئەمەس.',
- 'ends_with' => 'The :attribute must end with one of the following: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => ':Attribute مەۋجۇت ئەمەس.',
- 'file' => ':Attribute چوقۇم ھۆججەت بۇلىشى كېرەك.',
- 'filled' => ':Attribute قۇرۇق بولسا بولمايدۇ.',
- 'gt' => [
- 'array' => 'The :attribute must have more than :value items.',
- 'file' => 'The :attribute must be greater than :value kilobytes.',
- 'numeric' => 'The :attribute must be greater than :value.',
- 'string' => 'The :attribute must be greater than :value characters.',
- ],
- 'gte' => [
- 'array' => 'The :attribute must have :value items or more.',
- 'file' => 'The :attribute must be greater than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be greater than or equal :value.',
- 'string' => 'The :attribute must be greater than or equal :value characters.',
- ],
- 'image' => ':Attribute چوقۇم رەسىم ھۆججىتى بۇلىشى كېرەك.',
- 'in' => 'تاللانغان قىممەت :attribute ئىناۋەتسىز',
- 'in_array' => ':Attribute :other نىڭ ئىچىدە ئەمەس.',
- 'integer' => ':Attribute چوقۇم پۈتۈن سان بۇلىشى كېرەك',
- 'ip' => ':Attribute چوقۇم ئىناۋەتلىك IP ئادىرىسى بۇلىشى كېرەك.',
- 'ipv4' => ':Attribute چوقۇم ئىناۋەتلىك IPv4 ئادىرىسى بۇلىشى كېرەك.',
- 'ipv6' => ':Attribute چوقۇم ئىناۋەتلىك IPv6 ئادىرىسى بۇلىشى كېرەك.',
- 'json' => ':Attribute چوقۇم ئىناۋەتلىك JSON تىپى بۇلىشى كېرەك.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'The :attribute must have less than :value items.',
- 'file' => 'The :attribute must be less than :value kilobytes.',
- 'numeric' => 'The :attribute must be less than :value.',
- 'string' => 'The :attribute must be less than :value characters.',
- ],
- 'lte' => [
- 'array' => 'The :attribute must not have more than :value items.',
- 'file' => 'The :attribute must be less than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be less than or equal :value.',
- 'string' => 'The :attribute must be less than or equal :value characters.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute ئەڭ كۆپ بولغاندا :max بۆلەك',
- 'file' => ':Attribute :max kb دىن چوڭ بولماسلىكى كېرەك.',
- 'numeric' => ':Attribute :max دىن چوڭ بولماسلىكى كېرەك.',
- 'string' => ':Attribute چوڭ-كىچىكلىكى :max خەتتىن ئېشىپ كەتمەسلىكى كېرەك.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute چوقۇم بىر :values تىپىدىكى ھۆججەت بۇلىشى كېرەك.',
- 'mimetypes' => ':Attribute چوقۇم بىر :values تىپىدىكى ھۆججەت بۇلىشى كېرەك.',
- 'min' => [
- 'array' => ':Attribute ئەڭ ئاز بولغاندا :min بۆلەك بۇلىشى كېرەك.',
- 'file' => ':Attribute چوڭ-كىچىكلىكى چوقۇم :min kb دىن كىچىك بولماسلىقى كېرەك.',
- 'numeric' => ':Attribute چوقۇم :min تەڭ ياكى چوڭ بۇلىشى كېرەك.',
- 'string' => ':Attribute ئەڭ ئاز بولغاندا :min خەت بۇلىشى كېرەك.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'The :attribute must be a multiple of :value.',
- 'not_in' => 'تاللانغان قىممەت :attribute ئىناۋەتسىز.',
- 'not_regex' => 'The :attribute format is invalid.',
- 'numeric' => ':Attribute چوقۇم سان-سىفىر بۇلىشى كېرەك.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute چوقۇم مەۋجۇت بۇلىشى كېرەك.',
- 'prohibited' => 'The :attribute field is prohibited.',
- 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
- 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => ':Attribute ھۆججەت تىپى ئىناۋەتسىز.',
- 'relatable' => 'This :attribute may not be associated with this resource.',
- 'required' => ':Attribute قۇرۇق بولسا بولمايدۇ.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Other :value بولغاندا :attribute قۇرۇق بولسا بولمايدۇ.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Other :values بولمىغاندا :attribute قۇرۇق بولسا بولمايدۇ.',
- 'required_with' => ':Values مەۋجۈت بولغاندا :attribute قۇرۇق بولسا بولمايدۇ.',
- 'required_with_all' => ':Values مەۋجۈت بولغاندا :attribute قۇرۇق بولسا بولمايدۇ.',
- 'required_without' => ':Values مەۋجۈت بولمىغاندا :attribute قۇرۇق بولسا بولمايدۇ.',
- 'required_without_all' => ':Values ھەممىسى مەۋجۈت بولمىغاندا :attribute قۇرۇق بولسا بولمايدۇ.',
- 'same' => ':Attribute بىلەن :other چوقۇم ئوخشاش بۇلىشى كېرەك.',
- 'size' => [
- 'array' => ':Attribute چوقۇم :size بۆلەك.',
- 'file' => ':Attribute چوڭ-كىچىكلىكى چوقۇم :size kb بۇلىشى كېرەك.',
- 'numeric' => ':Attribute چوڭ-كىچىكلىكى چوقۇم :size بۇلىشى كېرەك.',
- 'string' => ':Attribute چوقۇم :size خەت.',
- ],
- 'starts_with' => 'The :attribute must start with one of the following: :values.',
- 'string' => ':Attribute چوقۇم بىر ھەرىپ بەلگە تىزىقى بۇلىشى كېرەك.',
- 'timezone' => ':Attribute چوقۇم ئىناۋەتلىك ۋاقىت رايونى بۇلىشى كېرەك.',
- 'unique' => ':Attribute ئاللابۇرۇن مەۋجۈت.',
- 'uploaded' => ':Attribute يوللاش مەغلۇپ بولدى.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute ھۆججەت تىپى ئىناۋەتسىز.',
- 'uuid' => 'The :attribute must be a valid UUID.',
- 'attributes' => [
- 'address' => 'ئادىرىس',
- 'age' => 'يېشى',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'ئىشلىتىلىشچان',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'شەھەر',
- 'content' => 'مەزمۇن',
- 'country' => 'دۆلەت',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'چېسلا',
- 'date_of_birth' => 'date of birth',
- 'day' => 'كۈن',
- 'deleted_at' => 'deleted at',
- 'description' => 'تەسۋىرلەش',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'تورخەت ئادىرىسى',
- 'excerpt' => 'مۇھىم مەزمۇن',
- 'filter' => 'filter',
- 'first_name' => 'ئىسىم',
- 'gender' => 'جىنسى',
- 'group' => 'group',
- 'hour' => 'سائەت',
- 'image' => 'image',
- 'last_name' => 'فامىلە',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'مىنۇت',
- 'mobile' => 'يانفۇن',
- 'month' => 'ئاي',
- 'name' => 'ئىسمى',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'پارول',
- 'password_confirmation' => 'پارول جەزىملەش',
- 'phone' => 'تېلىفۇن',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'سېكۇنت',
- 'sex' => 'جىنسى',
- 'short_text' => 'short text',
- 'size' => 'چوڭ كىچىكلىكى',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'سائەت',
- 'title' => 'تېما',
- 'updated_at' => 'updated at',
- 'username' => 'قوللانچى نامى',
- 'year' => 'يىل',
- ],
-];
diff --git a/resources/lang/uk.json b/resources/lang/uk.json
deleted file mode 100644
index 153ee946..00000000
--- a/resources/lang/uk.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(та ще :count помилка)",
- "(and :count more errors)": "(та ще :count помилок)",
- "A fresh verification link has been sent to your email address.": "Нове посилання підтвердження надіслано на Вашу адресу електронної пошти.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "На електронну адресу, яку Ви вказали в налаштування свого профілю, була надіслано нове посилання на підтвердження.",
- "A new verification link has been sent to your email address.": "На Вашу адресу електронної пошти надіслано нове посилання для підтвердження.",
- "Accept Invitation": "Прийняти Запрошення",
- "Add": "Додати",
- "Add a new team member to your team, allowing them to collaborate with you.": "Додайте до своєї команди нового члена, що дозволить йому співпрацювати з Вами.",
- "Add additional security to your account using two factor authentication.": "Додати додаткову безпеку для Вашого профілю, використовуючи два фактора аутентифікації.",
- "Add Team Member": "Додати члена команди",
- "Added.": "Додано.",
- "Administrator": "Адміністратор",
- "Administrator users can perform any action.": "Користувачі адміністратори можуть виконувати будь-які дії.",
- "All of the people that are part of this team.": "Усі люди, які є частиною цієї команди.",
- "All rights reserved.": "Усі права захищені.",
- "Already registered?": "Вже зареєстровані?",
- "API Token": "API-токен",
- "API Token Permissions": "Дозволи API-токена",
- "API Tokens": "API-токени",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "Токени API дозволяють стороннім службам пройти автентифікацію за допомогою нашої програми від Вашого імені.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Ви впевнені, що хочете видалити цю команду? Після видалення команди всі її ресурси та дані будуть остаточно видалені.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Ви впевнені, що хочете видалити свій обліковий запис? Після видалення Вашого облікового запису всі його ресурси та дані будуть остаточно видалені. Введіть свій пароль, щоб підтвердити, що хочете назавжди видалити свій обліковий запис.",
- "Are you sure you would like to delete this API token?": "Ви впевнені, що хочете видалити цей API-токен?",
- "Are you sure you would like to leave this team?": "Ви впевнені, що хотіли б залишити цю команду?",
- "Are you sure you would like to remove this person from the team?": "Ви впевнені, що хочете вилучити цю людину із команди?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Перш ніж продовжити, чи не могли б Ви підтвердити свою адресу електронної пошти, перейшовши за посиланням, яке ми щойно відправили Вам електронною поштою? Якщо Ви не отримали листа, ми з радістю надішлемо інше.",
- "Before proceeding, please check your email for a verification link.": "Перед тим, як продовжити, перевірте свою електронну пошту на наявність посилання для підтвердження.",
- "Browser Sessions": "Сеанси браузера",
- "Cancel": "Відмінити",
- "Click here to re-send the verification email.": "Натисніть тут, щоб повторно надіслати електронного лист для підтвердження.",
- "click here to request another": "натисніть тут для запиту іншого посилання",
- "Close": "Закрити",
- "Code": "Код",
- "Confirm": "Підтвердити",
- "Confirm Password": "Підтвердити пароль",
- "Create": "Створити",
- "Create a new team to collaborate with others on projects.": "Створити нову команду для спільної роботи з іншими користувачами проектів.",
- "Create Account": "створити обліковий запис",
- "Create API Token": "Створити API-токен",
- "Create New Team": "Створити нову команду",
- "Create Team": "Створити команду",
- "Created.": "Створено.",
- "Current Password": "Поточний пароль",
- "Dashboard": "Головна",
- "Delete": "Видалити",
- "Delete Account": "Видалити аккаунт",
- "Delete API Token": "Видалити API-токен",
- "Delete Team": "Видалити команду",
- "Disable": "Вимкнути",
- "Done.": "Готово.",
- "Edit Profile": "Редагувати профіль",
- "Editor": "Редактор",
- "Editor users have the ability to read, create, and update.": "Редактори мають можливість читати, створювати та оновлювати.",
- "Email": "Електронна пошта",
- "Email Address": "Адреса електронної пошти",
- "Email Password Reset Link": "Посилання для скидання пароля електронної пошти",
- "Enable": "Увімкнути",
- "Ensure your account is using a long, random password to stay secure.": "Переконайтеся, що Ваш обліковий запис використовує довгий, випадковий пароль, щоб захистити себе.",
- "Finish enabling two factor authentication.": "Завершіть увімкнення двофакторної автентифікації.",
- "For your security, please confirm your password to continue.": "З міркувань безпеки підтвердьте свій пароль, щоб продовжити.",
- "Forbidden": "Заборонено",
- "Forgot your password?": "Забули пароль?",
- "Forgot Your Password?": "Забули пароль?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Забули свій пароль? Нема проблем. Просто повідомте нам свою електронну адресу, і ми надішлемо Вам посилання для скидання пароля, яке дозволить Вам змінити пароль.",
- "Go to page :page": "Перейти на сторінку :page",
- "Great! You have accepted the invitation to join the :team team.": "Чудово! Ви прийняли запрошення долучитись до команди :team.",
- "Hello!": "Привіт!",
- "I agree to the :terms_of_service and :privacy_policy": "Я згоден на :terms_of_service і :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "При необхідності Ви можете вийти з усіх інших сеансів браузера на всіх Ваших пристроях. Деякі з Ваших останніх сеансів перераховані нижче; однак цей список може бути не вичерпним. Якщо Ви відчуваєте, що Ваш обліковий запис був скомпрометований, Вам також слід оновити свій пароль.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Якщо Ви вже маєте обліковий запис, Ви можете прийняти запрошення, натиснувши на кнопку:",
- "If you did not create an account, no further action is required.": "Якщо Ви не створювали акаунт, подальші дії не потрібні.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Якщо Ви не бажаєте долучатись до цієї команди, Ви можете інгорувати цей лист.",
- "If you did not receive the email": "Якщо Ви не отримали листа",
- "If you did not request a password reset, no further action is required.": "Якщо Ви не надсилали запит на скидання паролю, подальші дії не потрібні.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Якщо у Вас немає облікового запису, Ви можете створити його, натиснувши на кнопку нижче. Після створення облікового запису, Ви натиснути кнопку прийняття запрошення в цьому листі, щоб прийняти його:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Якщо у Вас виникли проблеми натискаючи на кнопку \":actionText\", скопіюйте та вставте URL нижче\nу свій браузер:",
- "Last active": "Останній активний",
- "Last used": "Останнє використання",
- "Leave": "Залишити",
- "Leave Team": "Залишити команду",
- "Log in": "Авторизувати",
- "Log Out": "вийти з системи",
- "Log Out Other Browser Sessions": "Вийдіть З Інших Сеансів Браузера",
- "Login": "Увійти",
- "Logout": "Вийти",
- "Manage Account": "Керувати обліковим записом",
- "Manage and log out your active sessions on other browsers and devices.": "Керуйте активними сеансами і виходьте з них в інших браузерах і пристроях.",
- "Manage API Tokens": "Керуйте API-токенами",
- "Manage Role": "Управління роллю",
- "Manage Team": "Керувати командою",
- "Name": "Ім'я",
- "New Password": "Новий пароль",
- "Not Found": "Не знайдено",
- "of": "з",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Після видалення команди всі її ресурси та дані будуть остаточно видалені. Перш ніж видаляти цю команду, завантажте будь-які дані або інформацію щодо цієї команди, які Ви хочете зберегти.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Після видалення Вашого облікового запису всі його ресурси та дані будуть остаточно видалені. Перш ніж видалити свій обліковий запис, завантажте будь-які дані чи інформацію, які Ви хочете зберегти.",
- "Page Expired": "Час сесії минув",
- "Pagination Navigation": "Навігація пагінацією",
- "Password": "Пароль",
- "Pending Team Invitations": "Запрошення в команди на очікуванні",
- "Permanently delete this team.": "Остаточно видалити цю команду.",
- "Permanently delete your account.": "Остаточно видалити свій обліковий запис.",
- "Permissions": "Дозволи",
- "Photo": "Фото",
- "Please click the button below to verify your email address.": "Будь ласка, натисніть кнопку нижче щоб підтвердити свою електронну адресу.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Підтвердьте доступ до свого облікового запису, ввівши один із кодів аварійного відновлення.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Будь ласка, підтвердьте доступ до свого облікового запису, ввівши код автентифікації, наданий Вашою програмою автентифікації.",
- "Please confirm your password before continuing.": "Перш ніж продовжити, підтвердьте свій пароль.",
- "Please copy your new API token. For your security, it won't be shown again.": "Скопіюйте Ваш новий API-токен. З міркувань безпеки він більше не відображатиметься.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Будь ласка, введіть свій пароль, щоб підтвердити, що Ви хочете вийти з інших сеансів браузера на всіх Ваших пристроях.",
- "Please provide the email address of the person you would like to add to this team.": "Будь ласка, вкажіть адресу електронної пошти людини, яку Ви хотіли б додати в цю команду.",
- "Privacy Policy": "Політика конфіденційності",
- "Profile": "Профіль",
- "Profile Information": "Інформація про профіль",
- "Recovery Code": "Код відновлення",
- "Regards": "З повагою",
- "Regenerate Recovery Codes": "Згенерувати коди відновлення",
- "Register": "Реєстрація",
- "Remember me": "Запам'ятати мене",
- "Remember Me": "Запам'ятати мене",
- "Remove": "Видалити",
- "Remove Photo": "Видалити фото",
- "Remove Team Member": "Видалити учасника команди",
- "Resend Verification Email": "Відправити лист із підтвердженням",
- "Reset Password": "Відновити пароль",
- "Reset Password Notification": "Сповіщення про скидання пароля",
- "results": "результати",
- "Role": "Роль",
- "Save": "Зберегти",
- "Saved.": "Збережено.",
- "Select A New Photo": "Виберіть нове фото",
- "Send Password Reset Link": "Надіслати посилання для відновлення пароля",
- "Server Error": "Помилка серверу",
- "Service Unavailable": "Сервіс недоступний",
- "Setup Key": "Ключ встановлення",
- "Show Recovery Codes": "Показати коди відновлення",
- "Showing": "Показ",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Зберігайте ці коди відновлення в захищеному менеджері паролів. Вони можуть бути використані для відновлення доступу до Вашого облікового запису, якщо Ваш двофакторний пристрій автентифікації втрачено.",
- "Switch Teams": "Змінити команди",
- "Team Details": "Подробиці команди",
- "Team Invitation": "Запрошення в команду",
- "Team Members": "Члени команди",
- "Team Name": "Назва команди",
- "Team Owner": "Власник команди",
- "Team Settings": "Налаштування команди",
- "Terms of Service": "умови обслуговування",
- "The :attribute must be a valid role.": "Поле :attribute повинне мати дійсну роль.",
- "The :attribute must be at least :length characters and contain at least one number.": "Поле :attribute має містити принаймні :length символів і містити принаймні одне число.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute повинен бути не менше :length символів і містити принаймні один спеціальний символ і одну цифру.",
- "The :attribute must be at least :length characters and contain at least one special character.": "Поле :attribute має бути принаймні :length символів і містити принаймні один спеціальний символ.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "Поле :attribute має бути принаймні :length символів і містити принаймні один великий символ та одне число.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "Поле :attribute має бути принаймні :length символів і містити принаймні один великий символ та один спеціальний символ.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "Поле :attribute має бути принаймні :length символів і містити принаймні один великий символ, одне число та один спеціальний символ.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "Поле :attribute має бути принаймні :length символів і містити принаймні один великий символ.",
- "The :attribute must be at least :length characters.": "Поле :attribute має бути принаймні :length символів.",
- "The :attribute must contain at least one letter.": "Поле :attribute повинно містити хоча б одну літеру.",
- "The :attribute must contain at least one number.": "Поле :attribute повинно містити хоча б одну цифру.",
- "The :attribute must contain at least one symbol.": "Поле :attribute повинно містити хоча б один символ.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "Поле :attribute повинно містити хоча б одну велику та одну маленьку літери.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "Наданий :attribute помічений в скомпроментованих базах даних. Будь ласка, виберіть інший :attribute.",
- "The given data was invalid.": "Надані дані були недійсними.",
- "The password is incorrect.": "Пароль неправильний.",
- "The provided password does not match your current password.": "Наданий пароль не відповідає Вашому поточному паролю.",
- "The provided password was incorrect.": "Введений пароль був неправильним.",
- "The provided two factor authentication code was invalid.": "Наданий двофакторний код автентифікації був недійсним.",
- "The provided two factor recovery code was invalid.": "Наданий двофакторний код відновлення недійсний.",
- "The team's name and owner information.": "Ім'я команди та інформація про власника.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Цих людей було запрощено до Вашої команди і вони отримали лист із запрошенням. Вони можуть долучитись до команди якщо приймуть запрошення.",
- "This device": "Цей пристрій",
- "This is a secure area of the application. Please confirm your password before continuing.": "Це захищена частина додатку. Будь ласка, підтвердіть Ваш пароль, перед продовженням.",
- "This password does not match our records.": "Цей пароль не відповідає нашим записам.",
- "This password reset link will expire in :count minutes.": "Термін дії цього посилання для скидання пароля закінчується через :count хвилин.",
- "This user already belongs to the team.": "Цей користувач вже належить до команди.",
- "This user has already been invited to the team.": "Цього користувача вже було запрошено до команди.",
- "to": "до",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "Щоб завершити ввімкнення двофакторної автентифікації, відскануйте наступний QR-код за допомогою програми автентифікації на телефоні або введіть ключ налаштування вручну та надайте згенерований OTP-код.",
- "Toggle navigation": "Перемкнути меню",
- "Token Name": "Назва токена",
- "Too Many Requests": "Забагато запитів",
- "Two Factor Authentication": "Двофакторна аутентифікація",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Двофакторна аутентифікація була увімкнута. Відскануйте наступний QR-код за допомогою програми аутентифікації Вашого смартфону або введіть ключ налаштування.",
- "Unauthorized": "Неавторизований",
- "Unknown": "Невідомо",
- "Update Password": "Оновити пароль",
- "Update your account's profile information and email address.": "Оновіть дані профілю свого облікового запису та електронну адресу.",
- "Use a recovery code": "Використовуйте код відновлення",
- "Use an authentication code": "Використовуйте код автентифікації",
- "Verify Email Address": "Підтвердьте адресу електронної пошти",
- "Verify Your Email Address": "Перевірте свою адресу електронної пошти",
- "We were unable to find a registered user with this email address.": "Нам не вдалося знайти зареєстрованого користувача з цією електронною адресою.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Коли увімкнено двофакторну автентифікацію Вам буде запропоновано ввести безпечний випадковий токен. Ви можете отримати цей токен із програми Google Authenticator на своєму телефоні.",
- "Whoops!": "Ой!",
- "Whoops! Something went wrong.": "Ой! Щось пішло не так.",
- "You are logged in!": "Ви успішно увійшли в систему!",
- "You are receiving this email because we received a password reset request for your account.": "Ви отримали цей електронний лист, оскільки ми отримали запит на скидання паролю для Вашого облікового запису.",
- "You have been invited to join the :team team!": "Вас запрошено долучитись до команди :team!",
- "You have enabled two factor authentication.": "Ви ввімкнули двофакторну автентифікацію.",
- "You have not enabled two factor authentication.": "Ви не ввімкнули двофакторну автентифікацію.",
- "You may accept this invitation by clicking the button below:": "Ви можете прийняти це запрошення, натиснувши кнопку нижче:",
- "You may delete any of your existing tokens if they are no longer needed.": "Ви можете видалити будь-який з існуючих токенів, якщо вони більше не потрібні.",
- "You may not delete your personal team.": "Ви не можете видалити свою команду.",
- "You may not leave a team that you created.": "Ви не можете залишити створену Вами команду.",
- "Your email address is unverified.": "Ваша адреса email неверифікована."
-}
\ No newline at end of file
diff --git a/resources/lang/uk/auth.php b/resources/lang/uk/auth.php
deleted file mode 100644
index ea16b2eb..00000000
--- a/resources/lang/uk/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Вказані облікові дані не збігаються з нашими записами.',
- 'password' => 'Пароль невірний.',
- 'throttle' => 'Забагато спроб входу. Будь ласка, спробуйте ще раз, через :seconds секунд.',
-];
diff --git a/resources/lang/uk/http-statuses.php b/resources/lang/uk/http-statuses.php
deleted file mode 100644
index 6e744270..00000000
--- a/resources/lang/uk/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Невідома помилка',
- '100' => 'Продовжити',
- '101' => 'Перемикання протоколів',
- '102' => 'Йде обробка',
- '200' => 'OK',
- '201' => 'Створено',
- '202' => 'Прийнято',
- '203' => 'Інформація не авторитетна',
- '204' => 'Немає вмісту',
- '205' => 'Скинути вміст',
- '206' => 'Частковий вміст',
- '207' => 'Мультистатус',
- '208' => 'Вже повідомлено',
- '226' => 'Використано IM',
- '300' => 'Кілька варіантів',
- '301' => 'Переміщено назавжди',
- '302' => 'Знайдено',
- '303' => 'Дивіться інше',
- '304' => 'Не змінено',
- '305' => 'Використовуйте проксі',
- '307' => 'Тимчасове перенаправлення',
- '308' => 'Постійне перенаправлення',
- '400' => 'Поганий запит',
- '401' => 'Несанкціоновано',
- '402' => 'Потрібна оплата',
- '403' => 'Заборонено',
- '404' => 'Ресурс не знайдено',
- '405' => 'Метод заборонений',
- '406' => 'Не прийнятний',
- '407' => 'Потрібна автентифікація проксі',
- '408' => 'Сплинув час очікування',
- '409' => 'Конфлікт',
- '410' => 'Видалено',
- '411' => 'Необхідна довжина',
- '412' => 'Хибна умова',
- '413' => 'Корисне навантаження занадто велике',
- '414' => 'URI занадто довгий',
- '415' => 'Непідтримуваний тип даних',
- '416' => 'Діапазон недосяжний',
- '417' => 'Очікування не виконано',
- '418' => 'Я чайник',
- '419' => 'Сеанс закінчився',
- '421' => 'Неправильний запит',
- '422' => 'Сутність, що не підлягає обробці',
- '423' => 'Заблоковано',
- '424' => 'Помилка залежності',
- '425' => 'Зарано',
- '426' => 'Потрібне оновлення',
- '428' => 'Необхідна передумова',
- '429' => 'Забагато запитів',
- '431' => 'Завеликі поля заголовка запиту',
- '444' => 'З\'єднання закрито без відповіді',
- '449' => 'Повторити з',
- '451' => 'Недоступний з юридичних причин',
- '499' => 'Клієнт закритий запит',
- '500' => 'Внутрішня помилка сервера',
- '501' => 'Не впроваджений',
- '502' => 'Невірний шлюз',
- '503' => 'Режим обслуговування',
- '504' => 'Шлюз не відповідає',
- '505' => 'Версія HTTP не підтримується',
- '506' => 'Варіант також веде переговори',
- '507' => 'Недостатньо місця',
- '508' => 'Виявлено цикл',
- '509' => 'Перевищено обмеження пропускної здатності',
- '510' => 'Не розширено',
- '511' => 'Потрібна мережева автентифікація',
- '520' => 'Невідома помилка',
- '521' => 'Веб-сервер не працює',
- '522' => 'Сплив час підключення',
- '523' => 'Джерело недоступне',
- '524' => 'Виник тайм-аут',
- '525' => 'Помилка рукостискання SSL',
- '526' => 'Недійсний сертифікат SSL',
- '527' => 'Помилка Railgun',
- '598' => 'Сплив час читання мережі',
- '599' => 'Сплив час підключення до мережі',
- 'unknownError' => 'Невідома помилка',
-];
diff --git a/resources/lang/uk/pagination.php b/resources/lang/uk/pagination.php
deleted file mode 100644
index f9ce4aa9..00000000
--- a/resources/lang/uk/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Далі »',
- 'previous' => '« Назад',
-];
diff --git a/resources/lang/uk/passwords.php b/resources/lang/uk/passwords.php
deleted file mode 100644
index 74acff6c..00000000
--- a/resources/lang/uk/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Ваш пароль змінено!',
- 'sent' => 'Ми надіслали на Вашу електронну адресу посилання для зміни пароля!',
- 'throttled' => 'Зачекайте, перш ніж повторити спробу.',
- 'token' => 'Термін дії посилання для зміни пароля закінчився.',
- 'user' => 'Користувача із вказаною електронною адресою не знайдено.',
-];
diff --git a/resources/lang/uk/validation.php b/resources/lang/uk/validation.php
deleted file mode 100644
index cad537eb..00000000
--- a/resources/lang/uk/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Ви повинні прийняти :attribute.',
- 'accepted_if' => 'Поле :attribute має бути прийнятним, коли :other є :value.',
- 'active_url' => 'Поле :attribute не є правильним URL.',
- 'after' => 'Поле :attribute має містити дату не раніше :date.',
- 'after_or_equal' => 'Поле :attribute має містити дату не раніше, або дорівнюватися :date.',
- 'alpha' => 'Поле :attribute має містити лише літери.',
- 'alpha_dash' => 'Поле :attribute має містити лише літери, цифри, тире та підкреслення.',
- 'alpha_num' => 'Поле :attribute має містити лише літери та цифри.',
- 'array' => 'Поле :attribute має бути масивом.',
- 'attached' => 'Цей :attribute вже прикріплений.',
- 'before' => 'Поле :attribute має містити дату не пізніше :date.',
- 'before_or_equal' => 'Поле :attribute має містити дату не пізніше, або дорівнюватися :date.',
- 'between' => [
- 'array' => 'Поле :attribute має містити від :min до :max елементів.',
- 'file' => 'Розмір файлу у полі :attribute має бути не менше :min та не більше :max кілобайт.',
- 'numeric' => 'Поле :attribute має бути між :min та :max.',
- 'string' => 'Текст у полі :attribute має бути не менше :min та не більше :max символів.',
- ],
- 'boolean' => 'Поле :attribute повинне містити логічний тип.',
- 'confirmed' => 'Поле :attribute не збігається з підтвердженням.',
- 'current_password' => 'Пароль неправильний.',
- 'date' => 'Поле :attribute не є датою.',
- 'date_equals' => 'Поле :attribute має бути датою рівною :date.',
- 'date_format' => 'Поле :attribute не відповідає формату :format.',
- 'declined' => 'Поле :attribute має бути відхилено.',
- 'declined_if' => 'Поле :attribute має бути відхилено, якщо :other є :value.',
- 'different' => 'Поля :attribute та :other повинні бути різними.',
- 'digits' => 'Довжина цифрового поля :attribute повинна дорівнювати :digits.',
- 'digits_between' => 'Довжина цифрового поля :attribute повинна бути від :min до :max.',
- 'dimensions' => 'Поле :attribute містить неприпустимі розміри зображення.',
- 'distinct' => 'Поле :attribute містить значення, яке дублюється.',
- 'doesnt_end_with' => 'Поле :attribute не може закінчуватися одним із таких: :values.',
- 'doesnt_start_with' => 'Поле :attribute не може починатися з одного з наступного: :values.',
- 'email' => 'Поле :attribute повинне містити коректну електронну адресу.',
- 'ends_with' => 'Поле :attribute має закінчуватися одним з наступних значень: :values',
- 'enum' => 'Вибране для :attribute значення не коректне.',
- 'exists' => 'Вибране для :attribute значення не коректне.',
- 'file' => 'Поле :attribute має містити файл.',
- 'filled' => 'Поле :attribute є обов\'язковим для заповнення.',
- 'gt' => [
- 'array' => 'Поле :attribute має містити більше ніж :value елементів.',
- 'file' => 'Поле :attribute має бути більше ніж :value кілобайт.',
- 'numeric' => 'Поле :attribute має бути більше ніж :value.',
- 'string' => 'Поле :attribute має бути більше ніж :value символів.',
- ],
- 'gte' => [
- 'array' => 'Поле :attribute має містити :value чи більше елементів.',
- 'file' => 'Поле :attribute має дорівнювати чи бути більше ніж :value кілобайт.',
- 'numeric' => 'Поле :attribute має дорівнювати чи бути більше ніж :value.',
- 'string' => 'Поле :attribute має дорівнювати чи бути більше ніж :value символів.',
- ],
- 'image' => 'Поле :attribute має містити зображення.',
- 'in' => 'Вибране для :attribute значення не коректне.',
- 'in_array' => 'Значення поля :attribute не міститься в :other.',
- 'integer' => 'Поле :attribute має містити ціле число.',
- 'ip' => 'Поле :attribute має містити IP адресу.',
- 'ipv4' => 'Поле :attribute має містити IPv4 адресу.',
- 'ipv6' => 'Поле :attribute має містити IPv6 адресу.',
- 'json' => 'Дані поля :attribute мають бути у форматі JSON.',
- 'lowercase' => 'Поле :attribute має бути рядком у нижньому регістрі',
- 'lt' => [
- 'array' => 'Поле :attribute має містити менше ніж :value items.',
- 'file' => 'Поле :attribute має бути менше ніж :value кілобайт.',
- 'numeric' => 'Поле :attribute має бути менше ніж :value.',
- 'string' => 'Поле :attribute має бути менше ніж :value символів.',
- ],
- 'lte' => [
- 'array' => 'Поле :attribute має містити не більше ніж :value елементів.',
- 'file' => 'Поле :attribute має дорівнювати чи бути менше ніж :value кілобайт.',
- 'numeric' => 'Поле :attribute має дорівнювати чи бути менше ніж :value.',
- 'string' => 'Поле :attribute має дорівнювати чи бути менше ніж :value символів.',
- ],
- 'mac_address' => 'Поле :attribute має містити MAC адресу.',
- 'max' => [
- 'array' => 'Поле :attribute повинне містити не більше :max елементів.',
- 'file' => 'Файл в полі :attribute має бути не більше :max кілобайт.',
- 'numeric' => 'Поле :attribute має бути не більше :max.',
- 'string' => 'Текст в полі :attribute повинен мати довжину не більшу за :max.',
- ],
- 'max_digits' => 'Поле :attribute не може містити більше :max цифр.',
- 'mimes' => 'Поле :attribute повинне містити файл одного з типів: :values.',
- 'mimetypes' => 'Поле :attribute повинне містити файл одного з типів: :values.',
- 'min' => [
- 'array' => 'Поле :attribute повинне містити не менше :min елементів.',
- 'file' => 'Розмір файлу у полі :attribute має бути не меншим :min кілобайт.',
- 'numeric' => 'Поле :attribute повинне бути не менше :min.',
- 'string' => 'Текст у полі :attribute повинен містити не менше :min символів.',
- ],
- 'min_digits' => 'Поле :attribute має містити принаймні :min цифр.',
- 'multiple_of' => 'Поле :attribute повинно бути кратним :value',
- 'not_in' => 'Вибране для :attribute значення не коректне.',
- 'not_regex' => 'Формат поля :attribute не вірний.',
- 'numeric' => 'Поле :attribute повинно містити число.',
- 'password' => [
- 'letters' => 'Поле :attribute має містити принаймні одну літеру.',
- 'mixed' => 'Поле :attribute має містити принаймні одну велику та одну малу літери.',
- 'numbers' => 'Поле :attribute має містити принаймні одне число.',
- 'symbols' => 'Поле :attribute має містити принаймні один символ.',
- 'uncompromised' => 'Поле :attribute з\'явився під час витоку даних. Виберіть інший :attribute.',
- ],
- 'present' => 'Поле :attribute повинне бути присутнє.',
- 'prohibited' => 'Поле :attribute заборонено.',
- 'prohibited_if' => 'Поле :attribute заборонено, коли :other дорівнює :value.',
- 'prohibited_unless' => 'Поле :attribute заборонено, якщо тільки :other не знаходиться в :values.',
- 'prohibits' => 'Поле :attribute забороняє присутність :other.',
- 'regex' => 'Поле :attribute має хибний формат.',
- 'relatable' => 'Цей :attribute може бути не пов\'язаний з цим ресурсом.',
- 'required' => 'Поле :attribute є обов\'язковим для заповнення.',
- 'required_array_keys' => 'Поле :attribute має містити записи для: :values.',
- 'required_if' => 'Поле :attribute є обов\'язковим для заповнення, коли :other є рівним :value.',
- 'required_if_accepted' => 'Поле :attribute є обов\'язковим, якщо прийнято :other.',
- 'required_unless' => 'Поле :attribute є обов\'язковим для заповнення, коли :other відрізняється від :values',
- 'required_with' => 'Поле :attribute є обов\'язковим для заповнення, коли :values вказано.',
- 'required_with_all' => 'Поле :attribute є обов\'язковим для заповнення, коли :values вказано.',
- 'required_without' => 'Поле :attribute є обов\'язковим для заповнення, коли :values не вказано.',
- 'required_without_all' => 'Поле :attribute є обов\'язковим для заповнення, коли :values не вказано.',
- 'same' => 'Поля :attribute та :other мають збігатися.',
- 'size' => [
- 'array' => 'Поле :attribute повинне містити :size елементів.',
- 'file' => 'Файл у полі :attribute має бути розміром :size кілобайт.',
- 'numeric' => 'Поле :attribute має бути довжини :size.',
- 'string' => 'Текст у полі :attribute повинен містити :size символів.',
- ],
- 'starts_with' => 'Поле :attribute повинне починатися з одного з наступних значень: :values',
- 'string' => 'Поле :attribute повинне містити текст.',
- 'timezone' => 'Поле :attribute повинне містити коректну часову зону.',
- 'unique' => 'Вказане значення поля :attribute вже існує.',
- 'uploaded' => 'Завантаження :attribute не вдалося.',
- 'uppercase' => 'Поле :attribute має бути рядком у верхньому регістрі.',
- 'url' => 'Формат поля :attribute хибний.',
- 'uuid' => 'Поле :attribute має бути коректним UUID ідентифікатором.',
- 'attributes' => [
- 'address' => 'адреса',
- 'age' => 'вік',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'доступно',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'місто',
- 'content' => 'контент',
- 'country' => 'країна',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'дата',
- 'date_of_birth' => 'date of birth',
- 'day' => 'день',
- 'deleted_at' => 'deleted at',
- 'description' => 'опис',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'e-mail адреса',
- 'excerpt' => 'уривок',
- 'filter' => 'filter',
- 'first_name' => 'ім\'я',
- 'gender' => 'стать',
- 'group' => 'group',
- 'hour' => 'година',
- 'image' => 'image',
- 'last_name' => 'прізвище',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'хвилина',
- 'mobile' => 'моб. номер',
- 'month' => 'місяць',
- 'name' => 'ім\'я',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'пароль',
- 'password_confirmation' => 'підтвердження пароля',
- 'phone' => 'телефон',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'секунда',
- 'sex' => 'стать',
- 'short_text' => 'short text',
- 'size' => 'розмір',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'час',
- 'title' => 'назва',
- 'updated_at' => 'updated at',
- 'username' => 'нікнейм',
- 'year' => 'рік',
- ],
-];
diff --git a/resources/lang/ur.json b/resources/lang/ur.json
deleted file mode 100644
index 66b64888..00000000
--- a/resources/lang/ur.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "قبول دعوت",
- "Add": "شامل کریں",
- "Add a new team member to your team, allowing them to collaborate with you.": "شامل ایک نئی ٹیم کے رکن کے لئے آپ کی ٹیم کی اجازت دیتا ہے ان کے ساتھ تعاون کرنے کے لئے آپ کو.",
- "Add additional security to your account using two factor authentication.": "اضافی سیکورٹی کے لئے آپ کے اکاؤنٹ کا استعمال کرتے ہوئے دو عنصر کی تصدیق.",
- "Add Team Member": "شامل ٹیم کے رکن",
- "Added.": "شامل کر دیا گیا.",
- "Administrator": "ایڈمنسٹریٹر",
- "Administrator users can perform any action.": "ایڈمنسٹریٹر صارفین کو انجام دے سکتے ہیں کسی بھی کارروائی کی ہے.",
- "All of the people that are part of this team.": "تمام ہے کہ لوگوں کی اس ٹیم کا حصہ.",
- "All rights reserved.": "تمام حقوق محفوظ ہیں.",
- "Already registered?": "پہلے سے رجسٹرڈ ؟",
- "API Token": "API ٹوکن",
- "API Token Permissions": "API کے ٹوکن کی اجازت",
- "API Tokens": "API ٹوکن",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API کے ٹوکن کی اجازت تیسری پارٹی کی خدمات کی توثیق کرنے کے لئے ہماری درخواست آپ کی جانب سے.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "ہیں آپ کو اس بات کا یقین آپ کو خارج کرنا چاہتے ہیں اس کی ٹیم? ایک بار ایک ٹیم سے خارج کر دیا ہے, اس کے تمام وسائل اور اعداد و شمار ہو جائے گا مستقل طور پر خارج کر دیا.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "آپ چاہتے ہیں کو خارج کرنے کے لئے آپ کے اکاؤنٹ? ایک بار جب آپ کے اکاؤنٹ کو خارج کر دیا, اس کے تمام وسائل اور اعداد و شمار ہو جائے گا مستقل طور پر خارج کر دیا. براہ مہربانی آپ اپنا پاس ورڈ درج کرنے کے لئے اس بات کی تصدیق کرنے کے لئے چاہتے ہیں کو مستقل طور پر آپ کے اکاؤنٹ کو خارج.",
- "Are you sure you would like to delete this API token?": "ہیں آپ کو اس بات کا یقین کرنے کے لئے چاہتے ہیں کو خارج کر دیں یہ API ٹوکن?",
- "Are you sure you would like to leave this team?": "کیا آپ کو یقین ہے کہ آپ گا کی طرح چھوڑنے کے لئے اس کی ٹیم?",
- "Are you sure you would like to remove this person from the team?": "ہیں آپ کو اس بات کا یقین آپ کو اس کو دور کرنا چاہتے شخص کی ٹیم کی طرف سے?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "براؤزر کے سیشن",
- "Cancel": "منسوخ",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "بند",
- "Code": "کوڈ",
- "Confirm": "اس بات کی تصدیق",
- "Confirm Password": "پاس ورڈ کی توثیق کریں",
- "Create": "تخلیق",
- "Create a new team to collaborate with others on projects.": "بنانے کے ، ایک نئی ٹیم کے ساتھ تعاون کرنے کے لئے دوسروں کے منصوبوں پر.",
- "Create Account": "اکاؤنٹ بنائیں",
- "Create API Token": "پیدا API ٹوکن",
- "Create New Team": "نئی ٹیم بنائیں",
- "Create Team": "تخلیق ٹیم",
- "Created.": "پیدا ہوتا ہے.",
- "Current Password": "موجودہ پاس ورڈ",
- "Dashboard": "ڈیش بورڈ",
- "Delete": "کو حذف کریں",
- "Delete Account": "اکاؤنٹ کو حذف کریں",
- "Delete API Token": "کو حذف API ٹوکن",
- "Delete Team": "کو حذف ٹیم",
- "Disable": "غیر فعال",
- "Done.": "کیا جاتا ہے.",
- "Edit Profile": "Edit Profile",
- "Editor": "ایڈیٹر",
- "Editor users have the ability to read, create, and update.": "ایڈیٹر صارفین کو پڑھنے کے لئے کی صلاحیت, تخلیق, اور اپ ڈیٹ.",
- "Email": "ای میل",
- "Email Address": "ای میل ایڈریس",
- "Email Password Reset Link": "ای میل کے پاس ورڈ ری سیٹ لنک",
- "Enable": "چالو",
- "Ensure your account is using a long, random password to stay secure.": "کو یقینی بنانے کے آپ کے اکاؤنٹ کا استعمال کرتے ہوئے ایک طویل, بے ترتیب پاس ورڈ رہنے کے لئے محفوظ ہے.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "آپ کی سیکورٹی کے لئے, براہ مہربانی اس بات کی تصدیق آپ کے پاس ورڈ کے لئے جاری رکھنے کے لئے.",
- "Forbidden": "حرام",
- "Forgot your password?": "پاسورڈ بھول گئے ؟",
- "Forgot Your Password?": "اپنا پاس ورڈ بھول گئے؟",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "پاسورڈ بھول گئے ؟ کوئی مسئلہ نہیں. صرف ہمیں پتہ ہے کہ آپ کے ای میل ایڈریس اور ہم نے آپ کو ای میل ایک پاس ورڈ ری سیٹ کریں کے لنک کی اجازت دے گا کہ آپ کو منتخب کرنے کے لئے ایک نئی ایک.",
- "Go to page :page": "صفحہ پر جانے کے :page",
- "Great! You have accepted the invitation to join the :team team.": "عظیم! آپ نے دعوت قبول کر لی شامل کرنے کے لئے :team ٹیم.",
- "Hello!": "ہیلو!",
- "I agree to the :terms_of_service and :privacy_policy": "میں اتفاق کرتا ہوں کے لئے :terms_of_service اور :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "اگر ضروری ہو تو, آپ کر سکتے ہیں لاگ ان سے باہر سب آپ کی دیگر براؤزر سیشن کے تمام بھر میں آپ کے آلات. کچھ آپ کے حالیہ سیشن ذیل میں درج ہیں; تاہم, اس فہرست میں نہیں ہو سکتا جامع. اگر آپ محسوس کرتے ہیں آپ کے اکاؤنٹ سے سمجھوتہ کیا گیا ہے, آپ کو بھی آپ کے پاس ورڈ کو اپ ڈیٹ.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "اگر آپ پہلے سے ہی ایک اکاؤنٹ ہے, آپ کو قبول کر سکتے ہیں اس دعوت کے بٹن پر کلک کر کے نیچے:",
- "If you did not create an account, no further action is required.": "اگر آپ کو پیدا نہیں کیا ایک اکاؤنٹ, کوئی مزید کارروائی کی ضرورت ہے.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "اگر آپ کو توقع نہیں تھی کے لئے ایک دعوت نامہ موصول کرنے کے لئے اس کی ٹیم, آپ کر سکتے ہیں ضائع کر دیں اس ای میل.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "اگر آپ نے ایک پاسورڈ ری سیٹ کی درخواست نہیں کی تو، مزید کارروائی کی ضرورت نہیں ہے.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "اگر آپ کو ایک اکاؤنٹ نہیں ہے تو, آپ کو پیدا کر سکتے ہیں ایک بٹن پر کلک کر کے نیچے. بنانے کے بعد ایک اکاؤنٹ ہے, آپ کو کلک کر سکتے ہیں دعوت کی قبولیت کے بٹن میں اس ای میل کو قبول کرنے کے لئے ٹیم کی دعوت:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "اگر آپ کو مصیبت پر کلک کرنے \":actionText\" کے بٹن پر, کاپی اور پیسٹ ذیل یو آر ایل\nمیں آپ کے ویب براؤزر:",
- "Last active": "گزشتہ فعال",
- "Last used": "آخری بار استعمال کیا",
- "Leave": "چھوڑ دو",
- "Leave Team": "چھوڑ کر ٹیم",
- "Log in": "میں لاگ ان کریں",
- "Log Out": "باہر لاگ ان کریں",
- "Log Out Other Browser Sessions": "لاگ آؤٹ دیگر براؤزر سیشن",
- "Login": "لاگ ان کریں",
- "Logout": "لاگ آوٹ",
- "Manage Account": "اکاؤنٹ کا انتظام",
- "Manage and log out your active sessions on other browsers and devices.": "انتظام کریں اور لاگ آؤٹ آپ کے فعال سیشن پر دیگر براؤزرز اور آلات.",
- "Manage API Tokens": "کا انتظام API ٹوکن",
- "Manage Role": "انتظام کے کردار",
- "Manage Team": "ٹیم کو منظم",
- "Name": "نام",
- "New Password": "نیا پاس ورڈ",
- "Not Found": "نہیں پایا",
- "of": "کی",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "ایک بار ایک ٹیم سے خارج کر دیا ہے, اس کے تمام وسائل اور اعداد و شمار ہو جائے گا مستقل طور پر خارج کر دیا. اس سے پہلے حذف کر رہا ہے اس کی ٹیم, ڈاؤن لوڈ کریں کسی بھی ڈیٹا یا معلومات کے بارے میں اس کی ٹیم ہے کہ آپ کی خواہش کو برقرار رکھنے کے لئے.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "ایک بار جب آپ کے اکاؤنٹ کو خارج کر دیا, اس کے تمام وسائل اور اعداد و شمار ہو جائے گا مستقل طور پر خارج کر دیا. اس سے پہلے حذف کرنے سے آپ کے اکاؤنٹ, براہ مہربانی ڈاؤن لوڈ ، اتارنا کسی بھی ڈیٹا یا معلومات کو کہ آپ کی خواہش کو برقرار رکھنے کے لئے.",
- "Page Expired": "صفحہ کی میعاد ختم ہو",
- "Pagination Navigation": "صفحہ بندی نیویگیشن",
- "Password": "پاس ورڈ",
- "Pending Team Invitations": "زیر التواء ٹیم کے دعوت نامے",
- "Permanently delete this team.": "مستقل طور پر خارج کر دیں اس کی ٹیم.",
- "Permanently delete your account.": "مستقل طور پر آپ کے اکاؤنٹ کو خارج.",
- "Permissions": "اجازت",
- "Photo": "تصویر",
- "Please click the button below to verify your email address.": "براہ مہربانی ذیل بٹن پر کلک کریں کی تصدیق کرنے کے لئے آپ کے ای میل ایڈریس.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "براہ مہربانی تصدیق کریں تک رسائی کرنے کے لئے آپ کے اکاؤنٹ میں داخل ہونے کی طرف سے آپ کے ہنگامی وصولی کوڈ.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "براہ مہربانی تصدیق کریں تک رسائی کرنے کے لئے آپ کے اکاؤنٹ میں داخل ہونے کی طرف سے تصدیق کے کوڈ کی طرف سے فراہم کردہ اپنے authenticator درخواست ہے.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "براہ مہربانی کاپی آپ کے نئے API کے ٹوکن. آپ کی سیکورٹی کے لئے, یہ نہیں دکھایا جائے گا ایک بار پھر.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "براہ مہربانی آپ اپنا پاس ورڈ درج کرنے کے لئے اس بات کی تصدیق کرنے کے لئے چاہتے ہیں لاگ ان کریں آپ کی دیگر براؤزر سیشن کے تمام بھر میں آپ کے آلات.",
- "Please provide the email address of the person you would like to add to this team.": "فراہم کریں ای میل ایڈریس کا شخص آپ کو پسند کرے گا کرنے کے لئے شامل کرنے کے لئے اس کی ٹیم.",
- "Privacy Policy": "رازداری کی پالیسی",
- "Profile": "پروفائل",
- "Profile Information": "پروفائل کی معلومات",
- "Recovery Code": "وصولی کے کوڈ",
- "Regards": "کے حوالے",
- "Regenerate Recovery Codes": "دوبارہ وصولی کے کوڈ",
- "Register": "رجسٹر کریں",
- "Remember me": "مجھے یاد رکھیں",
- "Remember Me": "مجھے یاد رکھیں",
- "Remove": "دور",
- "Remove Photo": "دور تصویر",
- "Remove Team Member": "دور کی ٹیم کے رکن",
- "Resend Verification Email": "پھر بھیجیں ای میل کی توثیق",
- "Reset Password": "پاس ورڈ ری سیٹ",
- "Reset Password Notification": "پاس ورڈ کی اطلاع دوبارہ ترتیب دیں",
- "results": "نتائج",
- "Role": "کردار",
- "Save": "کو بچانے کے",
- "Saved.": "بچا لیا.",
- "Select A New Photo": "ایک نئی تصویر کو منتخب کریں",
- "Send Password Reset Link": "پاس ورڈ ری سیٹ لنک بھیجیں",
- "Server Error": "سرور کی خرابی",
- "Service Unavailable": "سروس دستیاب نہیں",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "شو کی وصولی کے کوڈ",
- "Showing": "دکھا",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "دکان ان کی وصولی کوڈ میں ایک محفوظ پاس ورڈ مینیجر. وہ استعمال کیا جا سکتا ہے کی وصولی کے لئے تک رسائی حاصل کرنے کے لئے آپ کے اکاؤنٹ میں آپ کے دو عنصر کی تصدیق کے آلہ کھو دیا ہے.",
- "Switch Teams": "سوئچ ٹیموں",
- "Team Details": "ٹیم کی تفصیلات",
- "Team Invitation": "ٹیم دعوت",
- "Team Members": "ٹیم کے ارکان",
- "Team Name": "ٹیم کے نام",
- "Team Owner": "ٹیم کے مالک",
- "Team Settings": "ٹیم کی ترتیبات",
- "Terms of Service": "سروس کی شرائط",
- "The :attribute must be a valid role.": "میں :attribute ہونا ضروری ہے ایک درست کردار.",
- "The :attribute must be at least :length characters and contain at least one number.": "اس :attribute ہونا ضروری ہے کم از کم :length حروف اور کم از کم پر مشتمل ایک بڑی تعداد.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "اس :attribute ہونا ضروری ہے کم از کم :length حروف اور کم از کم پر مشتمل ایک خصوصی کردار اور ایک بڑی تعداد.",
- "The :attribute must be at least :length characters and contain at least one special character.": "اس :attribute ہونا ضروری ہے کم از کم :length حروف پر مشتمل ہے اور کم از کم ایک خاص کردار ہے.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "اس :attribute ہونا ضروری ہے کم از کم :length حروف پر مشتمل ہے اور کم از کم ایک بڑے کردار اور ایک بڑی تعداد.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "اس :attribute ہونا ضروری ہے کم از کم :length حروف پر مشتمل ہے اور کم از کم ایک بڑے کردار کے ایک خاص کردار ہے.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "اس :attribute ہونا ضروری ہے کم از کم :length حروف پر مشتمل ہے اور کم از کم ایک بڑے کردار کی ایک بڑی تعداد ، اور ایک خاص کردار ہے.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "اس :attribute ہونا ضروری ہے کم از کم :length حروف پر مشتمل ہے اور کم از کم ایک بڑے کردار ہے.",
- "The :attribute must be at least :length characters.": "اس :attribute ہونا ضروری ہے کم از کم :length حروف.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "فراہم کردہ پاس ورڈ سے مماثل نہیں ہے آپ کے موجودہ پاس ورڈ.",
- "The provided password was incorrect.": "فراہم کردہ پاس ورڈ غلط تھا.",
- "The provided two factor authentication code was invalid.": "فراہم کردہ دو عنصر کی تصدیق کے کوڈ باطل بھى كيا ہے.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "ٹیم کا نام اور مالک کے بارے میں معلومات.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "ان لوگوں کو مدعو کیا گیا ہے کرنے کے لئے آپ کی ٹیم اور بھیج دیا گیا ہے ایک دعوت نامہ ای میل. ہو سکتا ہے کہ وہ ٹیم میں شامل ہونے کی طرف سے قبول ای میل کی دعوت.",
- "This device": "یہ آلہ",
- "This is a secure area of the application. Please confirm your password before continuing.": "یہ ایک محفوظ علاقے کی درخواست ہے. براہ مہربانی تصدیق کریں آپ کے پاس ورڈ جاری رکھنے سے پہلے.",
- "This password does not match our records.": "اس کے پاس ورڈ مطابقت نہیں ہے ہمارے ریکارڈ.",
- "This password reset link will expire in :count minutes.": "اس کے پاس ورڈ ری سیٹ لنک میں ختم ہو جائے گی :count منٹ.",
- "This user already belongs to the team.": "یہ صارف پہلے ہی سے تعلق رکھتا ہے ، ٹیم.",
- "This user has already been invited to the team.": "یہ صارف پہلے ہی مدعو کرنے کے لئے ٹیم.",
- "to": "کرنے کے لئے",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "ٹوگل مواد",
- "Token Name": "ٹوکن کے نام",
- "Too Many Requests": "بہت سے درخواستوں",
- "Two Factor Authentication": "دو عنصر کی تصدیق",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "غیر مجاز",
- "Unknown": "Unknown",
- "Update Password": "پاس ورڈ کو اپ ڈیٹ",
- "Update your account's profile information and email address.": "اپ ڈیٹ کریں آپ کی اکاؤنٹ کے پروفائل کی معلومات اور ای میل ایڈریس.",
- "Use a recovery code": "استعمال وصولی کے کوڈ",
- "Use an authentication code": "استعمال کی تصدیق کے کوڈ",
- "Verify Email Address": "ای میل ایڈریس کی تصدیق کریں",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "ہم قابل نہیں تھے کو تلاش کرنے کے لئے ایک رجسٹرڈ صارف کے ساتھ اس ای میل ایڈریس.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "جب دو عنصر کی تصدیق کے چالو حالت میں ہے, آپ کو ہو جائے گا کی حوصلہ افزائی کے لئے ایک محفوظ ، بے ترتیب ٹوکن کے دوران تصدیق. آپ کر سکتے ہیں حاصل یہ ٹوکن کی طرف سے آپ کے فون کی گوگل Authenticator درخواست ہے.",
- "Whoops!": "افوہ!",
- "Whoops! Something went wrong.": "افوہ! کچھ غلط ہو گیا.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "آپ کو یہ ای میل موصول ہو رہا ہے کیونکہ ہم نے آپ کے اکاؤنٹ کے پاس پاسورٹ ری سیٹ کی درخواست موصول ہوئی ہے.",
- "You have been invited to join the :team team!": "آپ کو مدعو کیا گیا ہے میں شامل ہونے کے لئے :team ٹیم!",
- "You have enabled two factor authentication.": "آپ کو چالو حالت میں ہے دو عنصر کی تصدیق.",
- "You have not enabled two factor authentication.": "آپ کو فعال نہیں دو عنصر کی تصدیق.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "آپ حذف کر سکتے ہیں آپ کے کسی بھی موجودہ ٹوکن وہ کر رہے ہیں تو اب ضرورت نہیں.",
- "You may not delete your personal team.": "آپ نہیں کر سکتے ہیں کو خارج کر دیں آپ کی ذاتی کی ٹیم.",
- "You may not leave a team that you created.": "آپ کو چھوڑ نہیں کر سکتے ہیں کہ ایک ٹیم پیدا.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/ur/auth.php b/resources/lang/ur/auth.php
deleted file mode 100644
index 01b91c5a..00000000
--- a/resources/lang/ur/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'یہ تفصیلات ہمارے ریکارڈ سے مطابقت نہیں رکھتیں۔',
- 'password' => 'پاس ورڈ غلط ہے.',
- 'throttle' => 'لاگ اِن کرنے کی بہت زیادہ کوششیں۔ براہِ مہربانی :seconds سیکنڈ میں دوبارہ کوشش کریں۔',
-];
diff --git a/resources/lang/ur/http-statuses.php b/resources/lang/ur/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/ur/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/ur/pagination.php b/resources/lang/ur/pagination.php
deleted file mode 100644
index a8df4846..00000000
--- a/resources/lang/ur/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'آئندہ »',
- 'previous' => '« گزشتہ',
-];
diff --git a/resources/lang/ur/passwords.php b/resources/lang/ur/passwords.php
deleted file mode 100644
index 2ed2c093..00000000
--- a/resources/lang/ur/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'آپ کا پاس ورڈ دوبارہ مرتب کر دیا گیا ہے۔',
- 'sent' => 'پاس ورڈ دوبارہ مرتب کرنے کے لیے ہم نے آپ کو لنک ای میل کر دیا ہے!',
- 'throttled' => 'براہ کرم انتظار کریں اس سے پہلے retrying.',
- 'token' => 'پاس ورڈ مرتب کرنے کا یہ طریقہ نا قابلِ قبول ہے۔',
- 'user' => 'اس ای میل پتے کے ساتھ ہمیں کوئی صارف نہیں ملا۔',
-];
diff --git a/resources/lang/ur/validation.php b/resources/lang/ur/validation.php
deleted file mode 100644
index aaa5eb29..00000000
--- a/resources/lang/ur/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute تسلیم کرنا لازمی ہے۔',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute قابلِ قبول یو آر ایل نہیں ہے۔',
- 'after' => ':Attribute لازماً :date کے بعد کی کوئی تاریخ ہو۔',
- 'after_or_equal' => 'اس :attribute ہونا ضروری ہے ، ایک تاریخ کے بعد یا اس کے برابر :date.',
- 'alpha' => ':Attribute صرف حروفِ تہجی پر مشتمل ہو سکتا ہے۔',
- 'alpha_dash' => ':Attribute صرف حروفِ تہجی، اعداد، ڈیشِز پر مشتمل ہو سکتا ہے۔',
- 'alpha_num' => ':Attribute میں صرف حروفِ تہجی و اعداد شامل ہو سکتے ہیں۔',
- 'array' => ':Attribute لازماً کسی رینج پر مشتمل ہو۔',
- 'attached' => 'اس :attribute پہلے سے ہی ہے کے ساتھ منسلک.',
- 'before' => ':Attribute لازماً :date سے پہلے کی کوئی تاریخ ہو۔',
- 'before_or_equal' => 'اس :attribute ہونا ضروری ہے ایک تاریخ سے پہلے یا اس کے برابر :date.',
- 'between' => [
- 'array' => ':Attribute لازماً :min اور :max آئٹمز کے درمیان ہو۔',
- 'file' => ':Attribute لازماً :min اور :max کلو بائٹس کے درمیان ہو۔',
- 'numeric' => ':Attribute لازماً :min اور :max کے درمیان ہو۔',
- 'string' => ':Attribute لازماً :min اور :max کریکٹرز کے درمیان ہو۔',
- ],
- 'boolean' => ':Attribute لازماً درست یا غلط ہونا چاہیے۔',
- 'confirmed' => ':Attribute تصدیق سے مطابقت نہیں رکھتا۔',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute قابلِ قبول تاریخ نہیں ہے۔',
- 'date_equals' => 'اس :attribute ہونا ضروری ہے ، ایک تاریخ کے لئے برابر :date.',
- 'date_format' => ':Attribute فارمیٹ :format کے مطابق نہیں ہے۔',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute اور :other لازماً مختلف ہوں۔',
- 'digits' => ':Attribute لازماً :digits اعداد ہوں۔',
- 'digits_between' => ':Attribute لازماً :min اور :max اعداد کے درمیان ہو۔',
- 'dimensions' => 'اس کے :attribute ہے باطل کی تصویر کے طول و عرض.',
- 'distinct' => ':Attribute کی دہری ویلیو ہے۔',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute لازماً قابلِ قبول ای میل ہو۔',
- 'ends_with' => 'اس :attribute ختم کرنا ضروری ہے کے ساتھ مندرجہ ذیل میں سے ایک: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => 'منتخب :attribute درست نہیں ہے۔',
- 'file' => 'اس :attribute ہونا ضروری ہے ایک فائل.',
- 'filled' => ':Attribute کو بھرنا ضروری ہے۔',
- 'gt' => [
- 'array' => 'The :attribute must have more than :value items.',
- 'file' => 'The :attribute must be greater than :value kilobytes.',
- 'numeric' => 'The :attribute must be greater than :value.',
- 'string' => 'The :attribute must be greater than :value characters.',
- ],
- 'gte' => [
- 'array' => 'The :attribute must have :value items or more.',
- 'file' => 'The :attribute must be greater than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be greater than or equal :value.',
- 'string' => 'The :attribute must be greater than or equal :value characters.',
- ],
- 'image' => ':Attribute لازماً کوئی تصویر ہو۔',
- 'in' => 'منتخب :attribute قابلِ قبول نہیں ہے۔',
- 'in_array' => ':Attribute فیلڈ :other میں موجود نہیں ہے۔',
- 'integer' => ':Attribute لازماً کوئی عدد ہو۔',
- 'ip' => ':Attribute لازماً قابلِ قبول آئی پی پتہ ہو۔',
- 'ipv4' => 'اس :attribute ہونا ضروری ہے ایک درست IPv4 ایڈریس.',
- 'ipv6' => 'اس :attribute ہونا ضروری ہے ایک درست IPv6 ایڈریس.',
- 'json' => ':Attribute لازماً قابلِ قبول JSON سٹرِنگ ہو۔',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'The :attribute must have less than :value items.',
- 'file' => 'The :attribute must be less than :value kilobytes.',
- 'numeric' => 'The :attribute must be less than :value.',
- 'string' => 'The :attribute must be less than :value characters.',
- ],
- 'lte' => [
- 'array' => 'The :attribute must not have more than :value items.',
- 'file' => 'The :attribute must be less than or equal :value kilobytes.',
- 'numeric' => 'The :attribute must be less than or equal :value.',
- 'string' => 'The :attribute must be less than or equal :value characters.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute میں :max سے زیادہ آئٹمز نہیں ہو سکتیں۔',
- 'file' => ':Attribute کو :max کلو بائٹس سے زیادہ نہیں ہونا چاہیے۔',
- 'numeric' => ':Attribute کو :max سے بڑا نہیں ہونا چاہیے۔',
- 'string' => ':Attribute کو :max کریکٹرز سے زیادہ نہیں ہونا چاہیے۔',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute لازماً :type :values قسم کی فائل ہو۔',
- 'mimetypes' => 'اس :attribute ہونا ضروری ہے ایک فائل کی قسم: :values.',
- 'min' => [
- 'array' => ':Attribute میں لازماً کم از کم :min آئٹمز ہوں۔',
- 'file' => ':Attribute لازماً کم از کم :min کلو بائٹس کی ہو۔',
- 'numeric' => ':Attribute لازماً کم از کم :min ہو۔',
- 'string' => ':Attribute لازماً کم از کم :min کریکٹرز طویل ہو۔',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => 'اس :attribute ہونا ضروری ہے ایک سے زیادہ کے :value',
- 'not_in' => 'منتخب :attribute قابلِ قبول نہیں ہے۔',
- 'not_regex' => 'اس :attribute شکل باطل ہے.',
- 'numeric' => ':Attribute لازماً کوئی عدد ہو۔',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute فیلڈ موجود ہونا ضروری ہے۔',
- 'prohibited' => 'اس :attribute میدان ممنوع ہے.',
- 'prohibited_if' => 'اس :attribute میدان ممنوع ہے جب :other ہے :value.',
- 'prohibited_unless' => 'اس :attribute میدان ممنوع ہے جب تک کہ :other میں ہے :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => ':Attribute قابلِ قبول فارمیٹ میں نہیں ہے۔',
- 'relatable' => 'اس :attribute منسلک نہیں کیا جا سکتا کے ساتھ اس کے وسائل.',
- 'required' => ':Attribute فیلڈ درکار ہے۔',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Attribute درکار ہے اگر :other کی ویلیو :value ہو۔',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'جب تک :other :values میں نہ ہو تو :attribute فیلڈ درکار ہے۔',
- 'required_with' => ':Attribute فیلڈ درکار ہے اگر :values موجود ہوں۔',
- 'required_with_all' => ':Attribute فیلڈ درکار ہے اگر :values موجود ہوں۔',
- 'required_without' => ':Attribute درکار ہے جب :values موجود ہو۔',
- 'required_without_all' => ':Attribute فیلڈ درکار ہے جب :values میں سے کوئی بھی موجود نہ ہو۔',
- 'same' => ':Attribute اور :other لازماً ایک دوسرے سے مماثل ہوں۔',
- 'size' => [
- 'array' => ':Attribute میں لازماً :size آئٹمز شامل ہوں۔',
- 'file' => ':Attribute کا سائز لازماً :size کلو بائٹس ہو۔',
- 'numeric' => ':Attribute لازماً :size ہوں۔',
- 'string' => ':Attribute لازماً :size کریکٹرز پر مشتمل ہو۔',
- ],
- 'starts_with' => 'اس :attribute کے ساتھ شروع ہونا چاہئے مندرجہ ذیل میں سے ایک: :values.',
- 'string' => ':Attribute لازماً کوئی سٹرنگ ہو۔',
- 'timezone' => ':Attribute لازماً کوئی قابلِ قبول خطۂِ وقت ہو۔',
- 'unique' => ':Attribute کو پہلے ہی کسی نے حاصل کر لیا ہے۔',
- 'uploaded' => 'اس :attribute ناکام اپ لوڈ کرنے کے لئے.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute فارمیٹ قابلِ قبول نہیں ہے۔',
- 'uuid' => 'اس :attribute ہونا ضروری ہے ایک درست UUID.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'تصویر',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'تصویر کے تحت نتیجے کا متن',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'مختصر متن',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'ٹیسٹ کی تفصیلات',
- 'test_locale' => 'زبان',
- 'test_name' => 'ٹیسٹ کا نام',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/uz_Cyrl.json b/resources/lang/uz_Cyrl.json
deleted file mode 100644
index be96121e..00000000
--- a/resources/lang/uz_Cyrl.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Taklifnomani Qabul Qiling",
- "Add": "Qo'shish",
- "Add a new team member to your team, allowing them to collaborate with you.": "Jamoangizga yangi jamoa a'zosini qo'shing, ularga siz bilan hamkorlik qilish imkonini beradi.",
- "Add additional security to your account using two factor authentication.": "Ikki faktor autentifikatsiya yordamida hisobingizga qo'shimcha xavfsizlik qo'shish.",
- "Add Team Member": "Jamoa A'zosini Qo'shish",
- "Added.": "Qo'shib qo'ydi.",
- "Administrator": "Administrator",
- "Administrator users can perform any action.": "Administrator foydalanuvchilar har qanday amalni bajarishi mumkin.",
- "All of the people that are part of this team.": "Bu jamoa tarkibiga kiruvchi barcha odamlar.",
- "All rights reserved.": "Butunsinavlar.Co. ve",
- "Already registered?": "Allaqachon ro'yxatdan o'tgan?",
- "API Token": "API Ma'lumoti",
- "API Token Permissions": "API Ma'lumoti Turishni",
- "API Tokens": "API Tokens",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API ma'lumoti uchinchi tomon xizmatlariga sizning nomingizdan bizning dasturimiz bilan tasdiqlashga imkon beradi.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Agar bu jamoa o'chirish uchun ishonchingiz komilmi? Bir jamoa o'chirilgach, uning barcha resurslari va ma'lumotlari doimiy ravishda o'chiriladi.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Agar siz hisob o'chirish uchun ishonchingiz komilmi? Hisobingiz o'chirilgach, uning barcha resurslari va ma'lumotlari doimiy ravishda o'chiriladi. Agar doimiy hisobingizni o'chirish istardim tasdiqlash uchun parolni kiriting.",
- "Are you sure you would like to delete this API token?": "Agar bu API ma'lumoti o'chirish uchun ishonchingiz komilmi?",
- "Are you sure you would like to leave this team?": "Bu jamoadan ketishni hohlayotganingizga ishonchingiz komilmi?",
- "Are you sure you would like to remove this person from the team?": "Agar jamoa bu kishini olib tashlash uchun istardim ishonchingiz komilmi?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Brauzer Seanslari",
- "Cancel": "Bekor qilish",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Yaqin",
- "Code": "Kodilar",
- "Confirm": "Tasdiqlayman",
- "Confirm Password": "Parolni Tasdiqlang",
- "Create": "Yaratish",
- "Create a new team to collaborate with others on projects.": "Loyihalar bo'yicha boshqalar bilan hamkorlik qilish uchun yangi jamoa yaratish.",
- "Create Account": "Hisob Yaratish",
- "Create API Token": "Yaratish API Ma'lumoti",
- "Create New Team": "Yangi Jamoa Yaratish",
- "Create Team": "Jamoa Yaratish",
- "Created.": "Yaratgan.",
- "Current Password": "Joriy Parol",
- "Dashboard": "Dashboard",
- "Delete": "O'chirish",
- "Delete Account": "Hisob Qaydnomasini O'chirish",
- "Delete API Token": "O'chirish API Ma'lumoti",
- "Delete Team": "Jamoani O'chirish",
- "Disable": "O'chirish",
- "Done.": "Qilingan.",
- "Edit Profile": "Edit Profile",
- "Editor": "Muharrir",
- "Editor users have the ability to read, create, and update.": "Muharrir foydalanuvchilar o'qish imkoniga ega, yaratish, va yangilash.",
- "Email": "E-pochta",
- "Email Address": "Elektron Pochta Manzili",
- "Email Password Reset Link": "Email Parolni Tiklash Link",
- "Enable": "Yoqish",
- "Ensure your account is using a long, random password to stay secure.": "Hisob uzoq yordamida ishonch hosil qiling, xavfsiz qolish tasodifiy parol.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Sizning xavfsizlik uchun, davom ettirish uchun parolni tasdiqlash iltimos.",
- "Forbidden": "Harom qilingan",
- "Forgot your password?": "Parolingizni unutdingizmi?",
- "Forgot Your Password?": "Parolingizni Unutdingizmi?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Parolingizni unutdingizmi? Hech qanday muammo. Faqat bizga elektron pochta manzilini xabar bering va biz sizga yangi tanlash imkonini beradi parol reset link elektron pochta qiladi.",
- "Go to page :page": "Sahifa :page borish",
- "Great! You have accepted the invitation to join the :team team.": "Buyuk! Siz :team jamoasiga qo'shilish taklifini qabul qildingiz.",
- "Hello!": "Salomlashamiz!",
- "I agree to the :terms_of_service and :privacy_policy": ":Terms_of_service va :privacy_policy ga qo'shilaman",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Agar kerak bo'lsa, siz qurilmalar barcha bo'ylab boshqa brauzer sessiyalari barcha chiqib kirishingiz mumkin. Sizning so'nggi sessiyalar ba'zi quyida keltirilgan; ammo, bu ro'yxat to'liq bo'lishi mumkin emas. Agar hisob xavf qilingan his bo'lsa, siz ham parolni yangilash kerak.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Agar siz allaqachon hisobingiz bo'lsa, quyidagi tugmani bosish orqali ushbu taklifni qabul qilishingiz mumkin:",
- "If you did not create an account, no further action is required.": "Agar hisob yaratish bermadi bo'lsa, hech yanada harakat talab qilinadi.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Agar siz ushbu jamoaga taklif olishni kutmagan bo'lsangiz, ushbu elektron pochtani bekor qilishingiz mumkin.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Agar parol tiklashni talab qilmagan bo'lsangiz, qo'shimcha harakat talab qilinmaydi.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Agar hisob bo'lmasa, agar quyidagi tugmani bosish birini yaratishingiz mumkin. Hisob yaratganingizdan so'ng, jamoa taklifini qabul qilish uchun ushbu e-pochtada taklifni qabul qilish tugmasini bosishingiz mumkin:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Agar muammo \":actionText\" tugmasini bosish ega bo'lsangiz, nusxa va quyidagi URL joylashtirish\nveb-brauzeringiz ichiga:",
- "Last active": "Oxirgi faol",
- "Last used": "Oxirgi ishlatilgan",
- "Leave": "Tark etmoq",
- "Leave Team": "Jamoani Tark Eting",
- "Log in": "Kirishinkyu. com. ve",
- "Log Out": "Log Out",
- "Log Out Other Browser Sessions": "Boshqa Brauzer Sessiyalari Chiqib Kirish",
- "Login": "Kirishima",
- "Logout": "Chiqish",
- "Manage Account": "Hisob Boshqarish",
- "Manage and log out your active sessions on other browsers and devices.": "Boshqarish va boshqa brauzerlar va qurilmalarda faol mashg'ulotlari chiqib kirish.",
- "Manage API Tokens": "Boshqarish API Tokens",
- "Manage Role": "Rol Boshqarish",
- "Manage Team": "Jamoani Boshqarish",
- "Name": "Nomlash",
- "New Password": "Yangi Parol",
- "Not Found": "Topilmagan",
- "of": "to'g'risida",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Bir jamoa o'chirilgach, uning barcha resurslari va ma'lumotlari doimiy ravishda o'chiriladi. Ushbu jamoani yo'q qilishdan oldin, iltimos, ushbu jamoa bilan bog'liq har qanday ma'lumot yoki ma'lumotni yuklab oling.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Hisobingiz o'chirilgach, uning barcha resurslari va ma'lumotlari doimiy ravishda o'chiriladi. Hisobingizni yo'q qilishdan oldin, iltimos, saqlab qolishni istagan har qanday ma'lumot yoki ma'lumotni yuklab oling.",
- "Page Expired": "Sahifa Muddati Tugagan",
- "Pagination Navigation": "Pagination Navigatsiya",
- "Password": "Parolini",
- "Pending Team Invitations": "Kutilayotganlar Jamoasi Taklifnomalari",
- "Permanently delete this team.": "Doimiy ravishda bu jamoa o'chirish.",
- "Permanently delete your account.": "Doimiy ravishda hisobingizni o'chirish.",
- "Permissions": "Togri aytas",
- "Photo": "Uzbekona. ve",
- "Please click the button below to verify your email address.": "E-mail manzilingizni tekshirish uchun quyidagi tugmani bosing.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Iltimos, favqulodda tiklash kodlaringizdan biriga kirib hisobingizga kirishni tasdiqlang.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Sizning autentifikator dastur tomonidan taqdim autentifikatsiya kodni kirib hisobingizga kirishni tasdiqlash iltimos.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Yangi API ma'lumoti nusxa iltimos. Sizning xavfsizlik uchun, u yana ko'rsatilgan bo'lmaydi.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Agar qurilmalar barcha bo'ylab boshqa brauzer sessiyalari chiqib kirish uchun istardim tasdiqlash uchun parolni kiriting.",
- "Please provide the email address of the person you would like to add to this team.": "Iltimos, ushbu jamoaga qo'shmoqchi bo'lgan shaxsning elektron pochta manzilini taqdim eting.",
- "Privacy Policy": "Maxfiylik Siyosati",
- "Profile": "Profilga",
- "Profile Information": "Profil Haqida Ma'lumot",
- "Recovery Code": "Qayta Tiklash Kodi",
- "Regards": "Tilaklar",
- "Regenerate Recovery Codes": "Qayta Tiklash Kodlari",
- "Register": "Ro'yxatdan o'tish",
- "Remember me": "Esla meni",
- "Remember Me": "Esla Meni",
- "Remove": "Olib tashlash",
- "Remove Photo": "Rasmni Olib Tashlash",
- "Remove Team Member": "Team A'zosi Olib Tashlash",
- "Resend Verification Email": "Resend Tekshirish Email",
- "Reset Password": "Parolni Tiklash",
- "Reset Password Notification": "Parolni Xabarnoma Qayta O'rnatish",
- "results": "natijalar",
- "Role": "Roliklar fattohhon",
- "Save": "Saqlash",
- "Saved.": "Saqlandi.",
- "Select A New Photo": "Yangi Rasm Tanlang",
- "Send Password Reset Link": "Parolni Tiklash Linkini Yuborish",
- "Server Error": "Server Xato",
- "Service Unavailable": "Xizmat Mavjud Emas",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Tiklash Kodlarini Ko'rsatish",
- "Showing": "Ko'rsatgan",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Xavfsiz parol menejeri bu qutqaruv kodlari saqlash. Sizning ikki faktor autentifikatsiya qurilma yo'qolgan bo'lsa, ular hisobingizga kirish saqlab qolish uchun foydalanish mumkin.",
- "Switch Teams": "Komandalarni O'tish",
- "Team Details": "Jamoaviy Tafsilotlar",
- "Team Invitation": "Jamoaga Taklif",
- "Team Members": "Jamoa A'zolari",
- "Team Name": "Jamoa Nomi",
- "Team Owner": "Jamoa Egasi",
- "Team Settings": "Jamoa Sozlamalari",
- "Terms of Service": "Xizmat ko'rsatish shartlari",
- "The :attribute must be a valid role.": ":Attribute haqiqiy rol bo'lishi kerak.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute kamida :length belgi bo'lishi va kamida bitta raqamni o'z ichiga olishi kerak.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute kamida :length belgi bo'lishi va kamida bitta maxsus belgi va bitta raqamni o'z ichiga olishi kerak.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute kamida :length belgi bo'lishi va kamida bitta maxsus belgini o'z ichiga olishi kerak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "The :attribute kamida bo'lishi kerak :length belgilar va kamida bir katta belgi va bir qator o'z ichiga.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute kamida :length belgi bo'lishi va kamida bitta katta belgi va bitta maxsus belgini o'z ichiga olishi kerak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute kamida :length belgilar bo'lishi va kamida bitta katta belgini, bitta raqamni va bitta maxsus belgini o'z ichiga olishi kerak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute kamida :length belgi bo'lishi va kamida bitta katta belgini o'z ichiga olishi kerak.",
- "The :attribute must be at least :length characters.": ":Attribute kamida :length belgi bo'lishi kerak.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Taqdim parol joriy parolni mos emas.",
- "The provided password was incorrect.": "Taqdim etilgan parol noto'g'ri edi.",
- "The provided two factor authentication code was invalid.": "Taqdim etilgan ikki faktorli autentifikatsiya kodi bekor qilindi.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Jamoaning nomi va egasi haqida ma'lumot.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Bu odamlar sizning jamoasi taklif etildi va taklif elektron pochta yuborilgan. Elektron pochta taklifini qabul qilib jamoaga qo'shilishlari mumkin.",
- "This device": "Ushbu qurilma",
- "This is a secure area of the application. Please confirm your password before continuing.": "Bu dasturning xavfsiz maydoni. Davom ettirishdan oldin parolingizni tasdiqlang.",
- "This password does not match our records.": "Ushbu parol bizning yozuvlarimizga mos kelmaydi.",
- "This password reset link will expire in :count minutes.": "Ushbu parolni tiklash havolasi :count daqiqada tugaydi.",
- "This user already belongs to the team.": "Ushbu foydalanuvchi allaqachon jamoaga tegishli.",
- "This user has already been invited to the team.": "Ushbu foydalanuvchi allaqachon jamoaga taklif qilingan.",
- "to": "uchun",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Toggle navigatsiya",
- "Token Name": "Ma'lumoti Nomi",
- "Too Many Requests": "Juda Ko'p So'rovlar",
- "Two Factor Authentication": "Ikki Omil Autentifikatsiya",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Ruxsatsiz",
- "Unknown": "Unknown",
- "Update Password": "Parolni Yangilash",
- "Update your account's profile information and email address.": "Sizning hisob profili ma'lumot va elektron pochta manzilini yangilash.",
- "Use a recovery code": "Qayta tiklash kodidan foydalaning",
- "Use an authentication code": "Autentifikatsiya kodidan foydalaning",
- "Verify Email Address": "Elektron Pochta Manzilini Tekshirish",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Biz ushbu elektron pochta manzili bilan ro'yxatdan o'tgan foydalanuvchini topa olmadik.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Ikki faktor autentifikatsiya yoqilgan bo'lsa, agar xavfsiz so'raladi, autentifikatsiya paytida tasodifiy belgi. Siz telefoningiz Google Authenticator qo'llash bu ma'lumoti olish mumkin.",
- "Whoops!": "Whoops!",
- "Whoops! Something went wrong.": "Whoops! Nimadir noto'g'ri ketdi.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Biz sizning hisob uchun parol reset so'rov qabul chunki siz bu elektron pochta qabul qilinadi.",
- "You have been invited to join the :team team!": "Siz :team jamoasiga taklif etilgansiz!",
- "You have enabled two factor authentication.": "Siz ikki faktor autentifikatsiya yoqilgan bo'lishi.",
- "You have not enabled two factor authentication.": "Siz ikki faktor autentifikatsiya yoqilgan yo'q.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Ular endi zarur bo'lsa, siz mavjud ma'lumoti har qanday o'chirish mumkin.",
- "You may not delete your personal team.": "Siz shaxsiy jamoasi o'chirish mumkin emas.",
- "You may not leave a team that you created.": "Siz yaratgan jamoani tark etmasligingiz mumkin.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/uz_Cyrl/auth.php b/resources/lang/uz_Cyrl/auth.php
deleted file mode 100644
index 27e8b72c..00000000
--- a/resources/lang/uz_Cyrl/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Бундай маълумотларга эга фойдаланувчи мавжуд эмас.',
- 'password' => 'Нотўғри парол.',
- 'throttle' => 'Кириш учун жуда кўп уринишлар аниқланди. Илтимос :seconds сониядан сўнг яна уриниб кўринг.',
-];
diff --git a/resources/lang/uz_Cyrl/http-statuses.php b/resources/lang/uz_Cyrl/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/uz_Cyrl/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/uz_Cyrl/pagination.php b/resources/lang/uz_Cyrl/pagination.php
deleted file mode 100644
index 29ce9a0f..00000000
--- a/resources/lang/uz_Cyrl/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Кейинги »',
- 'previous' => '« Олдинги',
-];
diff --git a/resources/lang/uz_Cyrl/passwords.php b/resources/lang/uz_Cyrl/passwords.php
deleted file mode 100644
index 64987e11..00000000
--- a/resources/lang/uz_Cyrl/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Сизнинг паролингиз тикланди!',
- 'sent' => 'Паролни тиклаш ҳаволасини электрон почта орқали юбордик!',
- 'throttled' => 'Илтимос бироздан сўнг қайта уриниб кўринг.',
- 'token' => 'Ушбу паролни қайта тиклаш коди нотўғри.',
- 'user' => 'Ушбу электрон почта манзилига эга фойдаланувчи топилмади.',
-];
diff --git a/resources/lang/uz_Cyrl/validation.php b/resources/lang/uz_Cyrl/validation.php
deleted file mode 100644
index 6c2b6aa8..00000000
--- a/resources/lang/uz_Cyrl/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute ни қабул қилишингиз керак.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute га нотўғри URL киритилди.',
- 'after' => ':Attribute да сана :date дан кейин бўлиши керак.',
- 'after_or_equal' => ':Attribute да сана :date га тенг ёки ундан кейин бўлиши керак.',
- 'alpha' => ':Attribute фақат ҳарфларни қабул қилиши мумкин.',
- 'alpha_dash' => ':Attribute фақат ҳарфлар, сонлар ва чизиқчаларни қабул қилиши мумкин.',
- 'alpha_num' => ':Attribute фақат ҳарфлар ва сонларни қабул қилиши мумкин.',
- 'array' => ':Attribute қатордан иборат бўлиши керак.',
- 'attached' => 'Bu :attribute allaqachon biriktirilgan.',
- 'before' => ':Attribute да сана :date гача бўлиши керак.',
- 'before_or_equal' => ':Attribute да сана :date га тенг ёки ундан олдин бўлиши керак.',
- 'between' => [
- 'array' => ':Attribute даги элементлар сони :min ва :max орасида бўлиши керак.',
- 'file' => ':Attribute даги файлнинг ҳажми :min ва :max килобайт орасида бўлиши керак.',
- 'numeric' => ':Attribute нинг қиймати :min ва :max орасида бўлиши керак.',
- 'string' => ':Attribute даги белгилар сони :min ва :max орасида бўлиши керак.',
- ],
- 'boolean' => ':Attribute майдони фақат мантиқий қийматни қабул қилади.',
- 'confirmed' => ':Attribute тасдиқлангани билан мос келмади.',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute сана эмас.',
- 'date_equals' => ':Attribute сана :date га тенг бўлиши керак.',
- 'date_format' => ':Attribute майдони :format форматга мос келмади.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute ва :other майдонлари фарқли бўлиши керак.',
- 'digits' => ':Attribute :digits рақамдан иборат бўлиши керак.',
- 'digits_between' => ':Attribute узунлиги :min ва :max орасида бўлиши керак.',
- 'dimensions' => ':Attribute нотўғри тасвир ўлчамларга эга.',
- 'distinct' => ':Attribute майдони такрорланувчи қийматлардан иборат.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute ҳақиқий электрон почта манзили бўлиши керак.',
- 'ends_with' => ':Attribute қуйидаги қийматларнинг бири билан тугаши керак: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => ':Attribute учун танланган қиймат нотўғри.',
- 'file' => ':Attribute файл бўлиши керак.',
- 'filled' => ':Attribute майдони тўлдирилиши шарт.',
- 'gt' => [
- 'array' => ':Attribute даги элементлар сони :value дан катта бўлиши керак.',
- 'file' => ':Attribute файл ҳажми :value килобайтдан катта бўлиши керак.',
- 'numeric' => ':Attribute майдони :value дан катта бўлиши керак.',
- 'string' => ':Attribute даги белгилар сони :value дан катта бўлиши керак.',
- ],
- 'gte' => [
- 'array' => ':Attribute даги элементлар сони :value дан катта ёки тенг бўлиши керак.',
- 'file' => ':Attribute файл ҳажми :value килобайтдан катта ёки тенг бўлиши керак.',
- 'numeric' => ':Attribute майдони :value дан катта ёки тенг бўлиши керак.',
- 'string' => ':Attribute даги белгилар сони :value дан катта ёки тенг бўлиши керак.',
- ],
- 'image' => ':Attribute майдони тасвир (расм) бўлиши керак.',
- 'in' => ':Attribute учун танланган қиймат хато.',
- 'in_array' => ':Attribute майдонининг қиймати :other да мавжуд эмас.',
- 'integer' => ':Attribute бутун сон бўлиши керак.',
- 'ip' => ':Attribute ҳақиқий IP манзил бўлиши керак.',
- 'ipv4' => ':Attribute ҳақиқий IPv4 манзил бўлиши керак.',
- 'ipv6' => ':Attribute ҳақиқий IPv6 манзил бўлиши керак.',
- 'json' => ':Attribute JSON қатори бўлиши керак.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute даги элементлар сони :value дан кичик бўлиши керак.',
- 'file' => ':Attribute даги файл ҳажми :value килобайтдан кичик бўлиши керак.',
- 'numeric' => ':Attribute майдони :value дан кичик бўлиши керак.',
- 'string' => ':Attribute даги белгилар сони :value дан кичик бўлиши керак.',
- ],
- 'lte' => [
- 'array' => ':Attribute даги элементлар сони :value дан кичик ёки тенг бўлиши керак.',
- 'file' => ':Attribute файл ҳажми :value килобайтдан кичик ёки тенг бўлиши керак.',
- 'numeric' => ':Attribute майдони :value дан кичик ёки тенг бўлиши керак.',
- 'string' => ':Attribute даги белгилар сони :value дан кичик ёки тенг бўлиши керак.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute нинг элементлар сони :max тадан ошмаслиги керак.',
- 'file' => ':Attribute даги файлнинг ҳажми :max килобайтдан ошмаслиги керак.',
- 'numeric' => ':Attribute нинг қиймати :max дан ошмаслиги керак.',
- 'string' => ':Attribute нинг белгилар сони :max тадан ошмаслиги керак.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute даги файл қуйидаги турлардан бири бўлиши керак: :values.',
- 'mimetypes' => ':Attribute даги файл қуйидаги турлардан бири бўлиши керак: :values.',
- 'min' => [
- 'array' => ':Attribute даги элементлар сони :min тадан кам бўлмаслиги керак.',
- 'file' => ':Attribute даги файлнинг ҳажми :min килобайтдан кам бўлмаслиги керак.',
- 'numeric' => ':Attribute нинг қиймати :min дан кам бўлмаслиги керак.',
- 'string' => ':Attribute даги белгилар сони :min тадан кам бўлмаслиги керак.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute bir nechta :value bo\'lishi kerak',
- 'not_in' => ':Attribute учун танланган қиймат хато.',
- 'not_regex' => ':Attribute учун танланган формат хато.',
- 'numeric' => ':Attribute майдони сон бўлиши керак.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute майдони кўрсатилиши керак.',
- 'prohibited' => ':Attribute maydon taqiqlanadi.',
- 'prohibited_if' => ':Attribute maydoni :other :value bo\'lganda taqiqlanadi.',
- 'prohibited_unless' => ':Attribute da :other bo\'lmasa :values maydon taqiqlanadi.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => ':Attribute майдони хато форматда.',
- 'relatable' => 'Ushbu :attribute ushbu resurs bilan bog\'liq bo\'lmasligi mumkin.',
- 'required' => ':Attribute майдони тўлдирилиши шарт.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Other майдони :value га тенг бўлса, :attribute майдони тўлдирилиши шарт.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Other майдони :values га тенг бўлмаса, :attribute майдони тўлдирилиши шарт.',
- 'required_with' => ':Values кўрсатилган бўлса, :attribute майдони тўлдирилиши шарт.',
- 'required_with_all' => ':Values кўрсатилган бўлса, :attribute майдони тўлдирилиши шарт.',
- 'required_without' => ':Values кўрсатилмаган бўлса, :attribute майдони тўлдирилиши шарт.',
- 'required_without_all' => ':Values лардан ҳеч бири кўрсатилмаган бўлса, :attribute майдони тўлдирилиши шарт.',
- 'same' => ':Attribute нинг қиймати :other билан бир хил бўлиши керак.',
- 'size' => [
- 'array' => ':Attribute даги элементлар сони :size га тенг бўлиши керак.',
- 'file' => ':Attribute даги файлнинг ҳажми :size килобайтга тенг бўлиши керак.',
- 'numeric' => ':Attribute қиймати :size га тенг бўлиши керак.',
- 'string' => ':Attribute даги белгилар сони :size га тенг бўлиши керак.',
- ],
- 'starts_with' => ':Attribute қуйидаги қийматлардан бири билан бошланиши керак: :values.',
- 'string' => ':Attribute қатор бўлиши керак.',
- 'timezone' => ':Attribute нинг қиймати мавжуд вақт минтақаси бўлиши керак.',
- 'unique' => ':Attribute майдонининг бундай қиймати мавжуд. Илтимос бошқа қиймат киритинг.',
- 'uploaded' => ':Attribute ни юклаш муваффақиятли амалга ошмади.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute нотўғри форматга эга.',
- 'uuid' => ':Attribute тўғри UUID қийматга эга бўлиши керак.',
- 'attributes' => [
- 'address' => 'address',
- 'age' => 'age',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'available',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'city',
- 'content' => 'content',
- 'country' => 'country',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'date',
- 'date_of_birth' => 'date of birth',
- 'day' => 'day',
- 'deleted_at' => 'deleted at',
- 'description' => 'description',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'excerpt',
- 'filter' => 'filter',
- 'first_name' => 'first name',
- 'gender' => 'gender',
- 'group' => 'group',
- 'hour' => 'hour',
- 'image' => 'image',
- 'last_name' => 'last name',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'minute',
- 'mobile' => 'mobile',
- 'month' => 'month',
- 'name' => 'name',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'password',
- 'password_confirmation' => 'password confirmation',
- 'phone' => 'phone',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'second',
- 'sex' => 'sex',
- 'short_text' => 'short text',
- 'size' => 'size',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'time',
- 'title' => 'title',
- 'updated_at' => 'updated at',
- 'username' => 'username',
- 'year' => 'year',
- ],
-];
diff --git a/resources/lang/uz_Latn.json b/resources/lang/uz_Latn.json
deleted file mode 100644
index 19d034fc..00000000
--- a/resources/lang/uz_Latn.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "Taklifnomani Qabul Qiling",
- "Add": "Qo'shish",
- "Add a new team member to your team, allowing them to collaborate with you.": "Jamoangizga yangi jamoa a'zosini qo'shing, ularga siz bilan hamkorlik qilish imkonini beradi.",
- "Add additional security to your account using two factor authentication.": "Ikki faktor autentifikatsiya yordamida hisobingizga qo'shimcha xavfsizlik qo'shish.",
- "Add Team Member": "Jamoa A'zosini Qo'shish",
- "Added.": "Qo'shib qo'ydi.",
- "Administrator": "Administrator",
- "Administrator users can perform any action.": "Administrator foydalanuvchilar har qanday amalni bajarishi mumkin.",
- "All of the people that are part of this team.": "Bu jamoa tarkibiga kiruvchi barcha odamlar.",
- "All rights reserved.": "Butunsinavlar.Co. ve",
- "Already registered?": "Allaqachon ro'yxatdan o'tgan?",
- "API Token": "API Ma'lumoti",
- "API Token Permissions": "API Ma'lumoti Turishni",
- "API Tokens": "API Tokens",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API ma'lumoti uchinchi tomon xizmatlariga sizning nomingizdan bizning dasturimiz bilan tasdiqlashga imkon beradi.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Agar bu jamoa o'chirish uchun ishonchingiz komilmi? Bir jamoa o'chirilgach, uning barcha resurslari va ma'lumotlari doimiy ravishda o'chiriladi.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Agar siz hisob o'chirish uchun ishonchingiz komilmi? Hisobingiz o'chirilgach, uning barcha resurslari va ma'lumotlari doimiy ravishda o'chiriladi. Agar doimiy hisobingizni o'chirish istardim tasdiqlash uchun parolni kiriting.",
- "Are you sure you would like to delete this API token?": "Agar bu API ma'lumoti o'chirish uchun ishonchingiz komilmi?",
- "Are you sure you would like to leave this team?": "Bu jamoadan ketishni hohlayotganingizga ishonchingiz komilmi?",
- "Are you sure you would like to remove this person from the team?": "Agar jamoa bu kishini olib tashlash uchun istardim ishonchingiz komilmi?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.",
- "Browser Sessions": "Brauzer Seanslari",
- "Cancel": "Bekor qilish",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "click here to request another",
- "Close": "Yaqin",
- "Code": "Kodilar",
- "Confirm": "Tasdiqlayman",
- "Confirm Password": "Parolni Tasdiqlang",
- "Create": "Yaratish",
- "Create a new team to collaborate with others on projects.": "Loyihalar bo'yicha boshqalar bilan hamkorlik qilish uchun yangi jamoa yaratish.",
- "Create Account": "Hisob Yaratish",
- "Create API Token": "Yaratish API Ma'lumoti",
- "Create New Team": "Yangi Jamoa Yaratish",
- "Create Team": "Jamoa Yaratish",
- "Created.": "Yaratgan.",
- "Current Password": "Joriy Parol",
- "Dashboard": "Dashboard",
- "Delete": "O'chirish",
- "Delete Account": "Hisob Qaydnomasini O'chirish",
- "Delete API Token": "O'chirish API Ma'lumoti",
- "Delete Team": "Jamoani O'chirish",
- "Disable": "O'chirish",
- "Done.": "Qilingan.",
- "Edit Profile": "Edit Profile",
- "Editor": "Muharrir",
- "Editor users have the ability to read, create, and update.": "Muharrir foydalanuvchilar o'qish imkoniga ega, yaratish, va yangilash.",
- "Email": "E-pochta",
- "Email Address": "Elektron Pochta Manzili",
- "Email Password Reset Link": "Email Parolni Tiklash Link",
- "Enable": "Yoqish",
- "Ensure your account is using a long, random password to stay secure.": "Hisob uzoq yordamida ishonch hosil qiling, xavfsiz qolish tasodifiy parol.",
- "Finish enabling two factor authentication.": "Finish enabling two factor authentication.",
- "For your security, please confirm your password to continue.": "Sizning xavfsizlik uchun, davom ettirish uchun parolni tasdiqlash iltimos.",
- "Forbidden": "Harom qilingan",
- "Forgot your password?": "Parolingizni unutdingizmi?",
- "Forgot Your Password?": "Parolingizni Unutdingizmi?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Parolingizni unutdingizmi? Hech qanday muammo. Faqat bizga elektron pochta manzilini xabar bering va biz sizga yangi tanlash imkonini beradi parol reset link elektron pochta qiladi.",
- "Go to page :page": "Sahifa :page borish",
- "Great! You have accepted the invitation to join the :team team.": "Buyuk! Siz :team jamoasiga qo'shilish taklifini qabul qildingiz.",
- "Hello!": "Salomlashamiz!",
- "I agree to the :terms_of_service and :privacy_policy": ":Terms_of_service va :privacy_policy ga qo'shilaman",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Agar kerak bo'lsa, siz qurilmalar barcha bo'ylab boshqa brauzer sessiyalari barcha chiqib kirishingiz mumkin. Sizning so'nggi sessiyalar ba'zi quyida keltirilgan; ammo, bu ro'yxat to'liq bo'lishi mumkin emas. Agar hisob xavf qilingan his bo'lsa, siz ham parolni yangilash kerak.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Agar siz allaqachon hisobingiz bo'lsa, quyidagi tugmani bosish orqali ushbu taklifni qabul qilishingiz mumkin:",
- "If you did not create an account, no further action is required.": "Agar hisob yaratish bermadi bo'lsa, hech yanada harakat talab qilinadi.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Agar siz ushbu jamoaga taklif olishni kutmagan bo'lsangiz, ushbu elektron pochtani bekor qilishingiz mumkin.",
- "If you did not receive the email": "If you did not receive the email",
- "If you did not request a password reset, no further action is required.": "Agar parol tiklashni talab qilmagan bo'lsangiz, qo'shimcha harakat talab qilinmaydi.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Agar hisob bo'lmasa, agar quyidagi tugmani bosish birini yaratishingiz mumkin. Hisob yaratganingizdan so'ng, jamoa taklifini qabul qilish uchun ushbu e-pochtada taklifni qabul qilish tugmasini bosishingiz mumkin:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Agar muammo \":actiontext\" tugmasini bosish ega bo'lsangiz, nusxa va quyidagi URL joylashtirish\nveb-brauzeringiz ichiga:",
- "Last active": "Oxirgi faol",
- "Last used": "Oxirgi ishlatilgan",
- "Leave": "Tark etmoq",
- "Leave Team": "Jamoani Tark Eting",
- "Log in": "Kirishinkyu. com. ve",
- "Log Out": "Log Out",
- "Log Out Other Browser Sessions": "Boshqa Brauzer Sessiyalari Chiqib Kirish",
- "Login": "Kirishima",
- "Logout": "Chiqish",
- "Manage Account": "Hisob Boshqarish",
- "Manage and log out your active sessions on other browsers and devices.": "Boshqarish va boshqa brauzerlar va qurilmalarda faol mashg'ulotlari chiqib kirish.",
- "Manage API Tokens": "Boshqarish API Tokens",
- "Manage Role": "Rol Boshqarish",
- "Manage Team": "Jamoani Boshqarish",
- "Name": "Nomlash",
- "New Password": "Yangi Parol",
- "Not Found": "Topilmagan",
- "of": "to'g'risida",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Bir jamoa o'chirilgach, uning barcha resurslari va ma'lumotlari doimiy ravishda o'chiriladi. Ushbu jamoani yo'q qilishdan oldin, iltimos, ushbu jamoa bilan bog'liq har qanday ma'lumot yoki ma'lumotni yuklab oling.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Hisobingiz o'chirilgach, uning barcha resurslari va ma'lumotlari doimiy ravishda o'chiriladi. Hisobingizni yo'q qilishdan oldin, iltimos, saqlab qolishni istagan har qanday ma'lumot yoki ma'lumotni yuklab oling.",
- "Page Expired": "Sahifa Muddati Tugagan",
- "Pagination Navigation": "Pagination Navigatsiya",
- "Password": "Parolini",
- "Pending Team Invitations": "Kutilayotganlar Jamoasi Taklifnomalari",
- "Permanently delete this team.": "Doimiy ravishda bu jamoa o'chirish.",
- "Permanently delete your account.": "Doimiy ravishda hisobingizni o'chirish.",
- "Permissions": "Togri aytas",
- "Photo": "Uzbekona. ve",
- "Please click the button below to verify your email address.": "E-mail manzilingizni tekshirish uchun quyidagi tugmani bosing.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Iltimos, favqulodda tiklash kodlaringizdan biriga kirib hisobingizga kirishni tasdiqlang.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Sizning autentifikator dastur tomonidan taqdim autentifikatsiya kodni kirib hisobingizga kirishni tasdiqlash iltimos.",
- "Please confirm your password before continuing.": "Please confirm your password before continuing.",
- "Please copy your new API token. For your security, it won't be shown again.": "Yangi API ma'lumoti nusxa iltimos. Sizning xavfsizlik uchun, u yana ko'rsatilgan bo'lmaydi.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Agar qurilmalar barcha bo'ylab boshqa brauzer sessiyalari chiqib kirish uchun istardim tasdiqlash uchun parolni kiriting.",
- "Please provide the email address of the person you would like to add to this team.": "Iltimos, ushbu jamoaga qo'shmoqchi bo'lgan shaxsning elektron pochta manzilini taqdim eting.",
- "Privacy Policy": "Maxfiylik Siyosati",
- "Profile": "Profilga",
- "Profile Information": "Profil Haqida Ma'lumot",
- "Recovery Code": "Qayta Tiklash Kodi",
- "Regards": "Tilaklar",
- "Regenerate Recovery Codes": "Qayta Tiklash Kodlari",
- "Register": "Ro'yxatdan o'tish",
- "Remember me": "Esla meni",
- "Remember Me": "Esla Meni",
- "Remove": "Olib tashlash",
- "Remove Photo": "Rasmni Olib Tashlash",
- "Remove Team Member": "Team A'zosi Olib Tashlash",
- "Resend Verification Email": "Resend Tekshirish Email",
- "Reset Password": "Parolni Tiklash",
- "Reset Password Notification": "Parolni Xabarnoma Qayta O'rnatish",
- "results": "natijalar",
- "Role": "Roliklar fattohhon",
- "Save": "Saqlash",
- "Saved.": "Saqlandi.",
- "Select A New Photo": "Yangi Rasm Tanlang",
- "Send Password Reset Link": "Parolni Tiklash Linkini Yuborish",
- "Server Error": "Server Xato",
- "Service Unavailable": "Xizmat Mavjud Emas",
- "Setup Key": "Setup Key",
- "Show Recovery Codes": "Tiklash Kodlarini Ko'rsatish",
- "Showing": "Ko'rsatgan",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Xavfsiz parol menejeri bu qutqaruv kodlari saqlash. Sizning ikki faktor autentifikatsiya qurilma yo'qolgan bo'lsa, ular hisobingizga kirish saqlab qolish uchun foydalanish mumkin.",
- "Switch Teams": "Komandalarni O'tish",
- "Team Details": "Jamoaviy Tafsilotlar",
- "Team Invitation": "Jamoaga Taklif",
- "Team Members": "Jamoa A'zolari",
- "Team Name": "Jamoa Nomi",
- "Team Owner": "Jamoa Egasi",
- "Team Settings": "Jamoa Sozlamalari",
- "Terms of Service": "Xizmat ko'rsatish shartlari",
- "The :attribute must be a valid role.": ":Attribute haqiqiy rol bo'lishi kerak.",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute kamida :length belgi bo'lishi va kamida bitta raqamni o'z ichiga olishi kerak.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute kamida :length belgi bo'lishi va kamida bitta maxsus belgi va bitta raqamni o'z ichiga olishi kerak.",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute kamida :length belgi bo'lishi va kamida bitta maxsus belgini o'z ichiga olishi kerak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute kamida :length belgilar bo'lishi va kamida bitta katta belgi va bitta raqamni o'z ichiga olishi kerak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute kamida :length belgi bo'lishi va kamida bitta katta belgi va bitta maxsus belgini o'z ichiga olishi kerak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute kamida :length belgi bo'lishi va kamida bitta katta belgini, bitta raqamni va bitta maxsus belgini o'z ichiga olishi kerak.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute kamida :length belgi bo'lishi va kamida bitta katta belgini o'z ichiga olishi kerak.",
- "The :attribute must be at least :length characters.": ":Attribute kamida :length belgi bo'lishi kerak.",
- "The :attribute must contain at least one letter.": "The :attribute must contain at least one letter.",
- "The :attribute must contain at least one number.": "The :attribute must contain at least one number.",
- "The :attribute must contain at least one symbol.": "The :attribute must contain at least one symbol.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "The :attribute must contain at least one uppercase and one lowercase letter.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "The given :attribute has appeared in a data leak. Please choose a different :attribute.",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "The password is incorrect.",
- "The provided password does not match your current password.": "Taqdim parol joriy parolni mos emas.",
- "The provided password was incorrect.": "Taqdim etilgan parol noto'g'ri edi.",
- "The provided two factor authentication code was invalid.": "Taqdim etilgan ikki faktorli autentifikatsiya kodi bekor qilindi.",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "Jamoaning nomi va egasi haqida ma'lumot.",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Bu odamlar sizning jamoasi taklif etildi va taklif elektron pochta yuborilgan. Elektron pochta taklifini qabul qilib jamoaga qo'shilishlari mumkin.",
- "This device": "Ushbu qurilma",
- "This is a secure area of the application. Please confirm your password before continuing.": "Bu dasturning xavfsiz maydoni. Davom ettirishdan oldin parolingizni tasdiqlang.",
- "This password does not match our records.": "Ushbu parol bizning yozuvlarimizga mos kelmaydi.",
- "This password reset link will expire in :count minutes.": "Ushbu parolni tiklash havolasi :count daqiqada tugaydi.",
- "This user already belongs to the team.": "Ushbu foydalanuvchi allaqachon jamoaga tegishli.",
- "This user has already been invited to the team.": "Ushbu foydalanuvchi allaqachon jamoaga taklif qilingan.",
- "to": "uchun",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.",
- "Toggle navigation": "Toggle navigatsiya",
- "Token Name": "Ma'lumoti Nomi",
- "Too Many Requests": "Juda Ko'p So'rovlar",
- "Two Factor Authentication": "Ikki Omil Autentifikatsiya",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.",
- "Unauthorized": "Ruxsatsiz",
- "Unknown": "Unknown",
- "Update Password": "Parolni Yangilash",
- "Update your account's profile information and email address.": "Sizning hisob profili ma'lumot va elektron pochta manzilini yangilash.",
- "Use a recovery code": "Qayta tiklash kodidan foydalaning",
- "Use an authentication code": "Autentifikatsiya kodidan foydalaning",
- "Verify Email Address": "Elektron Pochta Manzilini Tekshirish",
- "Verify Your Email Address": "Verify Your Email Address",
- "We were unable to find a registered user with this email address.": "Biz ushbu elektron pochta manzili bilan ro'yxatdan o'tgan foydalanuvchini topa olmadik.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Ikki faktor autentifikatsiya yoqilgan bo'lsa, agar xavfsiz so'raladi, autentifikatsiya paytida tasodifiy belgi. Siz telefoningiz Google Authenticator qo'llash bu ma'lumoti olish mumkin.",
- "Whoops!": "Whoops!",
- "Whoops! Something went wrong.": "Whoops! Nimadir noto'g'ri ketdi.",
- "You are logged in!": "You are logged in!",
- "You are receiving this email because we received a password reset request for your account.": "Biz sizning hisob uchun parol reset so'rov qabul chunki siz bu elektron pochta qabul qilinadi.",
- "You have been invited to join the :team team!": "Siz :team jamoasi ishtirok etish uchun taklif etildi!",
- "You have enabled two factor authentication.": "Siz ikki faktor autentifikatsiya yoqilgan bo'lishi.",
- "You have not enabled two factor authentication.": "Siz ikki faktor autentifikatsiya yoqilgan yo'q.",
- "You may accept this invitation by clicking the button below:": "You may accept this invitation by clicking the button below:",
- "You may delete any of your existing tokens if they are no longer needed.": "Ular endi zarur bo'lsa, siz mavjud ma'lumoti har qanday o'chirish mumkin.",
- "You may not delete your personal team.": "Siz shaxsiy jamoasi o'chirish mumkin emas.",
- "You may not leave a team that you created.": "Siz yaratgan jamoani tark etmasligingiz mumkin.",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/uz_Latn/auth.php b/resources/lang/uz_Latn/auth.php
deleted file mode 100644
index 78dd73b5..00000000
--- a/resources/lang/uz_Latn/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Bunday maʼlumotlarga ega foydalanuvchi mavjud emas.',
- 'password' => 'Noto‘g‘ri parol.',
- 'throttle' => 'Kirish uchun juda ko‘p urinishlar aniqlandi. Iltimos :seconds soniyadan so‘ng yana urinib ko‘ring.',
-];
diff --git a/resources/lang/uz_Latn/http-statuses.php b/resources/lang/uz_Latn/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/uz_Latn/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/uz_Latn/pagination.php b/resources/lang/uz_Latn/pagination.php
deleted file mode 100644
index c981b6f7..00000000
--- a/resources/lang/uz_Latn/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Keyingi »',
- 'previous' => '« Oldingi',
-];
diff --git a/resources/lang/uz_Latn/passwords.php b/resources/lang/uz_Latn/passwords.php
deleted file mode 100644
index afaf7d91..00000000
--- a/resources/lang/uz_Latn/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Sizning parolingiz tiklandi!',
- 'sent' => 'Parolni tiklash havolasini elektron pochta orqali yubordik!',
- 'throttled' => 'Iltimos birozdan so‘ng qayta urinib ko‘ring.',
- 'token' => 'Ushbu parolni qayta tiklash kodi noto‘g‘ri.',
- 'user' => 'Ushbu elektron pochta manziliga ega foydalanuvchi topilmadi.',
-];
diff --git a/resources/lang/uz_Latn/validation.php b/resources/lang/uz_Latn/validation.php
deleted file mode 100644
index a9f93fff..00000000
--- a/resources/lang/uz_Latn/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- ':Attribute ni qabul qilishingiz kerak.',
- 'accepted_if' => 'The :attribute must be accepted when :other is :value.',
- 'active_url' => ':Attribute ga noto‘g‘ri URL kiritildi.',
- 'after' => ':Attribute da sana :date dan keyin bo‘lishi kerak.',
- 'after_or_equal' => ':Attribute da sana :date ga teng yoki undan keyin bo‘lishi kerak.',
- 'alpha' => ':Attribute faqat harflarni qabul qilishi mumkin.',
- 'alpha_dash' => ':Attribute faqat harflar, sonlar va chiziqchalarni qabul qilishi mumkin.',
- 'alpha_num' => ':Attribute faqat harflar va sonlarni qabul qilishi mumkin.',
- 'array' => ':Attribute qatordan iborat bo‘lishi kerak.',
- 'attached' => 'Bu :attribute allaqachon biriktirilgan.',
- 'before' => ':Attribute da sana :date gacha bo‘lishi kerak.',
- 'before_or_equal' => ':Attribute da sana :date ga teng yoki undan oldin bo‘lishi kerak.',
- 'between' => [
- 'array' => ':Attribute dagi elementlar soni :min va :max orasida bo‘lishi kerak.',
- 'file' => ':Attribute dagi faylning hajmi :min va :max kilobayt orasida bo‘lishi kerak.',
- 'numeric' => ':Attribute ning qiymati :min va :max orasida bo‘lishi kerak.',
- 'string' => ':Attribute dagi belgilar soni :min va :max orasida bo‘lishi kerak.',
- ],
- 'boolean' => ':Attribute maydoni faqat mantiqiy qiymatni qabul qiladi.',
- 'confirmed' => ':Attribute tasdiqlangani bilan mos kelmadi.',
- 'current_password' => 'The password is incorrect.',
- 'date' => ':Attribute sana emas.',
- 'date_equals' => ':Attribute sana :date ga teng bo‘lishi kerak.',
- 'date_format' => ':Attribute maydoni :format formatga mos kelmadi.',
- 'declined' => 'The :attribute must be declined.',
- 'declined_if' => 'The :attribute must be declined when :other is :value.',
- 'different' => ':Attribute va :other maydonlari farqli bo‘lishi kerak.',
- 'digits' => ':Attribute :digits raqamdan iborat bo‘lishi kerak.',
- 'digits_between' => ':Attribute uzunligi :min va :max orasida bo‘lishi kerak.',
- 'dimensions' => ':Attribute noto‘g‘ri tasvir o‘lchamlarga ega.',
- 'distinct' => ':Attribute maydoni takrorlanuvchi qiymatlardan iborat.',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute haqiqiy elektron pochta manzili bo‘lishi kerak.',
- 'ends_with' => ':Attribute quyidagi qiymatlarning biri bilan tugashi kerak: :values.',
- 'enum' => 'The selected :attribute is invalid.',
- 'exists' => ':Attribute uchun tanlangan qiymat noto‘g‘ri.',
- 'file' => ':Attribute fayl bo‘lishi kerak.',
- 'filled' => ':Attribute maydoni to‘ldirilishi shart.',
- 'gt' => [
- 'array' => ':Attribute dagi elementlar soni :value dan katta bo‘lishi kerak.',
- 'file' => ':Attribute fayl hajmi :value kilobaytdan katta bo‘lishi kerak.',
- 'numeric' => ':Attribute maydoni :value dan katta bo‘lishi kerak.',
- 'string' => ':Attribute dagi belgilar soni :value dan katta bo‘lishi kerak.',
- ],
- 'gte' => [
- 'array' => ':Attribute dagi elementlar soni :value dan katta yoki teng bo‘lishi kerak.',
- 'file' => ':Attribute fayl hajmi :value kilobaytdan katta yoki teng bo‘lishi kerak.',
- 'numeric' => ':Attribute maydoni :value dan katta yoki teng bo‘lishi kerak.',
- 'string' => ':Attribute dagi belgilar soni :value dan katta yoki teng bo‘lishi kerak.',
- ],
- 'image' => ':Attribute tasvir (rasm) bo‘lishi kerak.',
- 'in' => ':Attribute uchun tanlangan qiymat xato.',
- 'in_array' => ':Attribute maydonining qiymati :other da mavjud emas.',
- 'integer' => ':Attribute butun son bo‘lishi kerak.',
- 'ip' => ':Attribute haqiqiy IP manzil bo‘lishi kerak.',
- 'ipv4' => ':Attribute haqiqiy IPv4 manzil bo‘lishi kerak.',
- 'ipv6' => ':Attribute haqiqiy IPv6 manzil bo‘lishi kerak.',
- 'json' => ':Attribute JSON qatori bo‘lishi kerak.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute dagi elementlar soni :value dan kichik bo‘lishi kerak.',
- 'file' => ':Attribute dagi fayl hajmi :value kilobaytdan kichik bo‘lishi kerak.',
- 'numeric' => ':Attribute maydoni :value dan kichik bo‘lishi kerak.',
- 'string' => ':Attribute dagi belgilar soni :value dan kichik bo‘lishi kerak.',
- ],
- 'lte' => [
- 'array' => ':Attribute dagi elementlar soni :value dan kichik yoki teng bo‘lishi kerak.',
- 'file' => ':Attribute fayl hajmi :value kilobaytdan kichik yoki teng bo‘lishi kerak.',
- 'numeric' => ':Attribute maydoni :value dan kichik yoki teng bo‘lishi kerak.',
- 'string' => ':Attribute dagi belgilar soni :value dan kichik yoki teng bo‘lishi kerak.',
- ],
- 'mac_address' => 'The :attribute must be a valid MAC address.',
- 'max' => [
- 'array' => ':Attribute ning elementlar soni :max tadan oshmasligi kerak.',
- 'file' => ':Attribute dagi faylning hajmi :max kilobaytdan oshmasligi kerak.',
- 'numeric' => ':Attribute ning qiymati :max dan oshmasligi kerak.',
- 'string' => ':Attribute ning belgilar soni :max tadan oshmasligi kerak.',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute dagi fayl quyidagi turlardan biri bo‘lishi kerak: :values.',
- 'mimetypes' => ':Attribute dagi fayl quyidagi turlardan biri bo‘lishi kerak: :values.',
- 'min' => [
- 'array' => ':Attribute dagi elementlar soni :min tadan kam bo‘lmasligi kerak.',
- 'file' => ':Attribute dagi faylning hajmi :min kilobaytdan kam bo‘lmasligi kerak.',
- 'numeric' => ':Attribute ning qiymati :min dan kam bo‘lmasligi kerak.',
- 'string' => ':Attribute dagi belgilar soni :min tadan kam bo‘lmasligi kerak.',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => ':Attribute bir nechta :value bo\'lishi kerak',
- 'not_in' => ':Attribute uchun tanlangan qiymat xato.',
- 'not_regex' => ':Attribute uchun tanlangan format xato.',
- 'numeric' => ':Attribute son bo‘lishi kerak.',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute maydoni ko‘rsatilishi kerak.',
- 'prohibited' => ':Attribute maydon taqiqlanadi.',
- 'prohibited_if' => ':Attribute maydon :other :value bo\'lganda taqiqlanadi.',
- 'prohibited_unless' => ':Attribute sohasida ekan taqiqlanadi :other yilda :values.',
- 'prohibits' => 'The :attribute field prohibits :other from being present.',
- 'regex' => ':Attribute maydoni xato formatda.',
- 'relatable' => 'Ushbu :attribute ushbu resurs bilan bog\'liq bo\'lmasligi mumkin.',
- 'required' => ':Attribute maydoni to‘ldirilishi shart.',
- 'required_array_keys' => 'The :attribute field must contain entries for: :values.',
- 'required_if' => ':Other maydoni :value ga teng bo‘lsa, :attribute maydoni to‘ldirilishi shart.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => ':Other maydoni :values ga teng bo‘lmasa, :attribute maydoni to‘ldirilishi shart.',
- 'required_with' => ':Values ko‘rsatilgan bo‘lsa, :attribute maydoni to‘ldirilishi shart.',
- 'required_with_all' => ':Values ko‘rsatilgan bo‘lsa, :attribute maydoni to‘ldirilishi shart.',
- 'required_without' => ':Values ko‘rsatilmagan bo‘lsa, :attribute maydoni to‘ldirilishi shart.',
- 'required_without_all' => ':Values lardan hech biri ko‘rsatilmagan bo‘lsa, :attribute maydoni to‘ldirilishi shart.',
- 'same' => ':Attribute ning qiymati :other bilan bir xil bo‘lishi kerak.',
- 'size' => [
- 'array' => ':Attribute dagi elementlar soni :size ga teng bo‘lishi kerak.',
- 'file' => ':Attribute dagi faylning hajmi :size kilobaytga teng bo‘lishi kerak.',
- 'numeric' => ':Attribute qiymati :size ga teng bo‘lishi kerak.',
- 'string' => ':Attribute dagi belgilar soni :size ga teng bo‘lishi kerak.',
- ],
- 'starts_with' => ':Attribute quyidagi qiymatlardan biri bilan boshlanishi kerak: :values.',
- 'string' => ':Attribute qator bo‘lishi kerak.',
- 'timezone' => ':Attribute ning qiymati mavjud vaqt mintaqasi bo‘lishi kerak.',
- 'unique' => ':Attribute maydonining bunday qiymati mavjud. Iltimos boshqa qiymat kiriting.',
- 'uploaded' => ':Attribute ni yuklash muvaffaqiyatli amalga oshmadi.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute noto‘g‘ri formatga ega.',
- 'uuid' => ':Attribute to‘g‘ri UUID qiymatga ega bo‘lishi kerak.',
- 'attributes' => [
- 'address' => 'manzil',
- 'age' => 'yosh',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => 'mavjud',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => 'shahar',
- 'content' => 'kontent',
- 'country' => 'davlat',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => 'sana',
- 'date_of_birth' => 'date of birth',
- 'day' => 'kun',
- 'deleted_at' => 'deleted at',
- 'description' => 'izoh',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'elektron manzil',
- 'excerpt' => 'parcha',
- 'filter' => 'filter',
- 'first_name' => 'ism',
- 'gender' => 'jins',
- 'group' => 'group',
- 'hour' => 'soat',
- 'image' => 'image',
- 'last_name' => 'familiya',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => 'daqiqa',
- 'mobile' => 'mobil telefon',
- 'month' => 'oy',
- 'name' => 'ism',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => 'parol',
- 'password_confirmation' => 'parolni tasdiqlash',
- 'phone' => 'telefon',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'soniya',
- 'sex' => 'jins',
- 'short_text' => 'short text',
- 'size' => 'o‘lcham',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => 'vaqt',
- 'title' => 'nomi',
- 'updated_at' => 'updated at',
- 'username' => 'nickname',
- 'year' => 'yil',
- ],
-];
diff --git a/resources/lang/vi.json b/resources/lang/vi.json
deleted file mode 100644
index 7f9b9b56..00000000
--- a/resources/lang/vi.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(và :count lỗi khác)",
- "(and :count more errors)": "(và :count lỗi khác)",
- "A fresh verification link has been sent to your email address.": "Một liên kết xác minh mới đã được gửi đến địa chỉ email của bạn.",
- "A new verification link has been sent to the email address you provided in your profile settings.": "Một liên kết xác minh mới đã được gửi đến địa chỉ email được bạn cung cấp trong cài đặt hồ sơ của mình.",
- "A new verification link has been sent to your email address.": "Một liên kết xác minh mới đã được gửi đến địa chỉ email của bạn.",
- "Accept Invitation": "Chấp Nhận Lời Mời",
- "Add": "Thêm",
- "Add a new team member to your team, allowing them to collaborate with you.": "Thêm một thành viên nhóm mới vào nhóm của bạn, cho phép họ cộng tác với bạn.",
- "Add additional security to your account using two factor authentication.": "Thêm bảo mật bổ sung cho tài khoản của bạn bằng cách sử dụng xác minh hai yếu tố.",
- "Add Team Member": "Thêm thành viên",
- "Added.": "Đã thêm.",
- "Administrator": "Administrator",
- "Administrator users can perform any action.": "Administrator có thể thực hiện bất kì hành động nào.",
- "All of the people that are part of this team.": "Tất cả người có trong nhóm.",
- "All rights reserved.": "Đã đăng kí bản quyền",
- "Already registered?": "Đã đăng ký?",
- "API Token": "API Token",
- "API Token Permissions": "Quyền hạn API Token",
- "API Tokens": "API Tokens",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API token cho phép các dịch vụ của bên thứ ba thay mặt bạn xác thực ứng dụng của chúng tôi.",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "Bạn có chắc chắn muốn xóa nhóm này không? Khi một nhóm bị xóa, tất cả tài nguyên và dữ liệu của nhóm đó sẽ bị xóa vĩnh viễn.",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "Bạn có chắc rằng bạn muốn xóa tài khoản của bạn? Khi tài khoản của bạn bị xóa, tất cả tài nguyên và dữ liệu của tài khoản đó sẽ bị xóa vĩnh viễn. Vui lòng nhập mật khẩu của bạn để xác nhận rằng bạn muốn xóa vĩnh viễn tài khoản của mình.",
- "Are you sure you would like to delete this API token?": "Bạn có chắc chắn muốn xóa API token này không?",
- "Are you sure you would like to leave this team?": "Bạn có chắc chắn muốn rời nhóm này không?",
- "Are you sure you would like to remove this person from the team?": "Bạn có chắc chắn muốn xóa người này khỏi nhóm không?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Trước khi tiếp tục, bạn có thể xác minh địa chỉ email của mình bằng cách nhấp vào liên kết mà chúng tôi vừa gửi qua email cho bạn không? Nếu bạn không nhận được email, chúng tôi sẽ sẵn lòng gửi cho bạn một email khác.",
- "Before proceeding, please check your email for a verification link.": "Trước khi tiếp tục, vui lòng kiểm tra email của bạn để biết liên kết xác minh.",
- "Browser Sessions": "Phiên làm việc Trình duyệt",
- "Cancel": "Hủy",
- "Click here to re-send the verification email.": "Click vào đây để gửi lại email xác minh.",
- "click here to request another": "click vào đây để tạo yêu cầu khác",
- "Close": "Đóng",
- "Code": "Mã",
- "Confirm": "Xác nhận",
- "Confirm Password": "Xác Nhận Mật Khẩu",
- "Create": "Thêm",
- "Create a new team to collaborate with others on projects.": "Tạo một nhóm mới để cộng tác với những người khác trong các dự án.",
- "Create Account": "Tạo Tài Khoản",
- "Create API Token": "Tạo API Token",
- "Create New Team": "Tạo Nhóm mới",
- "Create Team": "Tạo nhóm",
- "Created.": "Đã thêm.",
- "Current Password": "Mật khẩu hiện tại",
- "Dashboard": "Bảng điều khiển",
- "Delete": "Xóa",
- "Delete Account": "Xóa Tài khoản",
- "Delete API Token": "Xóa API Token",
- "Delete Team": "Xóa Nhóm",
- "Disable": "Vô hiệu hóa",
- "Done.": "Xong.",
- "Edit Profile": "Sửa Hồ Sơ",
- "Editor": "Editor",
- "Editor users have the ability to read, create, and update.": "Editor có quyền đọc, thêm, cập nhật.",
- "Email": "Email",
- "Email Address": "Địa Chỉ Email",
- "Email Password Reset Link": "Email khôi phục mật khẩu",
- "Enable": "Kích hoạt",
- "Ensure your account is using a long, random password to stay secure.": "Đảm bảo tài khoản của bạn đang sử dụng mật khẩu dài, ngẫu nhiên để giữ an toàn.",
- "Finish enabling two factor authentication.": "Hoàn tất việc bật xác minh hai yếu tố.",
- "For your security, please confirm your password to continue.": "Để bảo mật cho bạn, vui lòng xác nhận mật khẩu của bạn để tiếp tục.",
- "Forbidden": "Cấm Truy Cập",
- "Forgot your password?": "Quên mật khẩu?",
- "Forgot Your Password?": "Quên Mật Khẩu?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "Quên mật khẩu? Không vấn đề gì. Chỉ cần cho chúng tôi biết địa chỉ email của bạn và chúng tôi sẽ gửi cho bạn một liên kết đặt lại mật khẩu qua email cho phép bạn chọn một mật khẩu mới.",
- "Go to page :page": "Tới trang :page",
- "Great! You have accepted the invitation to join the :team team.": "Tuyệt! Bạn đã chấp nhận lời mời tham gia vào nhóm :team.",
- "Hello!": "Xin chào!",
- "I agree to the :terms_of_service and :privacy_policy": "Tôi đồng ý với :terms_of_service và :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "Nếu cần, bạn có thể đăng xuất khỏi tất cả các phiên trình duyệt khác trên tất cả các thiết bị của mình. Một số phiên gần đây của bạn được liệt kê bên dưới; tuy nhiên, danh sách này có thể không đầy đủ. Nếu bạn cảm thấy tài khoản của mình đã bị xâm phạm, bạn cũng nên cập nhật mật khẩu của mình.",
- "If you already have an account, you may accept this invitation by clicking the button below:": "Nếu bạn đã có tài khoản, bạn có thể chấp nhận lời mời này bằng cách bấm vào nút bên dưới:",
- "If you did not create an account, no further action is required.": "Nếu bạn không đăng ký tài khoản này, bạn không cần thực hiện thêm hành động nào.",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "Nếu bạn không muốn chấp nhận lời mời, bạn có thể bỏ qua email này.",
- "If you did not receive the email": "Nếu bạn không nhận được email",
- "If you did not request a password reset, no further action is required.": "Nếu bạn không yêu cầu đặt lại mật khẩu, bạn không cần thực hiện thêm hành động nào.",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Nếu bạn không có tài khoản, bạn có thể tạo ngày bằng cách bấm vào nút bên dưới. Sau khi tài khoản được tạo, bạn có thể bấm vào nút chấp nhận để đồng ý tham gia vào nhóm:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Nếu bạn gặp vấn đề khi click vào nút \":actionText\", hãy sao chép dán địa chỉ bên dưới\nvào trình duyệt web của bạn:",
- "Last active": "Hoạt động lần cuối",
- "Last used": "Sử dụng lần cuối",
- "Leave": "Rời",
- "Leave Team": "Rời Nhóm",
- "Log in": "Đăng nhập",
- "Log Out": "Đăng Xuất",
- "Log Out Other Browser Sessions": "Đăng Xuất Khỏi Các Phiên Trình Duyệt Khác",
- "Login": "Đăng nhập",
- "Logout": "Đăng xuất",
- "Manage Account": "Quản lý Tài khoản",
- "Manage and log out your active sessions on other browsers and devices.": "Quản lý và đăng xuất khỏi các phiên hoạt động của bạn trên các trình duyệt và thiết bị khác.",
- "Manage API Tokens": "Quản lý API Token",
- "Manage Role": "Quản lý Vai trò",
- "Manage Team": "Quản lý Nhóm",
- "Name": "Tên",
- "New Password": "Mật khẩu mới",
- "Not Found": "Không Tìm Thấy",
- "of": "trong",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "Khi một nhóm bị xóa, tất cả tài nguyên và dữ liệu của nhóm đó sẽ bị xóa vĩnh viễn. Trước khi xóa nhóm này, vui lòng tải xuống bất kì dữ liệu hoặc thông tin nào liên quan đến nhóm này mà bạn muốn giữ lại.",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "Khi tài khoản của bạn bị xóa, tất cả tài nguyên và dữ liệu của tài khoản đó sẽ bị xóa vĩnh viễn. Trước khi xóa tài khoản của bạn, vui lòng tải xuống bất kì dữ liệu hoặc thông tin nào bạn muốn giữ lại.",
- "Page Expired": "Trang Đã Hết Hạn",
- "Pagination Navigation": "Điều hướng phân trang",
- "Password": "Mật khẩu",
- "Pending Team Invitations": "Lời Mời Của Nhóm Chờ Xử Lý",
- "Permanently delete this team.": "Xóa vĩnh viễn nhóm này.",
- "Permanently delete your account.": "Xóa vĩnh viễn tài khoản của bạn.",
- "Permissions": "Quyền hạn",
- "Photo": "Ảnh",
- "Please click the button below to verify your email address.": "Vui lòng click vào nút bên dưới để xác minh địa chỉ email của bạn.",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "Vui lòng xác nhận quyền truy cập vào tài khoản của bạn bằng cách nhập một trong các mã khôi phục khẩn cấp.",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Vui lòng xác nhận quyền truy cập vào tài khoản của bạn bằng cách nhập mã xác minh được cung cấp bởi ứng dụng xác minh của bạn.",
- "Please confirm your password before continuing.": "Vui lòng xác nhận mật khẩu của bạn trước khi tiếp tục.",
- "Please copy your new API token. For your security, it won't be shown again.": "Vui lòng lưu lại API token. Vì mục đích bảo mật, nó sẽ không được hiển thị lại lần nữa.",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Vui lòng nhập mật khẩu của bạn để xác nhận rằng bạn muốn đăng xuất khỏi các phiên trình duyệt khác trên tất cả các thiết bị của mình.",
- "Please provide the email address of the person you would like to add to this team.": "Vui lòng cung cấp địa chỉ email của người bạn muốn thêm vào nhóm này.",
- "Privacy Policy": "Điều Khoản Riêng Tư",
- "Profile": "Hồ sơ",
- "Profile Information": "Thông tin cá nhân",
- "Recovery Code": "Mã khôi phục",
- "Regards": "Trân trọng",
- "Regenerate Recovery Codes": "Tạo mã khôi phục",
- "Register": "Đăng ký",
- "Remember me": "Ghi nhớ",
- "Remember Me": "Ghi Nhớ",
- "Remove": "Xoá",
- "Remove Photo": "Xóa ảnh",
- "Remove Team Member": "Xóa thành viên khỏi nhóm",
- "Resend Verification Email": "Gửi lại email xác thực",
- "Reset Password": "Đặt Lại Mật Khẩu",
- "Reset Password Notification": "Thông Báo Đặt Lại Mật Khẩu",
- "results": "kết quả",
- "Role": "Vai trò",
- "Save": "Lưu",
- "Saved.": "Đã lưu.",
- "Select A New Photo": "Chọn một ảnh mới",
- "Send Password Reset Link": "Gửi Đường Dẫn Đặt Lại Mật Khẩu",
- "Server Error": "Máy Chủ Gặp Sự Cố",
- "Service Unavailable": "Dịch Vụ Không Khả Dụng",
- "Setup Key": "Khoá Thiết Lập",
- "Show Recovery Codes": "Xem mã khôi phục",
- "Showing": "Đang hiển thị",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "Lưu trữ các mã khôi phục này trong trình quản lý mật khẩu an toàn. Chúng có thể được sử dụng để khôi phục quyền truy cập vào tài khoản của bạn nếu thiết bị xác minh hai yếu tố của bạn bị mất.",
- "Switch Teams": "Đổi Nhóm",
- "Team Details": "Chi Tiết Nhóm",
- "Team Invitation": "Mời Vào Nhóm",
- "Team Members": "Thành Viên Nhóm",
- "Team Name": "Tên Nhóm",
- "Team Owner": "Trưởng Nhóm",
- "Team Settings": "Cài Đặt Nhóm",
- "Terms of Service": "Điều Khoản Dịch Vụ",
- "The :attribute must be a valid role.": "Trường :attribute phải là một vai trò hợp lệ.",
- "The :attribute must be at least :length characters and contain at least one number.": "Trường :attribute phải có ít nhất :length kí tự và chứa ít nhất một chữ số.",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": "Trường :attribute phải có ít nhất :length kí tự và chứ ít nhất một kí tự đặc biệt và một chữ số.",
- "The :attribute must be at least :length characters and contain at least one special character.": "Trường :attribute phải có ít nhất :length kí tự và phải chứa ít nhất một kí tự đặc biệt.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": "Trường :attribute phải có ít nhất :length kí tự và chứa ít nhất một chữ cái viết hoa và một chữ số.",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": "Trường :attribute phải có ít nhất :length kí tự và chứa ít nhất một chữ cái viết hoa và một kí tự đặc biệt.",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": "Trường :attribute phải có ít nhất :length kí tự và phải chứa ít nhất một chữ cái viết hoa, một chữ số, và một kí tự đặc biệt.",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": "Trường :attribute phải có ít nhất :length kí tự và phải chứa ít nhất một chữ cái viết hoa.",
- "The :attribute must be at least :length characters.": "Trường :attribute phải có ít nhất :length kí tự.",
- "The :attribute must contain at least one letter.": "Trường :attribute phải chứa ít nhất một chữ cái.",
- "The :attribute must contain at least one number.": "Trường :attribute phải chứa ít nhất một số.",
- "The :attribute must contain at least one symbol.": "Trường :attribute must phải chứa ít nhất một ký hiệu.",
- "The :attribute must contain at least one uppercase and one lowercase letter.": "Trường :attribute phải chứa ít nhất một chữ hoa và một chữ thường.",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": ":Attribute đã cho đã xuất hiện trong một vụ rò rỉ dữ liệu. Vui lòng chọn :attribute khác.",
- "The given data was invalid.": "Dữ liệu nhận được không hợp lệ.",
- "The password is incorrect.": "Mật khẩu không đúng.",
- "The provided password does not match your current password.": "Mật khẩu vừa nhập không khớp với mật khẩu hiện tại.",
- "The provided password was incorrect.": "Mật khẩu vừa nhập không chính xác.",
- "The provided two factor authentication code was invalid.": "Mã xác minh hai yếu tố vừa nhập không chính xác.",
- "The provided two factor recovery code was invalid.": "Mã xác minh hai yếu tố đã cung cấp không hợp lệ.",
- "The team's name and owner information.": "Tên và thông tin của trưởng nhóm",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "Những người này đã được mời vào nhóm của bạn và đã được gửi email mời gia nhập. Họ có thể tham gia bằng cách chấp nhận lời mời qua email.",
- "This device": "Thiết bị hiện tại",
- "This is a secure area of the application. Please confirm your password before continuing.": "Đây là khu vực an toàn của ứng dụng. Vui lòng xác nhận mật khẩu của bạn trước khi tiếp tục.",
- "This password does not match our records.": "Mật khẩu này không khớp với hồ sơ của chúng tôi.",
- "This password reset link will expire in :count minutes.": "Đường dẫn lấy lại mật khẩu sẽ hết hạn trong :count phút.",
- "This user already belongs to the team.": "Người dùng này đã trong nhóm.",
- "This user has already been invited to the team.": "Người dùng này đã được mời vào nhóm.",
- "to": "tới",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "Để hoàn tất việc bật xác minh hai yếu tố, quét mã QR sau bằng ứng dụng xác minh trên điện thoại của bạn hoặc nhập khóa thiết lập và cung cấp mã OTP đã tạo.",
- "Toggle navigation": "Chuyển hướng điều hướng",
- "Token Name": "Tên Token",
- "Too Many Requests": "Quá Nhiều Yêu Cầu",
- "Two Factor Authentication": "Xác minh hai yếu tố",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "Xác minh hai yếu tố hiện đã được bật. Quét mã QR sau bằng ứng dụng xác minh trên điện thoại của bạn hoặc nhập khóa cài đặt.",
- "Unauthorized": "Không Được Phép",
- "Unknown": "Unknown",
- "Update Password": "Cập nhật mật khẩu",
- "Update your account's profile information and email address.": "Cập nhật thông tin hồ sơ tài khoản và địa chỉ email của bạn.",
- "Use a recovery code": "Sử dụng mã khôi phục",
- "Use an authentication code": "Sử dụng mã xác minh",
- "Verify Email Address": "Xác Minh Địa Chỉ Email",
- "Verify Your Email Address": "Xác Minh Địa Chỉ Email Của Bạn",
- "We were unable to find a registered user with this email address.": "Chúng tôi không thể tìm thấy người dùng đã đăng ký với địa chỉ email này.",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "Khi xác minh hai yếu tố được bật, bạn sẽ được nhắc nhập mã thông báo ngẫu nhiên, an toàn trong quá trình xác minh. Bạn có thể lấy mã thông báo này từ ứng dụng Google Authenticator trên điện thoại của mình.",
- "Whoops!": "Rất tiếc!",
- "Whoops! Something went wrong.": "Rất tiếc! Đã xảy ra lỗi.",
- "You are logged in!": "Bạn đã đăng nhập!",
- "You are receiving this email because we received a password reset request for your account.": "Bạn nhận được email này vì chúng tôi đã nhận được yêu cầu đặt lại mật khẩu cho tài khoản của bạn.",
- "You have been invited to join the :team team!": "Bạn đã được mời gia nhập vào nhóm :team!",
- "You have enabled two factor authentication.": "Bạn đã bật xác minh hai yếu tố.",
- "You have not enabled two factor authentication.": "Bạn chưa bật xác minh hai yếu tố.",
- "You may accept this invitation by clicking the button below:": "Bạn có thể chấp nhận lời mời này bằng cách bấm vào nút bên dưới:",
- "You may delete any of your existing tokens if they are no longer needed.": "Bạn có thể xóa bất kì token hiện có nào của mình nếu chúng không còn cần thiết.",
- "You may not delete your personal team.": "Bạn không thể xóa nhóm cá nhân của mình.",
- "You may not leave a team that you created.": "Bạn không được rời khỏi nhóm mà bạn đã tạo.",
- "Your email address is unverified.": "Địa chỉ email của bạn chưa được xác minh."
-}
\ No newline at end of file
diff --git a/resources/lang/vi/auth.php b/resources/lang/vi/auth.php
deleted file mode 100644
index e5a9e0ab..00000000
--- a/resources/lang/vi/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- 'Thông tin tài khoản không tìm thấy trong hệ thống.',
- 'password' => 'Mật khẩu không đúng.',
- 'throttle' => 'Vượt quá số lần đăng nhập cho phép. Vui lòng thử lại sau :seconds giây.',
-];
diff --git a/resources/lang/vi/http-statuses.php b/resources/lang/vi/http-statuses.php
deleted file mode 100644
index 031cc292..00000000
--- a/resources/lang/vi/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Lỗi Không Xác Định',
- '100' => 'Tiếp Tục',
- '101' => 'Chuyển Đổi Giao Thức',
- '102' => 'Đang Xử Lí',
- '200' => 'OK',
- '201' => 'Đã Tạo',
- '202' => 'Đã Chấp Nhận',
- '203' => 'Thông Tin Không Có Thẩm Quyền',
- '204' => 'Không Có Nội Dung',
- '205' => 'Đặt Lại Nội Dung',
- '206' => 'Nội Dung Một Phần',
- '207' => 'Đa Trạng Thái',
- '208' => 'Đã Được Báo Cáo',
- '226' => 'Tôi Đã Sử Dụng',
- '300' => 'Nhiều Sự Lựa Chọn',
- '301' => 'Chuyển Hướng Vĩnh Viễn',
- '302' => 'Tìm Thấy',
- '303' => 'Xem Cái Khác',
- '304' => 'Không Có Thay Đổi',
- '305' => 'Dùng Proxy',
- '307' => 'Chuyển Hướng Tạm Thời',
- '308' => 'Chuyển Hướng Vĩnh Viễn',
- '400' => 'Yêu Cầu Không Hợp Lệ',
- '401' => 'Không Được Phép',
- '402' => 'Yêu Cầu Thanh Toán',
- '403' => 'Cấm Truy Cập',
- '404' => 'Không Tìm Thấy',
- '405' => 'Phương Thức Không Được Phép',
- '406' => 'Không Thể Chấp Nhận',
- '407' => 'Yêu Càu Xác Thực Proxy',
- '408' => 'Quá Thời Gian Yêu Cầu',
- '409' => 'Xung Đột',
- '410' => 'Không Còn',
- '411' => 'Yêu Cầu Chiều Dài',
- '412' => 'Điều Kiện Tiên Quyết Không Thành Công',
- '413' => 'Tải Trọng Quá Lớn',
- '414' => 'URI Quá Dài',
- '415' => 'Loại Phương Tiện Không Được Hỗ Trợ',
- '416' => 'Phạm Vi Không Đạt Yêu Cầu',
- '417' => 'Kỳ Vọng Không Thành Công',
- '418' => 'Tôi là teapot',
- '419' => 'Phiên Đã Hết Hạn',
- '421' => 'Yêu Cầu Sai Hướng',
- '422' => 'Không Thể Xử Lí yêu Cầu',
- '423' => 'Đã Khóa',
- '424' => 'Không Phụ Thuộc',
- '425' => 'Quá Sớm',
- '426' => 'Yêu Cầu Nâng Cấp',
- '428' => 'Yêu Cầu Điều Kiện Tiên Quyết',
- '429' => 'Quá Nhiều Yêu Cầu',
- '431' => 'Header Của Yêu Cầu Quá Lớn',
- '444' => 'Đóng Kết Nối Với Không Phản Hồi',
- '449' => 'Thử Lại Với',
- '451' => 'Không Có Sẵn Vì Lí Do Pháp Lí',
- '499' => 'Khách Đóng Yêu Cầu',
- '500' => 'Lỗi Từ Máy Chủ Nội Bộ',
- '501' => 'Không Được Thực Hiện',
- '502' => 'Cổng Không Hợp Lệ',
- '503' => 'Trạng Thái Bảo Trì',
- '504' => 'Quá Thời Gian Phản Hồi Của Cổng',
- '505' => 'Phiên Bản HTTP Không Được Hỗ Trợ',
- '506' => 'Biến Thể Cũng Đàm Phán',
- '507' => 'Không Đủ Bộ Nhớ',
- '508' => 'Phát Hiện Lặp',
- '509' => 'Giới Hạn Băng Thông',
- '510' => 'Không Mở Rộng',
- '511' => 'Yêu Cầu Xác Thực Mạng',
- '520' => 'Không Xác Địng',
- '521' => 'Máy Chủ Web Đã Tắt',
- '522' => 'Quá Thời Gian Kết Nối',
- '523' => 'Nguồn Gốc Không Chấp Nhận',
- '524' => 'Xảy Ra Thời Gian Chờ',
- '525' => 'Kết Nối SSL Không Thành Công',
- '526' => 'Chứng Chỉ SSL Không Hợp Lệ',
- '527' => 'Lỗi Railgun',
- '598' => 'Lỗi Hết Thời Gian Đọc Mạng',
- '599' => 'Lỗi Quá Thời Gian Kết Nối Mạng',
- 'unknownError' => 'Lỗi Không Xác Định',
-];
diff --git a/resources/lang/vi/pagination.php b/resources/lang/vi/pagination.php
deleted file mode 100644
index 63af850c..00000000
--- a/resources/lang/vi/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- 'Trang trước »',
- 'previous' => '« Trang sau',
-];
diff --git a/resources/lang/vi/passwords.php b/resources/lang/vi/passwords.php
deleted file mode 100644
index 4d6d7c21..00000000
--- a/resources/lang/vi/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- 'Mật khẩu mới đã được cập nhật!',
- 'sent' => 'Hướng dẫn cấp lại mật khẩu đã được gửi!',
- 'throttled' => 'Vui lòng đợi trước khi thử lại.',
- 'token' => 'Mã khôi phục mật khẩu không hợp lệ.',
- 'user' => 'Không tìm thấy người dùng với địa chỉ email này.',
-];
diff --git a/resources/lang/vi/validation.php b/resources/lang/vi/validation.php
deleted file mode 100644
index 225b6662..00000000
--- a/resources/lang/vi/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- 'Trường :attribute phải được chấp nhận.',
- 'accepted_if' => 'Trường :attribute phải được chấp nhận khi :other là :value.',
- 'active_url' => 'Trường :attribute không phải là một URL hợp lệ.',
- 'after' => 'Trường :attribute phải là một ngày sau ngày :date.',
- 'after_or_equal' => 'Trường :attribute phải là thời gian bắt đầu sau hoặc đúng bằng :date.',
- 'alpha' => 'Trường :attribute chỉ có thể chứa các chữ cái.',
- 'alpha_dash' => 'Trường :attribute chỉ có thể chứa chữ cái, số và dấu gạch ngang.',
- 'alpha_num' => 'Trường :attribute chỉ có thể chứa chữ cái và số.',
- 'array' => 'Trường :attribute phải là dạng mảng.',
- 'attached' => 'Trường :attribute đã được đính kèm.',
- 'before' => 'Trường :attribute phải là một ngày trước ngày :date.',
- 'before_or_equal' => 'Trường :attribute phải là thời gian bắt đầu trước hoặc đúng bằng :date.',
- 'between' => [
- 'array' => 'Trường :attribute phải có từ :min - :max phần tử.',
- 'file' => 'Dung lượng tập tin trong trường :attribute phải từ :min - :max kB.',
- 'numeric' => 'Trường :attribute phải nằm trong khoảng :min - :max.',
- 'string' => 'Trường :attribute phải từ :min - :max kí tự.',
- ],
- 'boolean' => 'Trường :attribute phải là true hoặc false.',
- 'confirmed' => 'Giá trị xác nhận trong trường :attribute không khớp.',
- 'current_password' => 'Mật khẩu không đúng.',
- 'date' => 'Trường :attribute không phải là định dạng của ngày-tháng.',
- 'date_equals' => 'Trường :attribute phải là một ngày bằng với :date.',
- 'date_format' => 'Trường :attribute không giống với định dạng :format.',
- 'declined' => 'Trường :attribute phải bị từ chối.',
- 'declined_if' => 'Trường :attribute phải bị từ chối khi :other là :value.',
- 'different' => 'Trường :attribute và :other phải khác nhau.',
- 'digits' => 'Độ dài của trường :attribute phải gồm :digits chữ số.',
- 'digits_between' => 'Độ dài của trường :attribute phải nằm trong khoảng :min - :max chữ số.',
- 'dimensions' => 'Trường :attribute có kích thước không hợp lệ.',
- 'distinct' => 'Trường :attribute có giá trị trùng lặp.',
- 'doesnt_end_with' => 'Trường :attribute không được kết thúc bằng một trong những điều kiện sau: :values.',
- 'doesnt_start_with' => 'Trường :attribute không được bắt đầu bằng một trong những điều sau: :values.',
- 'email' => 'Trường :attribute phải là một địa chỉ email hợp lệ.',
- 'ends_with' => 'Trường :attribute phải kết thúc bằng một trong những giá trị sau: :values',
- 'enum' => 'Giá trị đã chọn trong trường :attribute không hợp lệ.',
- 'exists' => 'Giá trị đã chọn trong trường :attribute không hợp lệ.',
- 'file' => 'Trường :attribute phải là một tệp tin.',
- 'filled' => 'Trường :attribute không được bỏ trống.',
- 'gt' => [
- 'array' => 'Mảng :attribute phải có nhiều hơn :value phần tử.',
- 'file' => 'Dung lượng trường :attribute phải lớn hơn :value kilobytes.',
- 'numeric' => 'Giá trị trường :attribute phải lớn hơn :value.',
- 'string' => 'Độ dài trường :attribute phải nhiều hơn :value kí tự.',
- ],
- 'gte' => [
- 'array' => 'Mảng :attribute phải có ít nhất :value phần tử.',
- 'file' => 'Dung lượng trường :attribute phải lớn hơn hoặc bằng :value kilobytes.',
- 'numeric' => 'Giá trị trường :attribute phải lớn hơn hoặc bằng :value.',
- 'string' => 'Độ dài trường :attribute phải lớn hơn hoặc bằng :value kí tự.',
- ],
- 'image' => 'Trường :attribute phải là định dạng hình ảnh.',
- 'in' => 'Giá trị đã chọn trong trường :attribute không hợp lệ.',
- 'in_array' => 'Trường :attribute phải thuộc tập cho phép: :other.',
- 'integer' => 'Trường :attribute phải là một số nguyên.',
- 'ip' => 'Trường :attribute phải là một địa chỉ IP.',
- 'ipv4' => 'Trường :attribute phải là một địa chỉ IPv4.',
- 'ipv6' => 'Trường :attribute phải là một địa chỉ IPv6.',
- 'json' => 'Trường :attribute phải là một chuỗi JSON.',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => 'Mảng :attribute phải có ít hơn :value phần tử.',
- 'file' => 'Dung lượng trường :attribute phải nhỏ hơn :value kilobytes.',
- 'numeric' => 'Giá trị trường :attribute phải nhỏ hơn :value.',
- 'string' => 'Độ dài trường :attribute phải nhỏ hơn :value kí tự.',
- ],
- 'lte' => [
- 'array' => 'Mảng :attribute không được có nhiều hơn :value phần tử.',
- 'file' => 'Dung lượng trường :attribute phải nhỏ hơn hoặc bằng :value kilobytes.',
- 'numeric' => 'Giá trị trường :attribute phải nhỏ hơn hoặc bằng :value.',
- 'string' => 'Độ dài trường :attribute phải nhỏ hơn hoặc bằng :value kí tự.',
- ],
- 'mac_address' => 'Trường :attribute phải là một địa chỉ MAC hợp lệ.',
- 'max' => [
- 'array' => 'Trường :attribute không được lớn hơn :max phần tử.',
- 'file' => 'Dung lượng tập tin trong trường :attribute không được lớn hơn :max kB.',
- 'numeric' => 'Trường :attribute không được lớn hơn :max.',
- 'string' => 'Trường :attribute không được lớn hơn :max kí tự.',
- ],
- 'max_digits' => 'Trường :attribute không được lớn hơn :max kí tự.',
- 'mimes' => 'Trường :attribute phải là một tập tin có định dạng: :values.',
- 'mimetypes' => 'Trường :attribute phải là một tập tin có định dạng: :values.',
- 'min' => [
- 'array' => 'Trường :attribute phải có tối thiểu :min phần tử.',
- 'file' => 'Dung lượng tập tin trong trường :attribute phải tối thiểu :min kB.',
- 'numeric' => 'Trường :attribute phải tối thiểu là :min.',
- 'string' => 'Trường :attribute phải có tối thiểu :min kí tự.',
- ],
- 'min_digits' => 'Trường :attribute phải có tối thiểu :min chữ số.',
- 'multiple_of' => 'Trường :attribute phải là bội số của :value',
- 'not_in' => 'Giá trị đã chọn trong trường :attribute không hợp lệ.',
- 'not_regex' => 'Trường :attribute có định dạng không hợp lệ.',
- 'numeric' => 'Trường :attribute phải là một số.',
- 'password' => [
- 'letters' => 'Trường :attribute phải chứa ít nhất một chữ cái.',
- 'mixed' => 'Trường :attribute phải chứa ít nhất một chữ cái in hoa và một chữ cái thường.',
- 'numbers' => 'Trường :attribute phải chứa ít nhất một số.',
- 'symbols' => 'Trường :attribute phải chứa ít nhất một ký tự đặc biệt.',
- 'uncompromised' => 'Trường được nhận :attribute đã xuất hiện trong một vụ rò rỉ dữ liệu. Vui lòng chọn một :attribute khác.',
- ],
- 'present' => 'Trường :attribute phải được cung cấp.',
- 'prohibited' => 'Trường :attribute bị cấm.',
- 'prohibited_if' => 'Trường :attribute bị cấm khi :other là :value.',
- 'prohibited_unless' => 'Trường :attribute bị cấm trừ khi :other là một trong :values.',
- 'prohibits' => 'Trường :attribute cấm :other từ thời điểm hiện tại.',
- 'regex' => 'Trường :attribute có định dạng không hợp lệ.',
- 'relatable' => 'Trường :attribute không thể liên kết với tài nguyên này.',
- 'required' => 'Trường :attribute không được bỏ trống.',
- 'required_array_keys' => 'Trường :attribute phải bao gồm các mục nhập cho: :values.',
- 'required_if' => 'Trường :attribute không được bỏ trống khi trường :other là :value.',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => 'Trường :attribute không được bỏ trống trừ khi :other là :values.',
- 'required_with' => 'Trường :attribute không được bỏ trống khi một trong :values có giá trị.',
- 'required_with_all' => 'Trường :attribute không được bỏ trống khi tất cả :values có giá trị.',
- 'required_without' => 'Trường :attribute không được bỏ trống khi một trong :values không có giá trị.',
- 'required_without_all' => 'Trường :attribute không được bỏ trống khi tất cả :values không có giá trị.',
- 'same' => 'Trường :attribute và :other phải giống nhau.',
- 'size' => [
- 'array' => 'Trường :attribute phải chứa :size phần tử.',
- 'file' => 'Dung lượng tập tin trong trường :attribute phải bằng :size kB.',
- 'numeric' => 'Trường :attribute phải bằng :size.',
- 'string' => 'Trường :attribute phải chứa :size kí tự.',
- ],
- 'starts_with' => 'Trường :attribute phải được bắt đầu bằng một trong những giá trị sau: :values',
- 'string' => 'Trường :attribute phải là một chuỗi kí tự.',
- 'timezone' => 'Trường :attribute phải là một múi giờ hợp lệ.',
- 'unique' => 'Trường :attribute đã có trong cơ sở dữ liệu.',
- 'uploaded' => 'Trường :attribute tải lên thất bại.',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => 'Trường :attribute không giống với định dạng một URL.',
- 'uuid' => 'Trường :attribute phải là một chuỗi UUID hợp lệ.',
- 'attributes' => [
- 'address' => 'địa chỉ',
- 'age' => 'tuổi',
- 'amount' => 'amount',
- 'area' => 'khu vực',
- 'available' => 'có sẵn',
- 'birthday' => 'ngày sinh nhật',
- 'body' => 'nội dung',
- 'city' => 'thành phố',
- 'content' => 'nội dung',
- 'country' => 'quốc gia',
- 'created_at' => 'tạo lúc',
- 'creator' => 'người sáng tạo',
- 'current_password' => 'mật khẩu hiện tại',
- 'date' => 'ngày',
- 'date_of_birth' => 'ngày sinh',
- 'day' => 'ngày',
- 'deleted_at' => 'xoá lúc',
- 'description' => 'mô tả',
- 'district' => 'quận/huyện',
- 'duration' => 'duration',
- 'email' => 'email',
- 'excerpt' => 'trích dẫn',
- 'filter' => 'lọc',
- 'first_name' => 'tên',
- 'gender' => 'giới tính',
- 'group' => 'group',
- 'hour' => 'giờ',
- 'image' => 'hình ảnh',
- 'last_name' => 'họ',
- 'lesson' => 'bài học',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'lời nhắn',
- 'middle_name' => 'tên đệm',
- 'minute' => 'phút',
- 'mobile' => 'di động',
- 'month' => 'tháng',
- 'name' => 'tên',
- 'national_code' => 'mã quốc gia',
- 'number' => 'số',
- 'password' => 'mật khẩu',
- 'password_confirmation' => 'xác nhận mật khẩu',
- 'phone' => 'số điện thoại',
- 'photo' => 'photo',
- 'postal_code' => 'mã bưu điện',
- 'price' => 'giá',
- 'province' => 'tỉnh/thành phố',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'ghi nhớ',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => 'giây',
- 'sex' => 'giới tính',
- 'short_text' => 'văn bản ngắn',
- 'size' => 'kích thước',
- 'state' => 'tình trạng',
- 'street' => 'đường',
- 'student' => 'học sinh',
- 'subject' => 'tiêu đề',
- 'teacher' => 'giáo viên',
- 'terms' => 'điều kiện',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'văn bản',
- 'time' => 'thời gian',
- 'title' => 'tiêu đề',
- 'updated_at' => 'cập nhật lúc',
- 'username' => 'tên đăng nhập',
- 'year' => 'năm',
- ],
-];
diff --git a/resources/lang/zh_CN.json b/resources/lang/zh_CN.json
deleted file mode 100644
index 30a17599..00000000
--- a/resources/lang/zh_CN.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(还有 :count 个错误)",
- "(and :count more errors)": "(还有 :count 个错误)",
- "A fresh verification link has been sent to your email address.": "一个新的验证链接已发送到您的电子邮件地址。",
- "A new verification link has been sent to the email address you provided in your profile settings.": "一个新的验证链接已被发送到你在个人资料设置中提供的电子邮件地址。",
- "A new verification link has been sent to your email address.": "一个新的验证链接已经发送到你的电子邮件地址。",
- "Accept Invitation": "接受邀请",
- "Add": "添加",
- "Add a new team member to your team, allowing them to collaborate with you.": "添加一个新的团队成员到您的团队,让他们与您合作。",
- "Add additional security to your account using two factor authentication.": "使用双因素认证为您的账户添加额外的安全性。",
- "Add Team Member": "添加团队成员",
- "Added.": "已添加。",
- "Administrator": "管理员",
- "Administrator users can perform any action.": "管理员用户可以执行任何操作。",
- "All of the people that are part of this team.": "所有的人都是这个团队的一部分。",
- "All rights reserved.": "版权所有。",
- "Already registered?": "已注册?",
- "API Token": "API 令牌",
- "API Token Permissions": "API 令牌权限",
- "API Tokens": "API 令牌",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API 令牌允许第三方服务代表您与我们的应用程序进行认证。",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "您确定要删除这个团队吗?一旦一个团队被删除,它的所有资源和数据将被永久删除。",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "您确定要删除您的账户吗?一旦您的账户被删除,其所有资源和数据将被永久删除。请输入您的密码,确认您要永久删除您的账户。",
- "Are you sure you would like to delete this API token?": "您确定要删除这个 API 令牌吗?",
- "Are you sure you would like to leave this team?": "您确定要离开这个团队吗?",
- "Are you sure you would like to remove this person from the team?": "您确定要把这个人从团队中删除吗?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "在继续之前,你能否点击我们刚才发给你的链接来验证你的电子邮件地址?如果你没有收到邮件,我们很乐意再给你发一封。",
- "Before proceeding, please check your email for a verification link.": "在继续之前,请检查您的电子邮件以获取验证链接。",
- "Browser Sessions": "浏览器会话",
- "Cancel": "取消",
- "Click here to re-send the verification email.": "点击这里重新发送验证邮件。",
- "click here to request another": "单击此处请求另一个",
- "Close": "关闭",
- "Code": "验证码",
- "Confirm": "确认",
- "Confirm Password": "确认密码",
- "Create": "创建",
- "Create a new team to collaborate with others on projects.": "创建一个新的团队,与他人合作开展项目。",
- "Create Account": "创建账户",
- "Create API Token": "创建 API 令牌",
- "Create New Team": "创建新的团队",
- "Create Team": "创建团队",
- "Created.": "已创建。",
- "Current Password": "当前密码",
- "Dashboard": "控制面板",
- "Delete": "删除",
- "Delete Account": "删除账户",
- "Delete API Token": "删除 API 令牌",
- "Delete Team": "删除团队",
- "Disable": "禁用",
- "Done.": "已完成。",
- "Edit Profile": "编辑资料",
- "Editor": "编辑者",
- "Editor users have the ability to read, create, and update.": "编辑者可以阅读、创建和更新。",
- "Email": "电子邮箱",
- "Email Address": "电子邮件地址",
- "Email Password Reset Link": "电子邮件密码重置链接",
- "Enable": "启用",
- "Ensure your account is using a long, random password to stay secure.": "确保您的账户使用足够长且随机的密码来保证安全。",
- "Finish enabling two factor authentication.": "完成启用双因素认证。",
- "For your security, please confirm your password to continue.": "为了您的安全,请确认您的密码以继续。",
- "Forbidden": "访问被拒绝",
- "Forgot your password?": "忘记密码?",
- "Forgot Your Password?": "忘记密码?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "忘记密码?没关系。输入您的电子邮件地址,我们将通过电子邮件向您发送密码重置链接,让您重置一个新的密码。",
- "Go to page :page": "前往第 :page 页",
- "Great! You have accepted the invitation to join the :team team.": "太好了,您已接受了加入团队「:team」的邀请。",
- "Hello!": "您好!",
- "I agree to the :terms_of_service and :privacy_policy": "我同意 :terms_of_service 和 :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "如有必要,您可以注销您其他设备上所有的浏览器会话。下面列出了您最近的一些会话,但是,这个列表可能并不详尽。如果您认为您的账户已被入侵,您还应该更新您的密码。",
- "If you already have an account, you may accept this invitation by clicking the button below:": "如果您已经有一个账户,您可以通过点击下面的按钮接受这个邀请:",
- "If you did not create an account, no further action is required.": "如果您未注册帐号,请忽略此邮件。",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "如果您没有想到会收到这个团队的邀请,您可以丢弃这封邮件。",
- "If you did not receive the email": "如果您没有收到电子邮件",
- "If you did not request a password reset, no further action is required.": "如果您未申请重设密码,请忽略此邮件。",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "如果您还没有账号,可以点击下面的按钮创建一个账号。创建账户后,您可以点击此邮件中的邀请接受按钮,接受团队邀请:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "如果您单击「:actionText」按钮时遇到问题,请复制下方链接到浏览器中访问:",
- "Last active": "上次活跃",
- "Last used": "上次使用",
- "Leave": "离开",
- "Leave Team": "离开团队",
- "Log in": "登录",
- "Log Out": "登出",
- "Log Out Other Browser Sessions": "注销其他浏览器的会话",
- "Login": "登录",
- "Logout": "登出",
- "Manage Account": "管理账户",
- "Manage and log out your active sessions on other browsers and devices.": "管理和注销您在其他浏览器和设备上的活动会话。",
- "Manage API Tokens": "管理 API 令牌",
- "Manage Role": "管理角色",
- "Manage Team": "管理团队",
- "Name": "姓名",
- "New Password": "新的密码",
- "Not Found": "页面不存在",
- "of": "于",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "一旦团队被删除,其所有资源和数据将被永久删除。在删除该团队之前,请下载您希望保留的有关该团队的任何数据或信息。",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "一旦您的账户被删除,其所有资源和数据将被永久删除。在删除您的账户之前,请下载您希望保留的任何数据或信息。",
- "Page Expired": "页面会话已超时",
- "Pagination Navigation": "分页导航",
- "Password": "密码",
- "Pending Team Invitations": "待处理的团队邀请函",
- "Permanently delete this team.": "永久删除此团队",
- "Permanently delete your account.": "永久删除您的账户",
- "Permissions": "权限",
- "Photo": "照片",
- "Please click the button below to verify your email address.": "请点击下面按钮验证您的 E-mail:",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "请输入您的紧急恢复代码以访问您的账户。",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "请输入您的验证器应用程序提供的验证码以访问您的账户。",
- "Please confirm your password before continuing.": "请在继续之前确认您的密码。",
- "Please copy your new API token. For your security, it won't be shown again.": "请复制您的新 API 令牌。为了您的安全,它不会再被显示出来。",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "请输入您的密码,以确认您要注销您其他设备上的浏览器会话。",
- "Please provide the email address of the person you would like to add to this team.": "请提供您想加入这个团队的人的电子邮件地址。",
- "Privacy Policy": "隐私政策",
- "Profile": "资料",
- "Profile Information": "账户资料",
- "Recovery Code": "恢复代码",
- "Regards": "致敬",
- "Regenerate Recovery Codes": "重新生成恢复码",
- "Register": "注册",
- "Remember me": "记住我",
- "Remember Me": "记住我",
- "Remove": "移除",
- "Remove Photo": "移除照片",
- "Remove Team Member": "移除团队成员",
- "Resend Verification Email": "重新发送验证邮件",
- "Reset Password": "重置密码",
- "Reset Password Notification": "重置密码通知",
- "results": "结果",
- "Role": "角色",
- "Save": "保存",
- "Saved.": "已保存。",
- "Select A New Photo": "选择新的照片",
- "Send Password Reset Link": "发送重设密码链接",
- "Server Error": "服务器错误",
- "Service Unavailable": "服务不可用",
- "Setup Key": "设定键",
- "Show Recovery Codes": "显示恢复代码",
- "Showing": "显示中",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "将这些恢复码存储在一个安全的密码管理器中。如果您的双因素验证设备丢失,它们可以用来恢复对您账户的访问。",
- "Switch Teams": "切换团队",
- "Team Details": "团队详情",
- "Team Invitation": "团队邀请",
- "Team Members": "团队成员",
- "Team Name": "团队名称",
- "Team Owner": "团队拥有者",
- "Team Settings": "团队设置",
- "Terms of Service": "服务条款",
- "The :attribute must be a valid role.": ":Attribute 必须是一个有效的角色。",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute 至少为 :length 个字符且至少包含一个数字。",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute 长度至少 :length 位并且至少必须包含一个特殊字符和一个数字。",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute 至少为 :length 个字符且至少包含一个特殊字符。",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute 至少为 :length 个字符且至少包含一个大写字母和一个数字。",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute 至少为 :length 个字符且至少包含一个大写字母和一个特殊字符。",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute 至少为 :length 个字符且至少包含一个大写字母、一个数字和一个特殊字符。",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute 至少为 :length 个字符且至少包含一个大写字母。",
- "The :attribute must be at least :length characters.": ":Attribute 至少为 :length 个字符。",
- "The :attribute must contain at least one letter.": ":Attribute 至少包含一个字母。",
- "The :attribute must contain at least one number.": ":Attribute 至少包含一个数字。",
- "The :attribute must contain at least one symbol.": ":Attribute 至少包含一个符号。",
- "The :attribute must contain at least one uppercase and one lowercase letter.": ":Attribute 至少包含一个大写字母和一个小写字母。",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "给定的 :attribute 出现在数据泄漏中。请选择不同的 :attribute。",
- "The given data was invalid.": "给定的数据无效。",
- "The password is incorrect.": "密码不正确。",
- "The provided password does not match your current password.": "当前密码不正确",
- "The provided password was incorrect.": "密码错误",
- "The provided two factor authentication code was invalid.": "双因素认证代码错误",
- "The provided two factor recovery code was invalid.": "双因素恢复代码无效。",
- "The team's name and owner information.": "团队名称和拥有者信息。",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "这些人已被邀请加入您的团队,并已收到一封邀请邮件。他们可以通过接受电子邮件邀请加入团队。",
- "This device": "当前设备",
- "This is a secure area of the application. Please confirm your password before continuing.": "请在继续之前确认您的密码。",
- "This password does not match our records.": "密码不正确",
- "This password reset link will expire in :count minutes.": "这个重设密码链接将会在 :count 分钟后失效。",
- "This user already belongs to the team.": "此用户已经在团队中",
- "This user has already been invited to the team.": "该用户已经被邀请加入团队。",
- "to": "至",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "完成启用双因素认证,使用手机的认证应用程序扫描以下二维码,或者输入设置密钥并提供生成的 OTP 密码。",
- "Toggle navigation": "切换导航",
- "Token Name": "令牌名称",
- "Too Many Requests": "请求次数过多。",
- "Two Factor Authentication": "双因素认证",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "双因素认证已启用。使用手机的认证应用程序扫描以下二维码,或者输入设置密钥。",
- "Unauthorized": "未授权",
- "Unknown": "未知",
- "Update Password": "更新密码",
- "Update your account's profile information and email address.": "更新您的账户资料和电子邮件地址。",
- "Use a recovery code": "使用恢复码",
- "Use an authentication code": "使用验证码",
- "Verify Email Address": "验证 E-mail",
- "Verify Your Email Address": "验证您的邮件地址",
- "We were unable to find a registered user with this email address.": "我们无法找到这个电子邮件地址的注册用户。",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "当启用双因素认证时,在认证过程中会提示您输入一个安全的随机令牌。您可以从手机的 Google Authenticator 应用程序中获取此令牌。",
- "Whoops!": "哎呀!",
- "Whoops! Something went wrong.": "哎呀!出了点问题",
- "You are logged in!": "您已登录!",
- "You are receiving this email because we received a password reset request for your account.": "您收到此电子邮件是因为我们收到了您帐户的密码重设请求。",
- "You have been invited to join the :team team!": "您已被邀请加入「:team」团队!",
- "You have enabled two factor authentication.": "您已经启用了双因素认证。",
- "You have not enabled two factor authentication.": "您还没有启用双因素认证。",
- "You may accept this invitation by clicking the button below:": "您可以点击下面的按钮接受此邀请:",
- "You may delete any of your existing tokens if they are no longer needed.": "如果不再需要,您可以删除任何现有的令牌。",
- "You may not delete your personal team.": "您不能删除您的个人团队。",
- "You may not leave a team that you created.": "您不能离开您创建的团队。",
- "Your email address is unverified.": "您的电子邮箱未经验证。"
-}
\ No newline at end of file
diff --git a/resources/lang/zh_CN/auth.php b/resources/lang/zh_CN/auth.php
deleted file mode 100644
index c5e8262d..00000000
--- a/resources/lang/zh_CN/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- '用户名或密码错误。',
- 'password' => '密码错误',
- 'throttle' => '您尝试的登录次数过多,请 :seconds 秒后再试。',
-];
diff --git a/resources/lang/zh_CN/http-statuses.php b/resources/lang/zh_CN/http-statuses.php
deleted file mode 100644
index 17af4c20..00000000
--- a/resources/lang/zh_CN/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- '未知错误',
- '100' => '继续请求',
- '101' => '切换协议',
- '102' => '处理中',
- '200' => '请求成功',
- '201' => '已创建',
- '202' => '已接受',
- '203' => '非权威信息',
- '204' => '无内容',
- '205' => '重置内容',
- '206' => '部分内容',
- '207' => '多状态',
- '208' => '已上报',
- '226' => 'IM已使用',
- '300' => '多种选择',
- '301' => '已永久移动',
- '302' => '临时移动',
- '303' => '见其他',
- '304' => '未修改',
- '305' => '使用代理',
- '307' => '临时重定向',
- '308' => '永久重定向',
- '400' => '请求错误',
- '401' => '未授权',
- '402' => '需要付款',
- '403' => '禁止',
- '404' => '未找到',
- '405' => '方法不允许',
- '406' => '无法接受',
- '407' => '需要代理验证',
- '408' => '请求超时',
- '409' => '冲突',
- '410' => '不可用',
- '411' => '长度要求',
- '412' => '前提条件未满足',
- '413' => '请求实体过大',
- '414' => 'URI太长了',
- '415' => '不支持的媒体类型',
- '416' => '请求范围不符合',
- '417' => '期望不满足',
- '418' => '我是一个茶壶',
- '419' => '会话已过期',
- '421' => '错误的请求',
- '422' => '不可处理的实体',
- '423' => '锁定',
- '424' => '失败的依赖',
- '425' => 'Too Early',
- '426' => '需要升级',
- '428' => '前提要求',
- '429' => '请求太多',
- '431' => '请求标头字段太大',
- '444' => '连接关闭无响应',
- '449' => '重试',
- '451' => '法律原因不可用',
- '499' => '客户端关闭请求',
- '500' => '内部服务器错误',
- '501' => '未实现',
- '502' => '网关错误',
- '503' => '服务不可用',
- '504' => '网关超时',
- '505' => 'HTTP版本不支持',
- '506' => '变体协商',
- '507' => '存储空间不足',
- '508' => '检测到环路',
- '509' => '超出带宽限制',
- '510' => '未延期',
- '511' => '需要网络验证',
- '520' => '未知错误',
- '521' => 'Web服务器已关闭',
- '522' => '连接超时',
- '523' => '原点无法到达',
- '524' => '发生超时',
- '525' => 'SSL握手失败',
- '526' => '无效的SSL证书',
- '527' => 'Railgun Error',
- '598' => '网络读取超时',
- '599' => '网络连接超时',
- 'unknownError' => '未知错误',
-];
diff --git a/resources/lang/zh_CN/pagination.php b/resources/lang/zh_CN/pagination.php
deleted file mode 100644
index d6a5dd02..00000000
--- a/resources/lang/zh_CN/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- '下一页 »',
- 'previous' => '« 上一页',
-];
diff --git a/resources/lang/zh_CN/passwords.php b/resources/lang/zh_CN/passwords.php
deleted file mode 100644
index 7bc0291c..00000000
--- a/resources/lang/zh_CN/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- '密码重置成功!',
- 'sent' => '密码重置邮件已发送!',
- 'throttled' => '请稍候再试。',
- 'token' => '密码重置令牌无效。',
- 'user' => '找不到该邮箱对应的用户。',
-];
diff --git a/resources/lang/zh_CN/validation.php b/resources/lang/zh_CN/validation.php
deleted file mode 100644
index 3841380b..00000000
--- a/resources/lang/zh_CN/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- '您必须接受 :attribute。',
- 'accepted_if' => '当 :other 为 :value 时,必须接受 :attribute。',
- 'active_url' => ':Attribute 不是一个有效的网址。',
- 'after' => ':Attribute 必须要晚于 :date。',
- 'after_or_equal' => ':Attribute 必须要等于 :date 或更晚。',
- 'alpha' => ':Attribute 只能由字母组成。',
- 'alpha_dash' => ':Attribute 只能由字母、数字、短划线(-)和下划线(_)组成。',
- 'alpha_num' => ':Attribute 只能由字母和数字组成。',
- 'array' => ':Attribute 必须是一个数组。',
- 'attached' => '这个 :attribute 已经连接。',
- 'before' => ':Attribute 必须要早于 :date。',
- 'before_or_equal' => ':Attribute 必须要等于 :date 或更早。',
- 'between' => [
- 'array' => ':Attribute 必须只有 :min - :max 个单元。',
- 'file' => ':Attribute 必须介于 :min - :max KB 之间。',
- 'numeric' => ':Attribute 必须介于 :min - :max 之间。',
- 'string' => ':Attribute 必须介于 :min - :max 个字符之间。',
- ],
- 'boolean' => ':Attribute 必须为布尔值。',
- 'confirmed' => ':Attribute 两次输入不一致。',
- 'current_password' => '密码错误。',
- 'date' => ':Attribute 不是一个有效的日期。',
- 'date_equals' => ':Attribute 必须要等于 :date。',
- 'date_format' => ':Attribute 的格式必须为 :format。',
- 'declined' => ':Attribute 必须是拒绝的。',
- 'declined_if' => '当 :other 为 :value 时字段 :attribute 必须是拒绝的。',
- 'different' => ':Attribute 和 :other 必须不同。',
- 'digits' => ':Attribute 必须是 :digits 位数字。',
- 'digits_between' => ':Attribute 必须是介于 :min 和 :max 位的数字。',
- 'dimensions' => ':Attribute 图片尺寸不正确。',
- 'distinct' => ':Attribute 已经存在。',
- 'doesnt_end_with' => ':Attribute 不能以以下之一结尾: :values。',
- 'doesnt_start_with' => ':Attribute 不能以下列之一开头: :values。',
- 'email' => ':Attribute 不是一个合法的邮箱。',
- 'ends_with' => ':Attribute 必须以 :values 为结尾。',
- 'enum' => ':Attribute 值不正确。',
- 'exists' => ':Attribute 不存在。',
- 'file' => ':Attribute 必须是文件。',
- 'filled' => ':Attribute 不能为空。',
- 'gt' => [
- 'array' => ':Attribute 必须多于 :value 个元素。',
- 'file' => ':Attribute 必须大于 :value KB。',
- 'numeric' => ':Attribute 必须大于 :value。',
- 'string' => ':Attribute 必须多于 :value 个字符。',
- ],
- 'gte' => [
- 'array' => ':Attribute 必须多于或等于 :value 个元素。',
- 'file' => ':Attribute 必须大于或等于 :value KB。',
- 'numeric' => ':Attribute 必须大于或等于 :value。',
- 'string' => ':Attribute 必须多于或等于 :value 个字符。',
- ],
- 'image' => ':Attribute 必须是图片。',
- 'in' => '已选的属性 :attribute 无效。',
- 'in_array' => ':Attribute 必须在 :other 中。',
- 'integer' => ':Attribute 必须是整数。',
- 'ip' => ':Attribute 必须是有效的 IP 地址。',
- 'ipv4' => ':Attribute 必须是有效的 IPv4 地址。',
- 'ipv6' => ':Attribute 必须是有效的 IPv6 地址。',
- 'json' => ':Attribute 必须是正确的 JSON 格式。',
- 'lowercase' => ':Attribute 必须小写。',
- 'lt' => [
- 'array' => ':Attribute 必须少于 :value 个元素。',
- 'file' => ':Attribute 必须小于 :value KB。',
- 'numeric' => ':Attribute 必须小于 :value。',
- 'string' => ':Attribute 必须少于 :value 个字符。',
- ],
- 'lte' => [
- 'array' => ':Attribute 必须少于或等于 :value 个元素。',
- 'file' => ':Attribute 必须小于或等于 :value KB。',
- 'numeric' => ':Attribute 必须小于或等于 :value。',
- 'string' => ':Attribute 必须少于或等于 :value 个字符。',
- ],
- 'mac_address' => ':Attribute 必须是一个有效的 MAC 地址。',
- 'max' => [
- 'array' => ':Attribute 最多只有 :max 个单元。',
- 'file' => ':Attribute 不能大于 :max KB。',
- 'numeric' => ':Attribute 不能大于 :max。',
- 'string' => ':Attribute 不能大于 :max 个字符。',
- ],
- 'max_digits' => ':Attribute 不能超过 :max 位数。',
- 'mimes' => ':Attribute 必须是一个 :values 类型的文件。',
- 'mimetypes' => ':Attribute 必须是一个 :values 类型的文件。',
- 'min' => [
- 'array' => ':Attribute 至少有 :min 个单元。',
- 'file' => ':Attribute 大小不能小于 :min KB。',
- 'numeric' => ':Attribute 必须大于等于 :min。',
- 'string' => ':Attribute 至少为 :min 个字符。',
- ],
- 'min_digits' => ':Attribute 必须至少有 :min 位数。',
- 'multiple_of' => ':Attribute 必须是 :value 中的多个值。',
- 'not_in' => '已选的属性 :attribute 非法。',
- 'not_regex' => ':Attribute 的格式错误。',
- 'numeric' => ':Attribute 必须是一个数字。',
- 'password' => [
- 'letters' => ':Attribute 必须至少包含一个字母。',
- 'mixed' => ':Attribute 必须至少包含一个大写字母和一个小写字母。',
- 'numbers' => ':Attribute 必须至少包含一个数字。',
- 'symbols' => ':Attribute 必须至少包含一个符号。',
- 'uncompromised' => '给定的 :attribute 出现在数据泄漏中。请选择不同的 :attribute。',
- ],
- 'present' => ':Attribute 必须存在。',
- 'prohibited' => ':Attribute 字段被禁止。',
- 'prohibited_if' => '当 :other 为 :value 时,禁止 :attribute 字段。',
- 'prohibited_unless' => ':Attribute 字段被禁止,除非 :other 位于 :values 中。',
- 'prohibits' => ':Attribute 字段禁止出现 :other。',
- 'regex' => ':Attribute 格式不正确。',
- 'relatable' => '此 :attribute 可能与此资源不相关联。',
- 'required' => ':Attribute 不能为空。',
- 'required_array_keys' => ':Attribute 至少包含指定的键::values.',
- 'required_if' => '当 :other 为 :value 时 :attribute 不能为空。',
- 'required_if_accepted' => '当 :other 存在时,:attribute 不能为空。',
- 'required_unless' => '当 :other 不为 :values 时 :attribute 不能为空。',
- 'required_with' => '当 :values 存在时 :attribute 不能为空。',
- 'required_with_all' => '当 :values 存在时 :attribute 不能为空。',
- 'required_without' => '当 :values 不存在时 :attribute 不能为空。',
- 'required_without_all' => '当 :values 都不存在时 :attribute 不能为空。',
- 'same' => ':Attribute 和 :other 必须相同。',
- 'size' => [
- 'array' => ':Attribute 必须为 :size 个单元。',
- 'file' => ':Attribute 大小必须为 :size KB。',
- 'numeric' => ':Attribute 大小必须为 :size。',
- 'string' => ':Attribute 必须是 :size 个字符。',
- ],
- 'starts_with' => ':Attribute 必须以 :values 为开头。',
- 'string' => ':Attribute 必须是一个字符串。',
- 'timezone' => ':Attribute 必须是一个合法的时区值。',
- 'unique' => ':Attribute 已经存在。',
- 'uploaded' => ':Attribute 上传失败。',
- 'uppercase' => ':Attribute 必须大写',
- 'url' => ':Attribute 格式不正确。',
- 'uuid' => ':Attribute 必须是有效的 UUID。',
- 'attributes' => [
- 'address' => '地址',
- 'age' => '年龄',
- 'amount' => '数额',
- 'area' => '区域',
- 'available' => '可用的',
- 'birthday' => '生日',
- 'body' => '身体',
- 'city' => '城市',
- 'content' => '内容',
- 'country' => '国家',
- 'created_at' => '创建于',
- 'creator' => '创建者',
- 'current_password' => '当前密码',
- 'date' => '日期',
- 'date_of_birth' => '出生日期',
- 'day' => '天',
- 'deleted_at' => '删除于',
- 'description' => '描述',
- 'district' => '地区',
- 'duration' => '期间',
- 'email' => '邮箱',
- 'excerpt' => '摘要',
- 'filter' => '过滤',
- 'first_name' => '名',
- 'gender' => '性别',
- 'group' => '组',
- 'hour' => '时',
- 'image' => '图像',
- 'last_name' => '姓',
- 'lesson' => '课程',
- 'line_address_1' => '线路地址 1',
- 'line_address_2' => '线路地址 2',
- 'message' => '信息',
- 'middle_name' => '中间名字',
- 'minute' => '分',
- 'mobile' => '手机',
- 'month' => '月',
- 'name' => '名称',
- 'national_code' => '国家代码',
- 'number' => '数字',
- 'password' => '密码',
- 'password_confirmation' => '确认密码',
- 'phone' => '电话',
- 'photo' => '照片',
- 'postal_code' => '邮政编码',
- 'price' => '价格',
- 'province' => '省',
- 'recaptcha_response_field' => '重复验证码响应字段',
- 'remember' => '记住',
- 'restored_at' => '恢复于',
- 'result_text_under_image' => '图像下的结果文本',
- 'role' => '角色',
- 'second' => '秒',
- 'sex' => '性别',
- 'short_text' => '短文本',
- 'size' => '大小',
- 'state' => '状态',
- 'street' => '街道',
- 'student' => '学生',
- 'subject' => '主题',
- 'teacher' => '教师',
- 'terms' => '条款',
- 'test_description' => '测试说明',
- 'test_locale' => '测试语言环境',
- 'test_name' => '测试名称',
- 'text' => '文本',
- 'time' => '时间',
- 'title' => '标题',
- 'updated_at' => '更新于',
- 'username' => '用户名',
- 'year' => '年',
- ],
-];
diff --git a/resources/lang/zh_HK.json b/resources/lang/zh_HK.json
deleted file mode 100644
index 51f42eec..00000000
--- a/resources/lang/zh_HK.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "一封新的验证链接已经发送到您的邮箱。",
- "A new verification link has been sent to the email address you provided in your profile settings.": "A new verification link has been sent to the email address you provided in your profile settings.",
- "A new verification link has been sent to your email address.": "A new verification link has been sent to your email address.",
- "Accept Invitation": "接受邀請",
- "Add": "添加",
- "Add a new team member to your team, allowing them to collaborate with you.": "添加一個新的團隊成員到你的團隊,讓他們與你合作。",
- "Add additional security to your account using two factor authentication.": "使用雙因素認證為您的賬戶添加額外的安全性。",
- "Add Team Member": "添加團隊成員",
- "Added.": "已添加。",
- "Administrator": "管理員",
- "Administrator users can perform any action.": "管理員用戶可以執行任何操作。",
- "All of the people that are part of this team.": "所有的人都是這個團隊的一部分。",
- "All rights reserved.": "版權所有。",
- "Already registered?": "已註冊?",
- "API Token": "API Token",
- "API Token Permissions": "API Token 權限",
- "API Tokens": "API Tokens",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API Token 允許第三方服務代表您與我們的應用程序進行認證。",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "你確定要刪除這個團隊嗎?一旦一個團隊被刪除,它的所有資源和數據將被永久刪除。",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "您確定要刪除您的賬戶嗎?一旦您的賬戶被刪除,其所有資源和數據將被永久刪除。請輸入您的密碼,確認您要永久刪除您的賬戶。",
- "Are you sure you would like to delete this API token?": "你確定要刪除這個 API token 嗎?",
- "Are you sure you would like to leave this team?": "你確定要離開這個團隊嗎?",
- "Are you sure you would like to remove this person from the team?": "你確定要把這個人從團隊中刪除嗎?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.",
- "Before proceeding, please check your email for a verification link.": "在继续之前,请检查您的电子邮件以查看验证链接。",
- "Browser Sessions": "瀏覽器會話",
- "Cancel": "取消",
- "Click here to re-send the verification email.": "Click here to re-send the verification email.",
- "click here to request another": "点击这里以请求另一个",
- "Close": "關閉",
- "Code": "驗證碼",
- "Confirm": "確認",
- "Confirm Password": "確認密碼",
- "Create": "創建",
- "Create a new team to collaborate with others on projects.": "創建一個新的團隊,與他人合作開展項目。",
- "Create Account": "創建賬戶",
- "Create API Token": "創建 API Token",
- "Create New Team": "創建新的團隊",
- "Create Team": "創建團隊",
- "Created.": "已創建。",
- "Current Password": "當前密碼",
- "Dashboard": "控制面板",
- "Delete": "刪除",
- "Delete Account": "刪除賬戶",
- "Delete API Token": "刪除 API Token",
- "Delete Team": "刪除團隊",
- "Disable": "禁用",
- "Done.": "已完成。",
- "Edit Profile": "Edit Profile",
- "Editor": "編輯者",
- "Editor users have the ability to read, create, and update.": "編輯者可以閱讀、創建和更新。",
- "Email": "Email",
- "Email Address": "电子邮件地址",
- "Email Password Reset Link": "電子郵件密碼重置鏈接",
- "Enable": "啟用",
- "Ensure your account is using a long, random password to stay secure.": "確保你的賬戶使用足夠長且隨機的密碼來保證安全。",
- "Finish enabling two factor authentication.": "完成啟用雙因素驗證。",
- "For your security, please confirm your password to continue.": "為了您的安全,請確認您的密碼以繼續。",
- "Forbidden": "訪問被拒絕",
- "Forgot your password?": "忘記密碼?",
- "Forgot Your Password?": "忘記密碼?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "忘記密碼?沒關係。輸入您的電子郵件地址,我們將通過電子郵件向您發送密碼重置鏈接,讓您重置一個新的密碼。",
- "Go to page :page": "前往第 :page 頁",
- "Great! You have accepted the invitation to join the :team team.": "太好了,您已接受了加入團隊「:team」的邀請。",
- "Hello!": "您好!",
- "I agree to the :terms_of_service and :privacy_policy": "我同意 :terms_of_service 和 :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "如有必要,您可以註銷您其他設備上所有的瀏覽器會話。下面列出了您最近的一些會話,但是,這個列表可能並不詳盡。如果您認為您的賬戶已被入侵,您還應該更新您的密碼。",
- "If you already have an account, you may accept this invitation by clicking the button below:": "如果您已經有一個賬戶,您可以通過點擊下面的按鈕接受這個邀請:",
- "If you did not create an account, no further action is required.": "如果您未註冊帳號,請忽略此郵件。",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "如果你沒有想到會收到這個團隊的邀請,你可以丟棄這封郵件。",
- "If you did not receive the email": "如果你沒有收到郵件",
- "If you did not request a password reset, no further action is required.": "如果您未申請重設密碼,請忽略此郵件。",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "如果您還沒有賬號,可以點擊下面的按鈕創建一個賬號。創建賬戶後,您可以點擊此郵件中的邀請接受按鈕,接受團隊邀請:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "如果您點擊「:actionText」按鈕時出現問題,請複制下方鏈接到瀏覽器中訪問:",
- "Last active": "上次活躍",
- "Last used": "上次使用",
- "Leave": "離開",
- "Leave Team": "離開團隊",
- "Log in": "登入",
- "Log Out": "註銷",
- "Log Out Other Browser Sessions": "註銷其他瀏覽器會話",
- "Login": "登入",
- "Logout": "註銷",
- "Manage Account": "管理賬戶",
- "Manage and log out your active sessions on other browsers and devices.": "管理和註銷您在其他瀏覽器和設備上的活動會話。",
- "Manage API Tokens": "管理 API Token",
- "Manage Role": "管理角色",
- "Manage Team": "管理團隊",
- "Name": "姓名",
- "New Password": "新的密碼",
- "Not Found": "頁面不存在",
- "of": "於",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "一旦團隊被刪除,其所有資源和數據將被永久刪除。在刪除該團隊之前,請下載您希望保留的有關該團隊的任何數據或信息。",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "一旦您的賬戶被刪除,其所有資源和數據將被永久刪除。在刪除您的賬戶之前,請下載您希望保留的任何數據或信息。",
- "Page Expired": "頁面會話已超時",
- "Pagination Navigation": "分頁導航",
- "Password": "密碼",
- "Pending Team Invitations": "待處理的團隊邀請函",
- "Permanently delete this team.": "永久刪除此團隊",
- "Permanently delete your account.": "永久刪除您的賬戶",
- "Permissions": "權限",
- "Photo": "照片",
- "Please click the button below to verify your email address.": "請點擊下面按鈕驗證您的 E-mail:",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "請輸入您的緊急恢復代碼以訪問您的賬戶。",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "請輸入您的驗證器應用程序提供的驗證碼以訪問您的賬戶。",
- "Please confirm your password before continuing.": "請確認您的密碼。",
- "Please copy your new API token. For your security, it won't be shown again.": "請複制你的新 API token。為了您的安全,它不會再被顯示出來。",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "請輸入您的密碼,以確認您要註銷您所有設備上的其他瀏覽器會話。",
- "Please provide the email address of the person you would like to add to this team.": "請提供您想加入這個團隊的人的電子郵件地址。",
- "Privacy Policy": "隱私政策",
- "Profile": "資料",
- "Profile Information": "賬戶資料",
- "Recovery Code": "恢復代碼",
- "Regards": "致敬",
- "Regenerate Recovery Codes": "重新生成恢復代碼",
- "Register": "註冊",
- "Remember me": "記住我",
- "Remember Me": "記住我",
- "Remove": "移除",
- "Remove Photo": "移除照片",
- "Remove Team Member": "移除團隊成員",
- "Resend Verification Email": "重新發送驗證郵件",
- "Reset Password": "重設密碼",
- "Reset Password Notification": "重設密碼通知",
- "results": "結果",
- "Role": "角色",
- "Save": "保存",
- "Saved.": "已保存。",
- "Select A New Photo": "選擇新的照片",
- "Send Password Reset Link": "發送重設密碼鏈接",
- "Server Error": "服務器錯誤",
- "Service Unavailable": "暫時不提供服務",
- "Setup Key": "設置鍵",
- "Show Recovery Codes": "顯示恢復代碼",
- "Showing": "顯示中",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "將這些恢復碼存儲在一個安全的密碼管理器中。如果您的雙因素驗證設備丟失,它們可以用來恢復對您賬戶的訪問。",
- "Switch Teams": "選擇團隊",
- "Team Details": "團隊詳情",
- "Team Invitation": "團隊邀請",
- "Team Members": "團隊成員",
- "Team Name": "團隊名稱",
- "Team Owner": "團隊擁有者",
- "Team Settings": "團隊設置",
- "Terms of Service": "服務條款",
- "The :attribute must be a valid role.": ":Attribute 不是正確的角色。",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute 至少為 :length 個字符且至少包含一個數字。",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute 長度至少 :length 位並且至少必須包含一個特殊字符和一個數字。",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute 至少為 :length 個字符且至少包含一個特殊字符。",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute 至少為 :length 個字符且至少包含一個大寫字母和一個數字。",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute 至少為 :length 個字符且至少包含一個大寫字母和一個特殊字符。",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute 至少為:length 個字符且至少包含一個大寫字母、一個數字和一個特殊字符。",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute 至少為 :length 個字符且至少包含一個大寫字母。",
- "The :attribute must be at least :length characters.": ":Attribute 至少為 :length 個字符",
- "The :attribute must contain at least one letter.": ":Attribute 至少包含一個字母。",
- "The :attribute must contain at least one number.": ":Attribute 至少包含一個數字。",
- "The :attribute must contain at least one symbol.": ":Attribute 至少包含一個符號。",
- "The :attribute must contain at least one uppercase and one lowercase letter.": ":Attribute 至少包含一個大寫和小寫字母。",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": ":Attribute 已出現在數據泄露中。請選擇一個不同的 :attribute。",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "密码不正确。",
- "The provided password does not match your current password.": "當前密碼不正確",
- "The provided password was incorrect.": "密碼錯誤",
- "The provided two factor authentication code was invalid.": "雙因素認證代碼錯誤",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "團隊名稱和擁有者信息。",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "這些人已被邀請加入您的團隊,並已收到一封邀請郵件。他們可以通過接受電子郵件邀請加入團隊。",
- "This device": "當前設備",
- "This is a secure area of the application. Please confirm your password before continuing.": "請確認您的密碼。",
- "This password does not match our records.": "密碼不正確",
- "This password reset link will expire in :count minutes.": "這個重設密碼鏈接將會在 :count 分鐘後失效。",
- "This user already belongs to the team.": "此用戶已經在團隊中",
- "This user has already been invited to the team.": "該用戶已經被邀請加入團隊。",
- "to": "至",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "完成雙因素認證,使用您的手機的驗證器應用程序掃描以下的QR碼,或輸入設置鍵並提供生成的OTP代碼。",
- "Toggle navigation": "切換導航",
- "Token Name": "Token 名稱",
- "Too Many Requests": "請求次數過多。",
- "Two Factor Authentication": "雙因素認證",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "雙因素認證已啟用。使用您的手機的驗證器應用程序掃描以下的QR碼,或輸入設置鍵。",
- "Unauthorized": "未授權",
- "Unknown": "Unknown",
- "Update Password": "更新密碼",
- "Update your account's profile information and email address.": "更新您的賬戶資料和電子郵件地址。",
- "Use a recovery code": "使用恢復代碼",
- "Use an authentication code": "使用驗證碼",
- "Verify Email Address": "驗證 E-mail",
- "Verify Your Email Address": "驗證您的電子郵件地址",
- "We were unable to find a registered user with this email address.": "我們無法找到這個電子郵件地址的註冊用戶。",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "當啟用雙因素認證時,在認證過程中會提示您輸入一個安全的隨機令牌。您可以從手機的Google Authenticator 應用程序中獲取此令牌。",
- "Whoops!": "哎呀!",
- "Whoops! Something went wrong.": "哎呀!出了點問題",
- "You are logged in!": "您已登入!",
- "You are receiving this email because we received a password reset request for your account.": "您收到此電子郵件是因為我們收到了您帳戶的密碼重設請求。",
- "You have been invited to join the :team team!": "您已被邀請加入「:team」團隊!",
- "You have enabled two factor authentication.": "你已經啟用了雙因素認證。",
- "You have not enabled two factor authentication.": "你還沒有啟用雙因素認證。",
- "You may accept this invitation by clicking the button below:": "您可以點擊下面的按鈕來接受此邀請:",
- "You may delete any of your existing tokens if they are no longer needed.": "如果不再需要,您可以刪除任何現有的 token。",
- "You may not delete your personal team.": "您不能刪除您的個人團隊。",
- "You may not leave a team that you created.": "你不能離開你創建的團隊。",
- "Your email address is unverified.": "Your email address is unverified."
-}
\ No newline at end of file
diff --git a/resources/lang/zh_HK/auth.php b/resources/lang/zh_HK/auth.php
deleted file mode 100644
index 9e2d80d5..00000000
--- a/resources/lang/zh_HK/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- '用戶名或密碼錯誤。',
- 'password' => '密碼錯誤。',
- 'throttle' => '您嘗試的登入次數過多,請在 :seconds 秒後再試。',
-];
diff --git a/resources/lang/zh_HK/http-statuses.php b/resources/lang/zh_HK/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/zh_HK/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/zh_HK/pagination.php b/resources/lang/zh_HK/pagination.php
deleted file mode 100644
index 72df3cc0..00000000
--- a/resources/lang/zh_HK/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- '下一頁 »',
- 'previous' => '« 上一頁',
-];
diff --git a/resources/lang/zh_HK/passwords.php b/resources/lang/zh_HK/passwords.php
deleted file mode 100644
index 5efd22bf..00000000
--- a/resources/lang/zh_HK/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- '密碼重設已完成!',
- 'sent' => '密碼重設電郵經已寄出!',
- 'throttled' => '請稍候再試。',
- 'token' => '密碼重設碼不正確。',
- 'user' => '找不到該電郵地址所對應的用戶。',
-];
diff --git a/resources/lang/zh_HK/validation.php b/resources/lang/zh_HK/validation.php
deleted file mode 100644
index fd6dec5f..00000000
--- a/resources/lang/zh_HK/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- '必須接受 :attribute。',
- 'accepted_if' => ':Other 為 :value 时,:attribute 必須接受。',
- 'active_url' => ':Attribute 並非一個有效的網址。',
- 'after' => ':Attribute 必須要晚於 :date。',
- 'after_or_equal' => ':Attribute 必須要等於 :date 或更晚。',
- 'alpha' => ':Attribute 只能以字母組成。',
- 'alpha_dash' => ':Attribute 只能以字母、數字、連接線(-)及底線(_)組成。',
- 'alpha_num' => ':Attribute 只能以字母及數字組成。',
- 'array' => ':Attribute 必須為陣列。',
- 'attached' => '此 :attribute 已附加。',
- 'before' => ':Attribute 必須要早於 :date。',
- 'before_or_equal' => ':Attribute 必須要等於 :date 或更早。',
- 'between' => [
- 'array' => ':Attribute: 必須有 :min 至 :max 個項目。',
- 'file' => ':Attribute 必須介乎 :min 至 :max KB 之間。',
- 'numeric' => ':Attribute 必須介乎 :min 至 :max 之間。',
- 'string' => ':Attribute 必須介乎 :min 至 :max 個字符之間。',
- ],
- 'boolean' => ':Attribute 必須是布爾值。',
- 'confirmed' => ':Attribute 確認欄位的輸入並不相符。',
- 'current_password' => '當前密碼不正確。',
- 'date' => ':Attribute 並非一個有效的日期。',
- 'date_equals' => ':Attribute 必須等於 :date。',
- 'date_format' => ':Attribute 與 :format 格式不相符。',
- 'declined' => ':Attribute 必須被拒絕。',
- 'declined_if' => '當 :other 為 :value 時,:attribute 必須被拒絕。',
- 'different' => ':Attribute 與 :other 必須不同。',
- 'digits' => ':Attribute 必須是 :digits 位數字。',
- 'digits_between' => ':Attribute 必須介乎 :min 至 :max 位數字。',
- 'dimensions' => ':Attribute 圖片尺寸不正確。',
- 'distinct' => ':Attribute 已經存在。',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute 必須是有效的電郵地址。',
- 'ends_with' => ':Attribute 結尾必須包含下列之一::values。',
- 'enum' => ':Attribute 無效。',
- 'exists' => ':Attribute 不存在。',
- 'file' => ':Attribute 必須是文件。',
- 'filled' => ':Attribute 不能留空。',
- 'gt' => [
- 'array' => ':Attribute 必須多於 :value 個項目。',
- 'file' => ':Attribute 必須大於 :value KB。',
- 'numeric' => ':Attribute 必須大於 :value。',
- 'string' => ':Attribute 必須多於 :value 個字符。',
- ],
- 'gte' => [
- 'array' => ':Attribute 必須多於或等於 :value 個項目。',
- 'file' => ':Attribute 必須大於或等於 :value KB。',
- 'numeric' => ':Attribute 必須大於或等於 :value。',
- 'string' => ':Attribute 必須多於或等於 :value 個字符。',
- ],
- 'image' => ':Attribute 必須是一張圖片。',
- 'in' => '所揀選的 :attribute 選項無效。',
- 'in_array' => ':Attribute 沒有在 :other 中。',
- 'integer' => ':Attribute 必須是一個整數。',
- 'ip' => ':Attribute 必須是一個有效的 IP 地址。',
- 'ipv4' => ':Attribute 必須是一個有效的 IPv4 地址。',
- 'ipv6' => ':Attribute 必須是一個有效的 IPv6 地址。',
- 'json' => ':Attribute 必須是正確的 JSON 格式。',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute 必須少於 :value 個項目。',
- 'file' => ':Attribute 必須小於 :value KB。',
- 'numeric' => ':Attribute 必須小於 :value。',
- 'string' => ':Attribute 必須少於 :value 個字符。',
- ],
- 'lte' => [
- 'array' => ':Attribute 必須少於或等於 :value 個項目。',
- 'file' => ':Attribute 必須小於或等於 :value KB。',
- 'numeric' => ':Attribute 必須小於或等於 :value。',
- 'string' => ':Attribute 必須少於或等於 :value 個字符。',
- ],
- 'mac_address' => ':Attribute 必須是一個有效的 MAC 地址。',
- 'max' => [
- 'array' => ':Attribute 不能多於 :max 個項目。',
- 'file' => ':Attribute 不能大於 :max KB。',
- 'numeric' => ':Attribute 不能大於 :max。',
- 'string' => ':Attribute 不能多於 :max 個字符。',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute 必須為 :values 的檔案。',
- 'mimetypes' => ':Attribute 必須為 :values 的檔案。',
- 'min' => [
- 'array' => ':Attribute 不能小於 :min 個項目。',
- 'file' => ':Attribute 不能小於 :min KB。',
- 'numeric' => ':Attribute 不能小於 :min。',
- 'string' => ':Attribute 不能小於 :min 個字符。',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => '所揀選的 :attribute 必須為 :value 中的多個。',
- 'not_in' => '所揀選的 :attribute 選項無效。',
- 'not_regex' => ':Attribute 的格式錯誤。',
- 'numeric' => ':Attribute 必須為一個數字。',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute 必須存在。',
- 'prohibited' => ':Attribute 字段被禁止。',
- 'prohibited_if' => '当 :other 为 :value 时,:attribute字段被禁止。',
- 'prohibited_unless' => ':Attribute 字段被禁止,除非 :other 位于 :values 中。',
- 'prohibits' => ':Attribute 不能包含 :other。',
- 'regex' => ':Attribute 的格式錯誤。',
- 'relatable' => '此 :attribute 可能与此资源不相關聯。',
- 'required' => ':Attribute 不能留空。',
- 'required_array_keys' => ':Attribute 必須包含指定的鍵::values.',
- 'required_if' => '當 :other 是 :value 時 :attribute 不能留空。',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => '當 :other 不是 :values 時 :attribute 不能留空。',
- 'required_with' => '當 :values 出現時 :attribute 不能留空。',
- 'required_with_all' => '當 :values 出現時 :attribute 不能留空。',
- 'required_without' => '當 :values 留空時 :attribute field 不能留空。',
- 'required_without_all' => '當 :values 都不出現時 :attribute 不能留空。',
- 'same' => ':Attribute 與 :other 必須相同。',
- 'size' => [
- 'array' => ':Attribute 必須是 :size 個單元。',
- 'file' => ':Attribute 的大小必須是 :size KB。',
- 'numeric' => ':Attribute 的大小必須是 :size。',
- 'string' => ':Attribute 必須是 :size 個字符。',
- ],
- 'starts_with' => ':Attribute 開頭必須包含下列之一::values。',
- 'string' => ':Attribute 必須是一個字符串',
- 'timezone' => ':Attribute 必須是一個正確的時區值。',
- 'unique' => ':Attribute 已經存在。',
- 'uploaded' => ':Attribute 上傳失敗。',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute 的格式錯誤。',
- 'uuid' => ':Attribute 必須是有效的 UUID。',
- 'attributes' => [
- 'address' => '地址',
- 'age' => '年齡',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => '可用的',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => '城市',
- 'content' => '內容',
- 'country' => '國家',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => '日期',
- 'date_of_birth' => 'date of birth',
- 'day' => '天',
- 'deleted_at' => 'deleted at',
- 'description' => '描述',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => '電郵',
- 'excerpt' => '摘要',
- 'filter' => 'filter',
- 'first_name' => '名',
- 'gender' => '性別',
- 'group' => 'group',
- 'hour' => '時',
- 'image' => 'image',
- 'last_name' => '姓',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => '分',
- 'mobile' => '手機',
- 'month' => '月',
- 'name' => '名稱',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => '密碼',
- 'password_confirmation' => '確認密碼',
- 'phone' => '電話',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => '秒',
- 'sex' => '性別',
- 'short_text' => 'short text',
- 'size' => '大小',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => '時間',
- 'title' => '標題',
- 'updated_at' => 'updated at',
- 'username' => '使用者名',
- 'year' => '年',
- ],
-];
diff --git a/resources/lang/zh_TW.json b/resources/lang/zh_TW.json
deleted file mode 100644
index 2bc41c21..00000000
--- a/resources/lang/zh_TW.json
+++ /dev/null
@@ -1,205 +0,0 @@
-{
- "(and :count more error)": "(and :count more error)",
- "(and :count more errors)": "(and :count more errors)",
- "A fresh verification link has been sent to your email address.": "驗證連結已發送到您的電子郵件地址。",
- "A new verification link has been sent to the email address you provided in your profile settings.": "新的驗證連結已發送到您個人資料設定裡的電子郵件地址。",
- "A new verification link has been sent to your email address.": "新的驗證連結已發送到您的電子郵件地址。",
- "Accept Invitation": "接受邀請",
- "Add": "新增",
- "Add a new team member to your team, allowing them to collaborate with you.": "新增一個新的團隊成員到你的團隊,讓他們與你合作。",
- "Add additional security to your account using two factor authentication.": "使用兩步驟驗證為您的帳戶提高額外的安全性。",
- "Add Team Member": "新增團隊成員",
- "Added.": "已新增",
- "Administrator": "管理員",
- "Administrator users can perform any action.": "管理員使用者可以執行任何操作。",
- "All of the people that are part of this team.": "所有人都是這個團隊的一部分。",
- "All rights reserved.": "版權所有。",
- "Already registered?": "已註冊?",
- "API Token": "API Token",
- "API Token Permissions": "API Token 權限",
- "API Tokens": "API Tokens",
- "API tokens allow third-party services to authenticate with our application on your behalf.": "API tokens 允許協力廠商服務代表您與我們的應用程式進行認證。",
- "Are you sure you want to delete this team? Once a team is deleted, all of its resources and data will be permanently deleted.": "您確定要刪除這個團隊嗎?一旦一個團隊被刪除,它的所有資源和資料將被永久刪除。",
- "Are you sure you want to delete your account? Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.": "您確定要刪除您的帳戶嗎?一旦您的帳戶被刪除,其所有資源和資料將被永久刪除。請輸入您的密碼,確認您要永久刪除您的帳戶。",
- "Are you sure you would like to delete this API token?": "您確定要刪除這個 API token 嗎?",
- "Are you sure you would like to leave this team?": "您確定要離開這個團隊嗎?",
- "Are you sure you would like to remove this person from the team?": "您確定要把這個人從團隊中刪除嗎?",
- "Before continuing, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another.": "在繼續之前,您可以點擊我們剛剛給您發送的連結來驗證您的電子郵件地址,如果您沒有收到那封電子郵件,我們將很樂意再發送一封給您。",
- "Before proceeding, please check your email for a verification link.": "在繼續之前,請檢查您的電子郵件中的驗證連結。",
- "Browser Sessions": "瀏覽器工作階段",
- "Cancel": "取消",
- "Click here to re-send the verification email.": "按一下這裡來重新發送驗證電子郵件",
- "click here to request another": "按一下這裡來要求另一個",
- "Close": "關閉",
- "Code": "驗證碼",
- "Confirm": "確認",
- "Confirm Password": "確認密碼",
- "Create": "建立",
- "Create a new team to collaborate with others on projects.": "建立一個新的團隊,與他人合作進行計畫。",
- "Create Account": "建立帳戶",
- "Create API Token": "建立 API Token",
- "Create New Team": "建立新的團隊",
- "Create Team": "建立團隊",
- "Created.": "已建立。",
- "Current Password": "目前密碼",
- "Dashboard": "控制面板",
- "Delete": "刪除",
- "Delete Account": "刪除帳戶",
- "Delete API Token": "刪除 API Token",
- "Delete Team": "刪除團隊",
- "Disable": "禁用",
- "Done.": "已完成。",
- "Edit Profile": "編輯個人資料",
- "Editor": "編輯者",
- "Editor users have the ability to read, create, and update.": "編輯者可以讀取、建立和更新。",
- "Email": "電子郵件",
- "Email Address": "電子郵件地址",
- "Email Password Reset Link": "電子郵件密碼重置連結",
- "Enable": "啟用",
- "Ensure your account is using a long, random password to stay secure.": "確保你的帳戶使用足夠長且隨機的密碼來確保安全。",
- "Finish enabling two factor authentication.": "完成啟用兩步驟驗證。",
- "For your security, please confirm your password to continue.": "為了您的安全,請確認您的密碼以繼續。",
- "Forbidden": "拒絕存取",
- "Forgot your password?": "忘記密碼?",
- "Forgot Your Password?": "忘記密碼?",
- "Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.": "忘記密碼?沒關係。請輸入您的電子郵件地址,我們將透過電子郵件發送密碼重置連結給您,讓您重新設定一個新的密碼。",
- "Go to page :page": "前往第 :page 頁",
- "Great! You have accepted the invitation to join the :team team.": "太好了,您已接受了加入團隊「:team」的邀請。",
- "Hello!": "您好!",
- "I agree to the :terms_of_service and :privacy_policy": "我同意 :terms_of_service 和 :privacy_policy",
- "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.": "如有必要,您可以登出您其它裝置上的所有瀏覽器會話。下方列出了您最近的一些會話,但是,這個列表可能並不詳盡。如果您認為您的帳戶已被入侵,您還應該更新您的密碼。",
- "If you already have an account, you may accept this invitation by clicking the button below:": "如果您已經有一個帳戶,您可以透過點擊下方的按鈕接受這個邀請:",
- "If you did not create an account, no further action is required.": "如果您未註冊帳號,請忽略此郵件。",
- "If you did not expect to receive an invitation to this team, you may discard this email.": "如果您沒有預期會收到這個團隊的邀請,您可以刪除這封郵件。",
- "If you did not receive the email": "如果您沒有收到郵件",
- "If you did not request a password reset, no further action is required.": "如果您未要求重設密碼,請忽略此郵件。",
- "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "如果您還沒有帳號,可以點擊下方的按鈕建立一個帳號。建立帳戶後,您可以點擊此郵件中的邀請接受按鈕,接受團隊邀請:",
- "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "如果您點擊「:actionText」按鈕時出現問題,請複製下方連結至瀏覽器中貼上:",
- "Last active": "上次活躍",
- "Last used": "上次使用",
- "Leave": "離開",
- "Leave Team": "離開團隊",
- "Log in": "登入",
- "Log Out": "登出",
- "Log Out Other Browser Sessions": "登出其它瀏覽器工作階段",
- "Login": "登入",
- "Logout": "登出",
- "Manage Account": "管理帳戶",
- "Manage and log out your active sessions on other browsers and devices.": "管理或登出您在其它瀏覽器及裝置上的工作階段。",
- "Manage API Tokens": "管理 API Token",
- "Manage Role": "管理角色",
- "Manage Team": "管理團隊",
- "Name": "姓名",
- "New Password": "新的密碼",
- "Not Found": "找不到頁面",
- "of": "於",
- "Once a team is deleted, all of its resources and data will be permanently deleted. Before deleting this team, please download any data or information regarding this team that you wish to retain.": "一旦團隊被刪除,其所有資源和數據將被永久刪除。在刪除該團隊之前,請下載您希望保留的有關該團隊的任何數據或資訊。",
- "Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.": "一旦您的帳戶被刪除,其所有資源和數據將被永久刪除。在刪除您的帳戶之前,請下載您希望保留的任何數據或資訊。",
- "Page Expired": "頁面已過期",
- "Pagination Navigation": "分頁導航",
- "Password": "密碼",
- "Pending Team Invitations": "待處理的團隊邀請",
- "Permanently delete this team.": "永久刪除此團隊",
- "Permanently delete your account.": "永久刪除您的帳戶",
- "Permissions": "權限",
- "Photo": "照片",
- "Please click the button below to verify your email address.": "請點擊下方按鈕驗證您的電子郵件地址:",
- "Please confirm access to your account by entering one of your emergency recovery codes.": "請輸入您的緊急還原碼以存取您的帳戶。",
- "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "請輸入您的驗證器應用程式提供的驗證碼以存取您的帳戶。",
- "Please confirm your password before continuing.": "請在繼續前確認您的密碼。",
- "Please copy your new API token. For your security, it won't be shown again.": "請複製你的新 API token。為了您的安全,它不會再被顯示出來。",
- "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "請輸入您的密碼,以確認您要登出您所有裝置上的其它瀏覽器工作階段。",
- "Please provide the email address of the person you would like to add to this team.": "請提供您想加入這個團隊的人的電子郵件地址。",
- "Privacy Policy": "隱私政策",
- "Profile": "個人資料",
- "Profile Information": "個人資料",
- "Recovery Code": "還原碼",
- "Regards": "致敬",
- "Regenerate Recovery Codes": "重新產生還原碼",
- "Register": "註冊",
- "Remember me": "記住我",
- "Remember Me": "記住我",
- "Remove": "移除",
- "Remove Photo": "移除照片",
- "Remove Team Member": "移除團隊成員",
- "Resend Verification Email": "重新發送驗證電子郵件",
- "Reset Password": "重設密碼",
- "Reset Password Notification": "重設密碼通知",
- "results": "結果",
- "Role": "角色",
- "Save": "儲存",
- "Saved.": "已儲存。",
- "Select A New Photo": "選擇新的照片",
- "Send Password Reset Link": "發送重設密碼連結",
- "Server Error": "伺服器錯誤",
- "Service Unavailable": "暫時不提供服務",
- "Setup Key": "設定鍵",
- "Show Recovery Codes": "顯示還原碼",
- "Showing": "顯示中",
- "Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.": "將這些還原碼儲存在一個安全的密碼管理器中。如果您的兩步驟驗證裝置遺失,它們可以用來還原對您帳戶的存取權。",
- "Switch Teams": "選擇團隊",
- "Team Details": "團隊詳情",
- "Team Invitation": "團隊邀請",
- "Team Members": "團隊成員",
- "Team Name": "團隊名稱",
- "Team Owner": "團隊擁有者",
- "Team Settings": "團隊設定",
- "Terms of Service": "服務條款",
- "The :attribute must be a valid role.": ":Attribute 不是正確的角色。",
- "The :attribute must be at least :length characters and contain at least one number.": ":Attribute 至少為 :length 個字元且至少包含一個數字。",
- "The :attribute must be at least :length characters and contain at least one special character and one number.": ":Attribute 長度至少 :length 位並且至少必須包含一個特殊字元和一個數字。",
- "The :attribute must be at least :length characters and contain at least one special character.": ":Attribute 至少為 :length 個字元且至少包含一個特殊字元。",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one number.": ":Attribute 至少為 :length 個字元且至少包含一個大寫字母和一個數字。",
- "The :attribute must be at least :length characters and contain at least one uppercase character and one special character.": ":Attribute 至少為 :length 個字元且至少包含一個大寫字母和一個特殊字元。",
- "The :attribute must be at least :length characters and contain at least one uppercase character, one number, and one special character.": ":Attribute 至少為:length 個字元且至少包含一個大寫字母、一個數字和一個特殊字元。",
- "The :attribute must be at least :length characters and contain at least one uppercase character.": ":Attribute 至少為 :length 個字元且至少包含一個大寫字母。",
- "The :attribute must be at least :length characters.": ":Attribute 至少為 :length 個字元。",
- "The :attribute must contain at least one letter.": ":Attribute 至少包含一個字母。",
- "The :attribute must contain at least one number.": ":Attribute 至少包含一個數字。",
- "The :attribute must contain at least one symbol.": ":Attribute 至少包含一個符號。",
- "The :attribute must contain at least one uppercase and one lowercase letter.": ":Attribute 至少包含一個大寫和一個小寫字母。",
- "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "給定的 :attribute 出現在資料外洩中。 請選擇不同的 :attribute。",
- "The given data was invalid.": "The given data was invalid.",
- "The password is incorrect.": "密碼不正確。",
- "The provided password does not match your current password.": "目前密碼不正確。",
- "The provided password was incorrect.": "密碼錯誤。",
- "The provided two factor authentication code was invalid.": "兩步驟驗證代碼錯誤",
- "The provided two factor recovery code was invalid.": "The provided two factor recovery code was invalid.",
- "The team's name and owner information.": "團隊名稱和擁有者資訊。",
- "These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.": "這些人已被邀請加入您的團隊,並已收到一封邀請郵件。他們可以透過接受電子郵件邀請加入團隊。",
- "This device": "目前裝置",
- "This is a secure area of the application. Please confirm your password before continuing.": "請在繼續之前確認您的密碼。",
- "This password does not match our records.": "密碼不正確",
- "This password reset link will expire in :count minutes.": "重設密碼連結將會在 :count 分鐘後失效。",
- "This user already belongs to the team.": "使用者已經在團隊中。",
- "This user has already been invited to the team.": "使用者已經被邀請加入團隊。",
- "to": "至",
- "To finish enabling two factor authentication, scan the following QR code using your phone's authenticator application or enter the setup key and provide the generated OTP code.": "完成兩步驟驗證,使用您的手機的驗證器應用程式掃描以下的 QR 碼,或輸入設定密鑰並提供產生的 OTP 代碼。",
- "Toggle navigation": "切換導航",
- "Token Name": "Token 名稱",
- "Too Many Requests": "請求次數過多。",
- "Two Factor Authentication": "兩步驟驗證",
- "Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application or enter the setup key.": "兩步驟驗證已啟用。 使用您的手機的驗證器應用程式掃描以下的 QR code,或輸入設定密鑰。",
- "Unauthorized": "未授權",
- "Unknown": "Unknown",
- "Update Password": "更新密碼",
- "Update your account's profile information and email address.": "更新您的帳戶資料和電子郵件地址。",
- "Use a recovery code": "使用還原碼",
- "Use an authentication code": "使用驗證碼",
- "Verify Email Address": "驗證電子郵件地址",
- "Verify Your Email Address": "驗證您的電子郵件地址",
- "We were unable to find a registered user with this email address.": "我們無法找到這個電子郵件地址的註冊使用者。",
- "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.": "當啟用兩步驟驗證時,在認證過程中會提示您輸入一個安全的隨機 token。您可以從手機的 Google Authenticator 應用程式中獲取此 token。",
- "Whoops!": "哎呀!",
- "Whoops! Something went wrong.": "哎呀!出了點問題",
- "You are logged in!": "您已登入!",
- "You are receiving this email because we received a password reset request for your account.": "您收到此電子郵件是因為我們收到了您帳戶的密碼重設請求。",
- "You have been invited to join the :team team!": "您已被邀請加入「:team」團隊!",
- "You have enabled two factor authentication.": "您已經啟用了兩步驟驗證。",
- "You have not enabled two factor authentication.": "您還沒有啟用兩步驟驗證。",
- "You may accept this invitation by clicking the button below:": "您可以點擊下方的按鈕接受此邀請:",
- "You may delete any of your existing tokens if they are no longer needed.": "如果不再需要,您可以刪除任何現有的 tokens。",
- "You may not delete your personal team.": "您不能刪除您的個人團隊。",
- "You may not leave a team that you created.": "您不能離開你建立的團隊。",
- "Your email address is unverified.": "您的電子郵件地址未被驗證。"
-}
\ No newline at end of file
diff --git a/resources/lang/zh_TW/auth.php b/resources/lang/zh_TW/auth.php
deleted file mode 100644
index a2a4b78d..00000000
--- a/resources/lang/zh_TW/auth.php
+++ /dev/null
@@ -1,9 +0,0 @@
- '使用者名稱或密碼錯誤。',
- 'password' => '密碼錯誤',
- 'throttle' => '嘗試登入太多次,請在 :seconds 秒後再試。',
-];
diff --git a/resources/lang/zh_TW/http-statuses.php b/resources/lang/zh_TW/http-statuses.php
deleted file mode 100644
index 3346f78c..00000000
--- a/resources/lang/zh_TW/http-statuses.php
+++ /dev/null
@@ -1,84 +0,0 @@
- 'Unknown Error',
- '100' => 'Continue',
- '101' => 'Switching Protocols',
- '102' => 'Processing',
- '200' => 'OK',
- '201' => 'Created',
- '202' => 'Accepted',
- '203' => 'Non-Authoritative Information',
- '204' => 'No Content',
- '205' => 'Reset Content',
- '206' => 'Partial Content',
- '207' => 'Multi-Status',
- '208' => 'Already Reported',
- '226' => 'IM Used',
- '300' => 'Multiple Choices',
- '301' => 'Moved Permanently',
- '302' => 'Found',
- '303' => 'See Other',
- '304' => 'Not Modified',
- '305' => 'Use Proxy',
- '307' => 'Temporary Redirect',
- '308' => 'Permanent Redirect',
- '400' => 'Bad Request',
- '401' => 'Unauthorized',
- '402' => 'Payment Required',
- '403' => 'Forbidden',
- '404' => 'Not Found',
- '405' => 'Method Not Allowed',
- '406' => 'Not Acceptable',
- '407' => 'Proxy Authentication Required',
- '408' => 'Request Timeout',
- '409' => 'Conflict',
- '410' => 'Gone',
- '411' => 'Length Required',
- '412' => 'Precondition Failed',
- '413' => 'Payload Too Large',
- '414' => 'URI Too Long',
- '415' => 'Unsupported Media Type',
- '416' => 'Range Not Satisfiable',
- '417' => 'Expectation Failed',
- '418' => 'I\'m a teapot',
- '419' => 'Session Has Expired',
- '421' => 'Misdirected Request',
- '422' => 'Unprocessable Entity',
- '423' => 'Locked',
- '424' => 'Failed Dependency',
- '425' => 'Too Early',
- '426' => 'Upgrade Required',
- '428' => 'Precondition Required',
- '429' => 'Too Many Requests',
- '431' => 'Request Header Fields Too Large',
- '444' => 'Connection Closed Without Response',
- '449' => 'Retry With',
- '451' => 'Unavailable For Legal Reasons',
- '499' => 'Client Closed Request',
- '500' => 'Internal Server Error',
- '501' => 'Not Implemented',
- '502' => 'Bad Gateway',
- '503' => 'Maintenance Mode',
- '504' => 'Gateway Timeout',
- '505' => 'HTTP Version Not Supported',
- '506' => 'Variant Also Negotiates',
- '507' => 'Insufficient Storage',
- '508' => 'Loop Detected',
- '509' => 'Bandwidth Limit Exceeded',
- '510' => 'Not Extended',
- '511' => 'Network Authentication Required',
- '520' => 'Unknown Error',
- '521' => 'Web Server is Down',
- '522' => 'Connection Timed Out',
- '523' => 'Origin Is Unreachable',
- '524' => 'A Timeout Occurred',
- '525' => 'SSL Handshake Failed',
- '526' => 'Invalid SSL Certificate',
- '527' => 'Railgun Error',
- '598' => 'Network Read Timeout Error',
- '599' => 'Network Connect Timeout Error',
- 'unknownError' => 'Unknown Error',
-];
diff --git a/resources/lang/zh_TW/pagination.php b/resources/lang/zh_TW/pagination.php
deleted file mode 100644
index 72df3cc0..00000000
--- a/resources/lang/zh_TW/pagination.php
+++ /dev/null
@@ -1,8 +0,0 @@
- '下一頁 »',
- 'previous' => '« 上一頁',
-];
diff --git a/resources/lang/zh_TW/passwords.php b/resources/lang/zh_TW/passwords.php
deleted file mode 100644
index ddd490fb..00000000
--- a/resources/lang/zh_TW/passwords.php
+++ /dev/null
@@ -1,11 +0,0 @@
- '密碼已成功重設!',
- 'sent' => '密碼重設郵件已發送!',
- 'throttled' => '請稍候再試。',
- 'token' => '密碼重設碼無效。',
- 'user' => '找不到該 E-mail 對應的使用者。',
-];
diff --git a/resources/lang/zh_TW/validation.php b/resources/lang/zh_TW/validation.php
deleted file mode 100644
index 9b772363..00000000
--- a/resources/lang/zh_TW/validation.php
+++ /dev/null
@@ -1,210 +0,0 @@
- '必須接受 :attribute。',
- 'accepted_if' => '當 :other 為 :value 時,:attribute 必須接受。',
- 'active_url' => ':Attribute 不是有效的網址。',
- 'after' => ':Attribute 必須要晚於 :date。',
- 'after_or_equal' => ':Attribute 必須要等於 :date 或更晚。',
- 'alpha' => ':Attribute 只能以字母組成。',
- 'alpha_dash' => ':Attribute 只能以字母、數字、連接線(-)及底線(_)組成。',
- 'alpha_num' => ':Attribute 只能以字母及數字組成。',
- 'array' => ':Attribute 必須為陣列。',
- 'attached' => '这 :attribute 已经連接。',
- 'before' => ':Attribute 必須要早於 :date。',
- 'before_or_equal' => ':Attribute 必須要等於 :date 或更早。',
- 'between' => [
- 'array' => ':Attribute: 必須有 :min - :max 個元素。',
- 'file' => ':Attribute 必須介於 :min 至 :max KB 之間。',
- 'numeric' => ':Attribute 必須介於 :min 至 :max 之間。',
- 'string' => ':Attribute 必須介於 :min 至 :max 個字元之間。',
- ],
- 'boolean' => ':Attribute 必須為布林值。',
- 'confirmed' => ':Attribute 確認欄位的輸入不一致。',
- 'current_password' => '當前密碼不正確。',
- 'date' => ':Attribute 不是有效的日期。',
- 'date_equals' => ':Attribute 必須等於 :date。',
- 'date_format' => ':Attribute 不符合 :format 的格式。',
- 'declined' => ':Attribute 必須拒絕。',
- 'declined_if' => '當 :other 為 :value 時,:attribute 必須拒絕。',
- 'different' => ':Attribute 與 :other 必須不同。',
- 'digits' => ':Attribute 必須是 :digits 位數字。',
- 'digits_between' => ':Attribute 必須介於 :min 至 :max 位數字。',
- 'dimensions' => ':Attribute 圖片尺寸不正確。',
- 'distinct' => ':Attribute 已經存在。',
- 'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
- 'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
- 'email' => ':Attribute 必須是有效的 E-mail。',
- 'ends_with' => ':Attribute 結尾必須包含下列之一::values。',
- 'enum' => ':Attribute 的值不正確。',
- 'exists' => ':Attribute 不存在。',
- 'file' => ':Attribute 必須是有效的檔案。',
- 'filled' => ':Attribute 不能留空。',
- 'gt' => [
- 'array' => ':Attribute 必須多於 :value 個元素。',
- 'file' => ':Attribute 必須大於 :value KB。',
- 'numeric' => ':Attribute 必須大於 :value。',
- 'string' => ':Attribute 必須多於 :value 個字元。',
- ],
- 'gte' => [
- 'array' => ':Attribute 必須多於或等於 :value 個元素。',
- 'file' => ':Attribute 必須大於或等於 :value KB。',
- 'numeric' => ':Attribute 必須大於或等於 :value。',
- 'string' => ':Attribute 必須多於或等於 :value 個字元。',
- ],
- 'image' => ':Attribute 必須是一張圖片。',
- 'in' => '所選擇的 :attribute 選項無效。',
- 'in_array' => ':Attribute 沒有在 :other 中。',
- 'integer' => ':Attribute 必須是一個整數。',
- 'ip' => ':Attribute 必須是一個有效的 IP 位址。',
- 'ipv4' => ':Attribute 必須是一個有效的 IPv4 位址。',
- 'ipv6' => ':Attribute 必須是一個有效的 IPv6 位址。',
- 'json' => ':Attribute 必須是正確的 JSON 字串。',
- 'lowercase' => 'The :attribute must be lowercase.',
- 'lt' => [
- 'array' => ':Attribute 必須少於 :value 個元素。',
- 'file' => ':Attribute 必須小於 :value KB。',
- 'numeric' => ':Attribute 必須小於 :value。',
- 'string' => ':Attribute 必須少於 :value 個字元。',
- ],
- 'lte' => [
- 'array' => ':Attribute 必須少於或等於 :value 個元素。',
- 'file' => ':Attribute 必須小於或等於 :value KB。',
- 'numeric' => ':Attribute 必須小於或等於 :value。',
- 'string' => ':Attribute 必須少於或等於 :value 個字元。',
- ],
- 'mac_address' => ':Attribute 必須是一個有效的 MAC 位址。',
- 'max' => [
- 'array' => ':Attribute 最多有 :max 個元素。',
- 'file' => ':Attribute 不能大於 :max KB。',
- 'numeric' => ':Attribute 不能大於 :max。',
- 'string' => ':Attribute 不能多於 :max 個字元。',
- ],
- 'max_digits' => 'The :attribute must not have more than :max digits.',
- 'mimes' => ':Attribute 必須為 :values 的檔案。',
- 'mimetypes' => ':Attribute 必須為 :values 的檔案。',
- 'min' => [
- 'array' => ':Attribute 至少有 :min 個元素。',
- 'file' => ':Attribute 不能小於 :min KB。',
- 'numeric' => ':Attribute 不能小於 :min。',
- 'string' => ':Attribute 不能小於 :min 個字元。',
- ],
- 'min_digits' => 'The :attribute must have at least :min digits.',
- 'multiple_of' => '所選擇的 :attribute 必須為 :value 中的多個。',
- 'not_in' => '所選擇的 :attribute 選項無效。',
- 'not_regex' => ':Attribute 的格式錯誤。',
- 'numeric' => ':Attribute 必須為一個數字。',
- 'password' => [
- 'letters' => 'The :attribute must contain at least one letter.',
- 'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
- 'numbers' => 'The :attribute must contain at least one number.',
- 'symbols' => 'The :attribute must contain at least one symbol.',
- 'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
- ],
- 'present' => ':Attribute 必須存在。',
- 'prohibited' => ':Attribute 字段被禁止。',
- 'prohibited_if' => '当 :other 为 :value 时,:attribute字段被禁止。',
- 'prohibited_unless' => ':Attribute 字段被禁止,除非 :other 在 :values 中。',
- 'prohibits' => ':Attribute 字段禁止包含 :other。',
- 'regex' => ':Attribute 的格式錯誤。',
- 'relatable' => '此 :attribute 可能与此资源不相關聯。',
- 'required' => ':Attribute 不能留空。',
- 'required_array_keys' => ':Attribute 必須包含 :values 中的一個鍵。',
- 'required_if' => '當 :other 是 :value 時 :attribute 不能留空。',
- 'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
- 'required_unless' => '當 :other 不是 :values 時 :attribute 不能留空。',
- 'required_with' => '當 :values 出現時 :attribute 不能留空。',
- 'required_with_all' => '當 :values 出現時 :attribute 不能為空。',
- 'required_without' => '當 :values 留空時 :attribute field 不能留空。',
- 'required_without_all' => '當 :values 都不出現時 :attribute 不能留空。',
- 'same' => ':Attribute 與 :other 必須相同。',
- 'size' => [
- 'array' => ':Attribute 必須是 :size 個元素。',
- 'file' => ':Attribute 的大小必須是 :size KB。',
- 'numeric' => ':Attribute 的大小必須是 :size。',
- 'string' => ':Attribute 必須是 :size 個字元。',
- ],
- 'starts_with' => ':Attribute 開頭必須包含下列之一::values。',
- 'string' => ':Attribute 必須是一個字串。',
- 'timezone' => ':Attribute 必須是一個正確的時區值。',
- 'unique' => ':Attribute 已經存在。',
- 'uploaded' => ':Attribute 上傳失敗。',
- 'uppercase' => 'The :attribute must be uppercase.',
- 'url' => ':Attribute 的格式錯誤。',
- 'uuid' => ':Attribute 必須是有效的 UUID。',
- 'attributes' => [
- 'address' => '地址',
- 'age' => '年齡',
- 'amount' => 'amount',
- 'area' => 'area',
- 'available' => '可用的',
- 'birthday' => 'birthday',
- 'body' => 'body',
- 'city' => '城市',
- 'content' => '內容',
- 'country' => '國家',
- 'created_at' => 'created at',
- 'creator' => 'creator',
- 'current_password' => 'current password',
- 'date' => '日期',
- 'date_of_birth' => 'date of birth',
- 'day' => '天',
- 'deleted_at' => 'deleted at',
- 'description' => '描述',
- 'district' => 'district',
- 'duration' => 'duration',
- 'email' => 'e-mail',
- 'excerpt' => '摘要',
- 'filter' => 'filter',
- 'first_name' => '名',
- 'gender' => '性別',
- 'group' => 'group',
- 'hour' => '時',
- 'image' => 'image',
- 'last_name' => '姓',
- 'lesson' => 'lesson',
- 'line_address_1' => 'line address 1',
- 'line_address_2' => 'line address 2',
- 'message' => 'message',
- 'middle_name' => 'middle name',
- 'minute' => '分',
- 'mobile' => '手機',
- 'month' => '月',
- 'name' => '名稱',
- 'national_code' => 'national code',
- 'number' => 'number',
- 'password' => '密碼',
- 'password_confirmation' => '確認密碼',
- 'phone' => '電話',
- 'photo' => 'photo',
- 'postal_code' => 'postal code',
- 'price' => 'price',
- 'province' => 'province',
- 'recaptcha_response_field' => 'recaptcha response field',
- 'remember' => 'remember',
- 'restored_at' => 'restored at',
- 'result_text_under_image' => 'result text under image',
- 'role' => 'role',
- 'second' => '秒',
- 'sex' => '性別',
- 'short_text' => 'short text',
- 'size' => '大小',
- 'state' => 'state',
- 'street' => 'street',
- 'student' => 'student',
- 'subject' => 'subject',
- 'teacher' => 'teacher',
- 'terms' => 'terms',
- 'test_description' => 'test description',
- 'test_locale' => 'test locale',
- 'test_name' => 'test name',
- 'text' => 'text',
- 'time' => '時間',
- 'title' => '標題',
- 'updated_at' => 'updated at',
- 'username' => '使用者名稱',
- 'year' => '年',
- ],
-];
diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php
index d210baa5..df9a2ba3 100644
--- a/resources/views/auth/login.blade.php
+++ b/resources/views/auth/login.blade.php
@@ -16,7 +16,7 @@
- {{ __('Zurück zur Webseite') }}
+ {{ __('Back to the website') }}
Bitcoin Kurse
- für deine Reise in den Kaninchenbau.
+ class="w-full text-transparent bg-clip-text bg-gradient-to-r from-amber-400 via-amber-500 to-amber-200 lg:inline">{{ __('Courses') }}
-
Wähle deine Stadt, suche im
- Umkreis nach
- Kursen und wähle ein für dich passendes Thema aus.
+
+ {{ __('Choose your city, search for courses in the surrounding area and select a topic that suits you.') }}
+
@endif
@@ -137,11 +146,11 @@
Bitcoin Content
- für deine Reise in den Kaninchenbau.
+ class="w-full text-transparent bg-clip-text bg-gradient-to-r from-amber-400 via-amber-500 to-amber-200 lg:inline">{{ __('Content') }}
-
Wähle ein für dich passendes
- Thema aus.
+
+ {{ __('Choose a topic that is right for you.') }}
+
- Bitcoiner Meetups {{ __('Meetups') }}
- Plebs together strong 💪
+ {{ __('Plebs together strong 💪') }}
-
Finde Bitcoiner in deiner Stadt und lerne
- sie auf einem der Meetups kennen.
+
+ {{ __('Bitcoiner Meetups are a great way to meet other Bitcoiners in your area. You can learn from each other, share ideas, and have fun!') }}
@php
$focus = '';
$map = $country->code . '_merc';
diff --git a/resources/views/livewire/meetup/world-map.blade.php b/resources/views/livewire/meetup/world-map.blade.php
index e5fd60e8..7117c229 100644
--- a/resources/views/livewire/meetup/world-map.blade.php
+++ b/resources/views/livewire/meetup/world-map.blade.php
@@ -5,13 +5,14 @@
- Bitcoiner Meetups {{ __('Meetups') }}
- Plebs together strong 💪
+ {{ __('Plebs together strong 💪') }}
-
Finde Bitcoiner in deiner Stadt und lerne
- sie auf einem der Meetups kennen.
+
+ {{ __('Bitcoiner Meetups are a great way to meet other Bitcoiners in your area. You can learn from each other, share ideas, and have fun!') }}
+
@@ -32,24 +32,24 @@
min="1"
type="number"
wire:model.debounce="orangepill.amount"
- label="Anzahl der Bücher"
- placeholder="Anzahl der Bücher"
- corner-hint="Wie viele Bitcoin-Bücher hast du reingestellt?"
+ label="{{ __('Number of books') }}"
+ placeholder="{{ __('Number of books') }}"
+ corner-hint="{{ __('How many bitcoin books have you put in?') }}"
/>
diff --git a/resources/views/vendor/comments/mail/approvedCommentNotification.blade.php b/resources/views/vendor/comments/mail/approvedCommentNotification.blade.php
index 4e18abed..9024b1f9 100644
--- a/resources/views/vendor/comments/mail/approvedCommentNotification.blade.php
+++ b/resources/views/vendor/comments/mail/approvedCommentNotification.blade.php
@@ -18,7 +18,7 @@
@endcomponent
@if($unsubscribeUrl = $commentator->unsubscribeFromCommentNotificationsUrl($comment))
-Unsubscribe from receive notification about {{ $topLevelComment->commentable->commentableName() }}
+{{ __('Unsubscribe from receive notification about :commentableName', ['commentableName' => $topLevelComment->commentable->commentableName()]) }}
@endif
@endcomponent
diff --git a/resources/views/vendor/comments/signed/approval/approveComment.blade.php b/resources/views/vendor/comments/signed/approval/approveComment.blade.php
index b2d1e25f..3c081d71 100644
--- a/resources/views/vendor/comments/signed/approval/approveComment.blade.php
+++ b/resources/views/vendor/comments/signed/approval/approveComment.blade.php
@@ -1,5 +1,5 @@
- The comment has been approved.
+ {{ __('The comment has been approved.') }}
diff --git a/resources/views/vendor/comments/signed/approval/approveCommentConfirmation.blade.php b/resources/views/vendor/comments/signed/approval/approveCommentConfirmation.blade.php
index feadafed..131720ed 100644
--- a/resources/views/vendor/comments/signed/approval/approveCommentConfirmation.blade.php
+++ b/resources/views/vendor/comments/signed/approval/approveCommentConfirmation.blade.php
@@ -1,10 +1,10 @@
- Do you want to approve the comment?
+ {{ __('Do you want to approve the comment?') }}
diff --git a/resources/views/vendor/comments/signed/approval/rejectComment.blade.php b/resources/views/vendor/comments/signed/approval/rejectComment.blade.php
index 91c7048c..31d40ac5 100644
--- a/resources/views/vendor/comments/signed/approval/rejectComment.blade.php
+++ b/resources/views/vendor/comments/signed/approval/rejectComment.blade.php
@@ -1,5 +1,5 @@
- The comment has been rejected.
+ {{ __('The comment has been rejected.') }}
diff --git a/resources/views/vendor/comments/signed/approval/rejectCommentApproval.blade.php b/resources/views/vendor/comments/signed/approval/rejectCommentApproval.blade.php
index a49a06b3..75c0b1a0 100644
--- a/resources/views/vendor/comments/signed/approval/rejectCommentApproval.blade.php
+++ b/resources/views/vendor/comments/signed/approval/rejectCommentApproval.blade.php
@@ -1,6 +1,6 @@
- Do you want to reject the comment?
+ {{ __('Do you want to reject the comment?') }}