-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/tanthammar/tall-forms
- Loading branch information
Showing
5 changed files
with
632 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<?php | ||
|
||
return [ | ||
'actions' => 'کردارەکان', | ||
'add' => 'زیادکردن', | ||
'cancel' => 'پەشیمانبونەوە', | ||
'create' => 'زیادکردن', | ||
'delete' => 'سڕینەوە', | ||
'edit' => 'دەستکاری', | ||
'new' => 'نوێ', | ||
'reset' => 'ڕێکخستنەوە', | ||
'save' => 'پاشەکەوتکردن', | ||
'saved' => 'پاشەکەوتکرا', | ||
'show' => 'پیشاندان', | ||
'swap' => 'جێگرەوە', | ||
'save-and-stay' => 'پاشەکەوتکردن و مانەوە', | ||
'save-go-back' => 'پاشەکەوتکردن و گەڕانەوە', | ||
|
||
'cropper' => [ | ||
'select-file' => 'هەڵبژاردنی پەڕگە', | ||
'drop-zone-help' => 'وێنەیەک ڕابکێشە ئێرە یان کرتە بکە لەسەر ئەم ناوچەیە', | ||
'file-info' => 'PNG, JPG, GIF, TIFF, زۆرترین 1.5MB', | ||
], | ||
|
||
'file-upload' => [ | ||
'upload-file-error' => 'یەکێک یان زیاتر لە پەڕگە بارکراوەکان هاوتا نەبوون لەگەڵ پەڕگەی ڕێگەپێدراو یان سنووری قەبارە. تکایە سەیری خانەکانی دەقی یارمەتی بکە، چاو بە پەڕگەکانتدا بخشێنەوەو دووبارە هەوڵ بدەرەوە.' | ||
], | ||
|
||
'select' => [ | ||
'placeholder' => 'تکایە بژاردەیەک هەڵبژێرە...', | ||
], | ||
|
||
'multiselect' => [ | ||
'placeholder' => 'تکایە بژاردەیەک یان زیاتر هەڵبژێرە ...', | ||
'help' => 'فشار لە CTRL(Windows) یاخود CMD(Mac), بۆ هەڵبژاردنی/لابردنی بژاردەیەک.', | ||
], | ||
|
||
'search' => [ | ||
'placeholder' => 'گەڕان ...', //used for both Search and SearchList fields | ||
], | ||
|
||
'alerts' => [ | ||
'size-limit' => 'پەڕگەکە زۆر گەورەیە.', | ||
'one-at-the-time' => 'تکایە تەنها یەک پەڕگە هاوکات باربکە.', | ||
'max-attachments' => 'زۆرترین هاوپێچی رێگەپێدراو هاوپێچەکان: ', | ||
'mime' => 'جۆری پەڕگەکە نادروستە، تکایە پەڕگەیەکی تر هەڵبژێرە.', | ||
'updated-success' => 'فۆرمەکە بەسەرکەوتوویی پاشەکەوت کرا', | ||
'are-u-sure' => 'ئایا دڵنیایت؟', | ||
'tampering' => 'زانرا! بەهای بێ مۆڵەت دەستکاری دەکات', //if someone tampers with read-only values in Livewire devtools or console | ||
], | ||
|
||
'spatie-tags' => [ | ||
'error-msg' => 'تاگەکە دەبێت لە نێوان ٣ بۆ ٦٠ نووسە درێژ بێت و تەنیا لە پیتی ئەلفا-ژمارەیی پێکبێت.', | ||
'placeholder' => 'بنووسە بۆ زیادکردن/گەڕان ...', | ||
'help' => 'فشار لە دووگمەی SPACE بۆ زیادکردنی تاگی نوێ, یاخود تاگێکی هەبوو هەڵبژێرە بەکرتەکردن لەسەری.', | ||
], | ||
|
||
'tags' => [ | ||
'placeholder' => 'لێرە بنوسە...', | ||
'help' => 'فشار لە دووگمەی ENTER بکە, کۆما یان بۆشایی, بۆ زیادکردنی تاگ', | ||
'error-msg' => 'تاگەکە دەبێت لە نێوان ٣ بۆ ٢٥ نووسە درێژ بێت و تەنیا لە پیتی ئەلفا-ژمارەیی پێکبێت.', | ||
], | ||
|
||
'tags-search' => [ | ||
'placeholder' => 'بنووسە بۆ زیادکردن/گەڕان ...', | ||
'help' => 'نوسینی ENTER، کۆما یان بۆشایی، بۆ زیادکردنی تاگێکی نوێ، یان دیاریکردنی تاگێکی بەردەست لەڕێگای کرتەکردن لەسەری.', | ||
'error-msg' => 'تاگەکە دەبێت لە نێوان ٣ بۆ ٢٥ نووسە درێژ بێت و تەنیا لە پیتی ئەلفا-ژمارەیی پێکبێت.', | ||
], | ||
|
||
'date-picker' => [ | ||
'placeholder' => 'بەروار دیاریبکە...', | ||
'save-btn' => 'پاشەکەوتکردن' | ||
], | ||
|
||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,240 @@ | ||
<?php | ||
|
||
return [ | ||
'Permission' => [ | ||
'plural' => 'ڕێگەپێدانەکان', | ||
'singular' => 'ڕێگەپێدان' | ||
], | ||
'Role' => [ | ||
'plural' => 'ڕۆڵەکان', | ||
'singular' => 'ڕۆڵ' | ||
], | ||
'User' => [ | ||
'plural' => 'بەکارهێنەران', | ||
'singular' => 'بەکارهێنەر' | ||
], | ||
'Team' => [ | ||
'plural' => 'تیمەکان', | ||
'singular' => 'تیم' | ||
], | ||
'AuditLog' => [ | ||
'plural' => 'تۆمارەکانی وردبینی', | ||
'singular' => 'تۆماری وردبینی' | ||
], | ||
'Faq' => [ | ||
'plural' => 'پرسیارە دووبارەکان', | ||
'singular' => 'پرسیاری دووبارە' | ||
], | ||
'Question' => [ | ||
'plural' => 'پرسیارەکان', | ||
'singular' => 'پرسیار' | ||
], | ||
'Status' => [ | ||
'plural' => 'دۆخەکان', | ||
'singular' => 'دۆخ' | ||
], | ||
'Tag' => [ | ||
'plural' => 'تاگەکان', | ||
'singular' => 'تاگ' | ||
], | ||
'Task' => [ | ||
'plural' => 'ئەرکەکان', | ||
'singular' => 'ئەرک' | ||
], | ||
'Calendar' => [ | ||
'plural' => 'ڕۆژژمێرەکان', | ||
'singular' => 'ڕۆژژمێر' | ||
], | ||
'Category' => [ | ||
'plural' => 'هاوپۆلەکان', | ||
'singular' => 'هاوپۆل' | ||
], | ||
'Page' => [ | ||
'plural' => 'لاپەڕەکان', | ||
'singular' => 'لاپەڕە' | ||
], | ||
'Setting' => [ | ||
'plural' => 'ڕێکخستنەکان', | ||
'singular' => 'ڕێکخستن' | ||
], | ||
'Vat' => [ | ||
'plural' => 'ڕێژەکانی باج', | ||
'singular' => 'ڕێژەی باج' | ||
], | ||
'Visitor' => [ | ||
'plural' => 'سەردانکەران', | ||
'singular' => 'سەردانکەر' | ||
], | ||
'Guest' => [ | ||
'plural' => 'میوانان', | ||
'singular' => 'میوان' | ||
], | ||
'Organizer' => [ | ||
'plural' => 'ڕێکخەرەکان', | ||
'singular' => 'ڕێکخەر' | ||
], | ||
'Location' => [ | ||
'plural' => 'شوێنەکان', | ||
'singular' => 'شوێن' | ||
], | ||
'LocationPlan' => [ | ||
'plural' => 'پلانەکانی شوێن', | ||
'singular' => 'پلانی شوێن' | ||
], | ||
'Map' => [ | ||
'plural' => 'نەخشەکان', | ||
'singular' => 'نەخشە' | ||
], | ||
'Market' => [ | ||
'plural' => 'بازاڕەکان', | ||
'singular' => 'بازاڕ' | ||
], | ||
'Fair' => [ | ||
'plural' => 'پێشەنگاکان', | ||
'singular' => 'پێشەنگا' | ||
], | ||
'Festival' => [ | ||
'plural' => 'ڤیستیڤاڵەکان', | ||
'singular' => 'ڤیستیڤاڵ' | ||
], | ||
'Event' => [ | ||
'plural' => 'ڕووداوەکان', | ||
'singular' => 'ڕووداو' | ||
], | ||
'Customer' => [ | ||
'plural' => 'کڕیارەکان', | ||
'singular' => 'کڕیار' | ||
], | ||
'Client' => [ | ||
'plural' => 'خزمەتخوازەکان', | ||
'singular' => 'خزمەتخواز' | ||
], | ||
'Exhibitor' => [ | ||
'plural' => 'پێشاندەرەکان', | ||
'singular' => 'پێشاندەر', | ||
], | ||
'Date' => [ | ||
'plural' => 'بەروارەکان', | ||
'singular' => 'بەروار' | ||
], | ||
'Price' => [ | ||
'plural' => 'نرخەکان', | ||
'singular' => 'نرخ' | ||
], | ||
'Article' => [ | ||
'plural' => 'وتارەکان', | ||
'singular' => 'وتار' | ||
], | ||
'Service' => [ | ||
'plural' => 'خزمەتگوزارییەکان', | ||
'singular' => 'خزمەتگوزاریی' | ||
], | ||
'Rental' => [ | ||
'plural' => 'کرێکان', | ||
'singular' => 'کرێ' | ||
], | ||
'Product' => [ | ||
'plural' => 'بەرهەمەکان', | ||
'singular' => 'بەرهەم' | ||
], | ||
'Term' => [ | ||
'plural' => 'زاراوەکان و مەرجەکان', | ||
'singular' => 'زاراوە' | ||
], | ||
'Tab' => [ | ||
'plural' => 'بازدەرەکان', | ||
'singular' => 'بازدەر' | ||
], | ||
'Booking' => [ | ||
'plural' => 'شوێنگرتنەکان', | ||
'singular' => 'شوێنگرتن' | ||
], | ||
'Transaction' => [ | ||
'plural' => 'مامەڵەکان', | ||
'singular' => 'مامەڵە' | ||
], | ||
'Invoice' => [ | ||
'plural' => 'پسوڵەکان', | ||
'singular' => 'پسوڵە' | ||
], | ||
'Credit' => [ | ||
'plural' => 'قەرزەکان', | ||
'singular' => 'قەرز' | ||
], | ||
'Payment' => [ | ||
'plural' => 'پارەدانەکان', | ||
'singular' => 'پارەدان' | ||
], | ||
'Refund' => [ | ||
'plural' => 'پارەدانەوەکان', | ||
'singular' => 'پارەدانەوە' | ||
], | ||
'OrderRow' => [ | ||
'plural' => 'ڕیزکردنی هێڵەکان', | ||
'singular' => 'ڕیزکردنی هێڵ' | ||
], | ||
'Verification' => [ | ||
'plural' => 'سەلماندنەکان', | ||
'singular' => 'سەلماندن' | ||
], | ||
'VerificationRow' => [ | ||
'plural' => 'ڕیزی راستکردنەوەکان', | ||
'singular' => 'ڕیزی راستکردنەوە' | ||
], | ||
'Attachement' => [ | ||
'plural' => 'هاوپێچەکان', | ||
'singular' => 'هاوپێچ' | ||
], | ||
'Document' => [ | ||
'plural' => 'بەڵگەنامەکان', | ||
'singular' => 'بەڵگەنامە' | ||
], | ||
'Note' => [ | ||
'plural' => 'تێبینیەکان', | ||
'singular' => 'تێبینی' | ||
], | ||
'Account' => [ | ||
'plural' => 'هەژمارەکان', | ||
'singular' => 'هەژمار' | ||
], | ||
'Help' => [ | ||
'plural' => 'یارمەتی', | ||
'singular' => 'یارمەتی' | ||
], | ||
'Message' => [ | ||
'plural' => 'نامەکان', | ||
'singular' => 'نامە' | ||
], | ||
'Mail' => [ | ||
'plural' => 'پۆست', | ||
'singular' => 'پۆست', | ||
], | ||
'Email' => [ | ||
'plural' => 'ئیمەیڵ', | ||
'singular' => 'ئیمەیڵ', | ||
], | ||
'Groupmail' => [ | ||
'plural' => 'گروپی پۆستەکان', | ||
'singular' => 'گروپی پۆستە' | ||
], | ||
'VipInvitation' => [ | ||
'plural' => 'بانگهێشتنامە تایبەتەکان', | ||
'singular' => 'بانگهێشتنامەی تایبەت' | ||
], | ||
'Image' => [ | ||
'plural' => 'وێنەکان', | ||
'singular' => 'وێنە' | ||
], | ||
'Media' => [ | ||
'plural' => 'رەنگاڵە', | ||
'singular' => 'رەنگاڵە' | ||
], | ||
'Notification' => [ | ||
'plural' => 'ئاگادارینامەکان', | ||
'singular' => 'ئاگادارینامە' | ||
], | ||
'Subscription' => [ | ||
'plural' => 'بەشداریکردنەکان', | ||
'singular' => 'بەشداریکردن' | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<?php | ||
|
||
return [ | ||
'actions' => 'Ações', | ||
'add' => 'Adicionar', | ||
'cancel' => 'Cancelar', | ||
'create' => 'Criar', | ||
'delete' => 'Apagar', | ||
'edit' => 'Editar', | ||
'new' => 'Novo', | ||
'reset' => 'Reiniciar', | ||
'save' => 'Guardar', | ||
'saved' => 'Guardado', | ||
'show' => 'Mostrar', | ||
'swap' => 'Trocar', | ||
'save-and-stay' => 'Guardar e continuar', | ||
'save-go-back' => 'Guardar e voltar', | ||
|
||
'cropper' => [ | ||
'select-file' => 'Selecionar ficheiro', | ||
'drop-zone-help' => 'Arraste o ficheiro para esta área ou clique para selecionar', | ||
'file-info' => 'PNG, JPG, GIF, TIFF, máx 1.5MB', | ||
], | ||
|
||
'file-upload' => [ | ||
'upload-file-error' => 'Um ou mais ficheiros enviados não corresponderam ao tipo de ficheiro permitido ou ao limite de tamanho. Consulte o texto de ajuda dos campos, revise os seus ficheiros e tente novamente.' | ||
], | ||
|
||
'select' => [ | ||
'placeholder' => 'Por favor selecione uma opção...', | ||
], | ||
|
||
'multiselect' => [ | ||
'placeholder' => 'Por favor favor selecione uma ou mais opções ...', | ||
'help' => 'Pressione CTRL(Windows) ou CMD(Mac), para selecionar/desmarcar várias opções.', | ||
], | ||
|
||
'search' => [ | ||
'placeholder' => 'Procurar ...', //used for both Search and SearchList fields | ||
], | ||
|
||
'alerts' => [ | ||
'size-limit' => 'O ficheiro é muito grande.', | ||
'one-at-the-time' => 'Por favor carregue apenas um ficheiro de cada vez.', | ||
'max-attachments' => 'Nº máximo de anexos permitidos: ', | ||
'mime' => 'Tipo de ficheiro inválido, escolha outro ficheiro.', | ||
'updated-success' => 'Formulário guardado com sucesso', | ||
'are-u-sure' => 'Tem a certeza?', | ||
'tampering' => 'Atenção! Adulteração de valor não autorizada', //if someone tampers with read-only values in Livewire devtools or console | ||
], | ||
|
||
'spatie-tags' => [ | ||
'error-msg' => 'A tag deve ter entre 3 a 60 caracteres e consistir apenas em caracteres alfanuméricos.', | ||
'placeholder' => 'Escrever para adicionar/procurar ...', | ||
'help' => 'Pressione espaço para criar uma nova tag, ou selecione uma tag existente clicando nela.', | ||
], | ||
|
||
'tags' => [ | ||
'placeholder' => 'Escrever aqui …', | ||
'help' => 'Pressione enter, virgula ou espaço, para adicionar uma tag', | ||
'error-msg' => 'A tag deve ter entre 3 a 25 caracteres e consistir apenas em caracteres alfanuméricos.', | ||
], | ||
|
||
'tags-search' => [ | ||
'placeholder' => 'Escrever para adicionar/procurar ...', | ||
'help' => 'Pressionar enter, virgula ou espaço, para adicionar uma nova tag, ou selecionar uma tag existente clicando nela.', | ||
'error-msg' => 'A tag deve ter entre 3 a 25 caracteres e consistir apenas em caracteres alfanuméricos.', | ||
], | ||
|
||
'date-picker' => [ | ||
'placeholder' => 'Selecionar data...', | ||
'save-btn' => 'GUARDAR', | ||
], | ||
|
||
]; |
Oops, something went wrong.