Skip to content

Commit 3b79a90

Browse files
committed
Updated annotations
1 parent 8d17da1 commit 3b79a90

File tree

2 files changed

+56
-37
lines changed

2 files changed

+56
-37
lines changed

resources/lang/en/messages.php

Lines changed: 54 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
| Home Page
88
|--------------------------------------------------------------------------
99
|
10+
| resources/views/home.blade.php
1011
|
1112
*/
1213

@@ -24,6 +25,7 @@
2425
| Demo Page/Home Page Example Page
2526
|--------------------------------------------------------------------------
2627
|
28+
| resources/views/demo.blade.php
2729
|
2830
*/
2931

@@ -36,9 +38,12 @@
3638
|--------------------------------------------------------------------------
3739
|
3840
| Login, Register, Forgot Password, Reset Password etc.
41+
| This includes authentication emails like password reset and email verification.
42+
| resources/views/auth
3943
|
4044
*/
4145

46+
# Login Page
4247
'Sign In' => 'Sign In+',
4348
'Login to stay connected' => 'Login to stay connected+',
4449
'Email' => 'Email+',
@@ -50,11 +55,13 @@
5055
'Click here to sign up' => 'Click here to sign up+',
5156

5257

58+
# Reset password
5359
'Forgot your password?' => 'Forgot your password?+',
5460
'No problem' => '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.+',
5561
'Email Password Reset Link' => 'Email Password Reset Link+',
5662

5763

64+
# Register Page
5865
'Sign Up' => 'Sign Up+',
5966
'Register to stay connected' => 'Register to stay connected+',
6067
'Display Name' => 'Display Name+',
@@ -63,23 +70,28 @@
6370
'Click here to sign in' => 'Click here to sign in+',
6471

6572

73+
# Pending verification by admin
6674
'Verification Status' => 'Verification Status+',
6775
'auth_pending' => 'Your account is still pending verification',
6876
'auth_unverified' => 'Your account is currently unverified and requires manual verification by an administrator.',
6977
'Log out' => 'Log out+',
7078

7179

80+
# Password confirmation
7281
'auth_password' => 'This is a secure area of the application. Please confirm your password before continuing.+',
7382
'Confirm' => 'Confirm+',
7483

7584

85+
# Password Reset
7686
'Reset Password' => 'Reset Password+',
7787
'Enter a new password' => 'Enter a new password+',
7888

7989

90+
# Test email
8091
'Test E-Mail' => 'Test E-Mail+',
8192

8293

94+
# Signup notification email
8395
'A new user has registered on' => 'A new user has registered on+',
8496
'and is awaiting verification' => 'and is awaiting verification+',
8597
'The user' => 'The user+',
@@ -92,16 +104,18 @@
92104
'Manage users' => 'Manage users+',
93105

94106

107+
# Email verification email
95108
'auth_thanks' => 'Thanks for signing up! Before getting started, 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. If you do not see the email in a few minutes, check your junk mail or spam folder.+',
96109
'auth_verification' => 'A new verification link has been sent to the email address you provided during registration.+',
97110
'Resend Verification Email' => 'Resend Verification Email+',
98111

99112

100113
/*
101114
|--------------------------------------------------------------------------
102-
| Styling Sline In
115+
| Styling Slide In
103116
|--------------------------------------------------------------------------
104117
|
118+
| resources/views/layouts/sidebar.blade.php
105119
|
106120
*/
107121

@@ -129,9 +143,10 @@
129143

130144
/*
131145
|--------------------------------------------------------------------------
132-
| Navbar
146+
| Site customization
133147
|--------------------------------------------------------------------------
134148
|
149+
| resources/views/panel/site.blade.php
135150
|
136151
*/
137152

@@ -151,6 +166,16 @@
151166
'Themes' => 'Themes+',
152167
'Favicon' => 'Favicon+',
153168
'Home message' => 'Home message+',
169+
170+
171+
/*
172+
|--------------------------------------------------------------------------
173+
| Navbar
174+
|--------------------------------------------------------------------------
175+
|
176+
| resources/views/layouts/sidebar.blade.php
177+
|
178+
*/
154179

155180
'View Page' => 'View Page+',
156181
'Share your profile' => 'Share your profile+',
@@ -163,11 +188,14 @@
163188
'QR code could not be generated' => 'QR code could not be generated+',
164189
'Reason:' => 'Reason:+',
165190

191+
# QR Code dropdown
166192
'Close' => 'Close+',
167193
'Dismiss' => 'Dismiss+',
168194

195+
# Notification dropdown
169196
'All Notifications' => 'All Notifications+',
170197

198+
# Updater dropdown
171199
'Updater' => 'Updater+',
172200
'Beta Mode' => 'Beta Mode+',
173201
'Local version' => 'Local version+',
@@ -178,6 +206,7 @@
178206
'Run updater' => 'Run updater+',
179207
'Check again' => 'Check again+',
180208

209+
# User section in navbar
181210
'Administrator' => 'Administrator+',
182211
'Verified user' => 'Verified user+',
183212
'User' => 'User+',
@@ -192,14 +221,17 @@
192221
| Dashboard Page
193222
|--------------------------------------------------------------------------
194223
|
224+
| resources/views/panel/index.blade.php
195225
|
196226
*/
197227

