Skip to content

Commit fe5ed0e

Browse files
committed
Update i18n
1 parent 2a5567a commit fe5ed0e

4 files changed

Lines changed: 11 additions & 1 deletion

File tree

lang/en/common.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@
239239
'newStarterKit' => 'New Starter Kit',
240240
'newVerificationCodeSent' => 'A new verification code has been sent to your email',
241241
'next' => 'Next',
242+
'no' => 'No',
242243
'noAccountsAddedYet' => 'No accounts added yet',
243244
'noAccountsFoundFor' => 'No accounts found for',
244245
'noAccountsInThisKitYet' => 'No accounts in this kit yet',
@@ -425,6 +426,7 @@
425426
'whatAreStarterKits' => 'What are Starter Kits',
426427
'writeADescription' => 'Write a description',
427428
'year' => 'Year',
429+
'yes' => 'Yes',
428430
'yesCommaRemoveMe' => 'Yes, remove me',
429431
'yesterday' => 'Yesterday',
430432
'youCanChangeYourMindLaterAndRemoveYourselfAtAnyTime' => 'You can change your mind later and remove yourself at any time',

lang/en/post.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video',
1414
'commentsEnabled' => 'Comments Enabled',
1515
'commentsHaveBeenDisabled' => 'Comments have been disabled',
16+
'confirmCancel' => 'Confirm cancel editing',
17+
'confirmCancelEdit' => 'Are you sure you want to cancel editing this?',
1618
'copiedExclamation' => 'Copied!',
1719
'copyLink' => 'Copy link',
1820
'creator' => 'Creator',
@@ -24,6 +26,7 @@
2426
'downloadsEnabled' => 'Downloads Enabled',
2527
'edit' => 'Edit',
2628
'editVideo' => 'Edit Video',
29+
'editYourComment' => 'Edit your comment',
2730
'errorLoadingComments' => 'Error loading comments',
2831
'goBack' => 'Go Back',
2932
'goHome' => 'Go Home',

resources/js/i18n/locales/en.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@
276276
"newStarterKit": "New Starter Kit",
277277
"newVerificationCodeSent": "A new verification code has been sent to your email",
278278
"next": "Next",
279+
"no": "No",
279280
"noAccountsAddedYet": "No accounts added yet",
280281
"noAccountsFoundFor": "No accounts found for",
281282
"noAccountsInThisKitYet": "No accounts in this kit yet",
@@ -462,6 +463,7 @@
462463
"whatAreStarterKits": "What are Starter Kits",
463464
"writeADescription": "Write a description",
464465
"year": "Year",
466+
"yes": "Yes",
465467
"yesCommaRemoveMe": "Yes, remove me",
466468
"yesterday": "Yesterday",
467469
"youCanChangeYourMindLaterAndRemoveYourselfAtAnyTime": "You can change your mind later and remove yourself at any time",
@@ -605,6 +607,8 @@
605607
"commentsAreDisabledForThisVideo": "Comments are disabled for this video",
606608
"commentsEnabled": "Comments Enabled",
607609
"commentsHaveBeenDisabled": "Comments have been disabled",
610+
"confirmCancel": "Confirm cancel editing",
611+
"confirmCancelEdit": "Are you sure you want to cancel editing this?",
608612
"copiedExclamation": "Copied!",
609613
"copyLink": "Copy link",
610614
"creator": "Creator",
@@ -616,6 +620,7 @@
616620
"downloadsEnabled": "Downloads Enabled",
617621
"edit": "Edit",
618622
"editVideo": "Edit Video",
623+
"editYourComment": "Edit your comment",
619624
"errorLoadingComments": "Error loading comments",
620625
"goBack": "Go Back",
621626
"goHome": "Go Home",

resources/js/i18n/locales/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Auto-generated by vue-i18n:generate command
2-
// Generated: 2026-04-25T10:13:29+00:00
2+
// Generated: 2026-04-27T06:11:21+00:00
33
import { createI18n } from 'vue-i18n'
44

55
import af from './af.json'

0 commit comments

Comments
 (0)