File tree Expand file tree Collapse file tree 11 files changed +266
-267
lines changed Expand file tree Collapse file tree 11 files changed +266
-267
lines changed Original file line number Diff line number Diff line change 66use App \Models \NaskahKeluar ;
77use App \Models \UnitKerja ;
88use Illuminate \Support \Facades \Storage ;
9- use App \Helpers \TemplateProcessor ;
109
1110class Cetak
1211{
Original file line number Diff line number Diff line change 33declare (strict_types=1 );
44
55return [
6- 'failed ' => 'These credentials do not match our records. ' ,
6+ 'failed ' => 'These credentials do not match our records. ' ,
77 'password ' => 'The password is incorrect. ' ,
88 'throttle ' => 'Too many login attempts. Please try again in :seconds seconds. ' ,
99];
Original file line number Diff line number Diff line change 33declare (strict_types=1 );
44
55return [
6- 'next ' => 'Next » ' ,
6+ 'next ' => 'Next » ' ,
77 'previous ' => '« Previous ' ,
88];
Original file line number Diff line number Diff line change 33declare (strict_types=1 );
44
55return [
6- 'reset ' => 'Your password has been reset. ' ,
7- 'sent ' => 'We have emailed your password reset link. ' ,
6+ 'reset ' => 'Your password has been reset. ' ,
7+ 'sent ' => 'We have emailed your password reset link. ' ,
88 'throttled ' => 'Please wait before retrying. ' ,
9- 'token ' => 'This password reset token is invalid. ' ,
10- 'user ' => 'We can \'t find a user with that email address. ' ,
9+ 'token ' => 'This password reset token is invalid. ' ,
10+ 'user ' => 'We can \'t find a user with that email address. ' ,
1111];
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 33declare (strict_types=1 );
44
55return [
6- 'failed ' => 'Identitas tersebut tidak cocok dengan data kami. ' ,
6+ 'failed ' => 'Identitas tersebut tidak cocok dengan data kami. ' ,
77 'password ' => 'Kata sandi salah. ' ,
88 'throttle ' => 'Terlalu banyak upaya masuk. Silahkan coba lagi dalam :seconds detik. ' ,
99];
Original file line number Diff line number Diff line change 33declare (strict_types=1 );
44
55return [
6- 'next ' => 'Berikutnya » ' ,
6+ 'next ' => 'Berikutnya » ' ,
77 'previous ' => '« Sebelumnya ' ,
88];
Original file line number Diff line number Diff line change 33declare (strict_types=1 );
44
55return [
6- 'reset ' => 'Kata sandi Anda sudah direset! ' ,
7- 'sent ' => 'Kami sudah mengirim surel yang berisi tautan untuk mereset kata sandi Anda! ' ,
6+ 'reset ' => 'Kata sandi Anda sudah direset! ' ,
7+ 'sent ' => 'Kami sudah mengirim surel yang berisi tautan untuk mereset kata sandi Anda! ' ,
88 'throttled ' => 'Harap tunggu sebelum mencoba lagi. ' ,
9- 'token ' => 'Token pengaturan ulang kata sandi tidak sah. ' ,
10- 'user ' => 'Kami tidak dapat menemukan pengguna dengan alamat surel tersebut. ' ,
9+ 'token ' => 'Token pengaturan ulang kata sandi tidak sah. ' ,
10+ 'user ' => 'Kami tidak dapat menemukan pengguna dengan alamat surel tersebut. ' ,
1111];
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 33declare (strict_types=1 );
44
55return [
6- 'attached ' => 'This :attribute is already attached. ' ,
6+ 'attached ' => 'This :attribute is already attached. ' ,
77 'relatable ' => 'This :attribute may not be associated with this resource. ' ,
88];
You can’t perform that action at this time.
0 commit comments