committed by
							
								
								GitHub
							
						
					
				
				 5 changed files with 261 additions and 0 deletions
			
			
		@ -0,0 +1,80 @@ | 
				
			|||||
 | 
					<?php | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					return [ | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    /* | 
				
			||||
 | 
					    |-------------------------------------------------------------------------- | 
				
			||||
 | 
					    | App Language Lines | 
				
			||||
 | 
					    |-------------------------------------------------------------------------- | 
				
			||||
 | 
					    | | 
				
			||||
 | 
					    */ | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    'settings.system' => 'System', | 
				
			||||
 | 
					    'settings.appearance' => 'Wygląd', | 
				
			||||
 | 
					    'settings.miscellaneous' => 'Różne', | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    'settings.version' => 'Wersja', | 
				
			||||
 | 
					    'settings.background_image' => 'Tapeta Pulpitu', | 
				
			||||
 | 
					    'settings.homepage_search' => 'Strona Domowa Wyszukiwanie', | 
				
			||||
 | 
					    'settings.search_provider' => 'Operator Wyszukiwania', | 
				
			||||
 | 
					    'settings.language' => 'Język', | 
				
			||||
 | 
					    'settings.reset' => 'Przywróć ustawienia domyślne', | 
				
			||||
 | 
					    'settings.remove' => 'Usuń', | 
				
			||||
 | 
					    'settings.search' => 'szukaj', | 
				
			||||
 | 
					    'settings.no_items' => 'Nic nie znaleziono', | 
				
			||||
 | 
					     | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    'settings.label' => 'Etykieta',     | 
				
			||||
 | 
					    'settings.value' => 'Wartość',     | 
				
			||||
 | 
					    'settings.edit' => 'Edytuj',     | 
				
			||||
 | 
					    'settings.view' => 'Widok',     | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    'options.none' => '- not set -', | 
				
			||||
 | 
					    'options.google' => 'Google', | 
				
			||||
 | 
					    'options.ddg' => 'DuckDuckGo', | 
				
			||||
 | 
					    'options.bing' => 'Bing', | 
				
			||||
 | 
					    'options.yes' => 'Tak', | 
				
			||||
 | 
					    'options.no' => 'Nie', | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    'buttons.save' => 'Zapisz', | 
				
			||||
 | 
					    'buttons.cancel' => 'Anuluj', | 
				
			||||
 | 
					    'buttons.add' => 'Dodaj', | 
				
			||||
 | 
					    'buttons.upload' => 'Prześlij plik', | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    'dash.pin_item' => 'Przypnij element do pulpitu', | 
				
			||||
 | 
					    'dash.no_apps' => 'Obecnie nie ma przypiętych aplikacji, :link1 or :link2', | 
				
			||||
 | 
					    'dash.link1' => 'Dodaj aplikację tutaj', | 
				
			||||
 | 
					    'dash.link2' => 'Przypnij element do pulpitu', | 
				
			||||
 | 
					    'dash.pinned_items' => 'Przypięte elementy', | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    'apps.app_list' => 'Lista aplikacji', | 
				
			||||
 | 
					    'apps.view_trash' => 'Widok kosza', | 
				
			||||
 | 
					    'apps.add_application' => 'Dodaj Aplikacje', | 
				
			||||
 | 
					    'apps.application_name' => 'Nazwa Aplikacji', | 
				
			||||
 | 
					    'apps.colour' => 'Kolor', | 
				
			||||
 | 
					    'apps.icon' => 'Ikona', | 
				
			||||
 | 
					    'apps.pinned' => 'Przypięty', | 
				
			||||
 | 
					    'apps.title' => 'Tytuł', | 
				
			||||
 | 
					    'apps.hex' => 'Kolor HEX', | 
				
			||||
 | 
					    'apps.username' => 'Nazwa Użytkownika', | 
				
			||||
 | 
					    'apps.password' => 'Hasło', | 
				
			||||
 | 
					    'apps.config' => 'Ustawienia', | 
				
			||||
 | 
					    'apps.apikey' => 'Klucz API', | 
				
			||||
 | 
					    'apps.enable' => 'Włącz', | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    'url' => 'URL', | 
				
			||||
 | 
					    'title' => 'Tytuł', | 
				
			||||
 | 
					    'delete' => 'Usuń',     | 
				
			||||
 | 
					    'optional' => 'Opcjonalny',     | 
				
			||||
 | 
					    'restore' => 'Przywróć',     | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    'alert.success.item_created' => 'Element utworzony', | 
				
			||||
 | 
					    'alert.success.item_updated' => 'Element zaktualizowany', | 
				
			||||
 | 
					    'alert.success.item_deleted' => 'Element usunięty', | 
				
			||||
 | 
					    'alert.success.item_restored' => 'Przywrócono element', | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    'alert.success.setting_updated' => 'Ustawienie zostało zaktualizowane', | 
				
			||||
 | 
					    'alert.error.not_exist' => 'Takie ustawienie nie istnieje', | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					]; | 
				
			||||