228+
# Header with image
198229
'Hi' => 'Hi+',
199230
'stranger' => 'stranger+',
200231
'welcome' => 'Welcome to :appName!',
201232
'Set a handle' => 'Set a handle+',
202233

234+
# Dashboard Page
203235
'Total Links:' => 'Total Links:+',
204236
'Link Clicks:' => 'Link Clicks:+',
205237
'View/Edit Links' => 'View/Edit Links+',
@@ -223,6 +255,7 @@
223255
| Button Editor
224256
|--------------------------------------------------------------------------
225257
|
258+
| resources/views/studio/button-editor.blade.php
226259
|
227260
*/
228261

@@ -265,9 +298,10 @@
265298

266299
/*
267300
|--------------------------------------------------------------------------
268-
| Edit Link Blade
301+
| Edit Link Page
269302
|--------------------------------------------------------------------------
270303
|
304+
| resources/views/studio/edit-link.blade.php
271305
|
272306
*/
273307

@@ -288,9 +322,10 @@
288322

289323
/*
290324
|--------------------------------------------------------------------------
291-
| Link Blade
325+
| Links Page
292326
|--------------------------------------------------------------------------
293327
|
328+
| resources/views/studio/links.blade.php
294329
|
295330
*/
296331

@@ -307,9 +342,10 @@
307342

308343
/*
309344
|--------------------------------------------------------------------------
310-
| Page Blade
345+
| "My Profile"/Appearance Page
311346
|--------------------------------------------------------------------------
312347
|
348+
| resources/views/studio/page.blade.php
313349
|
314350
*/
315351

@@ -327,9 +363,10 @@
327363

328364
/*
329365
|--------------------------------------------------------------------------
330-
| Profile Page
366+
| Personal Settings Page
331367
|--------------------------------------------------------------------------
332368
|
369+
| resources/views/studio/profile.blade.php
333370
|
334371
*/
335372

@@ -350,9 +387,10 @@
350387

351388
/*
352389
|--------------------------------------------------------------------------
353-
| Theme Page
390+
| Themes Page
354391
|--------------------------------------------------------------------------
355392
|
393+
| resources/views/studio/theme.blade.php
356394
|
357395
*/
358396

@@ -374,6 +412,7 @@
374412
| Theme Updater
375413
|--------------------------------------------------------------------------
376414
|
415+
| resources/views/studio/theme-updater.blade.php
377416
|
378417
*/
379418

@@ -390,35 +429,10 @@
390429

391430
/*
392431
|--------------------------------------------------------------------------
393-
| Backup View Panel Blade
394-
|--------------------------------------------------------------------------
395-
|
396-
|
397-
*/
398-
399-
'Download your updater backups' => 'Download your updater backups:+',
400-
'The server will never store more that two backups at a time' => 'The server will never store more that two backups at a time.+',
401-
'No backups found' => 'No backups found+',
402-
'Backup your instance' => 'Backup your instance+',
403-
404-
405-
/*
406-
|--------------------------------------------------------------------------
407-
| Config View Panel Blade
408-
|--------------------------------------------------------------------------
409-
|
410-
|
411-
*/
412-
413-
'ENV' => 'ENV+',
414-
'env.' => '.env+',
415-
416-
417-
/*
418-
|--------------------------------------------------------------------------
419-
| Edit User View Panel Blade
432+
| Edit User Page
420433
|--------------------------------------------------------------------------
421434
|
435+
| resources/views/panel/edit-user.blade.php
422436
|
423437
*/
424438

@@ -430,11 +444,13 @@
430444

431445
/*
432446
|--------------------------------------------------------------------------
433-
| Links View Panel Blade
447+
| Links Page
434448
|--------------------------------------------------------------------------
435449
|
450+
| resources/views/panel/links.blade.php
436451
|
437452
*/
453+
438454
'Title' => 'Title+',
439455

440456

@@ -443,6 +459,8 @@
443459
| Config Page
444460
|--------------------------------------------------------------------------
445461
|
462+
| resources/views/components/config/
463+
| resources/views/panel/config-editor.blade.php
446464
|
447465
*/
448466

@@ -693,6 +711,7 @@
693711
| Maintenance Page
694712
|--------------------------------------------------------------------------
695713
|
714+
| resources/views/mainenance.blade.php
696715
|
697716
*/
698717

resources/views/panel/config.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
</script>
3333
</form>
3434
@elseif(str_ends_with($_SERVER['REQUEST_URI'], 'env'))
35-
<h2 class="mb-4"><i class="bi bi-pencil-square">{{__('messages.ENV')}}</i></h2>
35+
<h2 class="mb-4"><i class="bi bi-pencil-square">.ENV</i></h2>
3636

3737
<form action="{{ route('editENV') }}" method="post">
3838
@csrf
3939
<div class="form-group col-lg-8">
40-
<label>{{__('messages.env.')}}</label>
40+
<label>env.</label>
4141
<pre><textarea class="form-control" name="AdvancedConfig" rows="80">{{ file_get_contents('.env') }}</textarea></pre>
4242
</div>
4343
<button type="submit" class="mt-3 ml-3 btn btn-info">{{__('messages.Save')}}</button>

0 commit comments

Comments
 (0)