Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add macedonian language support #27

Merged
merged 1 commit into from
Dec 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions resources/lang/mk/user.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?php

return [
'group' => 'Група',
'resource' => [
'id' => 'ИД',
'single' => 'Корисник',
'email_verified_at' => 'Е-пошта е верифицирана',
'created_at' => 'Креирано на',
'updated_at' => 'Ажурирано на',
'verified' => 'Верифициран',
'unverified' => 'Неверифициран',
'name' => 'Име',
'email' => 'Е-пошта',
'password' => 'Лозинка',
'roles' => 'Улоги',
'teams' => 'Тимови',
'label' => 'Корисници',
'title' => [
'show' => 'Прикажи корисник',
'delete' => 'Избриши корисник',
'impersonate' => 'Имперсонирај корисник',
'create' => 'Креирај корисник',
'edit' => 'Уреди корисник',
'list' => 'Листа на корисници',
'home' => 'Корисници',
],
'notificaitons' => [
'last' => [
'title' => 'Грешка',
'body' => 'Не можете да го избришете последниот корисник',
],
'self' => [
'title' => 'Грешка',
'body' => 'Не можете да се избришете себеси',
],
],
],
'bulk' => [
'teams' => 'Ажурирај тимови',
'roles' => 'Ажурирај улоги',
],
'team' => [
'title' => 'Тимови',
'single' => 'Тим',
'columns' => [
'avatar' => 'Аватар',
'name' => 'Име',
'owner' => 'Сопственик',
'personal_team' => 'Личен тим',
],
],
];
Loading