@ -0,0 +1,19 @@ | 
				
			|||||
 | 
					<?php | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					return [ | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    /* | 
				
			||||
 | 
					    |-------------------------------------------------------------------------- | 
				
			||||
 | 
					    | Authentication Language Lines | 
				
			||||
 | 
					    |-------------------------------------------------------------------------- | 
				
			||||
 | 
					    | | 
				
			||||
 | 
					    | The following language lines are used during authentication for various | 
				
			||||
 | 
					    | messages that we need to display to the user. You are free to modify | 
				
			||||
 | 
					    | these language lines according to your application's requirements. | 
				
			||||
 | 
					    | | 
				
			||||
 | 
					    */ | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    'failed' => 'Nieprawidłowe dane uwierzytelnienia', | 
				
			||||
 | 
					    'throttle' => 'Zbyt wiele prób logowania. Spróbuj ponownie za :seconds sekund.', | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					]; | 
				
			||||
@ -0,0 +1,19 @@ | 
				
			|||||
 | 
					<?php | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					return [ | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    /* | 
				
			||||
 | 
					    |-------------------------------------------------------------------------- | 
				
			||||
 | 
					    | Pagination Language Lines | 
				
			||||
 | 
					    |-------------------------------------------------------------------------- | 
				
			||||
 | 
					    | | 
				
			||||
 | 
					    | The following language lines are used by the paginator library to build | 
				
			||||
 | 
					    | the simple pagination links. You are free to change them to anything | 
				
			||||
 | 
					    | you want to customize your views to better match your application. | 
				
			||||
 | 
					    | | 
				
			||||
 | 
					    */ | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    'previous' => '« Poprzedni', | 
				
			||||
 | 
					    'next' => 'Następny »', | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					]; | 
				
			||||
@ -0,0 +1,22 @@ | 
				
			|||||
 | 
					<?php | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					return [ | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    /* | 
				
			||||
 | 
					    |-------------------------------------------------------------------------- | 
				
			||||
 | 
					    | Password Reset Language Lines | 
				
			||||
 | 
					    |-------------------------------------------------------------------------- | 
				
			||||
 | 
					    | | 
				
			||||
 | 
					    | The following language lines are the default lines which match reasons | 
				
			||||
 | 
					    | that are given by the password broker for a password update attempt | 
				
			||||
 | 
					    | has failed, such as for an invalid token or invalid new password. | 
				
			||||
 | 
					    | | 
				
			||||
 | 
					    */ | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    'password' => 'Hasła muszą mieć co najmniej sześć znaków i być zgodne z potwierdzeniem.', | 
				
			||||
 | 
					    'reset' => 'Twoje hasło zostało zresetowane!', | 
				
			||||
 | 
					    'sent' => 'Wysłaliśmy e-mailem link do resetowania hasła!', | 
				
			||||
 | 
					    'token' => 'Ten token resetowania hasła jest nieprawidłowy', | 
				
			||||
 | 
					    'user' => 'Nie możemy znaleźć użytkownika z tym adresem e-mail', | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					]; | 
				
			||||
@ -0,0 +1,121 @@ | 
				
			|||||
 | 
					<?php | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					return [ | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    /* | 
				
			||||
 | 
					    |-------------------------------------------------------------------------- | 
				
			||||
 | 
					    | Validation Language Lines | 
				
			||||
 | 
					    |-------------------------------------------------------------------------- | 
				
			||||
 | 
					    | | 
				
			||||
 | 
					    | The following language lines contain the default error messages used by | 
				
			||||
 | 
					    | the validator class. Some of these rules have multiple versions such | 
				
			||||
 | 
					    | as the size rules. Feel free to tweak each of these messages here. | 
				
			||||
 | 
					    | | 
				
			||||
 | 
					    */ | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    'accepted'             => ':attribute musi zostać zaakceptowany.', | 
				
			||||
 | 
					    'active_url'           => ':attribute nie jest prawidłowym adresem URL.', | 
				
			||||
 | 
					    'after'                => ':attribute musi być datą następną po :date.', | 
				
			||||
 | 
					    'after_or_equal'       => ':attribute musi być datą następną lub równą dacie :date.', | 
				
			||||
 | 
					    'alpha'                => ':attribute może zawierać tylko litery.', | 
				
			||||
 | 
					    'alpha_dash'           => ':attribute mogą zawierać tylko litery, cyfry i myślniki.', | 
				
			||||
 | 
					    'alpha_num'            => ':attribute może zawierać tylko litery i cyfry.', | 
				
			||||
 | 
					    'array'                => ':attribute musi być tablicą.', | 
				
			||||
 | 
					    'before'               => ':attribute musi być datą wcześniejszą od daty :date.', | 
				
			||||
 | 
					    'before_or_equal'      => ':attribute musi być datą wcześniejszą lub równą dacie :date.', | 
				
			||||
 | 
					    'between'              => [ | 
				
			||||
 | 
					        'numeric' => 'Numer :attribute musi byc większy niż :min oraz mniejszy niż :max.', | 
				
			||||
 | 
					        'file'    => 'Rozmiar pliku :attribute musi byc większy niż :min oraz mniejszy niż :max kilobajtów.', | 
				
			||||
 | 
					        'string'  => 'Tekst :attribute musi posiadać więcej niż :min oraz mniej niż :max znaków.', | 
				
			||||
 | 
					        'array'   => 'Tablica :attribute musi zawierać więcej niż :min oraz mniej niż :max elementów.', | 
				
			||||
 | 
					    ], | 
				
			||||
 | 
					    'boolean'              => ':attribute musi zwracac wartość logiczną TRUE lub FALSE.', | 
				
			||||
 | 
					    'confirmed'            => ':attribute nie jest zgodny z polem potwierdzenia.', | 
				
			||||
 | 
					    'date'                 => ':attribute nieprawidłowy format daty.', | 
				
			||||
 | 
					    'date_format'          => 'Format daty :attribute musi byc zgodny z formatem :format.', | 
				
			||||
 | 
					    'different'            => 'Wartości :attribute oraz :other muszą być różne.', | 
				
			||||
 | 
					    'digits'               => 'Wartość :attribute musi być liczbą o długość :digits znaków.', | 
				
			||||
 | 
					    'digits_between'       => 'Wartość :attribute musi być liczbą o długość co najmniej  :min oraz nie więcej niz :max digits.', | 
				
			||||
 | 
					    'dimensions'           => ':attribute ma nieprawidłowe wymiary obrazu.', | 
				
			||||
 | 
					    'distinct'             => 'Pole :attribute ma zduplikowaną wartość.', | 
				
			||||
 | 
					    'email'                => ':attribute musi być prawidłowym adresem e-mail.', | 
				
			||||
 | 
					    'exists'               => 'Wybrnay :attribute nie istnieje.', | 
				
			||||
 | 
					    'file'                 => ':attribute musi być plikiem.', | 
				
			||||
 | 
					    'filled'               => 'Pole :attribute nie może być puste.', | 
				
			||||
 | 
					    'image'                => ':attribute musi być obrazem.', | 
				
			||||
 | 
					    'in'                   => 'Wybrany :attribute jest nieprawidłowy.', | 
				
			||||
 | 
					    'in_array'             => 'Pole :attribute nie istnieje w :other.', | 
				
			||||
 | 
					    'integer'              => ':attribute musi być liczbą całkowitą.', | 
				
			||||
 | 
					    'ip'                   => ':attribute musi być prawidłowym adresem IP.', | 
				
			||||
 | 
					    'ipv4'                 => ':attribute musi być prawidłowym adresem IPv4.', | 
				
			||||
 | 
					    'ipv6'                 => ':attribute musi być prawidłowym adresem IPv6.', | 
				
			||||
 | 
					    'json'                 => ':attribute musi być poprawnym łańcuchem JSON.', | 
				
			||||
 | 
					    'max'                  => [ | 
				
			||||
 | 
					        'numeric' => ':attribute nie może być większa niż :max.', | 
				
			||||
 | 
					        'file'    => 'Rozmiar :attribute nie może być większy niż :max kilobajtów.', | 
				
			||||
 | 
					        'string'  => ':attribute nie może zawierać więcej niż :max znaków.', | 
				
			||||
 | 
					        'array'   => ':attribute nie może zawierać więcej niż :max elementów.', | 
				
			||||
 | 
					    ], | 
				
			||||
 | 
					    'mimes'                => ':attribute musi być plikiem typu: :values.', | 
				
			||||
 | 
					    'mimetypes'            => ':attribute musi być plikiem typu: :values.', | 
				
			||||
 | 
					    'min'                  => [ | 
				
			||||
 | 
					        'numeric' => ':attribute musi wynosić conajmniej :min.', | 
				
			||||
 | 
					        'file'    => 'Rozmiar :attribute musi być rowny lub większy niż :min kilobajtów.', | 
				
			||||
 | 
					        'string'  => ':attribute musi zawierać conajmniej :min znaków.', | 
				
			||||
 | 
					        'array'   => ':attribute musi zawierać conajmniej :min elementów.', | 
				
			||||
 | 
					    ], | 
				
			||||
 | 
					    'not_in'               => ':attribute jest nieprawidłowy.', | 
				
			||||
 | 
					    'numeric'              => ':attribute musi być liczbą.', | 
				
			||||
 | 
					    'present'              => 'Obecność pola :attribute jest obowiązkowa.', | 
				
			||||
 | 
					    'regex'                => 'Format :attribute jest nieprawidłowy.', | 
				
			||||
 | 
					    'required'             => ':attribute jest wymagany.', | 
				
			||||
 | 
					    'required_if'          => 'Pole :attribute jest wymagane gdy :other wynosi :value.', | 
				
			||||
 | 
					    'required_unless'      => 'Pole :attribute jest wymagane, chyba że :other jest zawarte w :values.', | 
				
			||||
 | 
					    'required_with'        => 'Pole :attribute jest wymagane gdy pole :values jest obecne.', | 
				
			||||
 | 
					    'required_with_all'    => 'Pole :attribute jest wymagane gdy :values jest obecne.', | 
				
			||||
 | 
					    'required_without'     => 'Pole :attribute jest wymagane gdy pole :values NIE jest obecne.', | 
				
			||||
 | 
					    'required_without_all' => 'Pole :attribute jest wymagane gdy żadne z pól :values NIE jest obecne.', | 
				
			||||
 | 
					    'same'                 => 'Pole :attribute oraz :other muszą być takie same.', | 
				
			||||
 | 
					    'size'                 => [ | 
				
			||||
 | 
					        'numeric' => ':attribute musi wynosić dokladnie :size.', | 
				
			||||
 | 
					        'file'    => 'Rozmiar :attribute musi być równy :size kilobajtów.', | 
				
			||||
 | 
					        'string'  => ':attribute musi składać się dokładnie z :size znaków.', | 
				
			||||
 | 
					        'array'   => ':attribute musi składać się dokładnie z :size elementów.', | 
				
			||||
 | 
					    ], | 
				
			||||
 | 
					    'string'               => ':attribute musi być łańcuchem znaków.', | 
				
			||||
 | 
					    'timezone'             => ':attribute musi być prawidłową strefą czasową.', | 
				
			||||
 | 
					    'unique'               => ':attribute jest już zajety.', | 
				
			||||
 | 
					    'uploaded'             => 'Nie udało się przesłać :attribute.', | 
				
			||||
 | 
					    'url'                  => ':attribute ma nieprawidłowy format.', | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    /* | 
				
			||||
 | 
					    |-------------------------------------------------------------------------- | 
				
			||||
 | 
					    | Custom Validation Language Lines | 
				
			||||
 | 
					    |-------------------------------------------------------------------------- | 
				
			||||
 | 
					    | | 
				
			||||
 | 
					    | Here you may specify custom validation messages for attributes using the | 
				
			||||
 | 
					    | convention "attribute.rule" to name the lines. This makes it quick to | 
				
			||||
 | 
					    | specify a specific custom language line for a given attribute rule. | 
				
			||||
 | 
					    | | 
				
			||||
 | 
					    */ | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    'custom' => [ | 
				
			||||
 | 
					        'attribute-name' => [ | 
				
			||||
 | 
					            'rule-name' => 'dowlona-wiadomosc', | 
				
			||||
 | 
					        ], | 
				
			||||
 | 
					    ], | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    /* | 
				
			||||
 | 
					    |-------------------------------------------------------------------------- | 
				
			||||
 | 
					    | Custom Validation Attributes | 
				
			||||
 | 
					    |-------------------------------------------------------------------------- | 
				
			||||
 | 
					    | | 
				
			||||
 | 
					    | The following language lines are used to swap attribute place-holders | 
				
			||||
 | 
					    | with something more reader friendly such as E-Mail Address instead | 
				
			||||
 | 
					    | of "email". This simply helps us make messages a little cleaner. | 
				
			||||
 | 
					    | | 
				
			||||
 | 
					    */ | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    'attributes' => [], | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					]; | 
				
			||||
					Loading…
					
					
				
		Reference in new issue