From c32dea18329beffd7b205e219922de9d2e6ca78f Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 8 Sep 2025 17:34:19 -0600 Subject: [PATCH 001/838] New translations auth.php (French) --- fr/lang/fr/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fr/lang/fr/auth.php diff --git a/fr/lang/fr/auth.php b/fr/lang/fr/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/fr/lang/fr/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From 26a554e0cab76b5c2af0df0f027373a760c0a878 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 8 Sep 2025 17:34:20 -0600 Subject: [PATCH 002/838] New translations common.php (French) --- fr/lang/fr/common.php | 47 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 fr/lang/fr/common.php diff --git a/fr/lang/fr/common.php b/fr/lang/fr/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/fr/lang/fr/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From a2b628334092e822e2d648fdb58aa1c9893af1c6 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 8 Sep 2025 17:34:20 -0600 Subject: [PATCH 003/838] New translations contact.php (French) --- fr/lang/fr/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 fr/lang/fr/contact.php diff --git a/fr/lang/fr/contact.php b/fr/lang/fr/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/fr/lang/fr/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From 91c2726b904b7d9fd373a6b9d86c614171f056a0 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 8 Sep 2025 17:34:21 -0600 Subject: [PATCH 004/838] New translations explore.php (French) --- fr/lang/fr/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fr/lang/fr/explore.php diff --git a/fr/lang/fr/explore.php b/fr/lang/fr/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/fr/lang/fr/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From 9dfccb2bf78c4b2ddff92ef2be5b25a2a8a4545c Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 8 Sep 2025 17:34:22 -0600 Subject: [PATCH 005/838] New translations language.php (French) --- fr/lang/fr/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 fr/lang/fr/language.php diff --git a/fr/lang/fr/language.php b/fr/lang/fr/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/fr/lang/fr/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From ab2502e05f94698931198fb46a8d607240e43cf9 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 8 Sep 2025 17:34:23 -0600 Subject: [PATCH 006/838] New translations nav.php (French) --- fr/lang/fr/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 fr/lang/fr/nav.php diff --git a/fr/lang/fr/nav.php b/fr/lang/fr/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/fr/lang/fr/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From c9a44dd5b69afa15bb00b5f295a4f010a97d2dc3 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 8 Sep 2025 17:34:24 -0600 Subject: [PATCH 007/838] New translations notifications.php (French) --- fr/lang/fr/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 fr/lang/fr/notifications.php diff --git a/fr/lang/fr/notifications.php b/fr/lang/fr/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/fr/lang/fr/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From 724a9cd2756b3f7f8bcb558894ce5c812f3a43d0 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 8 Sep 2025 17:34:25 -0600 Subject: [PATCH 008/838] New translations pagination.php (French) --- fr/lang/fr/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fr/lang/fr/pagination.php diff --git a/fr/lang/fr/pagination.php b/fr/lang/fr/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/fr/lang/fr/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From 395a448b2c80f790a05bc167cd3e5ce7119333d6 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 8 Sep 2025 17:34:26 -0600 Subject: [PATCH 009/838] New translations post.php (French) --- fr/lang/fr/post.php | 55 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 fr/lang/fr/post.php diff --git a/fr/lang/fr/post.php b/fr/lang/fr/post.php new file mode 100644 index 00000000..c6c8f3bd --- /dev/null +++ b/fr/lang/fr/post.php @@ -0,0 +1,55 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 9b858f7856777650124fa9c092df1d958da4f50a Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 8 Sep 2025 17:34:27 -0600 Subject: [PATCH 010/838] New translations profile.php (French) --- fr/lang/fr/profile.php | 45 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 fr/lang/fr/profile.php diff --git a/fr/lang/fr/profile.php b/fr/lang/fr/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/fr/lang/fr/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From 6e7a4655caed2ce30db19b7233c5837ea3fb204e Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 8 Sep 2025 17:34:28 -0600 Subject: [PATCH 011/838] New translations reports.php (French) --- fr/lang/fr/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 fr/lang/fr/reports.php diff --git a/fr/lang/fr/reports.php b/fr/lang/fr/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/fr/lang/fr/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From 92aad0ae9f50c9d69eb401996d01e4fad943dff5 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 8 Sep 2025 17:34:29 -0600 Subject: [PATCH 012/838] New translations settings.php (French) --- fr/lang/fr/settings.php | 99 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 fr/lang/fr/settings.php diff --git a/fr/lang/fr/settings.php b/fr/lang/fr/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/fr/lang/fr/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From 6e7b60ad64cd5a9ec79a8701674348e50c376aed Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 8 Sep 2025 17:34:29 -0600 Subject: [PATCH 013/838] New translations studio.php (French) --- fr/lang/fr/studio.php | 55 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 fr/lang/fr/studio.php diff --git a/fr/lang/fr/studio.php b/fr/lang/fr/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/fr/lang/fr/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From be1e619b1ed06e37308cd2ceb3b9a3ceb6d0e6a2 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:12:49 -0600 Subject: [PATCH 014/838] New translations post.php (Romanian) --- ro/lang/ro/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 ro/lang/ro/post.php diff --git a/ro/lang/ro/post.php b/ro/lang/ro/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/ro/lang/ro/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 465320637ee8202fe9338b6401a3307c5b53a98d Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:12:50 -0600 Subject: [PATCH 015/838] New translations post.php (French) --- fr/lang/fr/post.php | 1 + 1 file changed, 1 insertion(+) diff --git a/fr/lang/fr/post.php b/fr/lang/fr/post.php index c6c8f3bd..2cff2a86 100644 --- a/fr/lang/fr/post.php +++ b/fr/lang/fr/post.php @@ -16,6 +16,7 @@ 'creator' => 'Creator', 'delete' => 'Delete', 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', 'deletingDotDotDot' => 'Deleting...', 'dotDotDotMore' => '...more', 'downloadsEnabled' => 'Downloads Enabled', From 883906ae7b88813ef38de12f2a2fa982f714b111 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:12:51 -0600 Subject: [PATCH 016/838] New translations post.php (Spanish) --- es-ES/lang/es/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 es-ES/lang/es/post.php diff --git a/es-ES/lang/es/post.php b/es-ES/lang/es/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/es-ES/lang/es/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 96bbaeff667a7d0627234e6a207932059cb3d35e Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:12:52 -0600 Subject: [PATCH 017/838] New translations post.php (Afrikaans) --- af/lang/af/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 af/lang/af/post.php diff --git a/af/lang/af/post.php b/af/lang/af/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/af/lang/af/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From d0c5c70d5e8d16513783f43686aff03886e96c51 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:12:53 -0600 Subject: [PATCH 018/838] New translations post.php (Arabic) --- ar/lang/ar/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 ar/lang/ar/post.php diff --git a/ar/lang/ar/post.php b/ar/lang/ar/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/ar/lang/ar/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From fbb93a5c5e1ae7b4270b32f040f00d42b0710b86 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:12:54 -0600 Subject: [PATCH 019/838] New translations post.php (Catalan) --- ca/lang/ca/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 ca/lang/ca/post.php diff --git a/ca/lang/ca/post.php b/ca/lang/ca/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/ca/lang/ca/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From c6cd333ccd5cb87b3e32b47aac833e7c79f7a407 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:12:55 -0600 Subject: [PATCH 020/838] New translations post.php (Czech) --- cs/lang/cs/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 cs/lang/cs/post.php diff --git a/cs/lang/cs/post.php b/cs/lang/cs/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/cs/lang/cs/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 662902212707158510610645da5e7c7e107e9997 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:12:56 -0600 Subject: [PATCH 021/838] New translations post.php (Danish) --- da/lang/da/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 da/lang/da/post.php diff --git a/da/lang/da/post.php b/da/lang/da/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/da/lang/da/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From f82aa8478495413cd305f866dae918dabd427daf Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:12:57 -0600 Subject: [PATCH 022/838] New translations post.php (German) --- de/lang/de/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 de/lang/de/post.php diff --git a/de/lang/de/post.php b/de/lang/de/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/de/lang/de/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 2dc0e633776f8edc31d7c1f8f26df739bed1182f Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:12:58 -0600 Subject: [PATCH 023/838] New translations post.php (Greek) --- el/lang/el/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 el/lang/el/post.php diff --git a/el/lang/el/post.php b/el/lang/el/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/el/lang/el/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 6b1a29f7ef69e7db9594399c5374957cdaf35502 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:12:59 -0600 Subject: [PATCH 024/838] New translations post.php (Finnish) --- fi/lang/fi/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 fi/lang/fi/post.php diff --git a/fi/lang/fi/post.php b/fi/lang/fi/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/fi/lang/fi/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 0d1798fd7f65b926bbe1eb6624ffec686ee56755 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:13:00 -0600 Subject: [PATCH 025/838] New translations post.php (Hebrew) --- he/lang/he/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 he/lang/he/post.php diff --git a/he/lang/he/post.php b/he/lang/he/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/he/lang/he/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 1dccda56551288e53489e340ef8b4f96c8114595 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:13:01 -0600 Subject: [PATCH 026/838] New translations post.php (Hungarian) --- hu/lang/hu/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 hu/lang/hu/post.php diff --git a/hu/lang/hu/post.php b/hu/lang/hu/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/hu/lang/hu/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 06418c1e4017c35db3e817db902b968bec6636ce Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:13:02 -0600 Subject: [PATCH 027/838] New translations post.php (Italian) --- it/lang/it/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 it/lang/it/post.php diff --git a/it/lang/it/post.php b/it/lang/it/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/it/lang/it/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 1ae47273329e8f81896de97c8c7d726eb871de6c Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:13:03 -0600 Subject: [PATCH 028/838] New translations post.php (Japanese) --- ja/lang/ja/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 ja/lang/ja/post.php diff --git a/ja/lang/ja/post.php b/ja/lang/ja/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/ja/lang/ja/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 759cf473e25ff40aea3be17db63bf2232722d358 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:13:04 -0600 Subject: [PATCH 029/838] New translations post.php (Korean) --- ko/lang/ko/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 ko/lang/ko/post.php diff --git a/ko/lang/ko/post.php b/ko/lang/ko/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/ko/lang/ko/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 22eb31505fec3f078687fbb0c5c043935d4f6e30 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:13:05 -0600 Subject: [PATCH 030/838] New translations post.php (Dutch) --- nl/lang/nl/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 nl/lang/nl/post.php diff --git a/nl/lang/nl/post.php b/nl/lang/nl/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/nl/lang/nl/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From b33c9848cd39936bb5f32014be3d47fa4c86aef7 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:13:06 -0600 Subject: [PATCH 031/838] New translations post.php (Norwegian) --- no/lang/no/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 no/lang/no/post.php diff --git a/no/lang/no/post.php b/no/lang/no/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/no/lang/no/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From f9c672dd99a5ff4ffe1487cd784f55eba0ba7334 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:13:07 -0600 Subject: [PATCH 032/838] New translations post.php (Polish) --- pl/lang/pl/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 pl/lang/pl/post.php diff --git a/pl/lang/pl/post.php b/pl/lang/pl/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/pl/lang/pl/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 30a6448b8bd743a94c2d7c9a576e3c2d110eb8d9 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:13:08 -0600 Subject: [PATCH 033/838] New translations post.php (Portuguese) --- pt-PT/lang/pt/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 pt-PT/lang/pt/post.php diff --git a/pt-PT/lang/pt/post.php b/pt-PT/lang/pt/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/pt-PT/lang/pt/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 7550f7b48e169d0b1f5df1b34f9dba85a9a145ea Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:13:09 -0600 Subject: [PATCH 034/838] New translations post.php (Russian) --- ru/lang/ru/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 ru/lang/ru/post.php diff --git a/ru/lang/ru/post.php b/ru/lang/ru/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/ru/lang/ru/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 6a9c365c20c0d2e251e479e35b9a9b6ac6262a47 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:13:10 -0600 Subject: [PATCH 035/838] New translations post.php (Serbian (Cyrillic)) --- sr/lang/sr/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 sr/lang/sr/post.php diff --git a/sr/lang/sr/post.php b/sr/lang/sr/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/sr/lang/sr/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 4f33dfbde4d05b7299d243bacf2962cf1a9a34e1 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:13:11 -0600 Subject: [PATCH 036/838] New translations post.php (Swedish) --- sv-SE/lang/sv/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 sv-SE/lang/sv/post.php diff --git a/sv-SE/lang/sv/post.php b/sv-SE/lang/sv/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/sv-SE/lang/sv/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 45685b06969a9968a406a0e884832e1e7b87c1ef Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:13:12 -0600 Subject: [PATCH 037/838] New translations post.php (Turkish) --- tr/lang/tr/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 tr/lang/tr/post.php diff --git a/tr/lang/tr/post.php b/tr/lang/tr/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/tr/lang/tr/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From f145f6624dd921b415d0cf4db4d629a9ff4808aa Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:13:13 -0600 Subject: [PATCH 038/838] New translations post.php (Ukrainian) --- uk/lang/uk/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 uk/lang/uk/post.php diff --git a/uk/lang/uk/post.php b/uk/lang/uk/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/uk/lang/uk/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 4ab92516f3efa2b2f5e66948c0db70b3013ef39e Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:13:14 -0600 Subject: [PATCH 039/838] New translations post.php (Chinese Simplified) --- zh-CN/lang/zh/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 zh-CN/lang/zh/post.php diff --git a/zh-CN/lang/zh/post.php b/zh-CN/lang/zh/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/zh-CN/lang/zh/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 30ec144af7d788a6a17a5ce74066327b0b2f7832 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:13:15 -0600 Subject: [PATCH 040/838] New translations post.php (Chinese Traditional) --- zh-TW/lang/zh/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 zh-TW/lang/zh/post.php diff --git a/zh-TW/lang/zh/post.php b/zh-TW/lang/zh/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/zh-TW/lang/zh/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 7b97c3953058057c151bdac302ff989852199a41 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:13:16 -0600 Subject: [PATCH 041/838] New translations post.php (English) --- en/lang/en/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 en/lang/en/post.php diff --git a/en/lang/en/post.php b/en/lang/en/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/en/lang/en/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 37bccb5e542f645afd532f131e423a787d84c592 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:13:17 -0600 Subject: [PATCH 042/838] New translations post.php (Vietnamese) --- vi/lang/vi/post.php | 56 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 vi/lang/vi/post.php diff --git a/vi/lang/vi/post.php b/vi/lang/vi/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/vi/lang/vi/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From bfa86a53ad5f290da188821d98cbb7a7c382fcd5 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 10 Sep 2025 04:13:18 -0600 Subject: [PATCH 043/838] New translations post.php (Portuguese, Brazilian) --- pt-BR/lang/pt/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 pt-BR/lang/pt/post.php diff --git a/pt-BR/lang/pt/post.php b/pt-BR/lang/pt/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/pt-BR/lang/pt/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 0501bb12b3beeb5da0fa9e1ff7c92d6f1841b243 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:38 -0600 Subject: [PATCH 044/838] New translations auth.php (Romanian) --- lang/ro/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/ro/auth.php diff --git a/lang/ro/auth.php b/lang/ro/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/ro/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From fe32b3d243b28f4c3e3c442a3131a0756d82c9f1 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:39 -0600 Subject: [PATCH 045/838] New translations auth.php (French) --- lang/fr/auth.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/fr/auth.php b/lang/fr/auth.php index a18a165e..98e981fa 100644 --- a/lang/fr/auth.php +++ b/lang/fr/auth.php @@ -1,7 +1,7 @@ 'Ces identifiants ne correspondent pas à nos enregistrements.', - 'password' => 'Le mot de passe fourni est incorrect.', - 'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.', + 'failed' => 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', ]; From 4773efb8c7dacfd58f91ea21080376c384076554 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:40 -0600 Subject: [PATCH 046/838] New translations auth.php (Spanish) --- lang/es/auth.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/es/auth.php b/lang/es/auth.php index 529a7f8f..98e981fa 100644 --- a/lang/es/auth.php +++ b/lang/es/auth.php @@ -1,7 +1,7 @@ 'Estas credenciales no coinciden con nuestros registros.', - 'password' => 'La contraseña introducida es incorrecta.', - 'throttle' => 'Demasiados intentos de inicio de sesión. Por favor, inténtalo de nuevo en :seconds segundos.', + 'failed' => 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', ]; From 2341d7abffbf564992120c65c5dcef7ddbf55ae2 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:41 -0600 Subject: [PATCH 047/838] New translations auth.php (Afrikaans) --- lang/af/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/af/auth.php diff --git a/lang/af/auth.php b/lang/af/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/af/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From c07d34af88e97a0c2e2f95303d24072f0a102925 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:42 -0600 Subject: [PATCH 048/838] New translations auth.php (Arabic) --- lang/ar/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/ar/auth.php diff --git a/lang/ar/auth.php b/lang/ar/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/ar/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From 0469e8b31b10ee59cb871b4d137638a20c2c8ec7 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:43 -0600 Subject: [PATCH 049/838] New translations auth.php (Catalan) --- lang/ca/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/ca/auth.php diff --git a/lang/ca/auth.php b/lang/ca/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/ca/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From 99b3cd67c62b028e76b21c905db253b51bf7138d Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:44 -0600 Subject: [PATCH 050/838] New translations auth.php (Czech) --- lang/cs/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/cs/auth.php diff --git a/lang/cs/auth.php b/lang/cs/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/cs/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From 43a9606b7a4c0e48ad611a053817599bd0ae0fc3 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:45 -0600 Subject: [PATCH 051/838] New translations auth.php (Danish) --- lang/da/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/da/auth.php diff --git a/lang/da/auth.php b/lang/da/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/da/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From a0af72859b2e43dd7700e6e3ad605f0e4925ad81 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:46 -0600 Subject: [PATCH 052/838] New translations auth.php (German) --- lang/de/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/de/auth.php diff --git a/lang/de/auth.php b/lang/de/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/de/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From 505074e17caa944040d155c21bf5b2c6f9775dda Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:47 -0600 Subject: [PATCH 053/838] New translations auth.php (Greek) --- lang/el/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/el/auth.php diff --git a/lang/el/auth.php b/lang/el/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/el/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From 899894019758eb5ef0d2ddf39eb8869e584f076e Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:48 -0600 Subject: [PATCH 054/838] New translations auth.php (Finnish) --- lang/fi/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/fi/auth.php diff --git a/lang/fi/auth.php b/lang/fi/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/fi/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From d55fadc27b22ff939f165623e0448501062f4114 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:49 -0600 Subject: [PATCH 055/838] New translations auth.php (Hebrew) --- lang/he/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/he/auth.php diff --git a/lang/he/auth.php b/lang/he/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/he/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From 22a59d7f59878a1386b81d42838c27cbc381ab22 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:50 -0600 Subject: [PATCH 056/838] New translations auth.php (Hungarian) --- lang/hu/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/hu/auth.php diff --git a/lang/hu/auth.php b/lang/hu/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/hu/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From 410cdf2f52b121507f176da1ec5946f1b6f84b9e Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:51 -0600 Subject: [PATCH 057/838] New translations auth.php (Italian) --- lang/it/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/it/auth.php diff --git a/lang/it/auth.php b/lang/it/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/it/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From b1a074d560c4b7ba3902500ae7613f81f6cd69bc Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:52 -0600 Subject: [PATCH 058/838] New translations auth.php (Japanese) --- lang/ja/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/ja/auth.php diff --git a/lang/ja/auth.php b/lang/ja/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/ja/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From 20fc6e15a779d66bd169ad82ab8cb5338497eb45 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:53 -0600 Subject: [PATCH 059/838] New translations auth.php (Korean) --- lang/ko/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/ko/auth.php diff --git a/lang/ko/auth.php b/lang/ko/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/ko/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From 9c5476fdf49284795e5f7b2fe13f741c02f4cb64 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:54 -0600 Subject: [PATCH 060/838] New translations auth.php (Dutch) --- lang/nl/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/nl/auth.php diff --git a/lang/nl/auth.php b/lang/nl/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/nl/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From 38dce1c5494e9dde51d0224299faf94414d311b1 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:55 -0600 Subject: [PATCH 061/838] New translations auth.php (Norwegian) --- lang/no/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/no/auth.php diff --git a/lang/no/auth.php b/lang/no/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/no/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From 4bbbe1778ff9ed045b73efd1881fcc907a5310fd Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:56 -0600 Subject: [PATCH 062/838] New translations auth.php (Polish) --- lang/pl/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/pl/auth.php diff --git a/lang/pl/auth.php b/lang/pl/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/pl/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From e5b3a8bf80a2a619d80fcb66a63f2f3d7f9880f8 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:57 -0600 Subject: [PATCH 063/838] New translations auth.php (Portuguese) --- lang/pt/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/pt/auth.php diff --git a/lang/pt/auth.php b/lang/pt/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/pt/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From 62a6ab472b1a0618bcf1754fd8487f0de3726f7a Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:58 -0600 Subject: [PATCH 064/838] New translations auth.php (Russian) --- lang/ru/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/ru/auth.php diff --git a/lang/ru/auth.php b/lang/ru/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/ru/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From d765ca60415921c839ed7430b94cabfa2de0dcd1 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:29:59 -0600 Subject: [PATCH 065/838] New translations auth.php (Serbian (Cyrillic)) --- lang/sr/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/sr/auth.php diff --git a/lang/sr/auth.php b/lang/sr/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/sr/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From 153116c0d8c09df89caef373a3022d4294fe5a2d Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:00 -0600 Subject: [PATCH 066/838] New translations auth.php (Swedish) --- lang/sv/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/sv/auth.php diff --git a/lang/sv/auth.php b/lang/sv/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/sv/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From 26e978866842db688f09d20cf3e3d6afa54e442d Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:01 -0600 Subject: [PATCH 067/838] New translations auth.php (Turkish) --- lang/tr/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/tr/auth.php diff --git a/lang/tr/auth.php b/lang/tr/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/tr/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From ea3fae6d7294f2bd1028c9b2eb8ee31666b83bf9 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:02 -0600 Subject: [PATCH 068/838] New translations auth.php (Ukrainian) --- lang/uk/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/uk/auth.php diff --git a/lang/uk/auth.php b/lang/uk/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/uk/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From 037851531900fc3d5902f03f3f1dbea3978cc7f7 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:03 -0600 Subject: [PATCH 069/838] New translations auth.php (Chinese Simplified) --- lang/zh/auth.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/zh/auth.php b/lang/zh/auth.php index 2313077e..98e981fa 100644 --- a/lang/zh/auth.php +++ b/lang/zh/auth.php @@ -1,7 +1,7 @@ '这些凭据与我们的记录不匹配。', - 'password' => '提供的密码不正确。', - 'throttle' => '登录尝试次数过多。请在 :seconds 秒后重试。', + 'failed' => 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', ]; From f5086338846c6b6b95892440469e2de406b7dd63 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:05 -0600 Subject: [PATCH 070/838] New translations auth.php (Vietnamese) --- lang/vi/auth.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/vi/auth.php diff --git a/lang/vi/auth.php b/lang/vi/auth.php new file mode 100644 index 00000000..98e981fa --- /dev/null +++ b/lang/vi/auth.php @@ -0,0 +1,7 @@ + 'These credentials do not match our records.', + 'password' => 'The provided password is incorrect.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', +]; From 225e96cfd7eeb033bf84b5d967015233ace515bf Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:07 -0600 Subject: [PATCH 071/838] New translations common.php (Romanian) --- lang/ro/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/ro/common.php diff --git a/lang/ro/common.php b/lang/ro/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/ro/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From ed3904726d266132a86e24f8e3c20d057cc3ffa5 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:08 -0600 Subject: [PATCH 072/838] New translations common.php (French) --- lang/fr/common.php | 78 +++++++++++++++++++++++----------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/lang/fr/common.php b/lang/fr/common.php index ba2a4076..c92cb9b8 100644 --- a/lang/fr/common.php +++ b/lang/fr/common.php @@ -1,47 +1,47 @@ 'Appliquer', + 'apply' => 'Apply', 'avatar' => 'Avatar', - 'cancel' => 'Annuler', - 'clickToReveal' => 'Cliquer pour afficher', - 'close' => 'Fermer', - 'comment' => 'Commenter', - 'delete' => 'Supprimer', - 'disable' => 'Désactiver', - 'disabled' => 'Désactivé', - 'discard' => 'Jeter', - 'edit' => 'Editer', - 'enable' => 'Activer', - 'enabled' => 'Activé', - 'explore' => 'Explorer', - 'follow' => 'Suivre', - 'followers' => 'Abonnés', - 'following' => 'Abonnements', - 'goToHome' => 'Retour à l’accueil', - 'lastUpdated' => 'Dernière mise à jour', - 'learnMore' => 'En savoir plus', - 'loadMore' => 'Voir plus', - 'loading' => 'Chargement', - 'markAllAsReadConfirmMessage' => 'Voulez-vous vraiment marquer toutes les notifications non lues comme lues ?', - 'markAllRead' => 'Tout marquer comme lu', - 'markAsRead' => 'Marquer comme lu', - 'next' => 'Suivant', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', 'notifications' => 'Notifications', 'profile' => 'Profile', - 'report' => 'Signaler', - 'retry' => 'Réessayer', - 'retryingDotDotDot' => 'Nouvel essai...', - 'save' => 'Sauvegarder', - 'savingDotDotDot' => 'Enregistrement...', - 'shareThisAccount' => 'Partager ce compte', - 'shareThisLoop' => 'Partager cette Loop', - 'somethingWentWrong' => 'Oups, une erreur est survenue', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', - 'today' => 'Aujourd’hui', - 'tryAgain' => 'Réessayer', - 'unfollow' => 'Se désabonner', - 'unread' => 'Non lus', - 'videos' => 'Vidéos', - 'yesterday' => 'Hier', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', ]; From 034cef0d079b6028e0bb71430c868bf03d257539 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:09 -0600 Subject: [PATCH 073/838] New translations common.php (Spanish) --- lang/es/common.php | 52 +++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/lang/es/common.php b/lang/es/common.php index 85efad1b..c92cb9b8 100644 --- a/lang/es/common.php +++ b/lang/es/common.php @@ -1,11 +1,11 @@ 'Aplicar', + 'apply' => 'Apply', 'avatar' => 'Avatar', - 'cancel' => 'Cancelar', + 'cancel' => 'Cancel', 'clickToReveal' => 'Click to reveal', - 'close' => 'Cerrar', + 'close' => 'Close', 'comment' => 'Comment', 'delete' => 'Delete', 'disable' => 'Disable', @@ -15,33 +15,33 @@ 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', - 'follow' => 'Seguir', - 'followers' => 'Seguidores', - 'following' => 'Siguiendo', - 'goToHome' => 'Ir al inicio', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', - 'loadMore' => 'Cargar más', - 'loading' => 'Cargando', - 'markAllAsReadConfirmMessage' => '¿Estás seguro de que quieres marcar todas las notificaciones no leídas como leídas?', - 'markAllRead' => 'Marcar todo como leído', - 'markAsRead' => 'Marcar como leído', - 'next' => 'Siguiente', - 'notifications' => 'Notificaciones', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', 'profile' => 'Profile', - 'report' => 'Reportar', + 'report' => 'Report', 'retry' => 'Retry', - 'retryingDotDotDot' => 'Reintentando...', - 'save' => 'Guardar', - 'savingDotDotDot' => 'Guardando...', - 'shareThisAccount' => 'Compartir esta cuenta', - 'shareThisLoop' => 'Compartir este Loop', - 'somethingWentWrong' => 'Algo ha salido mal', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', - 'today' => 'Hoy', - 'tryAgain' => 'Intentar de nuevo', - 'unfollow' => 'Dejar de seguir', - 'unread' => 'No leído', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', 'videos' => 'Videos', - 'yesterday' => 'Ayer', + 'yesterday' => 'Yesterday', ]; From fe60d323d1fd211983c9af6d1ded0c1498c02197 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:10 -0600 Subject: [PATCH 074/838] New translations common.php (Afrikaans) --- lang/af/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/af/common.php diff --git a/lang/af/common.php b/lang/af/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/af/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From 8b850522dd0d6b26f2a92aa30b0df75fa3e49022 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:11 -0600 Subject: [PATCH 075/838] New translations common.php (Arabic) --- lang/ar/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/ar/common.php diff --git a/lang/ar/common.php b/lang/ar/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/ar/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From 014f919151e49a6466079180ed33620cf82d4e0b Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:12 -0600 Subject: [PATCH 076/838] New translations common.php (Catalan) --- lang/ca/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/ca/common.php diff --git a/lang/ca/common.php b/lang/ca/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/ca/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From 653e3dd22250123805d4264604e21ac9d26f5e81 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:13 -0600 Subject: [PATCH 077/838] New translations common.php (Czech) --- lang/cs/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/cs/common.php diff --git a/lang/cs/common.php b/lang/cs/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/cs/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From bf04a2d824ab9ae5ba0dca9ac74ad16d038e8aee Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:14 -0600 Subject: [PATCH 078/838] New translations common.php (Danish) --- lang/da/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/da/common.php diff --git a/lang/da/common.php b/lang/da/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/da/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From a7193f9da99c11350ec45ffb83f43d12f174567a Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:15 -0600 Subject: [PATCH 079/838] New translations common.php (German) --- lang/de/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/de/common.php diff --git a/lang/de/common.php b/lang/de/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/de/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From 647d7468d2391b224ea7a51e658314cd4c32df35 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:16 -0600 Subject: [PATCH 080/838] New translations common.php (Greek) --- lang/el/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/el/common.php diff --git a/lang/el/common.php b/lang/el/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/el/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From 4ac3cdce878c59e4e875970bd59db8d7b472e5c8 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:17 -0600 Subject: [PATCH 081/838] New translations common.php (Finnish) --- lang/fi/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/fi/common.php diff --git a/lang/fi/common.php b/lang/fi/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/fi/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From a72f070ead3beefc814505963a73ae492fe13288 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:18 -0600 Subject: [PATCH 082/838] New translations common.php (Hebrew) --- lang/he/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/he/common.php diff --git a/lang/he/common.php b/lang/he/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/he/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From 00c8592c3da6cc7ba5c2f0f46efb8d66bf922477 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:19 -0600 Subject: [PATCH 083/838] New translations common.php (Hungarian) --- lang/hu/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/hu/common.php diff --git a/lang/hu/common.php b/lang/hu/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/hu/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From ff5ca9b9147cfe70cab2d69b143837af3bf1ea32 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:20 -0600 Subject: [PATCH 084/838] New translations common.php (Italian) --- lang/it/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/it/common.php diff --git a/lang/it/common.php b/lang/it/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/it/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From f8875e94ab002b10febc155c4d9d4a25cdf204e3 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:21 -0600 Subject: [PATCH 085/838] New translations common.php (Japanese) --- lang/ja/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/ja/common.php diff --git a/lang/ja/common.php b/lang/ja/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/ja/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From 44dc190733f6b1b01cd11f13b83dbcbbb63a9759 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:22 -0600 Subject: [PATCH 086/838] New translations common.php (Korean) --- lang/ko/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/ko/common.php diff --git a/lang/ko/common.php b/lang/ko/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/ko/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From 3b18af5de1edebdc50bf2108f7e2aef408619f9f Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:23 -0600 Subject: [PATCH 087/838] New translations common.php (Dutch) --- lang/nl/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/nl/common.php diff --git a/lang/nl/common.php b/lang/nl/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/nl/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From f436f9073298c10b0eb215b6b9a6d4dacda2a6a4 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:24 -0600 Subject: [PATCH 088/838] New translations common.php (Norwegian) --- lang/no/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/no/common.php diff --git a/lang/no/common.php b/lang/no/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/no/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From 9cdab4a3d4c6b9ea0e8ede3a93d40266224a3f25 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:25 -0600 Subject: [PATCH 089/838] New translations common.php (Polish) --- lang/pl/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/pl/common.php diff --git a/lang/pl/common.php b/lang/pl/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/pl/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From 8c111add5848a77655bec40cb02a807bccdb0021 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:26 -0600 Subject: [PATCH 090/838] New translations common.php (Portuguese) --- lang/pt/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/pt/common.php diff --git a/lang/pt/common.php b/lang/pt/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/pt/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From 706252e25611c955f99f0f45d89a164c91c27324 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:27 -0600 Subject: [PATCH 091/838] New translations common.php (Russian) --- lang/ru/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/ru/common.php diff --git a/lang/ru/common.php b/lang/ru/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/ru/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From f0b6c33a5b4326ddfe9245aec3901dbbfda98472 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:28 -0600 Subject: [PATCH 092/838] New translations common.php (Serbian (Cyrillic)) --- lang/sr/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/sr/common.php diff --git a/lang/sr/common.php b/lang/sr/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/sr/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From a63d1684024b537a1ebadbb16c549ba2d2de64a2 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:29 -0600 Subject: [PATCH 093/838] New translations common.php (Swedish) --- lang/sv/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/sv/common.php diff --git a/lang/sv/common.php b/lang/sv/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/sv/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From a7788ee4076d590dfd13aa675dd5910fa0c3bf47 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:30 -0600 Subject: [PATCH 094/838] New translations common.php (Turkish) --- lang/tr/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/tr/common.php diff --git a/lang/tr/common.php b/lang/tr/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/tr/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From 1007de2b1085f1ee8cb95ea32ce251d77f51c51d Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:30 -0600 Subject: [PATCH 095/838] New translations common.php (Ukrainian) --- lang/uk/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/uk/common.php diff --git a/lang/uk/common.php b/lang/uk/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/uk/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From 1e1df6266952351c82aa5c10549b96ddc05c740d Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:31 -0600 Subject: [PATCH 096/838] New translations common.php (Chinese Simplified) --- lang/zh/common.php | 62 +++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/lang/zh/common.php b/lang/zh/common.php index beaa6e2c..c92cb9b8 100644 --- a/lang/zh/common.php +++ b/lang/zh/common.php @@ -1,11 +1,11 @@ '应用', - 'avatar' => '头像', - 'cancel' => '取消', + 'apply' => 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', 'clickToReveal' => 'Click to reveal', - 'close' => '关闭', + 'close' => 'Close', 'comment' => 'Comment', 'delete' => 'Delete', 'disable' => 'Disable', @@ -14,34 +14,34 @@ 'edit' => 'Edit', 'enable' => 'Enable', 'enabled' => 'Enabled', - 'explore' => '发现', - 'follow' => '关注', - 'followers' => '粉丝', - 'following' => '已关注', - 'goToHome' => '返回首页', - 'lastUpdated' => '上次更新', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', - 'loadMore' => '加载更多', - 'loading' => '加载中', - 'markAllAsReadConfirmMessage' => '确认将所有通知标为已读吗?', - 'markAllRead' => '全部标为已读', - 'markAsRead' => '标为已读', - 'next' => '下一个', - 'notifications' => '通知', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', 'profile' => 'Profile', - 'report' => '举报', - 'retry' => '重试', - 'retryingDotDotDot' => '正在重试...', - 'save' => '保存', - 'savingDotDotDot' => '正在保存...', - 'shareThisAccount' => '分享此账号', - 'shareThisLoop' => '分享这一刻', - 'somethingWentWrong' => '出现了一些问题', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', - 'today' => '今天', - 'tryAgain' => '重试', - 'unfollow' => '取关', - 'unread' => '未读', - 'videos' => '视频', - 'yesterday' => '昨天', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', ]; From eb7ef463e98869562a9bb0952597fde97c18974a Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:33 -0600 Subject: [PATCH 097/838] New translations common.php (Vietnamese) --- lang/vi/common.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lang/vi/common.php diff --git a/lang/vi/common.php b/lang/vi/common.php new file mode 100644 index 00000000..c92cb9b8 --- /dev/null +++ b/lang/vi/common.php @@ -0,0 +1,47 @@ + 'Apply', + 'avatar' => 'Avatar', + 'cancel' => 'Cancel', + 'clickToReveal' => 'Click to reveal', + 'close' => 'Close', + 'comment' => 'Comment', + 'delete' => 'Delete', + 'disable' => 'Disable', + 'disabled' => 'Disabled', + 'discard' => 'Discard', + 'edit' => 'Edit', + 'enable' => 'Enable', + 'enabled' => 'Enabled', + 'explore' => 'Explore', + 'follow' => 'Follow', + 'followers' => 'Followers', + 'following' => 'Following', + 'goToHome' => 'Go to Home', + 'lastUpdated' => 'Last updated', + 'learnMore' => 'Learn more', + 'loadMore' => 'Load more', + 'loading' => 'Loading', + 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', + 'markAllRead' => 'Mark All Read', + 'markAsRead' => 'Mark as Read', + 'next' => 'Next', + 'notifications' => 'Notifications', + 'profile' => 'Profile', + 'report' => 'Report', + 'retry' => 'Retry', + 'retryingDotDotDot' => 'Retrying...', + 'save' => 'Save', + 'savingDotDotDot' => 'Saving...', + 'shareThisAccount' => 'Share this account', + 'shareThisLoop' => 'Share this Loop', + 'somethingWentWrong' => 'Something went wrong', + 'status' => 'Status', + 'today' => 'Today', + 'tryAgain' => 'Try again', + 'unfollow' => 'Unfollow', + 'unread' => 'Unread', + 'videos' => 'Videos', + 'yesterday' => 'Yesterday', +]; From dcb92e8065b5b6f8ba284c9f0de450dde5463b0b Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:35 -0600 Subject: [PATCH 098/838] New translations contact.php (Romanian) --- lang/ro/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/ro/contact.php diff --git a/lang/ro/contact.php b/lang/ro/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/ro/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From d7253700af2ed9a10b2e20a9e210524139574a2e Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:36 -0600 Subject: [PATCH 099/838] New translations contact.php (French) --- lang/fr/contact.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/lang/fr/contact.php b/lang/fr/contact.php index 8460473c..d64c7c92 100644 --- a/lang/fr/contact.php +++ b/lang/fr/contact.php @@ -1,19 +1,19 @@ 'Contacter l’admin', - 'adminContactMessage' => 'Pour les questions liées au fonctionnement essentiel (utilisez l’outil de signalement dans l’app pour les contenus).', - 'bodyMessage' => 'On est là pour vous aider. Contactez-nous via l’un des canaux ci-dessous et on vous répondra dès que possible.', - 'communityForum' => 'Forum communautaire', - 'communityForumMessage' => 'Participez aux discussions, posez vos questions et partagez vos connaissances avec la communauté.', - 'failedToLoadContactInformation' => 'Impossible de charger les infos de contact. Réessayez plus tard.', - 'getInTouch' => 'Nous contacter', - 'loadingContactInformationDotDotDot' => 'Chargement des infos de contact...', - 'responseTime' => 'Délai de réponse', - 'responseTimeMessage' => 'Nous répondons généralement sous 24h les jours ouvrés. Pour les urgences techniques, ajoutez "URGENT" dans l’objet.', - 'socialConnect' => 'Réseaux sociaux', - 'socialConnectMessage' => 'Suivez-nous sur le fédiverse pour des actus et des questions rapides en DM.', - 'technicalSupport' => 'Support technique', - 'technicalSupportMessage' => 'Besoin d’aide avec la plateforme ? Obtenez de l’assistance et du dépannage.', - 'visitForum' => 'Aller au forum', + 'adminContact' => 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', ]; From fd94730ba9e60c05662ef6ed313084003d8e9575 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:37 -0600 Subject: [PATCH 100/838] New translations contact.php (Spanish) --- lang/es/contact.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/lang/es/contact.php b/lang/es/contact.php index 804f440f..d64c7c92 100644 --- a/lang/es/contact.php +++ b/lang/es/contact.php @@ -1,19 +1,19 @@ 'Contacto del administrador', - 'adminContactMessage' => 'Para consultas relacionadas con asuntos operativos esenciales (usa el sistema de reportes en la app para problemas de contenido).', - 'bodyMessage' => 'Estamos aquí para ayudarte. Contáctanos por cualquiera de los canales de abajo y te responderemos lo antes posible.', - 'communityForum' => 'Foro de la comunidad', - 'communityForumMessage' => 'Únete a las discusiones, haz preguntas y comparte conocimientos con otros usuarios.', - 'failedToLoadContactInformation' => 'No se pudo cargar la información de contacto. Inténtalo de nuevo más tarde.', - 'getInTouch' => 'Ponerse en contacto', - 'loadingContactInformationDotDotDot' => 'Cargando información de contacto...', - 'responseTime' => 'Tiempo de respuesta', - 'responseTimeMessage' => 'Normalmente respondemos a todas las consultas en un plazo de 24 horas durante días laborables. Para asuntos técnicos urgentes, incluye "URGENTE" en el asunto.', - 'socialConnect' => 'Conexión social', - 'socialConnectMessage' => 'Síguenos en el fediverso para actualizaciones y preguntas rápidas por mensaje directo.', - 'technicalSupport' => 'Soporte técnico', - 'technicalSupportMessage' => '¿Necesitas ayuda con nuestra plataforma? Obtén asistencia técnica y soporte de resolución de problemas.', - 'visitForum' => 'Visitar foro', + 'adminContact' => 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', ]; From ab2a94aa75a6289da3510e22ccac4bae634767c0 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:38 -0600 Subject: [PATCH 101/838] New translations contact.php (Afrikaans) --- lang/af/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/af/contact.php diff --git a/lang/af/contact.php b/lang/af/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/af/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From 8fdce89cb00b043168da09fcb834d23664ff4f62 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:39 -0600 Subject: [PATCH 102/838] New translations contact.php (Arabic) --- lang/ar/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/ar/contact.php diff --git a/lang/ar/contact.php b/lang/ar/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/ar/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From 7a47638c69755f0afab5b14ac948a505e0bdd1ad Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:40 -0600 Subject: [PATCH 103/838] New translations contact.php (Catalan) --- lang/ca/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/ca/contact.php diff --git a/lang/ca/contact.php b/lang/ca/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/ca/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From d9bdcf109e2f0e4aee1b809229e09506ec9b5570 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:41 -0600 Subject: [PATCH 104/838] New translations contact.php (Czech) --- lang/cs/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/cs/contact.php diff --git a/lang/cs/contact.php b/lang/cs/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/cs/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From 9aa6d2774e2f272fefc081b34e99c7f9bec76b1f Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:42 -0600 Subject: [PATCH 105/838] New translations contact.php (Danish) --- lang/da/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/da/contact.php diff --git a/lang/da/contact.php b/lang/da/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/da/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From 83c9a593f8a12b7d2c5ea0aa96faaf5bc877a796 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:43 -0600 Subject: [PATCH 106/838] New translations contact.php (German) --- lang/de/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/de/contact.php diff --git a/lang/de/contact.php b/lang/de/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/de/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From c5be2174b131017a1de008fec506944dcff81f18 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:44 -0600 Subject: [PATCH 107/838] New translations contact.php (Greek) --- lang/el/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/el/contact.php diff --git a/lang/el/contact.php b/lang/el/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/el/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From 64d5c15b995b81f1964dc22d557083d9e490bd82 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:45 -0600 Subject: [PATCH 108/838] New translations contact.php (Finnish) --- lang/fi/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/fi/contact.php diff --git a/lang/fi/contact.php b/lang/fi/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/fi/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From 89ac217a9b04a60d2a4053c0ca6e614662e06ae0 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:46 -0600 Subject: [PATCH 109/838] New translations contact.php (Hebrew) --- lang/he/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/he/contact.php diff --git a/lang/he/contact.php b/lang/he/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/he/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From 3854d1e98cbf84db85c0b4550e83f442086d5f70 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:47 -0600 Subject: [PATCH 110/838] New translations contact.php (Hungarian) --- lang/hu/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/hu/contact.php diff --git a/lang/hu/contact.php b/lang/hu/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/hu/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From a2c7127238824d23965e3a0ed480462b56b2e607 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:48 -0600 Subject: [PATCH 111/838] New translations contact.php (Italian) --- lang/it/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/it/contact.php diff --git a/lang/it/contact.php b/lang/it/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/it/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From bb80c1923ab06a607a4cd4851b0e88bf7ccc4eb6 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:49 -0600 Subject: [PATCH 112/838] New translations contact.php (Japanese) --- lang/ja/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/ja/contact.php diff --git a/lang/ja/contact.php b/lang/ja/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/ja/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From 1b60391fa558372ffbdefcd2b21e7c28fd911328 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:50 -0600 Subject: [PATCH 113/838] New translations contact.php (Korean) --- lang/ko/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/ko/contact.php diff --git a/lang/ko/contact.php b/lang/ko/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/ko/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From 42c41b6c32012976db9840c6a126be7b8266103e Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:51 -0600 Subject: [PATCH 114/838] New translations contact.php (Dutch) --- lang/nl/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/nl/contact.php diff --git a/lang/nl/contact.php b/lang/nl/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/nl/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From f95f45af65ec3bd277b9f860daa73d2562931d03 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:52 -0600 Subject: [PATCH 115/838] New translations contact.php (Norwegian) --- lang/no/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/no/contact.php diff --git a/lang/no/contact.php b/lang/no/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/no/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From dce42c4f63b52682fbf958b46a8e1543f7548471 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:53 -0600 Subject: [PATCH 116/838] New translations contact.php (Polish) --- lang/pl/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/pl/contact.php diff --git a/lang/pl/contact.php b/lang/pl/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/pl/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From 353e9d9165e23bd27ac63380906bc6ecb8d07504 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:54 -0600 Subject: [PATCH 117/838] New translations contact.php (Portuguese) --- lang/pt/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/pt/contact.php diff --git a/lang/pt/contact.php b/lang/pt/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/pt/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From 433defc49610d923f1aa8b50aefcf77d41a3de91 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:54 -0600 Subject: [PATCH 118/838] New translations contact.php (Russian) --- lang/ru/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/ru/contact.php diff --git a/lang/ru/contact.php b/lang/ru/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/ru/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From 543b48940ea3656c828bdb46197c23ddb8024ccb Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:55 -0600 Subject: [PATCH 119/838] New translations contact.php (Serbian (Cyrillic)) --- lang/sr/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/sr/contact.php diff --git a/lang/sr/contact.php b/lang/sr/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/sr/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From cfaeedb7f4103bd4c8a9423234ce088e7f5b218c Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:56 -0600 Subject: [PATCH 120/838] New translations contact.php (Swedish) --- lang/sv/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/sv/contact.php diff --git a/lang/sv/contact.php b/lang/sv/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/sv/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From 6921c53924c28d1659da1e98009fdd3384d361d2 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:57 -0600 Subject: [PATCH 121/838] New translations contact.php (Turkish) --- lang/tr/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/tr/contact.php diff --git a/lang/tr/contact.php b/lang/tr/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/tr/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From 5ba7831b5cdcec22976866aea537b31f33689494 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:30:58 -0600 Subject: [PATCH 122/838] New translations contact.php (Ukrainian) --- lang/uk/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/uk/contact.php diff --git a/lang/uk/contact.php b/lang/uk/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/uk/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From 316d34fcfd373cddb01883d257f107ef572be9ce Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:00 -0600 Subject: [PATCH 123/838] New translations contact.php (Chinese Simplified) --- lang/zh/contact.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/lang/zh/contact.php b/lang/zh/contact.php index e40fc7ce..d64c7c92 100644 --- a/lang/zh/contact.php +++ b/lang/zh/contact.php @@ -1,19 +1,19 @@ '管理员联系方式', - 'adminContactMessage' => '如需咨询与关键运营事项相关的问题(内容问题请使用应用内举报系统)。', - 'bodyMessage' => '我们随时为你提供帮助。通过以下任一渠道联系我们,我们会尽快回复。', - 'communityForum' => '社区论坛', - 'communityForumMessage' => '加入我们的社区讨论,提问并与其他用户分享知识。', - 'failedToLoadContactInformation' => '联系信息加载失败。请稍后重试。', - 'getInTouch' => '联系我们', - 'loadingContactInformationDotDotDot' => '正在加载联系信息...', - 'responseTime' => '回复时间', - 'responseTimeMessage' => '在工作日期间,我们通常会在24小时内回复所有咨询。对于紧急技术问题,请在标题中注明 "紧急"。', - 'socialConnect' => '社交媒体', - 'socialConnectMessage' => '在联邦宇宙关注我们,以获取更新,并通过私信快速提问。', - 'technicalSupport' => '技术支持', - 'technicalSupportMessage' => '需要我们平台的帮助吗?获取技术协助和故障排查支持。', - 'visitForum' => '访问论坛', + 'adminContact' => 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', ]; From 391be36cc466288e68817f8d096aabaffe079d8f Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:01 -0600 Subject: [PATCH 124/838] New translations contact.php (Vietnamese) --- lang/vi/contact.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/vi/contact.php diff --git a/lang/vi/contact.php b/lang/vi/contact.php new file mode 100644 index 00000000..d64c7c92 --- /dev/null +++ b/lang/vi/contact.php @@ -0,0 +1,19 @@ + 'Admin Contact', + 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'communityForum' => 'Community Forum', + 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', + 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'getInTouch' => 'Get in Touch', + 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'responseTime' => 'Response Time', + 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'socialConnect' => 'Social Connect', + 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'technicalSupport' => 'Technical Support', + 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'visitForum' => 'Visit Forum', +]; From 2118d1654e6546a5fc6c7396e187b548b7c6c189 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:03 -0600 Subject: [PATCH 125/838] New translations explore.php (Romanian) --- lang/ro/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/ro/explore.php diff --git a/lang/ro/explore.php b/lang/ro/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/ro/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From 823101266e698d8e654dc3a7607e2f3f40355f17 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:04 -0600 Subject: [PATCH 126/838] New translations explore.php (French) --- lang/fr/explore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/fr/explore.php b/lang/fr/explore.php index 298446c2..34389c65 100644 --- a/lang/fr/explore.php +++ b/lang/fr/explore.php @@ -1,5 +1,5 @@ 'Aucune vidéo trouvée pour ce hashtag', + 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From df4c3fedef9e67ee2a1c785f663fe347688870ec Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:05 -0600 Subject: [PATCH 127/838] New translations explore.php (Spanish) --- lang/es/explore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/es/explore.php b/lang/es/explore.php index dc08de98..34389c65 100644 --- a/lang/es/explore.php +++ b/lang/es/explore.php @@ -1,5 +1,5 @@ 'No se encontraron videos para este hashtag', + 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From 51510201c50eafc892d9ce44098ffc51680f2a55 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:06 -0600 Subject: [PATCH 128/838] New translations explore.php (Afrikaans) --- lang/af/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/af/explore.php diff --git a/lang/af/explore.php b/lang/af/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/af/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From 8728e4d93d57fed2af9988ef025f6c49a1d6348d Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:07 -0600 Subject: [PATCH 129/838] New translations explore.php (Arabic) --- lang/ar/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/ar/explore.php diff --git a/lang/ar/explore.php b/lang/ar/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/ar/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From 60be596a0e528f97bfb075158fbad5aedbe5ec2b Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:08 -0600 Subject: [PATCH 130/838] New translations explore.php (Catalan) --- lang/ca/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/ca/explore.php diff --git a/lang/ca/explore.php b/lang/ca/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/ca/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From fb4fbeee22c1b186ecdf0cfd8b5472f1a905de58 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:09 -0600 Subject: [PATCH 131/838] New translations explore.php (Czech) --- lang/cs/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/cs/explore.php diff --git a/lang/cs/explore.php b/lang/cs/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/cs/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From 447454f4252752bfe480ba26615c39a411e07934 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:10 -0600 Subject: [PATCH 132/838] New translations explore.php (Danish) --- lang/da/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/da/explore.php diff --git a/lang/da/explore.php b/lang/da/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/da/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From b9a0bfc7cd0b5feb3c7079c4706cf96957ab286e Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:10 -0600 Subject: [PATCH 133/838] New translations explore.php (German) --- lang/de/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/de/explore.php diff --git a/lang/de/explore.php b/lang/de/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/de/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From 3e67387fd6ba2b611bb214517956ef3283c528c1 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:11 -0600 Subject: [PATCH 134/838] New translations explore.php (Greek) --- lang/el/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/el/explore.php diff --git a/lang/el/explore.php b/lang/el/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/el/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From adb5becd53b42d97ac95d0074d11d3e6e99a699a Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:12 -0600 Subject: [PATCH 135/838] New translations explore.php (Finnish) --- lang/fi/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/fi/explore.php diff --git a/lang/fi/explore.php b/lang/fi/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/fi/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From 385d8722d0ee6098e5ed311aa9cc1afd0f67f0a2 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:13 -0600 Subject: [PATCH 136/838] New translations explore.php (Hebrew) --- lang/he/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/he/explore.php diff --git a/lang/he/explore.php b/lang/he/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/he/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From 8134147e4f25dce71cec296e446bcb4c4ba24624 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:14 -0600 Subject: [PATCH 137/838] New translations explore.php (Hungarian) --- lang/hu/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/hu/explore.php diff --git a/lang/hu/explore.php b/lang/hu/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/hu/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From e990f8562bcf27bf01eb189bae1af1a4eab18f39 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:15 -0600 Subject: [PATCH 138/838] New translations explore.php (Italian) --- lang/it/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/it/explore.php diff --git a/lang/it/explore.php b/lang/it/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/it/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From 2fc08184981f8ceee3ba06fed5dcbec9e42df6b7 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:16 -0600 Subject: [PATCH 139/838] New translations explore.php (Japanese) --- lang/ja/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/ja/explore.php diff --git a/lang/ja/explore.php b/lang/ja/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/ja/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From 94baa4329050ccbeda633e54b31e891337754c53 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:17 -0600 Subject: [PATCH 140/838] New translations explore.php (Korean) --- lang/ko/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/ko/explore.php diff --git a/lang/ko/explore.php b/lang/ko/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/ko/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From e5764b0c4c40f6fe6dfdd8cb578665c0fdd1d2a0 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:18 -0600 Subject: [PATCH 141/838] New translations explore.php (Dutch) --- lang/nl/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/nl/explore.php diff --git a/lang/nl/explore.php b/lang/nl/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/nl/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From 60b1c651122ec4a405cd744fe524ecfdaea35f15 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:19 -0600 Subject: [PATCH 142/838] New translations explore.php (Norwegian) --- lang/no/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/no/explore.php diff --git a/lang/no/explore.php b/lang/no/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/no/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From 7e94f49ac378f028cdddca9bfa0fd28673c7e687 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:20 -0600 Subject: [PATCH 143/838] New translations explore.php (Polish) --- lang/pl/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/pl/explore.php diff --git a/lang/pl/explore.php b/lang/pl/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/pl/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From 96a9b5b0c4e099c0e3e49b00d1ca876a91674dcf Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:21 -0600 Subject: [PATCH 144/838] New translations explore.php (Portuguese) --- lang/pt/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/pt/explore.php diff --git a/lang/pt/explore.php b/lang/pt/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/pt/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From 1361c821ac6b2198f3c0ab18d0ad19594b8d3f9b Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:22 -0600 Subject: [PATCH 145/838] New translations explore.php (Russian) --- lang/ru/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/ru/explore.php diff --git a/lang/ru/explore.php b/lang/ru/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/ru/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From 7e82d07db6423a64f20e4bbad70fb18fbdfad6d9 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:23 -0600 Subject: [PATCH 146/838] New translations explore.php (Serbian (Cyrillic)) --- lang/sr/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/sr/explore.php diff --git a/lang/sr/explore.php b/lang/sr/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/sr/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From ee3c28c558f5dfb2a9212b13ffe8aa4d538dccea Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:24 -0600 Subject: [PATCH 147/838] New translations explore.php (Swedish) --- lang/sv/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/sv/explore.php diff --git a/lang/sv/explore.php b/lang/sv/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/sv/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From 8cef2bfa0237e0c54cdfba7fd7d45891c38ae612 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:25 -0600 Subject: [PATCH 148/838] New translations explore.php (Turkish) --- lang/tr/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/tr/explore.php diff --git a/lang/tr/explore.php b/lang/tr/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/tr/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From 443a4944f2ad66e7a539ec3124d419c7451b8754 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:26 -0600 Subject: [PATCH 149/838] New translations explore.php (Ukrainian) --- lang/uk/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/uk/explore.php diff --git a/lang/uk/explore.php b/lang/uk/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/uk/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From 30db65cdd66ceb061380063bd32bdd3acb72d8ff Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:27 -0600 Subject: [PATCH 150/838] New translations explore.php (Chinese Simplified) --- lang/zh/explore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/zh/explore.php b/lang/zh/explore.php index aaf62ff0..34389c65 100644 --- a/lang/zh/explore.php +++ b/lang/zh/explore.php @@ -1,5 +1,5 @@ '未找到与该话题相关的视频', + 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From ecaedac5dea58c801509836960edd3ce22974924 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:29 -0600 Subject: [PATCH 151/838] New translations explore.php (Vietnamese) --- lang/vi/explore.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lang/vi/explore.php diff --git a/lang/vi/explore.php b/lang/vi/explore.php new file mode 100644 index 00000000..34389c65 --- /dev/null +++ b/lang/vi/explore.php @@ -0,0 +1,5 @@ + 'No videos found for this hashtag', +]; From b17b3d972bcd71d132081abbc31017c2b3785a96 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:31 -0600 Subject: [PATCH 152/838] New translations language.php (Romanian) --- lang/ro/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/ro/language.php diff --git a/lang/ro/language.php b/lang/ro/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/ro/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 4701a9c9efe95899b83fab030ed112a8d750056b Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:32 -0600 Subject: [PATCH 153/838] New translations language.php (French) --- lang/fr/language.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/fr/language.php b/lang/fr/language.php index 53709e45..29dc63f2 100644 --- a/lang/fr/language.php +++ b/lang/fr/language.php @@ -2,11 +2,11 @@ return [ 'picker' => [ - 'title' => 'Sélectionner la langue', - 'description' => 'Choisissez votre langue préférée. Cela changera la langue de toute l’application.', - 'select' => 'Langue :', - 'applyChanges' => 'Appliquer les changements', - 'current' => 'Langue actuelle :', - 'note' => 'Votre préférence linguistique sera enregistrée automatiquement.', + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', ], ]; From 7b45bf7285c134b48b18cdabb9afff26f09a3dca Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:33 -0600 Subject: [PATCH 154/838] New translations language.php (Spanish) --- lang/es/language.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/es/language.php b/lang/es/language.php index 6b89db96..29dc63f2 100644 --- a/lang/es/language.php +++ b/lang/es/language.php @@ -2,11 +2,11 @@ return [ 'picker' => [ - 'title' => 'Seleccionar idioma', - 'description' => 'Selecciona tu idioma preferido. Esto cambiará el idioma de toda la aplicación.', - 'select' => 'Seleccionar idioma:', - 'applyChanges' => 'Aplicar cambios', - 'current' => 'Idioma actual:', - 'note' => 'Tu preferencia de idioma se guardará automáticamente.', + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', ], ]; From 451eb68e832bf86fab48ff1d5129a9c4b839c489 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:34 -0600 Subject: [PATCH 155/838] New translations language.php (Afrikaans) --- lang/af/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/af/language.php diff --git a/lang/af/language.php b/lang/af/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/af/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 2cb529bcb53d6e19751dc43226c691f50fa7d848 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:35 -0600 Subject: [PATCH 156/838] New translations language.php (Arabic) --- lang/ar/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/ar/language.php diff --git a/lang/ar/language.php b/lang/ar/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/ar/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 3a5f3033feec90219ba84f99e2216dfd4e210f7c Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:36 -0600 Subject: [PATCH 157/838] New translations language.php (Catalan) --- lang/ca/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/ca/language.php diff --git a/lang/ca/language.php b/lang/ca/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/ca/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 15f8b2a7bf80fbafdf67a34fb637d48d4145383f Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:37 -0600 Subject: [PATCH 158/838] New translations language.php (Czech) --- lang/cs/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/cs/language.php diff --git a/lang/cs/language.php b/lang/cs/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/cs/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 70b4a2fad7cfa114a1642fd57722be864adcd679 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:38 -0600 Subject: [PATCH 159/838] New translations language.php (Danish) --- lang/da/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/da/language.php diff --git a/lang/da/language.php b/lang/da/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/da/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 6fe760da7678cb04faaad373f7829dc3b7fd7bfd Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:39 -0600 Subject: [PATCH 160/838] New translations language.php (German) --- lang/de/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/de/language.php diff --git a/lang/de/language.php b/lang/de/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/de/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From a761949031ea6ab21094c1be625eb699b4942c25 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:40 -0600 Subject: [PATCH 161/838] New translations language.php (Greek) --- lang/el/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/el/language.php diff --git a/lang/el/language.php b/lang/el/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/el/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 639ba5b5ab4d68375f32e9b35e280f8868e26414 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:41 -0600 Subject: [PATCH 162/838] New translations language.php (Finnish) --- lang/fi/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/fi/language.php diff --git a/lang/fi/language.php b/lang/fi/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/fi/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 7ab15b341c26eaa70b7daf173c1d4636d65f4121 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:42 -0600 Subject: [PATCH 163/838] New translations language.php (Hebrew) --- lang/he/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/he/language.php diff --git a/lang/he/language.php b/lang/he/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/he/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 3f3cb145a565691a9966dc08585050cd3d5cf541 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:43 -0600 Subject: [PATCH 164/838] New translations language.php (Hungarian) --- lang/hu/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/hu/language.php diff --git a/lang/hu/language.php b/lang/hu/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/hu/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 30daae745f1a2fdd7c1f23e9bbb5ebad47584f90 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:44 -0600 Subject: [PATCH 165/838] New translations language.php (Italian) --- lang/it/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/it/language.php diff --git a/lang/it/language.php b/lang/it/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/it/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 07eed35105b8188566ca4540b2299695886b0d8a Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:45 -0600 Subject: [PATCH 166/838] New translations language.php (Japanese) --- lang/ja/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/ja/language.php diff --git a/lang/ja/language.php b/lang/ja/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/ja/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 7cc9743dfadee2bb2cd6fc6d681f9b177d286b03 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:46 -0600 Subject: [PATCH 167/838] New translations language.php (Korean) --- lang/ko/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/ko/language.php diff --git a/lang/ko/language.php b/lang/ko/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/ko/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 1dfc9a4fb22be4cacff8baf2781641531e1c8534 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:47 -0600 Subject: [PATCH 168/838] New translations language.php (Dutch) --- lang/nl/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/nl/language.php diff --git a/lang/nl/language.php b/lang/nl/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/nl/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 69bedb7f14eadb6ab26b3f02e7c80485bb6f6848 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:48 -0600 Subject: [PATCH 169/838] New translations language.php (Norwegian) --- lang/no/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/no/language.php diff --git a/lang/no/language.php b/lang/no/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/no/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 146b7125ce6c59e0cacb2712d597eb9ce9029afc Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:49 -0600 Subject: [PATCH 170/838] New translations language.php (Polish) --- lang/pl/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/pl/language.php diff --git a/lang/pl/language.php b/lang/pl/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/pl/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From aa124f870b5d27bd7a77b9e29d1b0dd416bfcf6b Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:50 -0600 Subject: [PATCH 171/838] New translations language.php (Portuguese) --- lang/pt/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/pt/language.php diff --git a/lang/pt/language.php b/lang/pt/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/pt/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 99e2ac30dc271a5e0932b75c69fa278e50e911d3 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:51 -0600 Subject: [PATCH 172/838] New translations language.php (Russian) --- lang/ru/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/ru/language.php diff --git a/lang/ru/language.php b/lang/ru/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/ru/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 3a14053127f05c29812c221a6e549f8a2169be7f Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:52 -0600 Subject: [PATCH 173/838] New translations language.php (Serbian (Cyrillic)) --- lang/sr/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/sr/language.php diff --git a/lang/sr/language.php b/lang/sr/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/sr/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 886f2e7a4de2eeda5466079dfa8a62b5926351dc Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:53 -0600 Subject: [PATCH 174/838] New translations language.php (Swedish) --- lang/sv/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/sv/language.php diff --git a/lang/sv/language.php b/lang/sv/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/sv/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 81a924893b33c5e5e1565c17c07957f663546155 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:54 -0600 Subject: [PATCH 175/838] New translations language.php (Turkish) --- lang/tr/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/tr/language.php diff --git a/lang/tr/language.php b/lang/tr/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/tr/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From ad0154a6896683714651ef5f6c648c81f0a8a29f Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:55 -0600 Subject: [PATCH 176/838] New translations language.php (Ukrainian) --- lang/uk/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/uk/language.php diff --git a/lang/uk/language.php b/lang/uk/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/uk/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 1839cfc11bdba4cf25107ee65cff699bb4d09d86 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:56 -0600 Subject: [PATCH 177/838] New translations language.php (Chinese Simplified) --- lang/zh/language.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/zh/language.php b/lang/zh/language.php index 77fdf3b9..29dc63f2 100644 --- a/lang/zh/language.php +++ b/lang/zh/language.php @@ -2,11 +2,11 @@ return [ 'picker' => [ - 'title' => '选择语言', - 'description' => '选择你的首选语言。这将更改整个应用程序的语言。', - 'select' => '选择语言:', - 'applyChanges' => '应用更改', - 'current' => '当前语言:', - 'note' => '你的语言偏好将自动保存。', + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', ], ]; From b31a895b8a1ef4fd9a07f20f73383ac29ef148e0 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:58 -0600 Subject: [PATCH 178/838] New translations language.php (Vietnamese) --- lang/vi/language.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/vi/language.php diff --git a/lang/vi/language.php b/lang/vi/language.php new file mode 100644 index 00000000..29dc63f2 --- /dev/null +++ b/lang/vi/language.php @@ -0,0 +1,12 @@ + [ + 'title' => 'Select Language', + 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'select' => 'Select Language:', + 'applyChanges' => 'Apply Changes', + 'current' => 'Current Language:', + 'note' => 'Your language preference will be saved automatically.', + ], +]; From 0ad5b31ab41a0b2c7922e9d6905451d2b0e5d743 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:31:59 -0600 Subject: [PATCH 179/838] New translations nav.php (Romanian) --- lang/ro/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/ro/nav.php diff --git a/lang/ro/nav.php b/lang/ro/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/ro/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From c9b3a08b96a223bd4db5e6325a0205f126bde54b Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:00 -0600 Subject: [PATCH 180/838] New translations nav.php (French) --- lang/fr/nav.php | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/lang/fr/nav.php b/lang/fr/nav.php index 04b1caa8..3139435e 100644 --- a/lang/fr/nav.php +++ b/lang/fr/nav.php @@ -1,29 +1,29 @@ 'À propos', + 'about' => 'About', 'admin' => 'Admin', - 'clearAll' => 'Tout effacer', - 'community' => 'Communauté', + 'clearAll' => 'Clear All', + 'community' => 'Community', 'contact' => 'Contact', - 'developers' => 'Développeurs', - 'federation' => 'Fédération', - 'help' => 'Aide', - 'home' => 'Accueil', - 'join' => 'Inscription', - 'logIn' => 'Connexion', - 'logOut' => 'Déconnexion', - 'loginOrRegister' => 'Connexion ou inscription', - 'more' => 'Plus', - 'noResultsFound' => 'Aucun résultat', - 'popular' => 'Populaires', - 'poweredBy' => 'Propulsé par', - 'privacy' => 'Confidentialité', - 'profile' => 'Profil', - 'recentSearches' => 'Recherches récentes', - 'search' => 'Rechercher', - 'settings' => 'Paramètres', - 'terms' => 'Conditions', - 'upload' => 'Ajouter', - 'uploadLoop' => 'Ajouter une Loop', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', ]; From 64f5462e034b1025ad06d6b2a6f78ae7eaae041b Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:01 -0600 Subject: [PATCH 181/838] New translations nav.php (Spanish) --- lang/es/nav.php | 49 ++++++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/lang/es/nav.php b/lang/es/nav.php index cd5c018a..3139435e 100644 --- a/lang/es/nav.php +++ b/lang/es/nav.php @@ -1,30 +1,29 @@ 'Acerca de', - 'admin' => 'Administración', - 'clearAll' => 'Limpiar todo', - 'community' => 'Comunidad', - 'contact' => 'Contacto', - 'developers' => 'Desarrolladores', - 'explore' => 'Explorar', - 'federation' => 'Federación', - 'help' => 'Ayuda', - 'home' => 'Inicio', - 'join' => 'Unirse', - 'logIn' => 'Iniciar sesión', - 'logOut' => 'Cerrar sesión', - 'loginOrRegister' => 'Iniciar sesión o registrarse', - 'more' => 'Más', - 'noResultsFound' => 'No se encontraron resultados', + 'about' => 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', 'popular' => 'Popular', - 'poweredBy' => 'Desarrollado por', - 'privacy' => 'Privacidad', - 'profile' => 'Perfil', - 'recentSearches' => 'Búsquedas recientes', - 'search' => 'Buscar', - 'settings' => 'Configuración', - 'terms' => 'Términos', - 'upload' => 'Subir', - 'uploadLoop' => 'Subir Loop', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', ]; From 16a34335b53b6b6fac09ddc3c9512f2ba030799b Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:02 -0600 Subject: [PATCH 182/838] New translations nav.php (Afrikaans) --- lang/af/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/af/nav.php diff --git a/lang/af/nav.php b/lang/af/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/af/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From e98f6667376d40c2940aa8f0212ad609c1ef398e Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:03 -0600 Subject: [PATCH 183/838] New translations nav.php (Arabic) --- lang/ar/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/ar/nav.php diff --git a/lang/ar/nav.php b/lang/ar/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/ar/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From e9ed3ba095dc1ca6682831efea6073b5d797f3c8 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:04 -0600 Subject: [PATCH 184/838] New translations nav.php (Catalan) --- lang/ca/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/ca/nav.php diff --git a/lang/ca/nav.php b/lang/ca/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/ca/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From 4508c26c7f7cce1424b48ca8f8cd488cbb822e66 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:05 -0600 Subject: [PATCH 185/838] New translations nav.php (Czech) --- lang/cs/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/cs/nav.php diff --git a/lang/cs/nav.php b/lang/cs/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/cs/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From 2342564aeda3bfb3897ec198dd2c06142b50f9ff Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:06 -0600 Subject: [PATCH 186/838] New translations nav.php (Danish) --- lang/da/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/da/nav.php diff --git a/lang/da/nav.php b/lang/da/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/da/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From 86fcbe0500266ceed993cc4b6733d5eb2a4c9f51 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:07 -0600 Subject: [PATCH 187/838] New translations nav.php (German) --- lang/de/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/de/nav.php diff --git a/lang/de/nav.php b/lang/de/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/de/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From 6603d398b47032782b51fb7dcd8c9863b5a055f0 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:08 -0600 Subject: [PATCH 188/838] New translations nav.php (Greek) --- lang/el/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/el/nav.php diff --git a/lang/el/nav.php b/lang/el/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/el/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From ad03ab8c3ce9493fdb670eeb8b67e49d2a471811 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:09 -0600 Subject: [PATCH 189/838] New translations nav.php (Finnish) --- lang/fi/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/fi/nav.php diff --git a/lang/fi/nav.php b/lang/fi/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/fi/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From 97e19d7d1f6215821d5f02ce99c663dac6a5489e Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:11 -0600 Subject: [PATCH 190/838] New translations nav.php (Hebrew) --- lang/he/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/he/nav.php diff --git a/lang/he/nav.php b/lang/he/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/he/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From 4e97e59523e386d967777266682edf7855751875 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:12 -0600 Subject: [PATCH 191/838] New translations nav.php (Hungarian) --- lang/hu/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/hu/nav.php diff --git a/lang/hu/nav.php b/lang/hu/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/hu/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From 98b0740bb12a041f4cbdbb7ba6d0f6f2ea3510b0 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:13 -0600 Subject: [PATCH 192/838] New translations nav.php (Italian) --- lang/it/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/it/nav.php diff --git a/lang/it/nav.php b/lang/it/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/it/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From 83107e24884b452ae512edc10ee4ab6b7361d019 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:14 -0600 Subject: [PATCH 193/838] New translations nav.php (Japanese) --- lang/ja/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/ja/nav.php diff --git a/lang/ja/nav.php b/lang/ja/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/ja/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From c8a3336c8f7831f46021518a7e38640c6c472abf Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:15 -0600 Subject: [PATCH 194/838] New translations nav.php (Korean) --- lang/ko/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/ko/nav.php diff --git a/lang/ko/nav.php b/lang/ko/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/ko/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From 8bf421b7b558f6cf8476e50a04da4b90b7b2a48b Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:16 -0600 Subject: [PATCH 195/838] New translations nav.php (Dutch) --- lang/nl/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/nl/nav.php diff --git a/lang/nl/nav.php b/lang/nl/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/nl/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From deb2c13123134a61b4c96284939ee3090f7fbb51 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:17 -0600 Subject: [PATCH 196/838] New translations nav.php (Norwegian) --- lang/no/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/no/nav.php diff --git a/lang/no/nav.php b/lang/no/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/no/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From 53f00bf8498c924744964364da5b14b7b5486706 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:18 -0600 Subject: [PATCH 197/838] New translations nav.php (Polish) --- lang/pl/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/pl/nav.php diff --git a/lang/pl/nav.php b/lang/pl/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/pl/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From 3ebc6cac21d4c705d138a02baa9f1cf69b67433a Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:19 -0600 Subject: [PATCH 198/838] New translations nav.php (Portuguese) --- lang/pt/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/pt/nav.php diff --git a/lang/pt/nav.php b/lang/pt/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/pt/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From 7f50d9aeb89304a70724ade304f85f75d05b7451 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:20 -0600 Subject: [PATCH 199/838] New translations nav.php (Russian) --- lang/ru/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/ru/nav.php diff --git a/lang/ru/nav.php b/lang/ru/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/ru/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From efab40cc3d8aac9d355c7815648cdff712ef126c Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:21 -0600 Subject: [PATCH 200/838] New translations nav.php (Serbian (Cyrillic)) --- lang/sr/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/sr/nav.php diff --git a/lang/sr/nav.php b/lang/sr/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/sr/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From 6ff445a431197844a79ab837eb143f3d0d17b035 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:22 -0600 Subject: [PATCH 201/838] New translations nav.php (Swedish) --- lang/sv/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/sv/nav.php diff --git a/lang/sv/nav.php b/lang/sv/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/sv/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From fbd2422999aa1e7ac11ac403827d2723711077d6 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:23 -0600 Subject: [PATCH 202/838] New translations nav.php (Turkish) --- lang/tr/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/tr/nav.php diff --git a/lang/tr/nav.php b/lang/tr/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/tr/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From a81399854fe3e9dd888450a445dd14c24771a86a Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:24 -0600 Subject: [PATCH 203/838] New translations nav.php (Ukrainian) --- lang/uk/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/uk/nav.php diff --git a/lang/uk/nav.php b/lang/uk/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/uk/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From c60ad20c18ed1b55d995810d1985285528dcec5f Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:25 -0600 Subject: [PATCH 204/838] New translations nav.php (Chinese Simplified) --- lang/zh/nav.php | 50 ++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/lang/zh/nav.php b/lang/zh/nav.php index 4cd2f40e..3139435e 100644 --- a/lang/zh/nav.php +++ b/lang/zh/nav.php @@ -1,29 +1,29 @@ '关于', - 'admin' => '管理', - 'clearAll' => '全部清除', - 'community' => '社区', - 'contact' => '联系', - 'developers' => '开发者', - 'federation' => '联合', - 'help' => '帮助', - 'home' => '首页', - 'join' => '加入', - 'logIn' => '登录', - 'logOut' => '退出登录', - 'loginOrRegister' => '登录或注册', - 'more' => '更多', - 'noResultsFound' => '未找到结果', - 'popular' => '热门', - 'poweredBy' => '技术支持', - 'privacy' => '隐私', - 'profile' => '账户', - 'recentSearches' => '最近搜索', - 'search' => '搜索', - 'settings' => '设置', - 'terms' => '条款', - 'upload' => '上传', - 'uploadLoop' => '上传这一刻', + 'about' => 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', ]; From 1908e5f180c6e6aa3db94d7c5150af17193b4735 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:27 -0600 Subject: [PATCH 205/838] New translations nav.php (Vietnamese) --- lang/vi/nav.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lang/vi/nav.php diff --git a/lang/vi/nav.php b/lang/vi/nav.php new file mode 100644 index 00000000..3139435e --- /dev/null +++ b/lang/vi/nav.php @@ -0,0 +1,29 @@ + 'About', + 'admin' => 'Admin', + 'clearAll' => 'Clear All', + 'community' => 'Community', + 'contact' => 'Contact', + 'developers' => 'Developers', + 'federation' => 'Federation', + 'help' => 'Help', + 'home' => 'Home', + 'join' => 'Join', + 'logIn' => 'Log in', + 'logOut' => 'Log out', + 'loginOrRegister' => 'Login or Register', + 'more' => 'More', + 'noResultsFound' => 'No results found', + 'popular' => 'Popular', + 'poweredBy' => 'Powered by', + 'privacy' => 'Privacy', + 'profile' => 'Profile', + 'recentSearches' => 'Recent Searches', + 'search' => 'Search', + 'settings' => 'Settings', + 'terms' => 'Terms', + 'upload' => 'Upload', + 'uploadLoop' => 'Upload Loop', +]; From 33385fccb3940d01128fb4c6573790c7e4de8d1b Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:28 -0600 Subject: [PATCH 206/838] New translations notifications.php (Romanian) --- lang/ro/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/ro/notifications.php diff --git a/lang/ro/notifications.php b/lang/ro/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/ro/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From 1b956fcd77377f3c8370af244af52b48daabcd14 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:29 -0600 Subject: [PATCH 207/838] New translations notifications.php (French) --- lang/fr/notifications.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/fr/notifications.php b/lang/fr/notifications.php index bd78fcae..0948c05f 100644 --- a/lang/fr/notifications.php +++ b/lang/fr/notifications.php @@ -1,14 +1,14 @@ 'Tout est à jour !', - 'errorLoadingNotifications' => 'Erreur de chargement des notifications', + 'allCaughtUp' => 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', 'messageTypes' => [ - 'videoLike' => 'a aimé votre vidéo', - 'newFollower' => 'a commencé à vous suivre', - 'videoComment' => 'a commenté votre vidéo', - 'videoShare' => 'a partagé votre vidéo', - 'default' => 'a interagi avec votre contenu', + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', ], - 'noNotifications' => 'Aucune notification', + 'noNotifications' => 'No notifications', ]; From 0c2a90666884d6a203f8ae3edb7f29b169d60c79 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:30 -0600 Subject: [PATCH 208/838] New translations notifications.php (Spanish) --- lang/es/notifications.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/es/notifications.php b/lang/es/notifications.php index ac440c24..0948c05f 100644 --- a/lang/es/notifications.php +++ b/lang/es/notifications.php @@ -1,14 +1,14 @@ '¡Estás al día!', - 'errorLoadingNotifications' => 'Error al cargar las notificaciones', + 'allCaughtUp' => 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', 'messageTypes' => [ - 'videoLike' => 'le ha gustado tu video', - 'newFollower' => 'ha comenzado a seguirte', - 'videoComment' => 'ha comentado en tu video', - 'videoShare' => 'ha compartido tu video', - 'default' => 'ha interactuado con tu contenido', + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', ], - 'noNotifications' => 'Sin notificaciones', + 'noNotifications' => 'No notifications', ]; From d773d17bed27776e7c91c8ff71a62a3cccd730d5 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:32 -0600 Subject: [PATCH 209/838] New translations notifications.php (Afrikaans) --- lang/af/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/af/notifications.php diff --git a/lang/af/notifications.php b/lang/af/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/af/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From a78dacf6a373c70eb2fa85211a6d584fbb08d7c2 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:33 -0600 Subject: [PATCH 210/838] New translations notifications.php (Arabic) --- lang/ar/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/ar/notifications.php diff --git a/lang/ar/notifications.php b/lang/ar/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/ar/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From a4092250a36a4bccf6f4d0f478080a9367dccdfa Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:34 -0600 Subject: [PATCH 211/838] New translations notifications.php (Catalan) --- lang/ca/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/ca/notifications.php diff --git a/lang/ca/notifications.php b/lang/ca/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/ca/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From 1003d2f851efb5433c9a445e7f3b15d8b6fe4127 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:35 -0600 Subject: [PATCH 212/838] New translations notifications.php (Czech) --- lang/cs/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/cs/notifications.php diff --git a/lang/cs/notifications.php b/lang/cs/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/cs/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From 680091cd4cc947d031aa6ab263b8244e6eb04a87 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:36 -0600 Subject: [PATCH 213/838] New translations notifications.php (Danish) --- lang/da/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/da/notifications.php diff --git a/lang/da/notifications.php b/lang/da/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/da/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From 91fcaf15800f9806e2476dc5299e2dcc6849a423 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:37 -0600 Subject: [PATCH 214/838] New translations notifications.php (German) --- lang/de/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/de/notifications.php diff --git a/lang/de/notifications.php b/lang/de/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/de/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From bf651be5957e163e18b442fa4ad998a3ab2718b7 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:38 -0600 Subject: [PATCH 215/838] New translations notifications.php (Greek) --- lang/el/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/el/notifications.php diff --git a/lang/el/notifications.php b/lang/el/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/el/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From cc2ec2f0621cc928d7168f0c0e96a5c47a69b9e9 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:39 -0600 Subject: [PATCH 216/838] New translations notifications.php (Finnish) --- lang/fi/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/fi/notifications.php diff --git a/lang/fi/notifications.php b/lang/fi/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/fi/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From becb8aa7af26b199f6255a667b9408011449c1e3 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:40 -0600 Subject: [PATCH 217/838] New translations notifications.php (Hebrew) --- lang/he/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/he/notifications.php diff --git a/lang/he/notifications.php b/lang/he/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/he/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From c0ecf4a54ce7cf4fddda0deef483779e1deed875 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:40 -0600 Subject: [PATCH 218/838] New translations notifications.php (Hungarian) --- lang/hu/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/hu/notifications.php diff --git a/lang/hu/notifications.php b/lang/hu/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/hu/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From c3f987542b95418937cf1ee4bcfe3c7bfbf1fd19 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:41 -0600 Subject: [PATCH 219/838] New translations notifications.php (Italian) --- lang/it/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/it/notifications.php diff --git a/lang/it/notifications.php b/lang/it/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/it/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From f355d1781b3151aafa6361866628a434397a33eb Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:42 -0600 Subject: [PATCH 220/838] New translations notifications.php (Japanese) --- lang/ja/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/ja/notifications.php diff --git a/lang/ja/notifications.php b/lang/ja/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/ja/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From d6e123eed2f009481e037109a0a6c059a8f90bf4 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:43 -0600 Subject: [PATCH 221/838] New translations notifications.php (Korean) --- lang/ko/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/ko/notifications.php diff --git a/lang/ko/notifications.php b/lang/ko/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/ko/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From 6e3a4dd12201572a989614fa160a7add1cf6b7ee Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:44 -0600 Subject: [PATCH 222/838] New translations notifications.php (Dutch) --- lang/nl/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/nl/notifications.php diff --git a/lang/nl/notifications.php b/lang/nl/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/nl/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From 1ca77c477cf35608763c08283c28a7820507baa6 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:45 -0600 Subject: [PATCH 223/838] New translations notifications.php (Norwegian) --- lang/no/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/no/notifications.php diff --git a/lang/no/notifications.php b/lang/no/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/no/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From 2174f46293e1ff95ce7d28086fa1bee09a0f54d1 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:46 -0600 Subject: [PATCH 224/838] New translations notifications.php (Polish) --- lang/pl/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/pl/notifications.php diff --git a/lang/pl/notifications.php b/lang/pl/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/pl/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From 67ec2a9cfcabd1c1f03eb9e8eb928f419530d96e Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:47 -0600 Subject: [PATCH 225/838] New translations notifications.php (Portuguese) --- lang/pt/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/pt/notifications.php diff --git a/lang/pt/notifications.php b/lang/pt/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/pt/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From 88e01a756fecb7f1cafa7b946bf99dc67e1122d1 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:48 -0600 Subject: [PATCH 226/838] New translations notifications.php (Russian) --- lang/ru/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/ru/notifications.php diff --git a/lang/ru/notifications.php b/lang/ru/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/ru/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From 153017f4388de48194f5e38beb3d4e59cee13170 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:49 -0600 Subject: [PATCH 227/838] New translations notifications.php (Serbian (Cyrillic)) --- lang/sr/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/sr/notifications.php diff --git a/lang/sr/notifications.php b/lang/sr/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/sr/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From 862e759e8416fc7d8fd1bfd9a7db451ec11b028e Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:50 -0600 Subject: [PATCH 228/838] New translations notifications.php (Swedish) --- lang/sv/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/sv/notifications.php diff --git a/lang/sv/notifications.php b/lang/sv/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/sv/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From 7d5fd21b6dda38eee4ef23b9b1c949e7703d83bb Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:51 -0600 Subject: [PATCH 229/838] New translations notifications.php (Turkish) --- lang/tr/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/tr/notifications.php diff --git a/lang/tr/notifications.php b/lang/tr/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/tr/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From 9abb3e5e20a13cbecc037d007d4086bc73e75733 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:52 -0600 Subject: [PATCH 230/838] New translations notifications.php (Ukrainian) --- lang/uk/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/uk/notifications.php diff --git a/lang/uk/notifications.php b/lang/uk/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/uk/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From 6c0314428492ae62874fb5aed01f5d32e57f3284 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:53 -0600 Subject: [PATCH 231/838] New translations notifications.php (Chinese Simplified) --- lang/zh/notifications.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/zh/notifications.php b/lang/zh/notifications.php index 84b07a6d..0948c05f 100644 --- a/lang/zh/notifications.php +++ b/lang/zh/notifications.php @@ -1,14 +1,14 @@ '都读完了!', - 'errorLoadingNotifications' => '加载通知时出错', + 'allCaughtUp' => 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', 'messageTypes' => [ - 'videoLike' => '点赞了你的视频', - 'newFollower' => '关注了你', - 'videoComment' => '评论了你的视频', - 'videoShare' => '分享了你的视频', - 'default' => '与你的内容进行了互动', + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', ], - 'noNotifications' => '暂无通知', + 'noNotifications' => 'No notifications', ]; From a0f0deba1dc7bb253f4a0d453a8b7d8afaf058df Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:55 -0600 Subject: [PATCH 232/838] New translations notifications.php (Vietnamese) --- lang/vi/notifications.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/vi/notifications.php diff --git a/lang/vi/notifications.php b/lang/vi/notifications.php new file mode 100644 index 00000000..0948c05f --- /dev/null +++ b/lang/vi/notifications.php @@ -0,0 +1,14 @@ + 'You\'re all caught up!', + 'errorLoadingNotifications' => 'Error loading notifications', + 'messageTypes' => [ + 'videoLike' => 'liked your video', + 'newFollower' => 'started following you', + 'videoComment' => 'commented on your video', + 'videoShare' => 'shared your video', + 'default' => 'interacted with your content', + ], + 'noNotifications' => 'No notifications', +]; From e8f7cda2918dc8787c0201e2f22400bd58209c8b Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:56 -0600 Subject: [PATCH 233/838] New translations pagination.php (Romanian) --- lang/ro/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/ro/pagination.php diff --git a/lang/ro/pagination.php b/lang/ro/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/ro/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From a95f0cc38274d6b66790678fab878fc746a33a0d Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:57 -0600 Subject: [PATCH 234/838] New translations pagination.php (French) --- lang/fr/pagination.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/fr/pagination.php b/lang/fr/pagination.php index 17c79336..8e20419e 100644 --- a/lang/fr/pagination.php +++ b/lang/fr/pagination.php @@ -1,6 +1,6 @@ 'Suivant »', - 'previous' => '« Précédent', + 'next' => 'Next »', + 'previous' => '« Previous', ]; From e3b38f8b147cefd0d6893db7d0df5a125d6bf0d6 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:58 -0600 Subject: [PATCH 235/838] New translations pagination.php (Spanish) --- lang/es/pagination.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/es/pagination.php b/lang/es/pagination.php index e3bc69c4..8e20419e 100644 --- a/lang/es/pagination.php +++ b/lang/es/pagination.php @@ -1,6 +1,6 @@ 'Siguiente »', - 'previous' => '« Anterior', + 'next' => 'Next »', + 'previous' => '« Previous', ]; From e0d51bfff17bc1ba10ea8a802af4aef86cbf1470 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:32:59 -0600 Subject: [PATCH 236/838] New translations pagination.php (Afrikaans) --- lang/af/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/af/pagination.php diff --git a/lang/af/pagination.php b/lang/af/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/af/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From edec622374df95dec7d91cd0cf73f94ea8c17f0e Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:00 -0600 Subject: [PATCH 237/838] New translations pagination.php (Arabic) --- lang/ar/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/ar/pagination.php diff --git a/lang/ar/pagination.php b/lang/ar/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/ar/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From 9cd60a7c473c069ba1452af9347ee3cf218b64bb Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:01 -0600 Subject: [PATCH 238/838] New translations pagination.php (Catalan) --- lang/ca/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/ca/pagination.php diff --git a/lang/ca/pagination.php b/lang/ca/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/ca/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From ebec8eb5bb4a44e53e37e70698aff16668258218 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:02 -0600 Subject: [PATCH 239/838] New translations pagination.php (Czech) --- lang/cs/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/cs/pagination.php diff --git a/lang/cs/pagination.php b/lang/cs/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/cs/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From ecc960a357eebb8bb663be08a27ebff05570b6d4 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:03 -0600 Subject: [PATCH 240/838] New translations pagination.php (Danish) --- lang/da/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/da/pagination.php diff --git a/lang/da/pagination.php b/lang/da/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/da/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From 331f13ac6743a7b054c87f7b44c5701d3b9c0d27 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:04 -0600 Subject: [PATCH 241/838] New translations pagination.php (German) --- lang/de/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/de/pagination.php diff --git a/lang/de/pagination.php b/lang/de/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/de/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From e0ecdb11a0043c891373e38f4b8a808934d3647b Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:05 -0600 Subject: [PATCH 242/838] New translations pagination.php (Greek) --- lang/el/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/el/pagination.php diff --git a/lang/el/pagination.php b/lang/el/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/el/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From 9c6e3d190c94e40b6dabbf9d34a66128d2805b37 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:06 -0600 Subject: [PATCH 243/838] New translations pagination.php (Finnish) --- lang/fi/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/fi/pagination.php diff --git a/lang/fi/pagination.php b/lang/fi/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/fi/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From 55faceb5f430ffac445c48e566aed5a06806ee1f Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:07 -0600 Subject: [PATCH 244/838] New translations pagination.php (Hebrew) --- lang/he/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/he/pagination.php diff --git a/lang/he/pagination.php b/lang/he/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/he/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From eb55261ebe4251110954456a1bff270f01534cc0 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:08 -0600 Subject: [PATCH 245/838] New translations pagination.php (Hungarian) --- lang/hu/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/hu/pagination.php diff --git a/lang/hu/pagination.php b/lang/hu/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/hu/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From 84df401a02dadcf538209dd51946422114595803 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:09 -0600 Subject: [PATCH 246/838] New translations pagination.php (Italian) --- lang/it/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/it/pagination.php diff --git a/lang/it/pagination.php b/lang/it/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/it/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From b903d247dfbe8c8db28ed7238bfebc721a6b520d Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:10 -0600 Subject: [PATCH 247/838] New translations pagination.php (Japanese) --- lang/ja/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/ja/pagination.php diff --git a/lang/ja/pagination.php b/lang/ja/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/ja/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From af5dde86597525dc793f6d4fb27f07609074dd34 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:11 -0600 Subject: [PATCH 248/838] New translations pagination.php (Korean) --- lang/ko/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/ko/pagination.php diff --git a/lang/ko/pagination.php b/lang/ko/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/ko/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From 68991715d17d77f54bbd3481a6af8d67d9905abd Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:12 -0600 Subject: [PATCH 249/838] New translations pagination.php (Dutch) --- lang/nl/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/nl/pagination.php diff --git a/lang/nl/pagination.php b/lang/nl/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/nl/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From 534b8af9f39bd882c6be88128434f312fdbf4689 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:13 -0600 Subject: [PATCH 250/838] New translations pagination.php (Norwegian) --- lang/no/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/no/pagination.php diff --git a/lang/no/pagination.php b/lang/no/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/no/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From 770239e90b360ce0dc5c676b1edbb91253f9aad3 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:14 -0600 Subject: [PATCH 251/838] New translations pagination.php (Polish) --- lang/pl/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/pl/pagination.php diff --git a/lang/pl/pagination.php b/lang/pl/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/pl/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From 3b12ed8305ba0ef278a3123346bce6d9287d53d1 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:15 -0600 Subject: [PATCH 252/838] New translations pagination.php (Portuguese) --- lang/pt/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/pt/pagination.php diff --git a/lang/pt/pagination.php b/lang/pt/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/pt/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From 6ebd8ffe3fc5c65a8bbca3c7d0464af5f67bbcf8 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:16 -0600 Subject: [PATCH 253/838] New translations pagination.php (Russian) --- lang/ru/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/ru/pagination.php diff --git a/lang/ru/pagination.php b/lang/ru/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/ru/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From e179eecd7614a94b9b97194b458ea6c5d0a78b31 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:16 -0600 Subject: [PATCH 254/838] New translations pagination.php (Serbian (Cyrillic)) --- lang/sr/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/sr/pagination.php diff --git a/lang/sr/pagination.php b/lang/sr/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/sr/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From 12527880f095ee2c0e092b1162101cfc482b68a8 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:18 -0600 Subject: [PATCH 255/838] New translations pagination.php (Swedish) --- lang/sv/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/sv/pagination.php diff --git a/lang/sv/pagination.php b/lang/sv/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/sv/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From 16229c415df2a49de632e9cda5f2b45a367b13e0 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:19 -0600 Subject: [PATCH 256/838] New translations pagination.php (Turkish) --- lang/tr/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/tr/pagination.php diff --git a/lang/tr/pagination.php b/lang/tr/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/tr/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From 2ecc197f9cb3dec25a36388c91e4cd666ec401ce Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:20 -0600 Subject: [PATCH 257/838] New translations pagination.php (Ukrainian) --- lang/uk/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/uk/pagination.php diff --git a/lang/uk/pagination.php b/lang/uk/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/uk/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From bfcc2b53379742076ac52f8fe0b1b94f55470f03 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:21 -0600 Subject: [PATCH 258/838] New translations pagination.php (Chinese Simplified) --- lang/zh/pagination.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/zh/pagination.php b/lang/zh/pagination.php index b6aeca1b..8e20419e 100644 --- a/lang/zh/pagination.php +++ b/lang/zh/pagination.php @@ -1,6 +1,6 @@ '下一页 »', - 'previous' => '« 上一页', + 'next' => 'Next »', + 'previous' => '« Previous', ]; From b481f10784f96db0405ffa456f517c06ca75d5d0 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:22 -0600 Subject: [PATCH 259/838] New translations pagination.php (Vietnamese) --- lang/vi/pagination.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/vi/pagination.php diff --git a/lang/vi/pagination.php b/lang/vi/pagination.php new file mode 100644 index 00000000..8e20419e --- /dev/null +++ b/lang/vi/pagination.php @@ -0,0 +1,6 @@ + 'Next »', + 'previous' => '« Previous', +]; From 7b8d8643a0fc3dcd43fab9cebce2f3c3b66d8c66 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:24 -0600 Subject: [PATCH 260/838] New translations post.php (Romanian) --- lang/ro/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/ro/post.php diff --git a/lang/ro/post.php b/lang/ro/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/ro/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 97f8f6b84b385cac15db0d8d25e6ea3fc56676b5 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:25 -0600 Subject: [PATCH 261/838] New translations post.php (French) --- lang/fr/post.php | 101 ++++++++++++++++++++++++----------------------- 1 file changed, 51 insertions(+), 50 deletions(-) diff --git a/lang/fr/post.php b/lang/fr/post.php index dca7288b..2cff2a86 100644 --- a/lang/fr/post.php +++ b/lang/fr/post.php @@ -1,55 +1,56 @@ 'Ajouter un commentaire...', - 'additionalDetails' => 'Détails en plus', - 'allowPeopleToCommentOnThisVideo' => 'Autoriser les commentaires sur cette vidéo', - 'allowPeopleToDownloadThisVideo' => 'Autoriser le téléchargement de cette vidéo', - 'caption' => 'Légende', - 'characters' => 'caractères', - 'comments' => 'Commentaires', - 'commentsAreDisabledForThisVideo' => 'Commentaires désactivés pour cette vidéo', - 'commentsEnabled' => 'Commentaires activés', - 'commentsHaveBeenDisabled' => 'Les commentaires ont été désactivés', - 'copiedExclamation' => 'Copié !', - 'copyLink' => 'Copier le lien', - 'creator' => 'Créateur', - 'delete' => 'Supprimer', - 'deleteVideo' => 'Supprimer la vidéo', - 'deletingDotDotDot' => 'Suppression...', - 'dotDotDotMore' => '...voir plus', - 'downloadsEnabled' => 'Téléchargements activés', - 'edit' => 'Modifier', - 'editVideo' => 'Modifier la vidéo', - 'errorLoadingComments' => 'Erreur de chargement des commentaires', - 'goBack' => 'Retour', - 'goHome' => 'Accueil', - 'hide' => 'Masquer', - 'loadMoreReplies' => 'Voir plus de réponses', - 'loadingVideoDotDotDot' => 'Chargement de la vidéo...', - 'noCommentsYet' => 'Pas encore de commentaires', - 'permalink' => 'Lien permanent', - 'pinToProfile' => 'Épingler au profil', - 'pleaseSelectAScenario' => 'Choisissez un scénario', - 'post' => 'Publier', - 'postingDotDotDot' => 'Publication...', - 'replies' => 'réponses', - 'reply' => 'Répondre', - 'reportTextPlaceholder1018' => 'Décrivez la désinformation que vous signalez...', - 'reportTextPlaceholder1021' => 'Décrivez l’activité frauduleuse...', - 'reportTextPlaceholder1023' => 'Décrivez le contenu illégal...', - 'reportTextPlaceholder1026' => 'Ajoutez des détails à votre signalement...', - 'reportTextPlaceholderDefault' => 'Ajoutez plus de détails...', - 'saveChanges' => 'Enregistrer', + 'addCommentDotDotDot' => 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', 'sensitiveContent' => 'Sensitive Content', - 'showLess' => 'Voir moins', - 'showThisVideoAtTheTopOfYourProfile' => 'Afficher cette vidéo en haut du profil', - 'signInToLeaveAComment' => 'Connectez-vous pour commenter', - 'submit' => 'Envoyer', - 'submittingDotDotDot' => 'Envoi...', - 'thisActionCannotBeUndone' => 'Action irréversible. La vidéo sera supprimée définitivement.', - 'view' => 'Voir', - 'writeAReplyDotDotDot' => 'Écrire une réponse...', - 'writeYourCaptionDotDotDot' => 'Écrire une légende...', - 'yourReportingThis' => 'Vous signalez ce(tte) :type pour : :message', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', ]; From 0356f98f7fe2946a7cb14e6fc8e37c50ea37612d Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:26 -0600 Subject: [PATCH 262/838] New translations post.php (Spanish) --- lang/es/post.php | 101 ++++++++++++++++++++++++----------------------- 1 file changed, 51 insertions(+), 50 deletions(-) diff --git a/lang/es/post.php b/lang/es/post.php index 7466f2b4..2cff2a86 100644 --- a/lang/es/post.php +++ b/lang/es/post.php @@ -1,55 +1,56 @@ 'Añadir comentario...', - 'additionalDetails' => 'Detalles adicionales', - 'allowPeopleToCommentOnThisVideo' => 'Permitir que las personas comenten en este video', - 'allowPeopleToDownloadThisVideo' => 'Permitir que las personas descarguen este video', - 'caption' => 'Descripción', - 'characters' => 'caracteres', - 'comments' => 'Comentarios', - 'commentsAreDisabledForThisVideo' => 'Los comentarios están deshabilitados para este video', - 'commentsEnabled' => 'Comentarios habilitados', - 'commentsHaveBeenDisabled' => 'Los comentarios han sido deshabilitados', - 'copiedExclamation' => '¡Copiado!', - 'copyLink' => 'Copiar enlace', - 'creator' => 'Creador', - 'delete' => 'Eliminar', - 'deleteVideo' => 'Eliminar video', - 'deletingDotDotDot' => 'Eliminando...', - 'dotDotDotMore' => '...más', - 'downloadsEnabled' => 'Descargas habilitadas', - 'edit' => 'Editar', - 'editVideo' => 'Editar video', - 'errorLoadingComments' => 'Error al cargar los comentarios', - 'goBack' => 'Volver', - 'goHome' => 'Ir al inicio', - 'hide' => 'Ocultar', - 'loadMoreReplies' => 'Cargar más respuestas', - 'loadingVideoDotDotDot' => 'Cargando video...', - 'noCommentsYet' => 'Aún no hay comentarios', - 'permalink' => 'Enlace permanente', - 'pinToProfile' => 'Fijar al perfil', - 'pleaseSelectAScenario' => 'Por favor selecciona un escenario', - 'post' => 'Publicar', - 'postingDotDotDot' => 'Publicando...', - 'replies' => 'respuestas', - 'reply' => 'Responder', - 'reportTextPlaceholder1018' => 'Por favor describe la desinformación que estás reportando...', - 'reportTextPlaceholder1021' => 'Por favor describe la actividad fraudulenta...', - 'reportTextPlaceholder1023' => 'Por favor describe el contenido ilegal...', - 'reportTextPlaceholder1026' => 'Por favor proporciona detalles adicionales sobre tu reporte...', - 'reportTextPlaceholderDefault' => 'Por favor proporciona detalles adicionales...', - 'saveChanges' => 'Guardar cambios', + 'addCommentDotDotDot' => 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', 'sensitiveContent' => 'Sensitive Content', - 'showLess' => 'Mostrar menos', - 'showThisVideoAtTheTopOfYourProfile' => 'Mostrar este video en la parte superior de tu perfil', - 'signInToLeaveAComment' => 'Inicia sesión para dejar un comentario', - 'submit' => 'Enviar', - 'submittingDotDotDot' => 'Enviando...', - 'thisActionCannotBeUndone' => 'Esta acción no se puede deshacer. Tu video será eliminado permanentemente.', - 'view' => 'Ver', - 'writeAReplyDotDotDot' => 'Escribe una respuesta...', - 'writeYourCaptionDotDotDot' => 'Escribe tu descripción...', - 'yourReportingThis' => 'Estás reportando este :type por: :message', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', ]; From f8672b42d89191a0165b10bf714d74e1b9703924 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:27 -0600 Subject: [PATCH 263/838] New translations post.php (Afrikaans) --- lang/af/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/af/post.php diff --git a/lang/af/post.php b/lang/af/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/af/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 232a6f3bea5ce7473b20e0366c810907d6ab97ae Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:28 -0600 Subject: [PATCH 264/838] New translations post.php (Arabic) --- lang/ar/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/ar/post.php diff --git a/lang/ar/post.php b/lang/ar/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/ar/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 5b308d47bacfdea7f5930ec83b79f329cf1a893f Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:29 -0600 Subject: [PATCH 265/838] New translations post.php (Catalan) --- lang/ca/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/ca/post.php diff --git a/lang/ca/post.php b/lang/ca/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/ca/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From c53dfc0f996297c5535338dfe839ef533c7b77df Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:30 -0600 Subject: [PATCH 266/838] New translations post.php (Czech) --- lang/cs/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/cs/post.php diff --git a/lang/cs/post.php b/lang/cs/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/cs/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From ac265f483a2b64f69518be3a7e9c56d5611aa9b7 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:31 -0600 Subject: [PATCH 267/838] New translations post.php (Danish) --- lang/da/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/da/post.php diff --git a/lang/da/post.php b/lang/da/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/da/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From cbc3a69f99727463f67e28d40b7368d581f0d9e6 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:32 -0600 Subject: [PATCH 268/838] New translations post.php (German) --- lang/de/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/de/post.php diff --git a/lang/de/post.php b/lang/de/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/de/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 5681704db744c18b7782fdf37a0562ca9bcfe131 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:33 -0600 Subject: [PATCH 269/838] New translations post.php (Greek) --- lang/el/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/el/post.php diff --git a/lang/el/post.php b/lang/el/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/el/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 4f518df5dcc7a0dfafd00aa4d064331dd04c6b4b Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:34 -0600 Subject: [PATCH 270/838] New translations post.php (Finnish) --- lang/fi/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/fi/post.php diff --git a/lang/fi/post.php b/lang/fi/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/fi/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 28c6b1913a3a6f2ec28926868d21b48697b92cf8 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:35 -0600 Subject: [PATCH 271/838] New translations post.php (Hebrew) --- lang/he/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/he/post.php diff --git a/lang/he/post.php b/lang/he/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/he/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From c7a2ceb2a00b98511c3074192321e2d54d061cad Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:36 -0600 Subject: [PATCH 272/838] New translations post.php (Hungarian) --- lang/hu/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/hu/post.php diff --git a/lang/hu/post.php b/lang/hu/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/hu/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From f5577b6c00bfd8ee2e1a9c8f3e870d418aa88192 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:37 -0600 Subject: [PATCH 273/838] New translations post.php (Italian) --- lang/it/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/it/post.php diff --git a/lang/it/post.php b/lang/it/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/it/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From f9b5fe21098c253f3a673ef63dcf1c04fe7319c3 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:38 -0600 Subject: [PATCH 274/838] New translations post.php (Japanese) --- lang/ja/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/ja/post.php diff --git a/lang/ja/post.php b/lang/ja/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/ja/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 4c9addb1142e6bd4474fd9c92e1b65c287e08039 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:39 -0600 Subject: [PATCH 275/838] New translations post.php (Korean) --- lang/ko/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/ko/post.php diff --git a/lang/ko/post.php b/lang/ko/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/ko/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 26611f9366cce476f688eabd8480fe00fffd6774 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:40 -0600 Subject: [PATCH 276/838] New translations post.php (Dutch) --- lang/nl/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/nl/post.php diff --git a/lang/nl/post.php b/lang/nl/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/nl/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 977f1db2754256245422e1a4fed787ca00b2ea5d Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:41 -0600 Subject: [PATCH 277/838] New translations post.php (Norwegian) --- lang/no/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/no/post.php diff --git a/lang/no/post.php b/lang/no/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/no/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 52a11ea4815d5b8b40244dbd99c256067d716b6f Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:42 -0600 Subject: [PATCH 278/838] New translations post.php (Polish) --- lang/pl/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/pl/post.php diff --git a/lang/pl/post.php b/lang/pl/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/pl/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 9c7f505a46b5d006ac601b1971c63c1bd08b8b50 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:43 -0600 Subject: [PATCH 279/838] New translations post.php (Portuguese) --- lang/pt/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/pt/post.php diff --git a/lang/pt/post.php b/lang/pt/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/pt/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 65cf09febd65a47d6692a45afbabf1f96e072150 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:44 -0600 Subject: [PATCH 280/838] New translations post.php (Russian) --- lang/ru/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/ru/post.php diff --git a/lang/ru/post.php b/lang/ru/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/ru/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From bd06093a9934f9bdbd51fce293b978ffdb5fff86 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:45 -0600 Subject: [PATCH 281/838] New translations post.php (Serbian (Cyrillic)) --- lang/sr/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/sr/post.php diff --git a/lang/sr/post.php b/lang/sr/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/sr/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From b5d111c0080137883d618294277d3cbddd6a7762 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:46 -0600 Subject: [PATCH 282/838] New translations post.php (Swedish) --- lang/sv/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/sv/post.php diff --git a/lang/sv/post.php b/lang/sv/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/sv/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 542f0626be2d4767bb581964314ae78621c364d3 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:46 -0600 Subject: [PATCH 283/838] New translations post.php (Turkish) --- lang/tr/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/tr/post.php diff --git a/lang/tr/post.php b/lang/tr/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/tr/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From f4ae8fcf4448e1b17906d7b6b4affc3e3c9e2cea Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:47 -0600 Subject: [PATCH 284/838] New translations post.php (Ukrainian) --- lang/uk/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/uk/post.php diff --git a/lang/uk/post.php b/lang/uk/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/uk/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 4d0697a7a01d00b6bdbe9f85450b572a22d4fd5c Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:49 -0600 Subject: [PATCH 285/838] New translations post.php (Chinese Simplified) --- lang/zh/post.php | 101 ++++++++++++++++++++++++----------------------- 1 file changed, 51 insertions(+), 50 deletions(-) diff --git a/lang/zh/post.php b/lang/zh/post.php index 3e4f0991..2cff2a86 100644 --- a/lang/zh/post.php +++ b/lang/zh/post.php @@ -1,55 +1,56 @@ '添加评论...', - 'additionalDetails' => '附加详细信息', - 'allowPeopleToCommentOnThisVideo' => '允许他人评论该视频', - 'allowPeopleToDownloadThisVideo' => '允许他人下载该视频', - 'caption' => '说明', - 'characters' => '字符', - 'comments' => '评论', - 'commentsAreDisabledForThisVideo' => '此视频的评论功能已被禁用', - 'commentsEnabled' => '已启用评论', - 'commentsHaveBeenDisabled' => '评论已被禁用', - 'copiedExclamation' => '已复制!', - 'copyLink' => '复制链接', - 'creator' => '作者', - 'delete' => '删除', - 'deleteVideo' => '删除视频', - 'deletingDotDotDot' => '正在删除...', - 'dotDotDotMore' => '...更多', - 'downloadsEnabled' => '已启用下载', - 'edit' => '编辑', - 'editVideo' => '编辑视频', - 'errorLoadingComments' => '加载评论时出错', - 'goBack' => '返回', - 'goHome' => '返回首页', - 'hide' => '隐藏', - 'loadMoreReplies' => '加载更多回复', - 'loadingVideoDotDotDot' => '正在加载视频...', - 'noCommentsYet' => '暂无评论', - 'permalink' => '永久链接', - 'pinToProfile' => '在账户页置顶', - 'pleaseSelectAScenario' => '请选择一个场景', - 'post' => '发布', - 'postingDotDotDot' => '正在发布...', - 'replies' => '回复', - 'reply' => '回复', - 'reportTextPlaceholder1018' => '请描述你要举报的虚假信息...', - 'reportTextPlaceholder1021' => '请描述该欺诈行为...', - 'reportTextPlaceholder1023' => '请描述该非法内容...', - 'reportTextPlaceholder1026' => '请提供有关你的举报的更多详细信息...', - 'reportTextPlaceholderDefault' => '请提供更多详细信息...', - 'saveChanges' => '保存更改', + 'addCommentDotDotDot' => 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', 'sensitiveContent' => 'Sensitive Content', - 'showLess' => '折叠', - 'showThisVideoAtTheTopOfYourProfile' => '将此视频显示在你的账户页顶部', - 'signInToLeaveAComment' => '登录以发表评论', - 'submit' => '提交', - 'submittingDotDotDot' => '正在提交...', - 'thisActionCannotBeUndone' => '此操作无法撤销。你的视频将被永久删除。', - 'view' => '查看', - 'writeAReplyDotDotDot' => '写下回复...', - 'writeYourCaptionDotDotDot' => '撰写说明...', - 'yourReportingThis' => '你正在举报此 :type,原因::message', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', ]; From ab5fcb9d41a02efeff533bb262e84e6b76191994 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:50 -0600 Subject: [PATCH 286/838] New translations post.php (Vietnamese) --- lang/vi/post.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lang/vi/post.php diff --git a/lang/vi/post.php b/lang/vi/post.php new file mode 100644 index 00000000..2cff2a86 --- /dev/null +++ b/lang/vi/post.php @@ -0,0 +1,56 @@ + 'Add comment...', + 'additionalDetails' => 'Additional details', + 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'caption' => 'Caption', + 'characters' => 'characters', + 'comments' => 'Comments', + 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', + 'commentsEnabled' => 'Comments Enabled', + 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'copiedExclamation' => 'Copied!', + 'copyLink' => 'Copy link', + 'creator' => 'Creator', + 'delete' => 'Delete', + 'deleteVideo' => 'Delete Video', + 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'deletingDotDotDot' => 'Deleting...', + 'dotDotDotMore' => '...more', + 'downloadsEnabled' => 'Downloads Enabled', + 'edit' => 'Edit', + 'editVideo' => 'Edit Video', + 'errorLoadingComments' => 'Error loading comments', + 'goBack' => 'Go Back', + 'goHome' => 'Go Home', + 'hide' => 'Hide', + 'loadMoreReplies' => 'Load more replies', + 'loadingVideoDotDotDot' => 'Loading video...', + 'noCommentsYet' => 'No comments yet', + 'permalink' => 'Permalink', + 'pinToProfile' => 'Pin to Profile', + 'pleaseSelectAScenario' => 'Please select a scenario', + 'post' => 'Post', + 'postingDotDotDot' => 'Posting...', + 'replies' => 'replies', + 'reply' => 'Reply', + 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', + 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'saveChanges' => 'Save Changes', + 'sensitiveContent' => 'Sensitive Content', + 'showLess' => 'Show less', + 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', + 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'submit' => 'Submit', + 'submittingDotDotDot' => 'Submitting...', + 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'view' => 'View', + 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'yourReportingThis' => 'You\'re reporting this :type for: :message', +]; From 92eca4558f4d4739d04324557eac6a793efa2737 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:52 -0600 Subject: [PATCH 287/838] New translations profile.php (Romanian) --- lang/ro/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/ro/profile.php diff --git a/lang/ro/profile.php b/lang/ro/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/ro/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From 97e864442e167ba51065c60b6621b6c16e4476d3 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:53 -0600 Subject: [PATCH 288/838] New translations profile.php (French) --- lang/fr/profile.php | 72 ++++++++++++++++++++++----------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/lang/fr/profile.php b/lang/fr/profile.php index fb615418..7dc9e880 100644 --- a/lang/fr/profile.php +++ b/lang/fr/profile.php @@ -1,45 +1,45 @@ 'Mise à jour...', - 'avatarFailedToUploadError' => 'Échec du téléchargement de l’avatar. Réessayez.', - 'avatarFileSizeError' => 'L’image doit faire moins de 5 Mo.', - 'avatarFileTypeError' => 'Choisissez une image valide (PNG, JPEG ou JPG).', + 'applyingDotDotDot' => 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', 'bio' => 'Bio', - 'bioHelp' => 'Bio optionnelle (max. 80 caractères)', - 'bioPlaceholder' => 'Ajoutez une bio (optionnel)', - 'block' => 'Bloquer', - 'blocked' => 'Bloqués', - 'deleteAvatar' => 'Supprimer l’avatar', - 'deleteAvatarConfirmMessage' => 'Supprimer votre avatar ?', - 'deleteAvatarFailedMessage' => 'Impossible de supprimer l’avatar. Réessayez.', - 'displayName' => 'Nom affiché', - 'displayNameHelp' => 'Jusqu’à 30 caractères maximum.', - 'editProfile' => 'Modifier le profil', - 'failedToUpdateProfileErrorMessage' => 'Échec de la mise à jour du profil. Réessayez.', - 'likes' => 'J’aime', - 'loadingProfileDotDotDot' => 'Chargement du profil...', - 'noFollowersYet' => 'Pas encore d’abonnés', - 'noMorePostsToLoad' => 'Plus rien à charger', - 'noVideosYet' => 'Pas encore de vidéos', - 'notFollowingAnyone' => 'Ne suit personne', - 'profile404ErrorMessage' => 'Impossible de trouver un profil avec le pseudo @:userId. Vérifiez le pseudo et réessayez.', - 'profile500ErrorMessage' => 'Nos serveurs ont un souci en ce moment. Réessayez dans quelques instants.', - 'profileNotFound' => 'Profil introuvable', - 'profileOfflineErrorMessage' => 'Vérifiez votre connexion internet et réessayez.', - 'profileUnknownErrorMessage' => 'Un problème inattendu est survenu. Réessayez ou contactez-nous si ça persiste.', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', 'tabFilterOptions' => [ - 'Latest' => 'Récents', - 'Popular' => 'Populaires', - 'Oldest' => 'Anciens', + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', ], 'tabOptions' => [ - 'Videos' => 'Vidéos', + 'Videos' => 'Videos', ], - 'unblock' => 'Débloquer', - 'userHasntPostedAnyVideosYet' => ':username n’a pas encore posté de vidéos', - 'whenPeopleFollowThisAccount' => 'Quand des personnes suivent ce compte, elles apparaîtront ici.', - 'whenThisAccountFollowsSomeone' => 'Quand ce compte suit quelqu’un, il apparaîtra ici.', - 'youHaventPostedAnyVideosYet' => 'Vous n’avez pas encore posté de vidéos', - 'youveReachedTheEndOfThisList' => 'Vous êtes arrivé au bout de la liste', + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', ]; From b0251121eed69673cc96d54f7e397c96ed75c4c3 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:54 -0600 Subject: [PATCH 289/838] New translations profile.php (Spanish) --- lang/es/profile.php | 72 ++++++++++++++++++++++----------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/lang/es/profile.php b/lang/es/profile.php index cf62fb86..7dc9e880 100644 --- a/lang/es/profile.php +++ b/lang/es/profile.php @@ -1,45 +1,45 @@ 'Aplicando...', - 'avatarFailedToUploadError' => 'Error al actualizar el avatar. Por favor, inténtalo de nuevo.', - 'avatarFileSizeError' => 'El tamaño del archivo de imagen debe ser menor a 5MB.', - 'avatarFileTypeError' => 'Por favor selecciona un archivo de imagen válido (PNG, JPEG o JPG).', - 'bio' => 'Biografía', - 'bioHelp' => 'Biografía opcional (hasta 80 caracteres)', - 'bioPlaceholder' => 'Añade una biografía opcional', - 'block' => 'Bloquear', - 'blocked' => 'Bloqueado', - 'deleteAvatar' => 'Eliminar avatar', - 'deleteAvatarConfirmMessage' => '¿Estás seguro de que quieres eliminar tu avatar?', - 'deleteAvatarFailedMessage' => 'Error al eliminar el avatar. Por favor, inténtalo de nuevo.', - 'displayName' => 'Nombre a mostrar', - 'displayNameHelp' => 'Los nombres a mostrar pueden tener hasta 30 caracteres.', - 'editProfile' => 'Editar perfil', - 'failedToUpdateProfileErrorMessage' => 'Error al actualizar el perfil. Por favor, inténtalo de nuevo.', - 'likes' => 'Me gusta', - 'loadingProfileDotDotDot' => 'Cargando perfil...', - 'noFollowersYet' => 'Aún no tienes seguidores', - 'noMorePostsToLoad' => 'No hay más publicaciones para cargar', - 'noVideosYet' => 'Aún no hay videos', - 'notFollowingAnyone' => 'No sigues a nadie', - 'profile404ErrorMessage' => 'No se ha encontrado un perfil con el nombre de usuario @:userId. Por favor verifica el nombre de usuario e inténtalo de nuevo.', - 'profile500ErrorMessage' => 'Nuestros servidores están teniendo problemas en este momento. Por favor inténtalo de nuevo en unos momentos.', - 'profileNotFound' => 'Perfil no encontrado', - 'profileOfflineErrorMessage' => 'Por favor verifica tu conexión a internet e inténtalo de nuevo.', - 'profileUnknownErrorMessage' => 'Ha ocurrido algo inesperado. Por favor inténtalo de nuevo o contáctanos si el problema persiste.', + 'applyingDotDotDot' => 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', 'tabFilterOptions' => [ - 'Latest' => 'Recientes', - 'Popular' => 'Populares', - 'Oldest' => 'Más antiguos', + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', ], 'tabOptions' => [ 'Videos' => 'Videos', ], - 'unblock' => 'Desbloquear', - 'userHasntPostedAnyVideosYet' => ':username aún no ha publicado ningún video', - 'whenPeopleFollowThisAccount' => 'Cuando las personas sigan esta cuenta, aparecerán aquí.', - 'whenThisAccountFollowsSomeone' => 'Cuando esta cuenta siga a alguien, aparecerán aquí.', - 'youHaventPostedAnyVideosYet' => 'Aún no has publicado ningún video', - 'youveReachedTheEndOfThisList' => 'Has llegado al final de esta lista', + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', ]; From 804bddaa6d64167f0f0b5c56f8ba636fbe46fb71 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:55 -0600 Subject: [PATCH 290/838] New translations profile.php (Afrikaans) --- lang/af/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/af/profile.php diff --git a/lang/af/profile.php b/lang/af/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/af/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From 0e4419e520c030e404612e1c2ca8eea3e2736736 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:56 -0600 Subject: [PATCH 291/838] New translations profile.php (Arabic) --- lang/ar/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/ar/profile.php diff --git a/lang/ar/profile.php b/lang/ar/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/ar/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From 7d42e9f89e423b483e4e344c81212f0919adaae5 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:57 -0600 Subject: [PATCH 292/838] New translations profile.php (Catalan) --- lang/ca/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/ca/profile.php diff --git a/lang/ca/profile.php b/lang/ca/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/ca/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From 844c4ff19007047e6dd16f9a28474b79014cf547 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:58 -0600 Subject: [PATCH 293/838] New translations profile.php (Czech) --- lang/cs/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/cs/profile.php diff --git a/lang/cs/profile.php b/lang/cs/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/cs/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From 0362f7da67ad05dd1d56eb936defce95d7d3c4d8 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:33:59 -0600 Subject: [PATCH 294/838] New translations profile.php (Danish) --- lang/da/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/da/profile.php diff --git a/lang/da/profile.php b/lang/da/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/da/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From 9862dc2f2167611d242b1725edcdbb0a423424a4 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:00 -0600 Subject: [PATCH 295/838] New translations profile.php (German) --- lang/de/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/de/profile.php diff --git a/lang/de/profile.php b/lang/de/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/de/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From 44010a4dd94569cfd27b1397796444c7aeebe410 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:01 -0600 Subject: [PATCH 296/838] New translations profile.php (Greek) --- lang/el/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/el/profile.php diff --git a/lang/el/profile.php b/lang/el/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/el/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From 576fd932a2024b230fa5d372315c3f75b4df25ba Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:02 -0600 Subject: [PATCH 297/838] New translations profile.php (Finnish) --- lang/fi/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/fi/profile.php diff --git a/lang/fi/profile.php b/lang/fi/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/fi/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From 44bc3805ef55c63eadbecaee00cc83e9d4b75567 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:03 -0600 Subject: [PATCH 298/838] New translations profile.php (Hebrew) --- lang/he/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/he/profile.php diff --git a/lang/he/profile.php b/lang/he/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/he/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From c46d991ca8e0d43b425ce886d82db94b9cae12c3 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:04 -0600 Subject: [PATCH 299/838] New translations profile.php (Hungarian) --- lang/hu/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/hu/profile.php diff --git a/lang/hu/profile.php b/lang/hu/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/hu/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From 49bcf832f42e373615c993f60a42d0fba2d5bc97 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:05 -0600 Subject: [PATCH 300/838] New translations profile.php (Italian) --- lang/it/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/it/profile.php diff --git a/lang/it/profile.php b/lang/it/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/it/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From 2a0492a0ae8431c644ab1dcc8d33e49d11ed2158 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:06 -0600 Subject: [PATCH 301/838] New translations profile.php (Japanese) --- lang/ja/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/ja/profile.php diff --git a/lang/ja/profile.php b/lang/ja/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/ja/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From e707fde07faa58e96e8d5ef6d756b77f6cb20f61 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:07 -0600 Subject: [PATCH 302/838] New translations profile.php (Korean) --- lang/ko/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/ko/profile.php diff --git a/lang/ko/profile.php b/lang/ko/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/ko/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From 3b8755a45df072de591682907e9c0207e2e3c6c7 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:08 -0600 Subject: [PATCH 303/838] New translations profile.php (Dutch) --- lang/nl/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/nl/profile.php diff --git a/lang/nl/profile.php b/lang/nl/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/nl/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From c3f65789dbb7bff8384a2793d92492d402170894 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:09 -0600 Subject: [PATCH 304/838] New translations profile.php (Norwegian) --- lang/no/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/no/profile.php diff --git a/lang/no/profile.php b/lang/no/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/no/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From 1a3e3140221fc527ba8fa92c64d2cb829ef54c9d Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:10 -0600 Subject: [PATCH 305/838] New translations profile.php (Polish) --- lang/pl/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/pl/profile.php diff --git a/lang/pl/profile.php b/lang/pl/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/pl/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From c07dcbb5d3ee632f5f2469ba2f46d3d594b233de Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:11 -0600 Subject: [PATCH 306/838] New translations profile.php (Portuguese) --- lang/pt/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/pt/profile.php diff --git a/lang/pt/profile.php b/lang/pt/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/pt/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From b4d3cfdb23f89e4e73175c0f057ab87467fe8828 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:12 -0600 Subject: [PATCH 307/838] New translations profile.php (Russian) --- lang/ru/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/ru/profile.php diff --git a/lang/ru/profile.php b/lang/ru/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/ru/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From ae139207299750b7bd14e535fb960802b8f3ed1d Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:12 -0600 Subject: [PATCH 308/838] New translations profile.php (Serbian (Cyrillic)) --- lang/sr/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/sr/profile.php diff --git a/lang/sr/profile.php b/lang/sr/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/sr/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From f21c4ef381ef486f5d9b4546edebca6d1d7b7e84 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:13 -0600 Subject: [PATCH 309/838] New translations profile.php (Swedish) --- lang/sv/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/sv/profile.php diff --git a/lang/sv/profile.php b/lang/sv/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/sv/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From e8a87f4fba06fe912df6bf8c3411f12c654b2d3b Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:14 -0600 Subject: [PATCH 310/838] New translations profile.php (Turkish) --- lang/tr/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/tr/profile.php diff --git a/lang/tr/profile.php b/lang/tr/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/tr/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From 1c058af9e8c2cb64d7ab5feeb109021a30fd83e4 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:15 -0600 Subject: [PATCH 311/838] New translations profile.php (Ukrainian) --- lang/uk/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/uk/profile.php diff --git a/lang/uk/profile.php b/lang/uk/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/uk/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From 60d3626b1ef6663c5619cf88d463b6a00cca5f8a Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:16 -0600 Subject: [PATCH 312/838] New translations profile.php (Chinese Simplified) --- lang/zh/profile.php | 74 ++++++++++++++++++++++----------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/lang/zh/profile.php b/lang/zh/profile.php index f37d54bb..7dc9e880 100644 --- a/lang/zh/profile.php +++ b/lang/zh/profile.php @@ -1,45 +1,45 @@ '正在应用...', - 'avatarFailedToUploadError' => '更新头像失败。请重试。', - 'avatarFileSizeError' => '图片文件大小必须小于 5MB。', - 'avatarFileTypeError' => '请选择有效的图片文件(PNG、JPEG 或 JPG)。', - 'bio' => '个人简介', - 'bioHelp' => '个人简介(选填,最多 80 个字符)', - 'bioPlaceholder' => '添加个人简介(可选)', - 'block' => '屏蔽', - 'blocked' => '已屏蔽', - 'deleteAvatar' => '删除头像', - 'deleteAvatarConfirmMessage' => '确定要删除你的头像吗?', - 'deleteAvatarFailedMessage' => '删除头像失败。请重试。', - 'displayName' => '昵称', - 'displayNameHelp' => '昵称最长可为 30 个字符。', - 'editProfile' => '编辑个人资料', - 'failedToUpdateProfileErrorMessage' => '更新个人资料失败。请重试。', - 'likes' => '点赞', - 'loadingProfileDotDotDot' => '正在加载个人资料...', - 'noFollowersYet' => '暂无粉丝', - 'noMorePostsToLoad' => '没有更多内容可加载', - 'noVideosYet' => '还没有视频', - 'notFollowingAnyone' => '未关注任何人', - 'profile404ErrorMessage' => '我们找不到 @:userId 的账户。请检查用户名后重试。', - 'profile500ErrorMessage' => '我们的服务器当前出现问题。请稍后再试。', - 'profileNotFound' => '未找到账户', - 'profileOfflineErrorMessage' => '请检查你的网络连接,然后重试。', - 'profileUnknownErrorMessage' => '发生了意外错误。请重试,若问题仍然存在,请联系我们。', + 'applyingDotDotDot' => 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', 'tabFilterOptions' => [ - 'Latest' => '最新', - 'Popular' => '热门', - 'Oldest' => '最早', + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', ], 'tabOptions' => [ - 'Videos' => '视频', + 'Videos' => 'Videos', ], - 'unblock' => '解除屏蔽', - 'userHasntPostedAnyVideosYet' => ':username 还没有发布任何视频', - 'whenPeopleFollowThisAccount' => '关注此账号的用户将显示在这里。', - 'whenThisAccountFollowsSomeone' => '此账号关注的用户将显示在这里。', - 'youHaventPostedAnyVideosYet' => '你还没有发布任何视频', - 'youveReachedTheEndOfThisList' => '你已到达列表末尾', + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', ]; From c1a18b9fde3cc8d23d7f9d7e8d2764d236ba1455 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:18 -0600 Subject: [PATCH 313/838] New translations profile.php (Vietnamese) --- lang/vi/profile.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/vi/profile.php diff --git a/lang/vi/profile.php b/lang/vi/profile.php new file mode 100644 index 00000000..7dc9e880 --- /dev/null +++ b/lang/vi/profile.php @@ -0,0 +1,45 @@ + 'Applying...', + 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'avatarFileSizeError' => 'Image file size must be less than 5MB.', + 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'bio' => 'Bio', + 'bioHelp' => 'Optional bio (up to 80 characters)', + 'bioPlaceholder' => 'Add an optional bio', + 'block' => 'Block', + 'blocked' => 'Blocked', + 'deleteAvatar' => 'Delete Avatar', + 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', + 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'displayName' => 'Display Name', + 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'editProfile' => 'Edit Profile', + 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'likes' => 'Likes', + 'loadingProfileDotDotDot' => 'Loading profile...', + 'noFollowersYet' => 'No followers yet', + 'noMorePostsToLoad' => 'No more posts to load', + 'noVideosYet' => 'No videos yet', + 'notFollowingAnyone' => 'Not following anyone', + 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', + 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'profileNotFound' => 'Profile not found', + 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', + 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'tabFilterOptions' => [ + 'Latest' => 'Latest', + 'Popular' => 'Popular', + 'Oldest' => 'Oldest', + ], + 'tabOptions' => [ + 'Videos' => 'Videos', + ], + 'unblock' => 'Unblock', + 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', + 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', + 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', +]; From 4da82d1129e9c97771e12d63999f36261e7a0ccf Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:19 -0600 Subject: [PATCH 314/838] New translations reports.php (Romanian) --- lang/ro/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/ro/reports.php diff --git a/lang/ro/reports.php b/lang/ro/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/ro/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From 791e583098cc06c9a76f410952abbeff466e1cb5 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:20 -0600 Subject: [PATCH 315/838] New translations reports.php (French) --- lang/fr/reports.php | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/lang/fr/reports.php b/lang/fr/reports.php index 47300ca8..9c1ad234 100644 --- a/lang/fr/reports.php +++ b/lang/fr/reports.php @@ -2,30 +2,30 @@ return [ 'error' => [ - 'default' => 'Une erreur inattendue est survenue', - 'title' => 'Signaler une erreur', + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', ], 'success' => [ - 'message' => 'Votre signalement a bien été envoyé et sera examiné par notre équipe de modération.

Merci d’aider à garder notre communauté sûre ❤️', - 'title' => 'Signalement envoyé !', + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', ], 'types' => [ - 1010 => 'Recherche inappropriée et non pertinente', - 1011 => 'Violence, abus et exploitation criminelle', - 1012 => 'Haine et harcèlement', - 1013 => 'Suicide et automutilation', - 1014 => 'Troubles alimentaires et image corporelle malsaine', - 1015 => 'Activités et défis dangereux', - 1016 => 'Nudité et contenu sexuel', - 1017 => 'Contenu choquant et explicite', - 1018 => 'Désinformation', - 1019 => 'Comportement trompeur et spam', - 1020 => 'Produits et activités réglementés', - 1021 => 'Fraudes et arnaques', - 1022 => 'Partage d’informations personnelles', - 1023 => 'Signaler un contenu illégal', - 1024 => 'Contrefaçons et propriété intellectuelle', - 1025 => 'Contenu de marque non divulgué', - 1026 => 'Autre', + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', ], ]; From 82f06f1ae7722800553ce4578c43abe61eeb43e8 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:21 -0600 Subject: [PATCH 316/838] New translations reports.php (Spanish) --- lang/es/reports.php | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/lang/es/reports.php b/lang/es/reports.php index dfbe42fd..9c1ad234 100644 --- a/lang/es/reports.php +++ b/lang/es/reports.php @@ -2,30 +2,30 @@ return [ 'error' => [ - 'default' => 'Ocurrió un error inesperado', - 'title' => 'Error de reporte', + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', ], 'success' => [ - 'message' => 'Tu reporte ha sido enviado con éxito y será revisado por el equipo de moderación de contenido.

Gracias por ayudar a mantener segura nuestra comunidad ❤️', - 'title' => '¡Reporte enviado!', + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', ], 'types' => [ - 1010 => 'Búsqueda inapropiada e irrelevante', - 1011 => 'Violencia, abuso y explotación criminal', - 1012 => 'Odio y acoso', - 1013 => 'Suicidio y autolesión', - 1014 => 'Trastornos alimentarios e imagen corporal no saludable', - 1015 => 'Actividades peligrosas y desafíos', - 1016 => 'Desnudos y contenido sexual', - 1017 => 'Contenido impactante y gráfico', - 1018 => 'Desinformación', - 1019 => 'Comportamiento engañoso y spam', - 1020 => 'Bienes y actividades reguladas', - 1021 => 'Fraudes y estafas', - 1022 => 'Compartir información personal', - 1023 => 'Reportar contenido ilegal', - 1024 => 'Falsificaciones y propiedad intelectual', - 1025 => 'Contenido de marca no divulgado', - 1026 => 'Otro', + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', ], ]; From 142b916dcc4042d81fa9094dd61a8e6ca7fa3132 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:22 -0600 Subject: [PATCH 317/838] New translations reports.php (Afrikaans) --- lang/af/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/af/reports.php diff --git a/lang/af/reports.php b/lang/af/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/af/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From 602dceabe87b130d0dec0c6ed8b8490b4cf6b198 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:23 -0600 Subject: [PATCH 318/838] New translations reports.php (Arabic) --- lang/ar/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/ar/reports.php diff --git a/lang/ar/reports.php b/lang/ar/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/ar/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From 801fe39e9942bb26b83c2d4cbaafc4475496aa03 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:24 -0600 Subject: [PATCH 319/838] New translations reports.php (Catalan) --- lang/ca/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/ca/reports.php diff --git a/lang/ca/reports.php b/lang/ca/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/ca/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From beb5e5ab42bcd1e56bef462814afb681a33bbd5f Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:25 -0600 Subject: [PATCH 320/838] New translations reports.php (Czech) --- lang/cs/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/cs/reports.php diff --git a/lang/cs/reports.php b/lang/cs/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/cs/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From 867ef26c706f8a14e7144159133f84a1ee86e2e8 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:26 -0600 Subject: [PATCH 321/838] New translations reports.php (Danish) --- lang/da/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/da/reports.php diff --git a/lang/da/reports.php b/lang/da/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/da/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From 4152dae7ed174b56cce3421dc192d1d9c76d58ac Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:27 -0600 Subject: [PATCH 322/838] New translations reports.php (German) --- lang/de/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/de/reports.php diff --git a/lang/de/reports.php b/lang/de/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/de/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From 79a4b15b5c8b0c42a84c99895f4be3b183bb871f Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:28 -0600 Subject: [PATCH 323/838] New translations reports.php (Greek) --- lang/el/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/el/reports.php diff --git a/lang/el/reports.php b/lang/el/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/el/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From cba733185e9efc0324e8cf74b417bd18f6e7f585 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:29 -0600 Subject: [PATCH 324/838] New translations reports.php (Finnish) --- lang/fi/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/fi/reports.php diff --git a/lang/fi/reports.php b/lang/fi/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/fi/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From b8e3939b63f8cc143463df26caf93a53b54e9713 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:29 -0600 Subject: [PATCH 325/838] New translations reports.php (Hebrew) --- lang/he/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/he/reports.php diff --git a/lang/he/reports.php b/lang/he/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/he/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From 113f548a2b71e9555c29cfe84473ea4d88673b4a Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:30 -0600 Subject: [PATCH 326/838] New translations reports.php (Hungarian) --- lang/hu/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/hu/reports.php diff --git a/lang/hu/reports.php b/lang/hu/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/hu/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From 5775af80322266de85ff059f415d896d9c359a20 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:31 -0600 Subject: [PATCH 327/838] New translations reports.php (Italian) --- lang/it/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/it/reports.php diff --git a/lang/it/reports.php b/lang/it/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/it/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From b1e83cffcd28a181497c26d03ffe98ce3ecb90b4 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:32 -0600 Subject: [PATCH 328/838] New translations reports.php (Japanese) --- lang/ja/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/ja/reports.php diff --git a/lang/ja/reports.php b/lang/ja/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/ja/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From ebbb48820713239df11b979e0075916bc5e50023 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:33 -0600 Subject: [PATCH 329/838] New translations reports.php (Korean) --- lang/ko/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/ko/reports.php diff --git a/lang/ko/reports.php b/lang/ko/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/ko/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From 04863a62dfdcbfd5ba8928e19a0317b06ce10a67 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:34 -0600 Subject: [PATCH 330/838] New translations reports.php (Dutch) --- lang/nl/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/nl/reports.php diff --git a/lang/nl/reports.php b/lang/nl/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/nl/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From 2fe6d9d9934f8fb747867619b2cd5d725353f6c6 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:35 -0600 Subject: [PATCH 331/838] New translations reports.php (Norwegian) --- lang/no/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/no/reports.php diff --git a/lang/no/reports.php b/lang/no/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/no/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From 6498495a70fd5ebb835ccd84599095fcd454d86d Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:36 -0600 Subject: [PATCH 332/838] New translations reports.php (Polish) --- lang/pl/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/pl/reports.php diff --git a/lang/pl/reports.php b/lang/pl/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/pl/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From bc37207995d38479d8951d4aa671ebfd42fcb3cb Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:37 -0600 Subject: [PATCH 333/838] New translations reports.php (Portuguese) --- lang/pt/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/pt/reports.php diff --git a/lang/pt/reports.php b/lang/pt/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/pt/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From eff613a2e8535fec744ca919d0d4709be8f6c587 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:38 -0600 Subject: [PATCH 334/838] New translations reports.php (Russian) --- lang/ru/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/ru/reports.php diff --git a/lang/ru/reports.php b/lang/ru/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/ru/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From be63d91bb849a6b2b1c73558d856277613908439 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:39 -0600 Subject: [PATCH 335/838] New translations reports.php (Serbian (Cyrillic)) --- lang/sr/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/sr/reports.php diff --git a/lang/sr/reports.php b/lang/sr/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/sr/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From 20de41e2cc4b131387775ba6f35b4e9ccb565304 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:40 -0600 Subject: [PATCH 336/838] New translations reports.php (Swedish) --- lang/sv/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/sv/reports.php diff --git a/lang/sv/reports.php b/lang/sv/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/sv/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From 8473c1ba54fd527d363a1819347448e136853e89 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:41 -0600 Subject: [PATCH 337/838] New translations reports.php (Turkish) --- lang/tr/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/tr/reports.php diff --git a/lang/tr/reports.php b/lang/tr/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/tr/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From c4a2819ba057e490ac649fcfe172f0c93aecc532 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:42 -0600 Subject: [PATCH 338/838] New translations reports.php (Ukrainian) --- lang/uk/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/uk/reports.php diff --git a/lang/uk/reports.php b/lang/uk/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/uk/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From 07cab202df25c0ef3c86bd99173e39bd4b783498 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:43 -0600 Subject: [PATCH 339/838] New translations reports.php (Chinese Simplified) --- lang/zh/reports.php | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/lang/zh/reports.php b/lang/zh/reports.php index 344a2ac6..9c1ad234 100644 --- a/lang/zh/reports.php +++ b/lang/zh/reports.php @@ -2,30 +2,30 @@ return [ 'error' => [ - 'default' => '发生了意外错误', - 'title' => '举报出错', + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', ], 'success' => [ - 'message' => '你的举报已成功发送,我们的内容核查团队将进行审核。

谢谢你帮助我们维护社区安全 ❤️', - 'title' => '举报已提交!', + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', ], 'types' => [ - 1010 => '不当或无关的搜索', - 1011 => '暴力、虐待与犯罪剥削', - 1012 => '仇恨与骚扰', - 1013 => '自杀与自残', - 1014 => '饮食失调及不健康的身体形象', - 1015 => '危险活动和挑战', - 1016 => '裸露和性相关内容', - 1017 => '令人不安和血腥的内容', - 1018 => '虚假信息', - 1019 => '欺骗性营销与骚扰信息', - 1020 => '受管制的商品和活动', - 1021 => '欺诈与骗局', - 1022 => '发布个人隐私', - 1023 => '非法内容', - 1024 => '假冒伪劣与知识产权侵权', - 1025 => '尚未正式披露的品牌内容', - 1026 => '其它', + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', ], ]; From bd9f85f6a58ef6b62c5ad633caef1a4556982433 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:44 -0600 Subject: [PATCH 340/838] New translations reports.php (Vietnamese) --- lang/vi/reports.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 lang/vi/reports.php diff --git a/lang/vi/reports.php b/lang/vi/reports.php new file mode 100644 index 00000000..9c1ad234 --- /dev/null +++ b/lang/vi/reports.php @@ -0,0 +1,31 @@ + [ + 'default' => 'An unexpected error occurred', + 'title' => 'Report Error', + ], + 'success' => [ + 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'title' => 'Report Submitted!', + ], + 'types' => [ + 1010 => 'Inappropriate and irrelevant search', + 1011 => 'Violence, abuse, and criminal exploitation', + 1012 => 'Hate and harassment', + 1013 => 'Suicide and self-harm', + 1014 => 'Disordered eating and unhealthy body image', + 1015 => 'Dangerous activities and challenges', + 1016 => 'Nudity and sexual content', + 1017 => 'Shocking and graphic content', + 1018 => 'Misinformation', + 1019 => 'Deceptive behavior and spam', + 1020 => 'Regulated goods and activities', + 1021 => 'Frauds and scams', + 1022 => 'Sharing personal information', + 1023 => 'Report illegal content', + 1024 => 'Counterfeits and intellectual property', + 1025 => 'Undisclosed branded content', + 1026 => 'Other', + ], +]; From 8a8a4cab6eff3568ead811ad89b8e9d664c43032 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:46 -0600 Subject: [PATCH 341/838] New translations settings.php (Romanian) --- lang/ro/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/ro/settings.php diff --git a/lang/ro/settings.php b/lang/ro/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/ro/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From 5656679692fa2669c711d5e2f799c25050c6251f Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:46 -0600 Subject: [PATCH 342/838] New translations settings.php (French) --- lang/fr/settings.php | 190 +++++++++++++++++++++---------------------- 1 file changed, 95 insertions(+), 95 deletions(-) diff --git a/lang/fr/settings.php b/lang/fr/settings.php index 12de79d2..51c6908b 100644 --- a/lang/fr/settings.php +++ b/lang/fr/settings.php @@ -1,99 +1,99 @@ 'Contrôle du compte', - 'accountData' => 'Données du compte', - 'accountInformation' => 'Informations du compte', - 'addAnExtraLayerOfSecurity' => 'Ajoutez une couche supplémentaire de sécurité à votre compte avec l’authentification à deux facteurs (2FA) via une application d’authentificateur.', - 'added' => 'Ajouté', - 'allowYourAccountAndVideosToBeShared' => 'Autoriser le partage de votre compte et de vos vidéos avec des personnes sur d’autres serveurs.', - 'analyticsTracking' => 'Suivi analytique', - 'analyticsTrackingMessage' => 'Autoriser Loops à suivre votre utilisation pour l’analyse et l’amélioration du service.', - 'back' => 'Retour', - 'cancelChange' => 'Annuler le changement', - 'change' => 'Modifier', - 'changeEmail' => 'Changer d’e‑mail', - 'changeEmailAddress' => 'Changer d’adresse e‑mail', - 'changePassword' => 'Changer le mot de passe', - 'changingDotDotDot' => 'Modification...', - 'clickTheLinkInThatEmail' => 'Cliquez sur le lien dans cet e‑mail pour terminer la modification.', - 'commentsMade' => 'Commentaires publiés', - 'confirmNewPassword' => 'Confirmer le nouveau mot de passe', - 'confirmYourPassword' => 'Confirmez votre mot de passe', - 'currentEmailAddress' => 'Adresse e‑mail actuelle', - 'currentPassword' => 'Mot de passe actuel', - 'dataExport' => 'Exportation de données', - 'dataInsights' => 'Analyse des données', - 'dataManagement' => 'Gestion des données', - 'dataRetention' => 'Conservation des données', - 'dataRetentionMessage' => 'Choisissez pendant combien de temps garder votre contenu et votre activité avant suppression automatique.', - 'dataSharingForResearch' => 'Partage de données pour la recherche', - 'dataSharingForResearchMessage' => 'Autoriser l’utilisation de données anonymisées à des fins de recherche académique et d’amélioration de la plateforme.', - 'deactivate' => 'Désactiver', - 'deactivateAccount' => 'Désactiver le compte', - 'deleteAccount' => 'Supprimer le compte', - 'disable2FAButton' => 'Désactiver la double authentification', - 'disableTwoFactor' => 'Désactiver l’authentification à deux facteurs', - 'disableTwoFactorMessage' => 'Êtes‑vous sûr·e de vouloir désactiver l’authentification à deux facteurs ? Cela rendra votre compte moins sécurisé.', - 'downloadYourAccountDataExport' => 'Télécharger l’exportation des données de votre compte.', - 'email' => 'E‑mail', - 'emailChangePending' => 'Changement d’e‑mail en attente', - 'emailSettings' => 'Paramètres e‑mail', - 'enableFederation' => 'Activer la fédération', - 'enableTwoFactor' => 'Activer l’authentification à deux facteurs', - 'enableTwoFactorMessage' => 'Êtes‑vous sûr·e de vouloir activer l’authentification à deux facteurs ?', - 'enterYourCurrentPassword' => 'Entrez votre mot de passe actuel', - 'enterYourNewEmailAddress' => 'Entrez votre nouvelle adresse e‑mail', - 'exportHistory' => 'Historique des exportations', - 'hoursWatched' => 'Heures regardées', - 'invalidVerificationCodePleaseTryAgain' => 'Code de vérification invalide. Veuillez réessayer.', - 'likesGiven' => 'Mentions "J’aime" données', - 'manageAccount' => 'Gérer le compte', - 'manageYourAccountEmail' => 'Gérez l’e‑mail de votre compte.', - 'manageYourAccountSecuritySettings' => 'Gérez les paramètres de sécurité de votre compte.', - 'manageYourLoopsAccount' => 'Gérez votre compte Loops', - 'newEmailAddress' => 'Nouvelle adresse e‑mail', - 'newPassword' => 'Nouveau mot de passe', - 'noExportsYet' => 'Pas encore d’exportations', - 'noExportsYetMessage' => 'Vos exportations de données apparaîtront ici lorsqu’elles seront prêtes à être téléchargées.', - 'noRestrictions' => 'Aucune restriction', - 'oopsTheFollowingErrorsOccured' => 'Oups, les erreurs suivantes sont survenues :', - 'password' => 'Mot de passe', - 'passwordAndAuthentication' => 'Mot de passe et authentification', - 'pleaseEnterA6DigitCode' => 'Veuillez entrer un code à 6 chiffres', - 'privacy' => 'Vie privée', - 'privateAccount' => 'Compte privé', - 'recentExports' => 'Exportations récentes', - 'resendVerification' => 'Renvoyer la vérification', - 'safety' => 'Sécurité', - 'security' => 'Sécurité', - 'selectiveDataExport' => 'Exportation sélective de données', - 'selectiveDataExportMessage' => 'Choisissez des types spécifiques de données à exporter si vous n’avez pas besoin de tout.', - 'sendingDotDotDot' => 'Envoi...', - 'setup2FA' => 'Configurer l’authentification à deux facteurs', - 'setup2FAStep1' => 'Étape 1 : Scanner le QR code', - 'setup2FAStep1Message' => 'Scannez ce QR code avec votre application d’authentificateur (Google Authenticator, FreeOTP+, etc.)', - 'setup2FAStep2' => 'Étape 2 : Entrer le code de vérification', - 'setup2FAStep2Message' => 'Entrez le code à 6 chiffres provenant de votre application d’authentificateur', - 'status' => 'Statut', - 'successExclamation' => 'Succès !', - 'successPasswordChangedMessage' => 'Votre mot de passe a été mis à jour avec succès !', - 'totalDataSize' => 'Taille totale des données :', - 'twoFactorAuthDisabled' => 'Authentification à deux facteurs désactivée', - 'twoFactorAuthDisabledMessage' => 'L’authentification à deux facteurs a bien été désactivée pour votre compte.', - 'twoFactorAuthentication' => 'Authentification à deux facteurs', - 'twoFactorEnabled' => 'Authentification à deux facteurs activée', - 'twoFactorEnabledMessage' => 'L’authentification à deux facteurs a bien été activée pour votre compte.', - 'unverified' => 'Non vérifié', - 'verified' => 'Vérifié', - 'verifyAndEnable' => 'Vérifier & activer', - 'verifyingDotDotDot' => 'Vérification...', - 'videosPosted' => 'Vidéos publiées', - 'weMayRestrictAccounts' => 'Nous pouvons restreindre les comptes qui ne respectent pas nos directives communautaires.', - 'weveSentAnEmail' => 'Nous avons envoyé un e‑mail de vérification à', - 'withAPrivateAccountMessage' => 'Avec un compte privé, seuls les utilisateurs que vous approuvez peuvent vous suivre et regarder vos vidéos. Vos abonnés actuels ne seront pas affectés.', - 'yourAccountStatistics' => 'Statistiques de votre compte', - 'yourDataYourControl' => 'Vos données, votre contrôle', - 'yourDataYourControlMessage' => 'Téléchargez ou consultez les données de votre compte. Toutes les exportations sont fournies au format JSON pour une portabilité facile.', - 'yourEmailIsUsedForRecoveryMessage' => 'Votre e‑mail est utilisé pour la récupération du compte, les notifications et les alertes de sécurité. Nous vérifierons tout changement afin d’assurer la sécurité de votre compte.', + 'accountControl' => 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', ]; From 484978b95823d88315017a97add635a8144194b9 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:48 -0600 Subject: [PATCH 343/838] New translations settings.php (Afrikaans) --- lang/af/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/af/settings.php diff --git a/lang/af/settings.php b/lang/af/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/af/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From f6eb55a1e30831aa848dc0450a5a318a2fe7cd54 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:49 -0600 Subject: [PATCH 344/838] New translations settings.php (Arabic) --- lang/ar/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/ar/settings.php diff --git a/lang/ar/settings.php b/lang/ar/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/ar/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From e6afdc943f99aa75165ccfa054bbe048732908fc Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:50 -0600 Subject: [PATCH 345/838] New translations settings.php (Catalan) --- lang/ca/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/ca/settings.php diff --git a/lang/ca/settings.php b/lang/ca/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/ca/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From 59fcc6cb6fd946f174bd2f431c0f8bc9ce934f4e Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:51 -0600 Subject: [PATCH 346/838] New translations settings.php (Czech) --- lang/cs/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/cs/settings.php diff --git a/lang/cs/settings.php b/lang/cs/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/cs/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From 4b6c84cb98da11a193800e6b85e8ae24652e2e24 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:52 -0600 Subject: [PATCH 347/838] New translations settings.php (Danish) --- lang/da/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/da/settings.php diff --git a/lang/da/settings.php b/lang/da/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/da/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From 6696c5b678d1db4e5ace9e0437ee6ded5235e450 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:52 -0600 Subject: [PATCH 348/838] New translations settings.php (German) --- lang/de/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/de/settings.php diff --git a/lang/de/settings.php b/lang/de/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/de/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From f2381022595e49eb2f8f1c81e92167d6243a6944 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:53 -0600 Subject: [PATCH 349/838] New translations settings.php (Greek) --- lang/el/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/el/settings.php diff --git a/lang/el/settings.php b/lang/el/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/el/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From f5d5bdb969a010117c63f5a697c19141bbee6783 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:54 -0600 Subject: [PATCH 350/838] New translations settings.php (Finnish) --- lang/fi/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/fi/settings.php diff --git a/lang/fi/settings.php b/lang/fi/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/fi/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From 82e1268a157a1c0c954eeb4abcdc3bb5fd6652f4 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:55 -0600 Subject: [PATCH 351/838] New translations settings.php (Hebrew) --- lang/he/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/he/settings.php diff --git a/lang/he/settings.php b/lang/he/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/he/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From 10f7df7e298a7a0ea61cd752e564d50b320109a6 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:56 -0600 Subject: [PATCH 352/838] New translations settings.php (Hungarian) --- lang/hu/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/hu/settings.php diff --git a/lang/hu/settings.php b/lang/hu/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/hu/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From 73fbf633a4d5b3b01ffdb92f2bbc777cc66b51cd Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:57 -0600 Subject: [PATCH 353/838] New translations settings.php (Italian) --- lang/it/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/it/settings.php diff --git a/lang/it/settings.php b/lang/it/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/it/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From 821f8d7146bea878389532d667a8fc1a24deeea6 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:58 -0600 Subject: [PATCH 354/838] New translations settings.php (Japanese) --- lang/ja/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/ja/settings.php diff --git a/lang/ja/settings.php b/lang/ja/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/ja/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From 3ea2dc4b6133b8633fb8861fa30c229137557fcf Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:34:59 -0600 Subject: [PATCH 355/838] New translations settings.php (Korean) --- lang/ko/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/ko/settings.php diff --git a/lang/ko/settings.php b/lang/ko/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/ko/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From 8dcf3d7aeead8d25927c560dc7b0c772ba0e693a Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:00 -0600 Subject: [PATCH 356/838] New translations settings.php (Dutch) --- lang/nl/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/nl/settings.php diff --git a/lang/nl/settings.php b/lang/nl/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/nl/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From ae5474b6b1234c11f182002553fca586a5d7b9fe Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:01 -0600 Subject: [PATCH 357/838] New translations settings.php (Norwegian) --- lang/no/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/no/settings.php diff --git a/lang/no/settings.php b/lang/no/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/no/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From 0fb4a8179df17b59d630e20e5792ab0c8e0efa93 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:02 -0600 Subject: [PATCH 358/838] New translations settings.php (Polish) --- lang/pl/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/pl/settings.php diff --git a/lang/pl/settings.php b/lang/pl/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/pl/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From e769ba66161f4fe9de5a68be32581f42127d9e0e Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:03 -0600 Subject: [PATCH 359/838] New translations settings.php (Portuguese) --- lang/pt/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/pt/settings.php diff --git a/lang/pt/settings.php b/lang/pt/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/pt/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From e337b72b57eea6e155a67f6e63215307aad4fa92 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:03 -0600 Subject: [PATCH 360/838] New translations settings.php (Russian) --- lang/ru/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/ru/settings.php diff --git a/lang/ru/settings.php b/lang/ru/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/ru/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From dfbe462ab779c54a301c3c627b6a708ef29923da Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:04 -0600 Subject: [PATCH 361/838] New translations settings.php (Serbian (Cyrillic)) --- lang/sr/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/sr/settings.php diff --git a/lang/sr/settings.php b/lang/sr/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/sr/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From 22527a6661139959c92843e3e29b317e19b4cffe Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:05 -0600 Subject: [PATCH 362/838] New translations settings.php (Swedish) --- lang/sv/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/sv/settings.php diff --git a/lang/sv/settings.php b/lang/sv/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/sv/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From 643d6f637c5994ffdee119e40ed1b1629ed81a23 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:06 -0600 Subject: [PATCH 363/838] New translations settings.php (Turkish) --- lang/tr/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/tr/settings.php diff --git a/lang/tr/settings.php b/lang/tr/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/tr/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From 6c4eaa3c78a5658795e542033b9481761fcaba3f Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:07 -0600 Subject: [PATCH 364/838] New translations settings.php (Ukrainian) --- lang/uk/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/uk/settings.php diff --git a/lang/uk/settings.php b/lang/uk/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/uk/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From 07eb2e09bfb6560d6e70eaaa3334c44d2aad949d Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:09 -0600 Subject: [PATCH 365/838] New translations settings.php (Vietnamese) --- lang/vi/settings.php | 99 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 lang/vi/settings.php diff --git a/lang/vi/settings.php b/lang/vi/settings.php new file mode 100644 index 00000000..51c6908b --- /dev/null +++ b/lang/vi/settings.php @@ -0,0 +1,99 @@ + 'Account control', + 'accountData' => 'Account data', + 'accountInformation' => 'Account information', + 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'added' => 'Added', + 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', + 'analyticsTracking' => 'Analytics tracking', + 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', + 'back' => 'Back', + 'cancelChange' => 'Cancel change', + 'change' => 'Change', + 'changeEmail' => 'Change email', + 'changeEmailAddress' => 'Change email address', + 'changePassword' => 'Change Password', + 'changingDotDotDot' => 'Changing...', + 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'commentsMade' => 'Comments made', + 'confirmNewPassword' => 'Confirm new password', + 'confirmYourPassword' => 'Confirm your password', + 'currentEmailAddress' => 'Current email address', + 'currentPassword' => 'Current password', + 'dataExport' => 'Data export', + 'dataInsights' => 'Data insights', + 'dataManagement' => 'Data management', + 'dataRetention' => 'Data retention', + 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', + 'dataSharingForResearch' => 'Data sharing for research', + 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'deactivate' => 'Deactivate', + 'deactivateAccount' => 'Deactivate account', + 'deleteAccount' => 'Delete account', + 'disable2FAButton' => 'Disable Two Factor', + 'disableTwoFactor' => 'Disable Two-Factor Authentication', + 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'downloadYourAccountDataExport' => 'Download your account data export.', + 'email' => 'Email', + 'emailChangePending' => 'Email change pending', + 'emailSettings' => 'Email settings', + 'enableFederation' => 'Enable Federation', + 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enterYourCurrentPassword' => 'Enter your current password', + 'enterYourNewEmailAddress' => 'Enter your new email address', + 'exportHistory' => 'Export history', + 'hoursWatched' => 'Hours watched', + 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'likesGiven' => 'Likes given', + 'manageAccount' => 'Manage account', + 'manageYourAccountEmail' => 'Manage your account email.', + 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourLoopsAccount' => 'Manage Your Loops Account', + 'newEmailAddress' => 'New email address', + 'newPassword' => 'New password', + 'noExportsYet' => 'No exports yet', + 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noRestrictions' => 'No restrictions', + 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'password' => 'Password', + 'passwordAndAuthentication' => 'Password and authentication', + 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'privacy' => 'Privacy', + 'privateAccount' => 'Private account', + 'recentExports' => 'Recent exports', + 'resendVerification' => 'Resend verification', + 'safety' => 'Safety', + 'security' => 'Security', + 'selectiveDataExport' => ' Selective data export', + 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', + 'sendingDotDotDot' => 'Sending...', + 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'status' => 'Status', + 'successExclamation' => 'Success!', + 'successPasswordChangedMessage' => 'Your password was successfully updated!', + 'totalDataSize' => 'Total data size:', + 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', + 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', + 'twoFactorAuthentication' => 'Two-factor authentication', + 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'unverified' => 'Unverified', + 'verified' => 'Verified', + 'verifyAndEnable' => 'Verify & Enable', + 'verifyingDotDotDot' => 'Verifying...', + 'videosPosted' => 'Videos posted', + 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'yourAccountStatistics' => 'Your account statistics', + 'yourDataYourControl' => 'Your data, your control', + 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', + 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', +]; From 191d3ab26afe40c5aa254e1939550ce25ed2c944 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:11 -0600 Subject: [PATCH 366/838] New translations studio.php (Romanian) --- lang/ro/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/ro/studio.php diff --git a/lang/ro/studio.php b/lang/ro/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/ro/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From 48a6247f4245ba877580d099d02661ffc00daad8 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:12 -0600 Subject: [PATCH 367/838] New translations studio.php (French) --- lang/fr/studio.php | 90 +++++++++++++++++++++++----------------------- 1 file changed, 46 insertions(+), 44 deletions(-) diff --git a/lang/fr/studio.php b/lang/fr/studio.php index 83ab61cf..71d602dd 100644 --- a/lang/fr/studio.php +++ b/lang/fr/studio.php @@ -1,53 +1,55 @@ + 'Actions', - 'allowOthersTo' => 'Autoriser les autres à', - 'aspectRatios' => 'Format d'image', - 'aspectRatiosMessage' => 'Recommandé : 16:9 pour le paysage, 9:16 pour le portrait.', - 'caption' => 'Légende', - 'commentMessage' => 'Autoriser les autres à publier des commentaires et des réponses sur cette publication', - 'comments' => 'Commentaires', - 'containsNSFW' => 'Contient du contenu sensible/NSFW', - 'containsNSFWMessage' => 'Marquer cette publication comme sensible pour afficher un avertissement', - 'contentCreatedOn' => 'Contenu (créé le)', - 'customCover' => 'Couverture personnalisée', - 'describeYourVideoDotDotDot' => 'Décrivez votre vidéo...', - 'details' => 'Détails', - 'download' => 'Télécharger', - 'downloadMessage' => 'Autoriser les autres à télécharger cette vidéo', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', - 'duetMessage' => 'Autoriser les autres à faire un duet avec cette vidéo', - 'feed' => 'Fil', - 'fileFormats' => 'Formats de fichier', - 'followers' => 'Abonnés', - 'following' => 'Abonnements', - 'found' => 'trouvé', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', - 'likes' => 'J’aimes', - 'maximumSize' => 'Taille maximale :', - 'mbVideoDuration' => ' Mo, durée de la vidéo :', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', 'mention' => 'Mention', 'minutes' => 'minute(s).', - 'myPosts' => 'Mes publications', - 'no' => 'Non', - 'orDragAndDropItHere' => 'Ou glisser‑déposer le ici', - 'otherMajorFormatsAreSupported' => '. D’autres formats majeurs sont pris en charge.', - 'posts' => 'Publications', - 'recommended' => 'Recommandé :', - 'replace' => 'Remplacer', - 'searchByPostCaption' => 'Recherche par légende de publication', - 'searchingDotDotDot' => 'Recherche...', - 'selectVideo' => 'Sélectionner la vidéo', - 'selectVideoToUpload' => 'Sélectionner la vidéo à téléverser', - 'settings' => 'Paramètres', - 'sizeAndDuration' => 'Taille et durée', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', 'stitch' => 'Stitch', - 'stitchMessage' => 'Autoriser les autres à assembler cette vidéo avec la leur', - 'unsavedWarning' => 'Une vidéo que vous étiez en train d’éditer n’a pas été enregistrée. Continuer l’édition ?', - 'uploadFirstVideo' => 'Téléverser la première vidéo', - 'users' => 'utilisateurs', - 'videoResolutions' => 'Résolutions vidéo', - 'videoResolutionsMessage' => 'Haute résolution recommandée : 1080p, 1440p, 4K.', - 'view' => 'Voir', - 'yourPostedAndProcessingVideos'=> 'Vos vidéos publiées et en cours de traitement apparaîtront ici', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', ]; From 700f08a0acdbaca0e3ddd9913647e6757eb535ae Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:14 -0600 Subject: [PATCH 368/838] New translations studio.php (Afrikaans) --- lang/af/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/af/studio.php diff --git a/lang/af/studio.php b/lang/af/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/af/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From b10928174f087ff0db3ab4d633df91a620443342 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:15 -0600 Subject: [PATCH 369/838] New translations studio.php (Arabic) --- lang/ar/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/ar/studio.php diff --git a/lang/ar/studio.php b/lang/ar/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/ar/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From 828725eab85cef54f2abd926ba5e5f38aa07dbe2 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:16 -0600 Subject: [PATCH 370/838] New translations studio.php (Catalan) --- lang/ca/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/ca/studio.php diff --git a/lang/ca/studio.php b/lang/ca/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/ca/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From eeb70392915005741c819e2bc448ea26fde074a8 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:17 -0600 Subject: [PATCH 371/838] New translations studio.php (Czech) --- lang/cs/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/cs/studio.php diff --git a/lang/cs/studio.php b/lang/cs/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/cs/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From 0094d652efdba3d013cc61aaefeb43c4b19dd206 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:17 -0600 Subject: [PATCH 372/838] New translations studio.php (Danish) --- lang/da/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/da/studio.php diff --git a/lang/da/studio.php b/lang/da/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/da/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From bca66a858165851b999e24079f6653689c9e3b7b Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:18 -0600 Subject: [PATCH 373/838] New translations studio.php (German) --- lang/de/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/de/studio.php diff --git a/lang/de/studio.php b/lang/de/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/de/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From 599f0bc0051f4bc96ec960677799476684bd909f Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:19 -0600 Subject: [PATCH 374/838] New translations studio.php (Greek) --- lang/el/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/el/studio.php diff --git a/lang/el/studio.php b/lang/el/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/el/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From 1fb7f4f6468dc0b518e28f9b231b9ecaebf1b96c Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:20 -0600 Subject: [PATCH 375/838] New translations studio.php (Finnish) --- lang/fi/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/fi/studio.php diff --git a/lang/fi/studio.php b/lang/fi/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/fi/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From 63bd96796f6a178d6b33514e97f9ae41c7ba9b76 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:21 -0600 Subject: [PATCH 376/838] New translations studio.php (Hebrew) --- lang/he/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/he/studio.php diff --git a/lang/he/studio.php b/lang/he/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/he/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From c38d63b114ec7918f808a565609809c96ef2a49e Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:22 -0600 Subject: [PATCH 377/838] New translations studio.php (Hungarian) --- lang/hu/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/hu/studio.php diff --git a/lang/hu/studio.php b/lang/hu/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/hu/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From f70860c21b2ac5cca833f0e6cbc368ed199e454e Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:23 -0600 Subject: [PATCH 378/838] New translations studio.php (Italian) --- lang/it/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/it/studio.php diff --git a/lang/it/studio.php b/lang/it/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/it/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From 8fd3d8dab12611ac2372452de2c584f469d4b5cd Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:24 -0600 Subject: [PATCH 379/838] New translations studio.php (Japanese) --- lang/ja/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/ja/studio.php diff --git a/lang/ja/studio.php b/lang/ja/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/ja/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From b809345dc12d66c57f79e56fe73ce4a52e41592c Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:25 -0600 Subject: [PATCH 380/838] New translations studio.php (Korean) --- lang/ko/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/ko/studio.php diff --git a/lang/ko/studio.php b/lang/ko/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/ko/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From da39abb2de0e78853fd642129b88235996ff0c1e Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:25 -0600 Subject: [PATCH 381/838] New translations studio.php (Dutch) --- lang/nl/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/nl/studio.php diff --git a/lang/nl/studio.php b/lang/nl/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/nl/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From 9d422286764e6398310daa0a68d6a3533172b7b9 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:26 -0600 Subject: [PATCH 382/838] New translations studio.php (Norwegian) --- lang/no/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/no/studio.php diff --git a/lang/no/studio.php b/lang/no/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/no/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From 931911be2ee7aed9d15fd96e46c15f645f523448 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:27 -0600 Subject: [PATCH 383/838] New translations studio.php (Polish) --- lang/pl/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/pl/studio.php diff --git a/lang/pl/studio.php b/lang/pl/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/pl/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From ac73431043226b0792ca45140cabc39638da6290 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:28 -0600 Subject: [PATCH 384/838] New translations studio.php (Portuguese) --- lang/pt/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/pt/studio.php diff --git a/lang/pt/studio.php b/lang/pt/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/pt/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From 1d1465a0763780994268c7d9d55948b2a8c5740b Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:29 -0600 Subject: [PATCH 385/838] New translations studio.php (Russian) --- lang/ru/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/ru/studio.php diff --git a/lang/ru/studio.php b/lang/ru/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/ru/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From 3dfe9b64d82c9358a79b2f4f4b6ec1bfc1ffe88c Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:30 -0600 Subject: [PATCH 386/838] New translations studio.php (Serbian (Cyrillic)) --- lang/sr/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/sr/studio.php diff --git a/lang/sr/studio.php b/lang/sr/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/sr/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From 81602a3e8e02ea90c307e9ce9083e33da3822c45 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:31 -0600 Subject: [PATCH 387/838] New translations studio.php (Swedish) --- lang/sv/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/sv/studio.php diff --git a/lang/sv/studio.php b/lang/sv/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/sv/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From 018b6b5f56102caa435153a2f2ba2f41cdb50272 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:32 -0600 Subject: [PATCH 388/838] New translations studio.php (Turkish) --- lang/tr/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/tr/studio.php diff --git a/lang/tr/studio.php b/lang/tr/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/tr/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From 4a5ea9cb18cc57d47d7eb7c44655d8f2f5ccaacc Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:33 -0600 Subject: [PATCH 389/838] New translations studio.php (Ukrainian) --- lang/uk/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/uk/studio.php diff --git a/lang/uk/studio.php b/lang/uk/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/uk/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From 775deb9ff15991cf95565405b416c3da9c99df99 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 01:35:35 -0600 Subject: [PATCH 390/838] New translations studio.php (Vietnamese) --- lang/vi/studio.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 lang/vi/studio.php diff --git a/lang/vi/studio.php b/lang/vi/studio.php new file mode 100644 index 00000000..71d602dd --- /dev/null +++ b/lang/vi/studio.php @@ -0,0 +1,55 @@ + 'Actions', + 'allowOthersTo' => 'Allow others to', + 'aspectRatios' => 'Aspect ratios', + 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', + 'caption' => 'Caption', + 'commentMessage' => 'Allow others to post comments and replies on this post', + 'comments' => 'Comments', + 'containsNSFW' => 'Contains NSFW/Sensitive content', + 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', + 'contentCreatedOn' => 'Content (Created on)', + 'customCover' => 'Custom Cover', + 'describeYourVideoDotDotDot' => 'Describe your video...', + 'details' => 'Details', + 'download' => 'Download', + 'downloadMessage' => 'Allow others to download this video', + 'duet' => 'Duet', + 'duetMessage' => 'Allow others to duet this video with their own', + 'feed' => 'Feed', + 'fileFormats' => 'File formats', + 'followers' => 'Followers', + 'following' => 'Following', + 'found' => 'found', + 'hashtag' => 'Hashtag', + 'hashtags' => 'hashtags', + 'likes' => 'Likes', + 'maximumSize' => 'Maximum size:', + 'mbVideoDuration' => ' MB, video duration:', + 'mention' => 'Mention', + 'minutes' => 'minute(s).', + 'myPosts' => 'My Posts', + 'no' => 'No', + 'orDragAndDropItHere' => 'Or drag and drop it here', + 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', + 'posts' => 'Posts', + 'recommended' => 'Recommended:', + 'replace' => 'Replace', + 'searchByPostCaption' => 'Search by post caption', + 'searchingDotDotDot' => 'Searching...', + 'selectVideo' => 'Select video', + 'selectVideoToUpload' => 'Select video to upload', + 'settings' => 'Settings', + 'sizeAndDuration' => 'Size and duration', + 'stitch' => 'Stitch', + 'stitchMessage' => 'Allow others to stitch this video with their own', + 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', + 'uploadFirstVideo' => 'Upload first video', + 'users' => 'users', + 'videoResolutions' => 'Video resolutions', + 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'view' => 'View', + 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', +]; From db200fa342b3ff26f36ee3236e04594bb5846a5c Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 12:13:36 -0600 Subject: [PATCH 391/838] New translations auth.php (Spanish) --- lang/es/auth.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/es/auth.php b/lang/es/auth.php index 98e981fa..39827eb2 100644 --- a/lang/es/auth.php +++ b/lang/es/auth.php @@ -1,7 +1,7 @@ 'These credentials do not match our records.', - 'password' => 'The provided password is incorrect.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'Estas credenciales no coinciden con nuestros registros.', + 'password' => 'La contraseña proporcionada es incorrecta.', + 'throttle' => 'Demasiados intentos de inicio de sesión. Vuelve a intentarlo en :seconds segundos.', ]; From 29109d90b693aed1f4374f70ab160918c1c7de83 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 12:13:37 -0600 Subject: [PATCH 392/838] New translations common.php (Spanish) --- lang/es/common.php | 84 +++++++++++++++++++++++----------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/lang/es/common.php b/lang/es/common.php index c92cb9b8..7d20444a 100644 --- a/lang/es/common.php +++ b/lang/es/common.php @@ -1,47 +1,47 @@ 'Apply', + 'apply' => 'Aplicar', 'avatar' => 'Avatar', - 'cancel' => 'Cancel', - 'clickToReveal' => 'Click to reveal', - 'close' => 'Close', - 'comment' => 'Comment', - 'delete' => 'Delete', - 'disable' => 'Disable', - 'disabled' => 'Disabled', - 'discard' => 'Discard', - 'edit' => 'Edit', - 'enable' => 'Enable', - 'enabled' => 'Enabled', - 'explore' => 'Explore', - 'follow' => 'Follow', - 'followers' => 'Followers', - 'following' => 'Following', - 'goToHome' => 'Go to Home', - 'lastUpdated' => 'Last updated', - 'learnMore' => 'Learn more', - 'loadMore' => 'Load more', - 'loading' => 'Loading', - 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', - 'markAllRead' => 'Mark All Read', - 'markAsRead' => 'Mark as Read', - 'next' => 'Next', - 'notifications' => 'Notifications', - 'profile' => 'Profile', - 'report' => 'Report', - 'retry' => 'Retry', - 'retryingDotDotDot' => 'Retrying...', - 'save' => 'Save', - 'savingDotDotDot' => 'Saving...', - 'shareThisAccount' => 'Share this account', - 'shareThisLoop' => 'Share this Loop', - 'somethingWentWrong' => 'Something went wrong', - 'status' => 'Status', - 'today' => 'Today', - 'tryAgain' => 'Try again', - 'unfollow' => 'Unfollow', - 'unread' => 'Unread', - 'videos' => 'Videos', - 'yesterday' => 'Yesterday', + 'cancel' => 'Cancelar', + 'clickToReveal' => 'Haga clic para revelar', + 'close' => 'Cerrar', + 'comment' => 'Comentario', + 'delete' => 'Eliminar', + 'disable' => 'Deshabilitar', + 'disabled' => 'Deshabilitado', + 'discard' => 'Descartar', + 'edit' => 'Editar', + 'enable' => 'Habilitar', + 'enabled' => 'Habilitado', + 'explore' => 'Explorar', + 'follow' => 'Seguir', + 'followers' => 'Seguidores', + 'following' => 'Siguiendo', + 'goToHome' => 'Ir al inicio', + 'lastUpdated' => 'Última actualización', + 'learnMore' => 'Más información', + 'loadMore' => 'Cargar más', + 'loading' => 'Cargando', + 'markAllAsReadConfirmMessage' => '¿Estás seguro de que deseas marcar todas las notificaciones no leídas como leídas?', + 'markAllRead' => 'Marcar todo como leído', + 'markAsRead' => 'Marcar como leído', + 'next' => 'Siguiente', + 'notifications' => 'Notificaciones', + 'profile' => 'Perfil', + 'report' => 'Reportar', + 'retry' => 'Reintentar', + 'retryingDotDotDot' => 'Reintentando...', + 'save' => 'Guardar', + 'savingDotDotDot' => 'Guardando...', + 'shareThisAccount' => 'Compartir esta cuenta', + 'shareThisLoop' => 'Compartir este Loop', + 'somethingWentWrong' => 'Hubo algún problema', + 'status' => 'Estado', + 'today' => 'Hoy', + 'tryAgain' => 'Intentar de nuevo', + 'unfollow' => 'Dejar de seguir', + 'unread' => 'No leído', + 'videos' => 'Vídeos', + 'yesterday' => 'Ayer', ]; From 17c6d787babc0711e6e40e3e0af1a7c797214c1a Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 13:26:51 -0600 Subject: [PATCH 393/838] New translations contact.php (Spanish) --- lang/es/contact.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/lang/es/contact.php b/lang/es/contact.php index d64c7c92..69c0ee8d 100644 --- a/lang/es/contact.php +++ b/lang/es/contact.php @@ -1,19 +1,19 @@ 'Admin Contact', - 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', - 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', - 'communityForum' => 'Community Forum', - 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', - 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', - 'getInTouch' => 'Get in Touch', - 'loadingContactInformationDotDotDot' => 'Loading contact information...', - 'responseTime' => 'Response Time', - 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', - 'socialConnect' => 'Social Connect', - 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', - 'technicalSupport' => 'Technical Support', - 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', - 'visitForum' => 'Visit Forum', + 'adminContact' => 'Contacto administrativo', + 'adminContactMessage' => 'Para consultas relacionadas con asuntos operativos esenciales (utiliza el sistema de notificación integrado en la aplicación para problemas relacionados con el contenido).', + 'bodyMessage' => 'Estamos aquí para ayudarte. Ponte en contacto con nosotros a través de cualquiera de los canales que aparecen a continuación y te responderemos lo antes posible.', + 'communityForum' => 'Foro de la comunidad', + 'communityForumMessage' => 'Únete a nuestros debates comunitarios, haz preguntas y comparte conocimientos con otros usuarios.', + 'failedToLoadContactInformation' => 'No se ha podido cargar la información de contacto. Inténtalo de nuevo más tarde.', + 'getInTouch' => 'Ponerse en contacto', + 'loadingContactInformationDotDotDot' => 'Cargando información de contacto...', + 'responseTime' => 'Tiempo de respuesta', + 'responseTimeMessage' => 'Normalmente respondemos a todas las consultas en un plazo de 24 horas durante los días laborables. Para cuestiones técnicas urgentes, incluya "URGENTE" en el asunto del mensaje.', + 'socialConnect' => 'Conexión social', + 'socialConnectMessage' => 'Síguenos en el fediverso para recibir actualizaciones y realizar preguntas rápidas a través de mensajes directos.', + 'technicalSupport' => 'Soporte técnico', + 'technicalSupportMessage' => '¿Necesitas ayuda con nuestra plataforma? Obtén asistencia técnica y soporte para la resolución de problemas.', + 'visitForum' => 'Visitar foro', ]; From 1284174c62abd76be534145fd4e4a7ebcaae691c Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 13:26:52 -0600 Subject: [PATCH 394/838] New translations explore.php (Spanish) --- lang/es/explore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/es/explore.php b/lang/es/explore.php index 34389c65..e5f22c6d 100644 --- a/lang/es/explore.php +++ b/lang/es/explore.php @@ -1,5 +1,5 @@ 'No videos found for this hashtag', + 'noVideosFoundForThisHashtag' => 'No se han encontrado vídeos para esta etiqueta', ]; From 9ba700b1702a11b0434f838f84584a1c3b6927c3 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 13:26:53 -0600 Subject: [PATCH 395/838] New translations language.php (Spanish) --- lang/es/language.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/es/language.php b/lang/es/language.php index 29dc63f2..6b89db96 100644 --- a/lang/es/language.php +++ b/lang/es/language.php @@ -2,11 +2,11 @@ return [ 'picker' => [ - 'title' => 'Select Language', - 'description' => 'Select your preferred language. This will change the language for the entire application.', - 'select' => 'Select Language:', - 'applyChanges' => 'Apply Changes', - 'current' => 'Current Language:', - 'note' => 'Your language preference will be saved automatically.', + 'title' => 'Seleccionar idioma', + 'description' => 'Selecciona tu idioma preferido. Esto cambiará el idioma de toda la aplicación.', + 'select' => 'Seleccionar idioma:', + 'applyChanges' => 'Aplicar cambios', + 'current' => 'Idioma actual:', + 'note' => 'Tu preferencia de idioma se guardará automáticamente.', ], ]; From b1b494789ddb12c785e9fe8c63dafb2db4efd5f1 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 13:26:54 -0600 Subject: [PATCH 396/838] New translations nav.php (Spanish) --- lang/es/nav.php | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/lang/es/nav.php b/lang/es/nav.php index 3139435e..52ee24cf 100644 --- a/lang/es/nav.php +++ b/lang/es/nav.php @@ -1,29 +1,29 @@ 'About', - 'admin' => 'Admin', - 'clearAll' => 'Clear All', - 'community' => 'Community', - 'contact' => 'Contact', - 'developers' => 'Developers', - 'federation' => 'Federation', - 'help' => 'Help', - 'home' => 'Home', - 'join' => 'Join', - 'logIn' => 'Log in', - 'logOut' => 'Log out', - 'loginOrRegister' => 'Login or Register', - 'more' => 'More', - 'noResultsFound' => 'No results found', + 'about' => 'Acerca de', + 'admin' => 'Administrador', + 'clearAll' => 'Limpiar todo', + 'community' => 'Comunidad', + 'contact' => 'Contacto', + 'developers' => 'Desarrolladores', + 'federation' => 'Federación', + 'help' => 'Ayuda', + 'home' => 'Inicio', + 'join' => 'Unirse', + 'logIn' => 'Iniciar sesión', + 'logOut' => 'Cerrar sesión', + 'loginOrRegister' => 'Iniciar sesión o registrarse', + 'more' => 'Más', + 'noResultsFound' => 'No se han encontrado resultados', 'popular' => 'Popular', - 'poweredBy' => 'Powered by', - 'privacy' => 'Privacy', - 'profile' => 'Profile', - 'recentSearches' => 'Recent Searches', - 'search' => 'Search', - 'settings' => 'Settings', - 'terms' => 'Terms', - 'upload' => 'Upload', - 'uploadLoop' => 'Upload Loop', + 'poweredBy' => 'Desarrollado por', + 'privacy' => 'Privacidad', + 'profile' => 'Perfil', + 'recentSearches' => 'Búsquedas recientes', + 'search' => 'Buscar', + 'settings' => 'Configuraciones', + 'terms' => 'Términos', + 'upload' => 'Subir', + 'uploadLoop' => 'Subir Loop', ]; From e7e6dc1f1e41c6914da51cdf25f9b7063ab792a3 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 15:07:04 -0600 Subject: [PATCH 397/838] New translations notifications.php (Spanish) --- lang/es/notifications.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/es/notifications.php b/lang/es/notifications.php index 0948c05f..0b05d20c 100644 --- a/lang/es/notifications.php +++ b/lang/es/notifications.php @@ -1,14 +1,14 @@ 'You\'re all caught up!', - 'errorLoadingNotifications' => 'Error loading notifications', + 'allCaughtUp' => '¡Ya estás al día!', + 'errorLoadingNotifications' => 'Error al cargar las notificaciones', 'messageTypes' => [ - 'videoLike' => 'liked your video', - 'newFollower' => 'started following you', - 'videoComment' => 'commented on your video', - 'videoShare' => 'shared your video', - 'default' => 'interacted with your content', + 'videoLike' => 'le ha gustado tu vídeo', + 'newFollower' => 'ha comenzado a seguirte', + 'videoComment' => 'ha comentado en tu vídeo', + 'videoShare' => 'ha compartido tu vídeo', + 'default' => 'ha interactuado con tu contenido', ], - 'noNotifications' => 'No notifications', + 'noNotifications' => 'Sin notificaciones', ]; From 4871bc2d369c732395cdb4a4f9e872ce555eb502 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 15:07:05 -0600 Subject: [PATCH 398/838] New translations pagination.php (Spanish) --- lang/es/pagination.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/es/pagination.php b/lang/es/pagination.php index 8e20419e..e3bc69c4 100644 --- a/lang/es/pagination.php +++ b/lang/es/pagination.php @@ -1,6 +1,6 @@ 'Next »', - 'previous' => '« Previous', + 'next' => 'Siguiente »', + 'previous' => '« Anterior', ]; From 988e3bc6f44aeb589a369803723f8eb8e250706c Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 15:07:06 -0600 Subject: [PATCH 399/838] New translations post.php (Spanish) --- lang/es/post.php | 100 +++++++++++++++++++++++------------------------ 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/lang/es/post.php b/lang/es/post.php index 2cff2a86..6e94d2d5 100644 --- a/lang/es/post.php +++ b/lang/es/post.php @@ -1,56 +1,56 @@ 'Add comment...', - 'additionalDetails' => 'Additional details', - 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', - 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', - 'caption' => 'Caption', - 'characters' => 'characters', - 'comments' => 'Comments', - 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', - 'commentsEnabled' => 'Comments Enabled', - 'commentsHaveBeenDisabled' => 'Comments have been disabled', - 'copiedExclamation' => 'Copied!', - 'copyLink' => 'Copy link', - 'creator' => 'Creator', - 'delete' => 'Delete', - 'deleteVideo' => 'Delete Video', - 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', - 'deletingDotDotDot' => 'Deleting...', - 'dotDotDotMore' => '...more', - 'downloadsEnabled' => 'Downloads Enabled', - 'edit' => 'Edit', - 'editVideo' => 'Edit Video', - 'errorLoadingComments' => 'Error loading comments', - 'goBack' => 'Go Back', - 'goHome' => 'Go Home', - 'hide' => 'Hide', - 'loadMoreReplies' => 'Load more replies', - 'loadingVideoDotDotDot' => 'Loading video...', - 'noCommentsYet' => 'No comments yet', - 'permalink' => 'Permalink', - 'pinToProfile' => 'Pin to Profile', - 'pleaseSelectAScenario' => 'Please select a scenario', - 'post' => 'Post', - 'postingDotDotDot' => 'Posting...', - 'replies' => 'replies', - 'reply' => 'Reply', - 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', - 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', - 'reportTextPlaceholder1023' => 'Please describe the illegal content...', - 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', - 'reportTextPlaceholderDefault' => 'Please provide additional details...', - 'saveChanges' => 'Save Changes', - 'sensitiveContent' => 'Sensitive Content', - 'showLess' => 'Show less', - 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', - 'signInToLeaveAComment' => 'Sign in to leave a comment', - 'submit' => 'Submit', - 'submittingDotDotDot' => 'Submitting...', - 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', - 'view' => 'View', - 'writeAReplyDotDotDot' => 'Write a reply...', + 'addCommentDotDotDot' => 'Añadir comentario...', + 'additionalDetails' => 'Detalles adicionales', + 'allowPeopleToCommentOnThisVideo' => 'Permitir que la gente comente este vídeo', + 'allowPeopleToDownloadThisVideo' => 'Permitir que la gente descargue este vídeo', + 'caption' => 'Título', + 'characters' => 'caracteres', + 'comments' => 'Comentarios', + 'commentsAreDisabledForThisVideo' => 'Los comentarios están deshabilitados para este vídeo', + 'commentsEnabled' => 'Comentarios habilitados', + 'commentsHaveBeenDisabled' => 'Los comentarios han sido deshabilitados', + 'copiedExclamation' => '¡Copiado!', + 'copyLink' => 'Copiar enlace', + 'creator' => 'Creador', + 'delete' => 'Borrar', + 'deleteVideo' => 'Borrar vídeo', + 'deleteVideoConfirmMessage' => '¿Estás seguro de que quieres borrar este vídeo?', + 'deletingDotDotDot' => 'Borrando...', + 'dotDotDotMore' => '...más', + 'downloadsEnabled' => 'Descargas habilitadas', + 'edit' => 'Editar', + 'editVideo' => 'Editar vídeo', + 'errorLoadingComments' => 'Error al cargar los comentarios', + 'goBack' => 'Regresar', + 'goHome' => 'Ir al inicio', + 'hide' => 'Ocultar', + 'loadMoreReplies' => 'Cargar más respuestas', + 'loadingVideoDotDotDot' => 'Cargando vídeo...', + 'noCommentsYet' => 'No hay comentarios todavía', + 'permalink' => 'Enlace permanente', + 'pinToProfile' => 'Fijar al perfil', + 'pleaseSelectAScenario' => 'Por favor selecciona un escenario', + 'post' => 'Publicar', + 'postingDotDotDot' => 'Publicando...', + 'replies' => 'respuestas', + 'reply' => 'Responder', + 'reportTextPlaceholder1018' => 'Por favor describe la desinformación que está reportando...', + 'reportTextPlaceholder1021' => 'Por favor describe la actividad fraudulenta...', + 'reportTextPlaceholder1023' => 'Por favor describe el contenido ilegal...', + 'reportTextPlaceholder1026' => 'Por favor proporciona detalles adicionales sobre tu reporte...', + 'reportTextPlaceholderDefault' => 'Por favor proporciona detalles adicionales...', + 'saveChanges' => 'Guardar cambios', + 'sensitiveContent' => 'Contenido sensible', + 'showLess' => 'Mostrar menos', + 'showThisVideoAtTheTopOfYourProfile' => 'Mostrar este vídeo en la parte superior de tu perfil', + 'signInToLeaveAComment' => 'Inicia sesión para dejar un comentario', + 'submit' => 'Enviar', + 'submittingDotDotDot' => 'Enviando...', + 'thisActionCannotBeUndone' => 'Esta acción no se puede deshacer. Tu vídeo será eliminado permanentemente.', + 'view' => 'Vista', + 'writeAReplyDotDotDot' => 'Escribe una respuesta...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', ]; From 3399b32049242d3a38aa0ffe48682a33e8cd2c67 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 15:07:07 -0600 Subject: [PATCH 400/838] New translations profile.php (Spanish) --- lang/es/profile.php | 74 ++++++++++++++++++++++----------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/lang/es/profile.php b/lang/es/profile.php index 7dc9e880..07496189 100644 --- a/lang/es/profile.php +++ b/lang/es/profile.php @@ -1,45 +1,45 @@ 'Applying...', - 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', - 'avatarFileSizeError' => 'Image file size must be less than 5MB.', - 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', - 'bio' => 'Bio', - 'bioHelp' => 'Optional bio (up to 80 characters)', - 'bioPlaceholder' => 'Add an optional bio', - 'block' => 'Block', - 'blocked' => 'Blocked', - 'deleteAvatar' => 'Delete Avatar', - 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', - 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', - 'displayName' => 'Display Name', - 'displayNameHelp' => 'Display names can be up to 30 characters long.', - 'editProfile' => 'Edit Profile', - 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', - 'likes' => 'Likes', - 'loadingProfileDotDotDot' => 'Loading profile...', - 'noFollowersYet' => 'No followers yet', - 'noMorePostsToLoad' => 'No more posts to load', - 'noVideosYet' => 'No videos yet', - 'notFollowingAnyone' => 'Not following anyone', - 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', - 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', - 'profileNotFound' => 'Profile not found', - 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', - 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'applyingDotDotDot' => 'Aplicando...', + 'avatarFailedToUploadError' => 'No se ha podido actualizar el avatar. Inténtalo de nuevo.', + 'avatarFileSizeError' => 'El tamaño del archivo de imagen debe ser inferior a 5MB.', + 'avatarFileTypeError' => 'Selecciona un archivo de imagen válido (PNG, JPEG o JPG).', + 'bio' => 'Biografía', + 'bioHelp' => 'Biografía opcional (hasta 80 caracteres)', + 'bioPlaceholder' => 'Añadir una biografía opcional', + 'block' => 'Bloquear', + 'blocked' => 'Bloqueado', + 'deleteAvatar' => 'Eliminar avatar', + 'deleteAvatarConfirmMessage' => '¿Estás seguro de que quieres eliminar tu avatar?', + 'deleteAvatarFailedMessage' => 'No se ha podido eliminar tu avatar. Inténtalo de nuevo.', + 'displayName' => 'Nombre a mostrar', + 'displayNameHelp' => 'Los nombres a mostrar pueden tener hasta 30 caracteres.', + 'editProfile' => 'Editar perfil', + 'failedToUpdateProfileErrorMessage' => 'No se ha podido actualizar el perfil. Inténtalo de nuevo.', + 'likes' => 'Me gusta', + 'loadingProfileDotDotDot' => 'Cargando perfil...', + 'noFollowersYet' => 'Todavía no tienes seguidores', + 'noMorePostsToLoad' => 'No hay más publicaciones para cargar', + 'noVideosYet' => 'Todavía no hay vídeos', + 'notFollowingAnyone' => 'No sigues a nadie', + 'profile404ErrorMessage' => 'No se ha podido encontrar un perfil con el nombre de usuario @:userId. Por favor verifica el nombre de usuario e inténtalo de nuevo.', + 'profile500ErrorMessage' => 'Nuestros servidores están experimentando problemas en este momento. Por favor, inténtalo de nuevo en unos minutos.', + 'profileNotFound' => 'Perfil no encontrado', + 'profileOfflineErrorMessage' => 'Comprueba tu conexión a Internet e inténtalo de nuevo.', + 'profileUnknownErrorMessage' => 'Ha ocurrido un imprevisto. Vuelve a intentarlo o ponte en contacto con nosotros si el problema persiste.', 'tabFilterOptions' => [ - 'Latest' => 'Latest', - 'Popular' => 'Popular', - 'Oldest' => 'Oldest', + 'Latest' => 'Recientes', + 'Popular' => 'Populares', + 'Oldest' => 'Más antiguos', ], 'tabOptions' => [ - 'Videos' => 'Videos', + 'Videos' => 'Vídeos', ], - 'unblock' => 'Unblock', - 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', - 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', - 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', - 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', - 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', + 'unblock' => 'Desbloquear', + 'userHasntPostedAnyVideosYet' => ':username no ha publicado ningún vídeo todavía', + 'whenPeopleFollowThisAccount' => 'Cuando las personas sigan esta cuenta, aparecerán aquí.', + 'whenThisAccountFollowsSomeone' => 'Cuando esta cuenta siga a alguien, aparecerá aquí.', + 'youHaventPostedAnyVideosYet' => 'No has publicado ningún vídeo todavía', + 'youveReachedTheEndOfThisList' => 'Has llegado al final de esta lista', ]; From c62dcb59936d3a19b09e2d4744ec592bf27171c9 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 15:07:09 -0600 Subject: [PATCH 401/838] New translations reports.php (Spanish) --- lang/es/reports.php | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/lang/es/reports.php b/lang/es/reports.php index 9c1ad234..3b8cdc99 100644 --- a/lang/es/reports.php +++ b/lang/es/reports.php @@ -2,30 +2,30 @@ return [ 'error' => [ - 'default' => 'An unexpected error occurred', - 'title' => 'Report Error', + 'default' => 'Se ha producido un error inesperado', + 'title' => 'Informar de un error', ], 'success' => [ - 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', - 'title' => 'Report Submitted!', + 'message' => 'Tu reporte se ha enviado correctamente y será revisado por nuestro equipo de moderación de contenidos.

Gracias por ayudarnos a mantener la seguridad de nuestra comunidad ❤️', + 'title' => '¡Reporte enviado!', ], 'types' => [ - 1010 => 'Inappropriate and irrelevant search', - 1011 => 'Violence, abuse, and criminal exploitation', - 1012 => 'Hate and harassment', - 1013 => 'Suicide and self-harm', - 1014 => 'Disordered eating and unhealthy body image', - 1015 => 'Dangerous activities and challenges', - 1016 => 'Nudity and sexual content', - 1017 => 'Shocking and graphic content', - 1018 => 'Misinformation', - 1019 => 'Deceptive behavior and spam', - 1020 => 'Regulated goods and activities', - 1021 => 'Frauds and scams', - 1022 => 'Sharing personal information', - 1023 => 'Report illegal content', - 1024 => 'Counterfeits and intellectual property', - 1025 => 'Undisclosed branded content', - 1026 => 'Other', + 1010 => 'Búsqueda inapropiada e irrelevante', + 1011 => 'Violencia, abuso y explotación criminal', + 1012 => 'Odio y acoso', + 1013 => 'Suicidio y autolesión', + 1014 => 'Trastornos alimentarios e imagen corporal no saludable', + 1015 => 'Actividades y retos peligrosos', + 1016 => 'Desnudos y contenido sexual', + 1017 => 'Contenido impactante y explícito', + 1018 => 'Desinformación', + 1019 => 'Comportamiento engañoso y spam', + 1020 => 'Bienes y actividades regulados', + 1021 => 'Fraudes y estafas', + 1022 => 'Compartir información personal', + 1023 => 'Reportar contenido ilegal', + 1024 => 'Falsificaciones y propiedad intelectual', + 1025 => 'Contenido de marca no revelado', + 1026 => 'Otros', ], ]; From 005ff1563c7ef29285607e88393bb4ec3ad722ed Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 15:07:10 -0600 Subject: [PATCH 402/838] New translations settings.php (Spanish) --- lang/es/settings.php | 190 +++++++++++++++++++++---------------------- 1 file changed, 95 insertions(+), 95 deletions(-) diff --git a/lang/es/settings.php b/lang/es/settings.php index 51c6908b..22439392 100644 --- a/lang/es/settings.php +++ b/lang/es/settings.php @@ -1,99 +1,99 @@ 'Account control', - 'accountData' => 'Account data', - 'accountInformation' => 'Account information', - 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', - 'added' => 'Added', - 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', - 'analyticsTracking' => 'Analytics tracking', - 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', - 'back' => 'Back', - 'cancelChange' => 'Cancel change', - 'change' => 'Change', - 'changeEmail' => 'Change email', - 'changeEmailAddress' => 'Change email address', - 'changePassword' => 'Change Password', - 'changingDotDotDot' => 'Changing...', - 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', - 'commentsMade' => 'Comments made', - 'confirmNewPassword' => 'Confirm new password', - 'confirmYourPassword' => 'Confirm your password', - 'currentEmailAddress' => 'Current email address', - 'currentPassword' => 'Current password', - 'dataExport' => 'Data export', - 'dataInsights' => 'Data insights', - 'dataManagement' => 'Data management', - 'dataRetention' => 'Data retention', - 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', - 'dataSharingForResearch' => 'Data sharing for research', - 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', - 'deactivate' => 'Deactivate', - 'deactivateAccount' => 'Deactivate account', - 'deleteAccount' => 'Delete account', - 'disable2FAButton' => 'Disable Two Factor', - 'disableTwoFactor' => 'Disable Two-Factor Authentication', - 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', - 'downloadYourAccountDataExport' => 'Download your account data export.', - 'email' => 'Email', - 'emailChangePending' => 'Email change pending', - 'emailSettings' => 'Email settings', - 'enableFederation' => 'Enable Federation', - 'enableTwoFactor' => 'Enable Two-Factor Authentication', - 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', - 'enterYourCurrentPassword' => 'Enter your current password', - 'enterYourNewEmailAddress' => 'Enter your new email address', - 'exportHistory' => 'Export history', - 'hoursWatched' => 'Hours watched', - 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', - 'likesGiven' => 'Likes given', - 'manageAccount' => 'Manage account', - 'manageYourAccountEmail' => 'Manage your account email.', - 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', - 'manageYourLoopsAccount' => 'Manage Your Loops Account', - 'newEmailAddress' => 'New email address', - 'newPassword' => 'New password', - 'noExportsYet' => 'No exports yet', - 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', - 'noRestrictions' => 'No restrictions', - 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', - 'password' => 'Password', - 'passwordAndAuthentication' => 'Password and authentication', - 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', - 'privacy' => 'Privacy', - 'privateAccount' => 'Private account', - 'recentExports' => 'Recent exports', - 'resendVerification' => 'Resend verification', - 'safety' => 'Safety', - 'security' => 'Security', - 'selectiveDataExport' => ' Selective data export', - 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', - 'sendingDotDotDot' => 'Sending...', - 'setup2FA' => 'Setup Two-Factor Authentication', - 'setup2FAStep1' => 'Step 1: Scan QR Code', - 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', - 'setup2FAStep2' => 'Step 2: Enter Verification Code', - 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', - 'status' => 'Status', - 'successExclamation' => 'Success!', - 'successPasswordChangedMessage' => 'Your password was successfully updated!', - 'totalDataSize' => 'Total data size:', - 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', - 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', - 'twoFactorAuthentication' => 'Two-factor authentication', - 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', - 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', - 'unverified' => 'Unverified', - 'verified' => 'Verified', - 'verifyAndEnable' => 'Verify & Enable', - 'verifyingDotDotDot' => 'Verifying...', - 'videosPosted' => 'Videos posted', - 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', - 'weveSentAnEmail' => 'We\'ve sent a verification email to', - 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', - 'yourAccountStatistics' => 'Your account statistics', - 'yourDataYourControl' => 'Your data, your control', - 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', - 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', + 'accountControl' => 'Control de la cuenta', + 'accountData' => 'Datos de la cuenta', + 'accountInformation' => 'Información de la cuenta', + 'addAnExtraLayerOfSecurity' => 'Añade una capa adicional de seguridad a tu cuenta con la autenticación de dos factores (2FA) utilizando una aplicación de autenticación.', + 'added' => 'Añadido', + 'allowYourAccountAndVideosToBeShared' => 'Permitir que tu cuenta y tus vídeos se compartan con personas de otros servidores.', + 'analyticsTracking' => 'Seguimiento analítico', + 'analyticsTrackingMessage' => 'Permita que Loops realice un seguimiento de su uso con fines analíticos y para mejorar el servicio.', + 'back' => 'Regresar', + 'cancelChange' => 'Cancelar cambios', + 'change' => 'Cambiar', + 'changeEmail' => 'Cambiar correo electrónico', + 'changeEmailAddress' => 'Cambiar dirección de correo electrónico', + 'changePassword' => 'Cambiar contraseña', + 'changingDotDotDot' => 'Cambiando...', + 'clickTheLinkInThatEmail' => 'Haga clic en el enlace de ese correo electrónico para completar el cambio.', + 'commentsMade' => 'Comentarios realizados', + 'confirmNewPassword' => 'Confirmar la nueva contraseña', + 'confirmYourPassword' => 'Confirma tu contraseña', + 'currentEmailAddress' => 'Dirección de correo electrónico actual', + 'currentPassword' => 'Contraseña actual', + 'dataExport' => 'Exportar datos', + 'dataInsights' => 'Información sobre datos', + 'dataManagement' => 'Gestión de datos', + 'dataRetention' => 'Retención de datos', + 'dataRetentionMessage' => 'Elige cuánto tiempo quieres conservar tu contenido y actividad antes de que se eliminen automáticamente.', + 'dataSharingForResearch' => 'Intercambio de datos para investigación', + 'dataSharingForResearchMessage' => 'Permitir el uso de datos anónimos para la investigación académica y la mejora de la plataforma.', + 'deactivate' => 'Desactivar', + 'deactivateAccount' => 'Desactivar cuenta', + 'deleteAccount' => 'Eliminar cuenta', + 'disable2FAButton' => 'Deshabilitar la autenticación de dos factores', + 'disableTwoFactor' => 'Deshabilitar la autenticación de dos factores', + 'disableTwoFactorMessage' => '¿Estás seguro de que deseas desactivar la autenticación de dos factores? Esto hará que tu cuenta sea menos segura.', + 'downloadYourAccountDataExport' => 'Descargar tus datos de cuenta exportados.', + 'email' => 'Correo electrónico', + 'emailChangePending' => 'Cambio de correo electrónico pendiente', + 'emailSettings' => 'Configuración de correo electrónico', + 'enableFederation' => 'Habilitar federación', + 'enableTwoFactor' => 'Habilitar la autenticación de dos factores', + 'enableTwoFactorMessage' => '¿Estás seguro de que deseas habilitar la autenticación de dos factores?', + 'enterYourCurrentPassword' => 'Introduce tu contraseña actual', + 'enterYourNewEmailAddress' => 'Introduce tu nueva dirección de correo electrónico', + 'exportHistory' => 'Exportar historial', + 'hoursWatched' => 'Horas vistas', + 'invalidVerificationCodePleaseTryAgain' => 'Código de verificación no válido. Inténtalo de nuevo.', + 'likesGiven' => 'Me gusta dados', + 'manageAccount' => 'Gestión de la cuenta', + 'manageYourAccountEmail' => 'Gestionar el correo electrónico de tu cuenta.', + 'manageYourAccountSecuritySettings' => 'Gestionar la configuración de seguridad de tu cuenta.', + 'manageYourLoopsAccount' => 'Gestionar tu cuenta de Loops', + 'newEmailAddress' => 'Nueva dirección de correo electrónico', + 'newPassword' => 'Nueva contraseña', + 'noExportsYet' => 'No hay exportaciones todavía', + 'noExportsYetMessage' => 'Tus exportaciones de datos aparecerán aquí cuando estén listas para descargar.', + 'noRestrictions' => 'Sin restricciones', + 'oopsTheFollowingErrorsOccured' => 'Vaya, se ha producido el(los) siguiente(s) error(es):', + 'password' => 'Contraseña', + 'passwordAndAuthentication' => 'Contraseña y autenticación', + 'pleaseEnterA6DigitCode' => 'Introduzca un código de 6 dígitos', + 'privacy' => 'Privacidad', + 'privateAccount' => 'Cuenta privada', + 'recentExports' => 'Exportaciones recientes', + 'resendVerification' => 'Reenviar verificación', + 'safety' => 'Seguridad', + 'security' => 'Protección', + 'selectiveDataExport' => ' Exportación de datos selectiva', + 'selectiveDataExportMessage' => 'Elige los tipos específicos de datos que deseas exportar si no necesitas todos.', + 'sendingDotDotDot' => 'Enviando...', + 'setup2FA' => 'Configuración de autenticación de dos factores', + 'setup2FAStep1' => 'Paso 1: Escanea el código QR', + 'setup2FAStep1Message' => 'Escanea este código QR con tu aplicación de autenticación (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Paso 2: Introduce el código de verificación', + 'setup2FAStep2Message' => 'Introduce el código de 6 dígitos de tu aplicación de autenticación', + 'status' => 'Estado', + 'successExclamation' => '¡Éxito!', + 'successPasswordChangedMessage' => '¡Tu contraseña se ha actualizado correctamente!', + 'totalDataSize' => 'Tamaño total de los datos:', + 'twoFactorAuthDisabled' => 'Autenticación de dos factores deshabilitada', + 'twoFactorAuthDisabledMessage' => 'La autenticación de dos factores se ha desactivado correctamente para tu cuenta.', + 'twoFactorAuthentication' => 'Autenticación de dos factores', + 'twoFactorEnabled' => 'Autenticación de dos factores habilitada', + 'twoFactorEnabledMessage' => 'La autenticación de dos factores se ha habilitado correctamente para tu cuenta', + 'unverified' => 'No verificado', + 'verified' => 'Verificado', + 'verifyAndEnable' => 'Verificar y habilitar', + 'verifyingDotDotDot' => 'Verificando...', + 'videosPosted' => 'Vídeos publicados', + 'weMayRestrictAccounts' => 'Podemos restringir las cuentas que no cumplan con nuestras Normas de la comunidad.', + 'weveSentAnEmail' => 'Hemos enviado un correo electrónico de verificación a', + 'withAPrivateAccountMessage' => 'Con una cuenta privada, solo los usuarios que apruebes podrán seguirte y ver tus vídeos. Tus seguidores actuales no se verán afectados.', + 'yourAccountStatistics' => 'Estadísticas de tu cuenta', + 'yourDataYourControl' => 'Tus datos, tu control', + 'yourDataYourControlMessage' => 'Descarga o revisa los datos de tu cuenta. Todas las exportaciones se proporcionan en formato JSON para facilitar su transferencia', + 'yourEmailIsUsedForRecoveryMessage' => 'Tu correo electrónico se utiliza para la recuperación de la cuenta, notificaciones y alertas de seguridad. Verificaremos cualquier cambio para garantizar la seguridad de la cuenta.', ]; From f0c6f094b5f8ed8081f3fe4ca6dd7df592d10c24 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 15:07:11 -0600 Subject: [PATCH 403/838] New translations studio.php (Spanish) --- lang/es/studio.php | 100 ++++++++++++++++++++++----------------------- 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/lang/es/studio.php b/lang/es/studio.php index 71d602dd..f9646e63 100644 --- a/lang/es/studio.php +++ b/lang/es/studio.php @@ -1,55 +1,55 @@ 'Actions', - 'allowOthersTo' => 'Allow others to', - 'aspectRatios' => 'Aspect ratios', - 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', - 'caption' => 'Caption', - 'commentMessage' => 'Allow others to post comments and replies on this post', - 'comments' => 'Comments', - 'containsNSFW' => 'Contains NSFW/Sensitive content', - 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', - 'contentCreatedOn' => 'Content (Created on)', - 'customCover' => 'Custom Cover', - 'describeYourVideoDotDotDot' => 'Describe your video...', - 'details' => 'Details', - 'download' => 'Download', - 'downloadMessage' => 'Allow others to download this video', - 'duet' => 'Duet', - 'duetMessage' => 'Allow others to duet this video with their own', - 'feed' => 'Feed', - 'fileFormats' => 'File formats', - 'followers' => 'Followers', - 'following' => 'Following', - 'found' => 'found', - 'hashtag' => 'Hashtag', - 'hashtags' => 'hashtags', - 'likes' => 'Likes', - 'maximumSize' => 'Maximum size:', - 'mbVideoDuration' => ' MB, video duration:', - 'mention' => 'Mention', - 'minutes' => 'minute(s).', - 'myPosts' => 'My Posts', + 'actions' => 'Acciones', + 'allowOthersTo' => 'Permitir a otros', + 'aspectRatios' => 'Radios de aspecto', + 'aspectRatiosMessage' => 'Recomendados: 16:9 para horizontal, 9:16 para vertical.', + 'caption' => 'Título', + 'commentMessage' => 'Permitir que otros publiquen comentarios y respuestas en esta publicación', + 'comments' => 'Comentarios', + 'containsNSFW' => 'Contiene contenido NSFW/sensible', + 'containsNSFWMessage' => 'Marca esta publicación como sensible para mostrar una advertencia', + 'contentCreatedOn' => 'Contenido (Creado el)', + 'customCover' => 'Portada personalizada', + 'describeYourVideoDotDotDot' => 'Describe tu video...', + 'details' => 'Detalles', + 'download' => 'Descargar', + 'downloadMessage' => 'Permitir a otros descarguen este vídeo', + 'duet' => 'Dúo', + 'duetMessage' => 'Permitir que otros hagan un dúo con este vídeo con el suyo propio', + 'feed' => 'Cronología', + 'fileFormats' => 'Formatos de archivo', + 'followers' => 'Seguidores', + 'following' => 'Siguiendo', + 'found' => 'encontrado', + 'hashtag' => 'Etiqueta', + 'hashtags' => 'etiquetas', + 'likes' => 'Me gusta', + 'maximumSize' => 'Tamaño máximo:', + 'mbVideoDuration' => ' MB, duración del vídeo:', + 'mention' => 'Mención', + 'minutes' => 'minuto(s).', + 'myPosts' => 'Mis publicaciones', 'no' => 'No', - 'orDragAndDropItHere' => 'Or drag and drop it here', - 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', - 'posts' => 'Posts', - 'recommended' => 'Recommended:', - 'replace' => 'Replace', - 'searchByPostCaption' => 'Search by post caption', - 'searchingDotDotDot' => 'Searching...', - 'selectVideo' => 'Select video', - 'selectVideoToUpload' => 'Select video to upload', - 'settings' => 'Settings', - 'sizeAndDuration' => 'Size and duration', - 'stitch' => 'Stitch', - 'stitchMessage' => 'Allow others to stitch this video with their own', - 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', - 'uploadFirstVideo' => 'Upload first video', - 'users' => 'users', - 'videoResolutions' => 'Video resolutions', - 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', - 'view' => 'View', - 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', + 'orDragAndDropItHere' => 'O arrástralo y suéltalo aquí', + 'otherMajorFormatsAreSupported' => '. Se admiten otros formatos importantes.', + 'posts' => 'Publicaciones', + 'recommended' => 'Recomendados:', + 'replace' => 'Reemplazar', + 'searchByPostCaption' => 'Buscar por título de publicación', + 'searchingDotDotDot' => 'Buscando...', + 'selectVideo' => 'Seleccionar vídeo', + 'selectVideoToUpload' => 'Seleccionar vídeo para subir', + 'settings' => 'Configuraciones', + 'sizeAndDuration' => 'Tamaño y duración', + 'stitch' => 'Unir', + 'stitchMessage' => 'Permitir que otros unan este vídeo con el suyo propio', + 'unsavedWarning' => 'El vídeo que estabas editando no se ha guardado. ¿Quieres continuar con la edición?', + 'uploadFirstVideo' => 'Subir primer vídeo', + 'users' => 'usuarios', + 'videoResolutions' => 'Resoluciones de vídeo', + 'videoResolutionsMessage' => 'Alta resolución recomendada: 1080p, 1440p, 4K.', + 'view' => 'Vista', + 'yourPostedAndProcessingVideos' => 'Los vídeos que hayas publicado y que estén en proceso aparecerán aquí', ]; From f9e458ca823d22751abfd1ec61dc561c0a915f3a Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 12 Sep 2025 16:57:07 -0600 Subject: [PATCH 404/838] New translations post.php (Spanish) --- lang/es/post.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/es/post.php b/lang/es/post.php index 6e94d2d5..3cf5308c 100644 --- a/lang/es/post.php +++ b/lang/es/post.php @@ -51,6 +51,6 @@ 'thisActionCannotBeUndone' => 'Esta acción no se puede deshacer. Tu vídeo será eliminado permanentemente.', 'view' => 'Vista', 'writeAReplyDotDotDot' => 'Escribe una respuesta...', - 'writeYourCaptionDotDotDot' => 'Write your caption...', - 'yourReportingThis' => 'You\'re reporting this :type for: :message', + 'writeYourCaptionDotDotDot' => 'Escribe tu descripción...', + 'yourReportingThis' => 'Estás reportando este :type por :message', ]; From 7374a19f4ac47dba3dae974ae8c05643e0f4dd3a Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 15:32:02 -0600 Subject: [PATCH 405/838] New translations common.php (Italian) --- lang/it/common.php | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/lang/it/common.php b/lang/it/common.php index c92cb9b8..04aad55c 100644 --- a/lang/it/common.php +++ b/lang/it/common.php @@ -3,21 +3,21 @@ return [ 'apply' => 'Apply', 'avatar' => 'Avatar', - 'cancel' => 'Cancel', - 'clickToReveal' => 'Click to reveal', - 'close' => 'Close', - 'comment' => 'Comment', - 'delete' => 'Delete', - 'disable' => 'Disable', - 'disabled' => 'Disabled', - 'discard' => 'Discard', - 'edit' => 'Edit', - 'enable' => 'Enable', - 'enabled' => 'Enabled', - 'explore' => 'Explore', - 'follow' => 'Follow', - 'followers' => 'Followers', - 'following' => 'Following', + 'cancel' => 'Cancella', + 'clickToReveal' => 'Clicca per rivelare', + 'close' => 'Chiudi', + 'comment' => 'Commenta', + 'delete' => 'Elimina', + 'disable' => 'Disabilita', + 'disabled' => 'Disabilitato', + 'discard' => 'Scarta', + 'edit' => 'Modifica', + 'enable' => 'Abilita', + 'enabled' => 'Abilitato', + 'explore' => 'Esplora', + 'follow' => 'Segui', + 'followers' => 'Seguaci', + 'following' => 'Seguiti', 'goToHome' => 'Go to Home', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', @@ -28,17 +28,17 @@ 'markAsRead' => 'Mark as Read', 'next' => 'Next', 'notifications' => 'Notifications', - 'profile' => 'Profile', - 'report' => 'Report', - 'retry' => 'Retry', + 'profile' => 'Profilo', + 'report' => 'Segnala', + 'retry' => 'Riprova', 'retryingDotDotDot' => 'Retrying...', - 'save' => 'Save', + 'save' => 'Salva', 'savingDotDotDot' => 'Saving...', - 'shareThisAccount' => 'Share this account', - 'shareThisLoop' => 'Share this Loop', - 'somethingWentWrong' => 'Something went wrong', + 'shareThisAccount' => 'Condividi questo account', + 'shareThisLoop' => 'Condividi questo Loop', + 'somethingWentWrong' => 'Qualcosa è andato storto', 'status' => 'Status', - 'today' => 'Today', + 'today' => 'Oggi', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', From 1869c26f4d477e5517e361fd14a2b8457ae195e4 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 15:32:03 -0600 Subject: [PATCH 406/838] New translations nav.php (Italian) --- lang/it/nav.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lang/it/nav.php b/lang/it/nav.php index 3139435e..6a1ef04e 100644 --- a/lang/it/nav.php +++ b/lang/it/nav.php @@ -8,22 +8,22 @@ 'contact' => 'Contact', 'developers' => 'Developers', 'federation' => 'Federation', - 'help' => 'Help', + 'help' => 'Aiuto', 'home' => 'Home', 'join' => 'Join', - 'logIn' => 'Log in', - 'logOut' => 'Log out', + 'logIn' => 'Accedi', + 'logOut' => 'Esci', 'loginOrRegister' => 'Login or Register', 'more' => 'More', 'noResultsFound' => 'No results found', 'popular' => 'Popular', 'poweredBy' => 'Powered by', 'privacy' => 'Privacy', - 'profile' => 'Profile', + 'profile' => 'Profilo', 'recentSearches' => 'Recent Searches', - 'search' => 'Search', - 'settings' => 'Settings', - 'terms' => 'Terms', - 'upload' => 'Upload', - 'uploadLoop' => 'Upload Loop', + 'search' => 'Cerca', + 'settings' => 'Impostazioni', + 'terms' => 'Termini', + 'upload' => 'Carica', + 'uploadLoop' => 'Carica Loop', ]; From 903048587f5518134911afc81e562980f52ca3e5 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 15:32:03 -0600 Subject: [PATCH 407/838] New translations notifications.php (Italian) --- lang/it/notifications.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/it/notifications.php b/lang/it/notifications.php index 0948c05f..df287a03 100644 --- a/lang/it/notifications.php +++ b/lang/it/notifications.php @@ -5,10 +5,10 @@ 'errorLoadingNotifications' => 'Error loading notifications', 'messageTypes' => [ 'videoLike' => 'liked your video', - 'newFollower' => 'started following you', - 'videoComment' => 'commented on your video', - 'videoShare' => 'shared your video', - 'default' => 'interacted with your content', + 'newFollower' => 'ha iniziato a seguirti', + 'videoComment' => 'ha commentato sul tuo video', + 'videoShare' => 'ha condiviso il tuo video', + 'default' => 'ha interagito con il tuo contenuto', ], - 'noNotifications' => 'No notifications', + 'noNotifications' => 'Nessuna notifica', ]; From 70802a0aeeaa126843c386a3885cea2f4053825e Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 15:32:05 -0600 Subject: [PATCH 408/838] New translations post.php (Italian) --- lang/it/post.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lang/it/post.php b/lang/it/post.php index 2cff2a86..3b9bc311 100644 --- a/lang/it/post.php +++ b/lang/it/post.php @@ -2,19 +2,19 @@ return [ 'addCommentDotDotDot' => 'Add comment...', - 'additionalDetails' => 'Additional details', + 'additionalDetails' => 'Ulteriori dettagli', 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', - 'comments' => 'Comments', + 'comments' => 'Commenti', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', 'commentsHaveBeenDisabled' => 'Comments have been disabled', - 'copiedExclamation' => 'Copied!', - 'copyLink' => 'Copy link', + 'copiedExclamation' => 'Copiato!', + 'copyLink' => 'Copia collegamento', 'creator' => 'Creator', - 'delete' => 'Delete', + 'delete' => 'Elimina', 'deleteVideo' => 'Delete Video', 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', 'deletingDotDotDot' => 'Deleting...', @@ -34,22 +34,22 @@ 'pleaseSelectAScenario' => 'Please select a scenario', 'post' => 'Post', 'postingDotDotDot' => 'Posting...', - 'replies' => 'replies', - 'reply' => 'Reply', + 'replies' => 'risposte', + 'reply' => 'Rispondi', 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', 'reportTextPlaceholder1023' => 'Please describe the illegal content...', 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', 'reportTextPlaceholderDefault' => 'Please provide additional details...', 'saveChanges' => 'Save Changes', - 'sensitiveContent' => 'Sensitive Content', - 'showLess' => 'Show less', + 'sensitiveContent' => 'Contenuto Sensibile', + 'showLess' => 'Mostra di meno', 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', 'signInToLeaveAComment' => 'Sign in to leave a comment', 'submit' => 'Submit', 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', - 'view' => 'View', + 'view' => 'Visualizza', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From 982df21f0cd4c921e44671efc7b8ddd04084d6ff Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 15:32:06 -0600 Subject: [PATCH 409/838] New translations profile.php (Italian) --- lang/it/profile.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lang/it/profile.php b/lang/it/profile.php index 7dc9e880..5aa53aa6 100644 --- a/lang/it/profile.php +++ b/lang/it/profile.php @@ -8,14 +8,14 @@ 'bio' => 'Bio', 'bioHelp' => 'Optional bio (up to 80 characters)', 'bioPlaceholder' => 'Add an optional bio', - 'block' => 'Block', - 'blocked' => 'Blocked', - 'deleteAvatar' => 'Delete Avatar', + 'block' => 'Blocca', + 'blocked' => 'Bloccato', + 'deleteAvatar' => 'Elimina Avatar', 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', - 'displayName' => 'Display Name', + 'displayName' => 'Nome Visualizzato', 'displayNameHelp' => 'Display names can be up to 30 characters long.', - 'editProfile' => 'Edit Profile', + 'editProfile' => 'Modifica Profilo', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', @@ -25,7 +25,7 @@ 'notFollowingAnyone' => 'Not following anyone', 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', - 'profileNotFound' => 'Profile not found', + 'profileNotFound' => 'Profilo non trovato', 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', 'tabFilterOptions' => [ @@ -34,7 +34,7 @@ 'Oldest' => 'Oldest', ], 'tabOptions' => [ - 'Videos' => 'Videos', + 'Videos' => 'Video', ], 'unblock' => 'Unblock', 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', From 42d556c52b14b3bd2838985d97e48b24ac39b3f7 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 15:32:06 -0600 Subject: [PATCH 410/838] New translations settings.php (Italian) --- lang/it/settings.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/it/settings.php b/lang/it/settings.php index 51c6908b..b58bfdf1 100644 --- a/lang/it/settings.php +++ b/lang/it/settings.php @@ -31,7 +31,7 @@ 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', 'deactivate' => 'Deactivate', 'deactivateAccount' => 'Deactivate account', - 'deleteAccount' => 'Delete account', + 'deleteAccount' => 'Elimina account', 'disable2FAButton' => 'Disable Two Factor', 'disableTwoFactor' => 'Disable Two-Factor Authentication', 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', @@ -76,7 +76,7 @@ 'setup2FAStep2' => 'Step 2: Enter Verification Code', 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', 'status' => 'Status', - 'successExclamation' => 'Success!', + 'successExclamation' => 'Successo!', 'successPasswordChangedMessage' => 'Your password was successfully updated!', 'totalDataSize' => 'Total data size:', 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', @@ -84,9 +84,9 @@ 'twoFactorAuthentication' => 'Two-factor authentication', 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', - 'unverified' => 'Unverified', - 'verified' => 'Verified', - 'verifyAndEnable' => 'Verify & Enable', + 'unverified' => 'Non verificato', + 'verified' => 'Verificato', + 'verifyAndEnable' => 'Verifica e Abilita', 'verifyingDotDotDot' => 'Verifying...', 'videosPosted' => 'Videos posted', 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', From 184c6b8a944aac1931bdfbeee4c538390a047f26 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 15:32:07 -0600 Subject: [PATCH 411/838] New translations studio.php (Italian) --- lang/it/studio.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/it/studio.php b/lang/it/studio.php index 71d602dd..2f4beb68 100644 --- a/lang/it/studio.php +++ b/lang/it/studio.php @@ -1,7 +1,7 @@ 'Actions', + 'actions' => 'Azioni', 'allowOthersTo' => 'Allow others to', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', @@ -13,7 +13,7 @@ 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', - 'details' => 'Details', + 'details' => 'Dettagli', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', @@ -25,7 +25,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', - 'likes' => 'Likes', + 'likes' => 'Mi piace', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', 'mention' => 'Mention', @@ -36,12 +36,12 @@ 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', 'posts' => 'Posts', 'recommended' => 'Recommended:', - 'replace' => 'Replace', + 'replace' => 'Sostituisci', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', - 'selectVideo' => 'Select video', + 'selectVideo' => 'Seleziona video', 'selectVideoToUpload' => 'Select video to upload', - 'settings' => 'Settings', + 'settings' => 'Impostazioni', 'sizeAndDuration' => 'Size and duration', 'stitch' => 'Stitch', 'stitchMessage' => 'Allow others to stitch this video with their own', From aab8c77845bf6d26d5b901a481307dcaf3ce989b Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 18:09:23 -0600 Subject: [PATCH 412/838] New translations auth.php (French) --- lang/fr/auth.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/fr/auth.php b/lang/fr/auth.php index 98e981fa..51bc02de 100644 --- a/lang/fr/auth.php +++ b/lang/fr/auth.php @@ -1,7 +1,7 @@ 'These credentials do not match our records.', - 'password' => 'The provided password is incorrect.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'Ces identifiants ne correspondent pas à nos enregistrements.', + 'password' => 'Le mot de passe est incorrect.', + 'throttle' => 'Trop de tentatives de connexion. Essayez de nouveau dans :seconds secondes.', ]; From a4f962a8b71796ee4c82a5c4b747a298eafebb19 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 18:09:24 -0600 Subject: [PATCH 413/838] New translations common.php (French) --- lang/fr/common.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/lang/fr/common.php b/lang/fr/common.php index c92cb9b8..f1d731ad 100644 --- a/lang/fr/common.php +++ b/lang/fr/common.php @@ -1,23 +1,23 @@ 'Apply', + 'apply' => 'Appliquer', 'avatar' => 'Avatar', - 'cancel' => 'Cancel', - 'clickToReveal' => 'Click to reveal', - 'close' => 'Close', + 'cancel' => 'Annuler', + 'clickToReveal' => 'Cliquer pour afficher', + 'close' => 'Fermer', 'comment' => 'Comment', - 'delete' => 'Delete', - 'disable' => 'Disable', - 'disabled' => 'Disabled', + 'delete' => 'Supprimer', + 'disable' => 'Désactiver', + 'disabled' => 'Désactivé', 'discard' => 'Discard', 'edit' => 'Edit', - 'enable' => 'Enable', - 'enabled' => 'Enabled', + 'enable' => 'Activer', + 'enabled' => 'Activé', 'explore' => 'Explore', 'follow' => 'Follow', - 'followers' => 'Followers', - 'following' => 'Following', + 'followers' => 'Abonnés', + 'following' => 'Abonnements', 'goToHome' => 'Go to Home', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', @@ -26,7 +26,7 @@ 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', - 'next' => 'Next', + 'next' => 'Suivant', 'notifications' => 'Notifications', 'profile' => 'Profile', 'report' => 'Report', @@ -40,7 +40,7 @@ 'status' => 'Status', 'today' => 'Today', 'tryAgain' => 'Try again', - 'unfollow' => 'Unfollow', + 'unfollow' => 'Se désabonner', 'unread' => 'Unread', 'videos' => 'Videos', 'yesterday' => 'Yesterday', From 48a3541f95b23d2f7222c8ea46d1d80bef7a3e2b Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 18:09:25 -0600 Subject: [PATCH 414/838] New translations contact.php (Italian) --- lang/it/contact.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/it/contact.php b/lang/it/contact.php index d64c7c92..65df445c 100644 --- a/lang/it/contact.php +++ b/lang/it/contact.php @@ -7,13 +7,13 @@ 'communityForum' => 'Community Forum', 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', - 'getInTouch' => 'Get in Touch', + 'getInTouch' => 'Contattaci', 'loadingContactInformationDotDotDot' => 'Loading contact information...', - 'responseTime' => 'Response Time', + 'responseTime' => 'Tempo di risposta', 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', 'socialConnect' => 'Social Connect', - 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', - 'technicalSupport' => 'Technical Support', + 'socialConnectMessage' => 'Seguici sul Fediverso per aggiornamenti e domande rapide via messaggi diretti.', + 'technicalSupport' => 'Assistenza tecnica', 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', - 'visitForum' => 'Visit Forum', + 'visitForum' => 'Visita il forum', ]; From cc39d99d031e26541f709e411720d5f63b21a7fd Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 18:09:26 -0600 Subject: [PATCH 415/838] New translations explore.php (Italian) --- lang/it/explore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/it/explore.php b/lang/it/explore.php index 34389c65..83466204 100644 --- a/lang/it/explore.php +++ b/lang/it/explore.php @@ -1,5 +1,5 @@ 'No videos found for this hashtag', + 'noVideosFoundForThisHashtag' => 'Nessun video trovato per questo hashtag', ]; From 4c504731941c3dc49076d72c18030941e23d43f3 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 18:09:27 -0600 Subject: [PATCH 416/838] New translations pagination.php (French) --- lang/fr/pagination.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/fr/pagination.php b/lang/fr/pagination.php index 8e20419e..ee848f1a 100644 --- a/lang/fr/pagination.php +++ b/lang/fr/pagination.php @@ -1,6 +1,6 @@ 'Next »', + 'next' => 'Suivant »', 'previous' => '« Previous', ]; From efc550c6a7c5ca26cde422bee850d0d68728510c Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 18:09:28 -0600 Subject: [PATCH 417/838] New translations post.php (French) --- lang/fr/post.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lang/fr/post.php b/lang/fr/post.php index 2cff2a86..c4d31489 100644 --- a/lang/fr/post.php +++ b/lang/fr/post.php @@ -1,25 +1,25 @@ 'Add comment...', + 'addCommentDotDotDot' => 'Ajouter un commentaire...', 'additionalDetails' => 'Additional details', - 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', + 'allowPeopleToCommentOnThisVideo' => 'Autoriser les commentaires sur cette vidéo', 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', - 'comments' => 'Comments', - 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', - 'commentsEnabled' => 'Comments Enabled', - 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'comments' => 'Commentaires', + 'commentsAreDisabledForThisVideo' => 'Commentaires désactivés pour cette vidéo', + 'commentsEnabled' => 'Commentaires activés', + 'commentsHaveBeenDisabled' => 'Les commentaires ont été désactivés', 'copiedExclamation' => 'Copied!', 'copyLink' => 'Copy link', 'creator' => 'Creator', - 'delete' => 'Delete', - 'deleteVideo' => 'Delete Video', - 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', + 'delete' => 'Supprimer', + 'deleteVideo' => 'Supprimer la vidéo', + 'deleteVideoConfirmMessage' => 'Voulez-vous vraiment supprimer cette vidéo ?', 'deletingDotDotDot' => 'Deleting...', 'dotDotDotMore' => '...more', - 'downloadsEnabled' => 'Downloads Enabled', + 'downloadsEnabled' => 'Téléchargements activés', 'edit' => 'Edit', 'editVideo' => 'Edit Video', 'errorLoadingComments' => 'Error loading comments', From f4fd11d3c6ab91c2879432801d92b9c7a0231fc1 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 18:09:29 -0600 Subject: [PATCH 418/838] New translations profile.php (French) --- lang/fr/profile.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/fr/profile.php b/lang/fr/profile.php index 7dc9e880..1b19b6aa 100644 --- a/lang/fr/profile.php +++ b/lang/fr/profile.php @@ -10,19 +10,19 @@ 'bioPlaceholder' => 'Add an optional bio', 'block' => 'Block', 'blocked' => 'Blocked', - 'deleteAvatar' => 'Delete Avatar', - 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', - 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'deleteAvatar' => 'Supprimer l\'avatar', + 'deleteAvatarConfirmMessage' => 'Supprimer votre avatar ?', + 'deleteAvatarFailedMessage' => 'Impossible de supprimer l\'avatar. Réessayez.', 'displayName' => 'Display Name', 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', - 'noFollowersYet' => 'No followers yet', + 'noFollowersYet' => 'Pas encore d\'abonnés', 'noMorePostsToLoad' => 'No more posts to load', 'noVideosYet' => 'No videos yet', - 'notFollowingAnyone' => 'Not following anyone', + 'notFollowingAnyone' => 'Ne suit personne', 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', 'profileNotFound' => 'Profile not found', From b193bce202d17fa03dd0efc1cd50f588d742be1d Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 18:09:30 -0600 Subject: [PATCH 419/838] New translations settings.php (French) --- lang/fr/settings.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/lang/fr/settings.php b/lang/fr/settings.php index 51c6908b..d26a42d6 100644 --- a/lang/fr/settings.php +++ b/lang/fr/settings.php @@ -4,7 +4,7 @@ 'accountControl' => 'Account control', 'accountData' => 'Account data', 'accountInformation' => 'Account information', - 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', + 'addAnExtraLayerOfSecurity' => 'Ajoutez une couche supplémentaire de sécurité à votre compte avec l\'authentification à deux facteurs (2FA) via une application d\'authentification.', 'added' => 'Added', 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', 'analyticsTracking' => 'Analytics tracking', @@ -31,17 +31,17 @@ 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', 'deactivate' => 'Deactivate', 'deactivateAccount' => 'Deactivate account', - 'deleteAccount' => 'Delete account', - 'disable2FAButton' => 'Disable Two Factor', - 'disableTwoFactor' => 'Disable Two-Factor Authentication', - 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', + 'deleteAccount' => 'Supprimer le compte', + 'disable2FAButton' => 'Désactiver la double authentification', + 'disableTwoFactor' => 'Désactiver l\'authentification à deux facteurs', + 'disableTwoFactorMessage' => 'Voulez-vous désactiver l’authentification à deux facteurs? Cela réduira la sécurité de votre compte.', 'downloadYourAccountDataExport' => 'Download your account data export.', 'email' => 'Email', 'emailChangePending' => 'Email change pending', 'emailSettings' => 'Email settings', - 'enableFederation' => 'Enable Federation', - 'enableTwoFactor' => 'Enable Two-Factor Authentication', - 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', + 'enableFederation' => 'Activer la fédération', + 'enableTwoFactor' => 'Activer l\'authentification à deux facteurs', + 'enableTwoFactorMessage' => 'Êtes‑vous sûr·e de vouloir activer l\'authentification à deux facteurs ?', 'enterYourCurrentPassword' => 'Enter your current password', 'enterYourNewEmailAddress' => 'Enter your new email address', 'exportHistory' => 'Export history', @@ -70,7 +70,7 @@ 'selectiveDataExport' => ' Selective data export', 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', 'sendingDotDotDot' => 'Sending...', - 'setup2FA' => 'Setup Two-Factor Authentication', + 'setup2FA' => 'Configurer l\'authentification à deux facteurs', 'setup2FAStep1' => 'Step 1: Scan QR Code', 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', 'setup2FAStep2' => 'Step 2: Enter Verification Code', @@ -79,11 +79,11 @@ 'successExclamation' => 'Success!', 'successPasswordChangedMessage' => 'Your password was successfully updated!', 'totalDataSize' => 'Total data size:', - 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', - 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', - 'twoFactorAuthentication' => 'Two-factor authentication', - 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', - 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'twoFactorAuthDisabled' => 'Authentification à deux facteurs désactivée', + 'twoFactorAuthDisabledMessage' => 'L\'authentification à deux facteurs a bien été désactivée pour votre compte.', + 'twoFactorAuthentication' => 'Authentification à deux facteurs', + 'twoFactorEnabled' => 'Authentification à deux facteurs activée', + 'twoFactorEnabledMessage' => 'L\'authentification à deux facteurs a bien été désactivée pour votre compte.', 'unverified' => 'Unverified', 'verified' => 'Verified', 'verifyAndEnable' => 'Verify & Enable', @@ -91,7 +91,7 @@ 'videosPosted' => 'Videos posted', 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', 'weveSentAnEmail' => 'We\'ve sent a verification email to', - 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', + 'withAPrivateAccountMessage' => 'Avec un compte privé, seuls les utilisateurs que vous approuvez peuvent vous suivre et regarder vos vidéos. Vos abonnés actuels ne seront pas affectés.', 'yourAccountStatistics' => 'Your account statistics', 'yourDataYourControl' => 'Your data, your control', 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', From 1fcd900a7b60f99bd22fe91c69e68700e3cf1f30 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 18:09:31 -0600 Subject: [PATCH 420/838] New translations studio.php (French) --- lang/fr/studio.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/fr/studio.php b/lang/fr/studio.php index 71d602dd..ccd03bc4 100644 --- a/lang/fr/studio.php +++ b/lang/fr/studio.php @@ -20,8 +20,8 @@ 'duetMessage' => 'Allow others to duet this video with their own', 'feed' => 'Feed', 'fileFormats' => 'File formats', - 'followers' => 'Followers', - 'following' => 'Following', + 'followers' => 'Abonnés', + 'following' => 'Abonnements', 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', From e14bcf491331849e7d89a5a946d0b38ef27bdf7a Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 19:15:49 -0600 Subject: [PATCH 421/838] New translations common.php (French) --- lang/fr/common.php | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/lang/fr/common.php b/lang/fr/common.php index f1d731ad..bb5a2c13 100644 --- a/lang/fr/common.php +++ b/lang/fr/common.php @@ -10,38 +10,38 @@ 'delete' => 'Supprimer', 'disable' => 'Désactiver', 'disabled' => 'Désactivé', - 'discard' => 'Discard', - 'edit' => 'Edit', + 'discard' => 'Ignorer', + 'edit' => 'Modifier', 'enable' => 'Activer', 'enabled' => 'Activé', - 'explore' => 'Explore', - 'follow' => 'Follow', + 'explore' => 'Explorer', + 'follow' => 'Suivre', 'followers' => 'Abonnés', 'following' => 'Abonnements', - 'goToHome' => 'Go to Home', + 'goToHome' => 'Accueil', 'lastUpdated' => 'Last updated', - 'learnMore' => 'Learn more', - 'loadMore' => 'Load more', - 'loading' => 'Loading', - 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', - 'markAllRead' => 'Mark All Read', - 'markAsRead' => 'Mark as Read', + 'learnMore' => 'En savoir plus', + 'loadMore' => 'Voir plus', + 'loading' => 'Chargement', + 'markAllAsReadConfirmMessage' => 'Marquer toutes les notifications comme lues ?', + 'markAllRead' => 'Tout marquer comme lu', + 'markAsRead' => 'Marquer comme lu', 'next' => 'Suivant', 'notifications' => 'Notifications', - 'profile' => 'Profile', + 'profile' => 'Profil', 'report' => 'Report', - 'retry' => 'Retry', - 'retryingDotDotDot' => 'Retrying...', - 'save' => 'Save', - 'savingDotDotDot' => 'Saving...', + 'retry' => 'Réessayer', + 'retryingDotDotDot' => 'Nouvel essai...', + 'save' => 'Sauvegarder', + 'savingDotDotDot' => 'Enregistrement...', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', - 'somethingWentWrong' => 'Something went wrong', - 'status' => 'Status', - 'today' => 'Today', - 'tryAgain' => 'Try again', + 'somethingWentWrong' => 'Une erreur est survenue', + 'status' => 'État', + 'today' => 'Aujourd\'hui', + 'tryAgain' => 'Réessayer', 'unfollow' => 'Se désabonner', - 'unread' => 'Unread', + 'unread' => 'Non lus', 'videos' => 'Videos', - 'yesterday' => 'Yesterday', + 'yesterday' => 'Hier', ]; From c2f44627408f7545aca24d555e96b42fd237ed3b Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 19:15:50 -0600 Subject: [PATCH 422/838] New translations contact.php (French) --- lang/fr/contact.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/lang/fr/contact.php b/lang/fr/contact.php index d64c7c92..518dfa5e 100644 --- a/lang/fr/contact.php +++ b/lang/fr/contact.php @@ -1,19 +1,19 @@ 'Admin Contact', - 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', - 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', - 'communityForum' => 'Community Forum', - 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', - 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', - 'getInTouch' => 'Get in Touch', - 'loadingContactInformationDotDotDot' => 'Loading contact information...', - 'responseTime' => 'Response Time', - 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'adminContact' => 'Contacter l\'admin', + 'adminContactMessage' => 'Pour les questions liées au fonctionnement essentiel (utilisez l\'outil de signalement dans l\'app pour les contenus).', + 'bodyMessage' => 'Nous sommes là pour vous aider. N’hésitez pas à nous contacter par l’un des moyens ci-dessous et nous vous répondrons dès que possible.', + 'communityForum' => 'Forum communautaire', + 'communityForumMessage' => 'Participez aux discussions, posez vos questions et partagez vos connaissances avec la communauté.', + 'failedToLoadContactInformation' => 'Impossible de charger les infos de contact. Réessayez plus tard.', + 'getInTouch' => 'Nous contacter', + 'loadingContactInformationDotDotDot' => 'Chargement des infos de contact...', + 'responseTime' => 'Délai de réponse', + 'responseTimeMessage' => 'Nous répondons généralement sous 24h les jours ouvrés. Pour les urgences techniques, ajoutez "URGENT" dans l\'objet.', 'socialConnect' => 'Social Connect', - 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'socialConnectMessage' => 'Suivez-nous sur le Fédivers pour connaitre les nouveautés et poser des questions en message privé.', 'technicalSupport' => 'Technical Support', - 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', - 'visitForum' => 'Visit Forum', + 'technicalSupportMessage' => 'Besoin d\'aide avec la plateforme ? Obtenez de l\'assistance et du dépannage.', + 'visitForum' => 'Visiter le forum', ]; From 10b5c58aa885bef7e4d888bdd3df5edca722800b Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 19:15:51 -0600 Subject: [PATCH 423/838] New translations language.php (French) --- lang/fr/language.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/fr/language.php b/lang/fr/language.php index 29dc63f2..3854de13 100644 --- a/lang/fr/language.php +++ b/lang/fr/language.php @@ -2,11 +2,11 @@ return [ 'picker' => [ - 'title' => 'Select Language', - 'description' => 'Select your preferred language. This will change the language for the entire application.', - 'select' => 'Select Language:', - 'applyChanges' => 'Apply Changes', - 'current' => 'Current Language:', - 'note' => 'Your language preference will be saved automatically.', + 'title' => 'Sélectionner une langue', + 'description' => 'Choisissez votre langue préférée. Cela changera la langue de toute l\'application.', + 'select' => 'Sélectionner une langue :', + 'applyChanges' => 'Appliquer les changements', + 'current' => 'Langue actuelle :', + 'note' => 'Votre préférence linguistique sera enregistrée automatiquement.', ], ]; From 17bedb431f1fc9e4e13890c4b9c488b93c613314 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 19:15:52 -0600 Subject: [PATCH 424/838] New translations nav.php (French) --- lang/fr/nav.php | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/lang/fr/nav.php b/lang/fr/nav.php index 3139435e..c80404db 100644 --- a/lang/fr/nav.php +++ b/lang/fr/nav.php @@ -1,29 +1,29 @@ 'About', + 'about' => 'À propos', 'admin' => 'Admin', - 'clearAll' => 'Clear All', - 'community' => 'Community', + 'clearAll' => 'Tout effacer', + 'community' => 'Communauté', 'contact' => 'Contact', - 'developers' => 'Developers', - 'federation' => 'Federation', - 'help' => 'Help', - 'home' => 'Home', - 'join' => 'Join', - 'logIn' => 'Log in', - 'logOut' => 'Log out', - 'loginOrRegister' => 'Login or Register', - 'more' => 'More', - 'noResultsFound' => 'No results found', - 'popular' => 'Popular', - 'poweredBy' => 'Powered by', - 'privacy' => 'Privacy', - 'profile' => 'Profile', - 'recentSearches' => 'Recent Searches', - 'search' => 'Search', - 'settings' => 'Settings', - 'terms' => 'Terms', - 'upload' => 'Upload', - 'uploadLoop' => 'Upload Loop', + 'developers' => 'Développeurs', + 'federation' => 'Fédération', + 'help' => 'Aide', + 'home' => 'Accueil', + 'join' => 'Inscription', + 'logIn' => 'Connexion', + 'logOut' => 'Déconnexion', + 'loginOrRegister' => 'Connexion ou inscription', + 'more' => 'Plus', + 'noResultsFound' => 'Aucun résultat', + 'popular' => 'Populaires', + 'poweredBy' => 'Propulsé par', + 'privacy' => 'Vie privée', + 'profile' => 'Profil', + 'recentSearches' => 'Recherches récentes', + 'search' => 'Rechercher', + 'settings' => 'Paramètres', + 'terms' => 'Conditions', + 'upload' => 'Envoyer', + 'uploadLoop' => 'Envoyer la Loop', ]; From 10acdabd289c0c56b4391cb7c71a83b1431cd67d Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 19:15:53 -0600 Subject: [PATCH 425/838] New translations notifications.php (French) --- lang/fr/notifications.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/fr/notifications.php b/lang/fr/notifications.php index 0948c05f..d867ae6c 100644 --- a/lang/fr/notifications.php +++ b/lang/fr/notifications.php @@ -2,13 +2,13 @@ return [ 'allCaughtUp' => 'You\'re all caught up!', - 'errorLoadingNotifications' => 'Error loading notifications', + 'errorLoadingNotifications' => 'Erreur de chargement des notifications', 'messageTypes' => [ - 'videoLike' => 'liked your video', + 'videoLike' => 'a aimé votre vidéo', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], - 'noNotifications' => 'No notifications', + 'noNotifications' => 'Aucune notification', ]; From 8043941a409038c7a93f1891444dbdf10a9f51ad Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 19:15:54 -0600 Subject: [PATCH 426/838] New translations post.php (French) --- lang/fr/post.php | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/lang/fr/post.php b/lang/fr/post.php index c4d31489..5437d933 100644 --- a/lang/fr/post.php +++ b/lang/fr/post.php @@ -4,7 +4,7 @@ 'addCommentDotDotDot' => 'Ajouter un commentaire...', 'additionalDetails' => 'Additional details', 'allowPeopleToCommentOnThisVideo' => 'Autoriser les commentaires sur cette vidéo', - 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', + 'allowPeopleToDownloadThisVideo' => 'Autoriser le téléchargement de cette vidéo', 'caption' => 'Caption', 'characters' => 'characters', 'comments' => 'Commentaires', @@ -17,20 +17,20 @@ 'delete' => 'Supprimer', 'deleteVideo' => 'Supprimer la vidéo', 'deleteVideoConfirmMessage' => 'Voulez-vous vraiment supprimer cette vidéo ?', - 'deletingDotDotDot' => 'Deleting...', - 'dotDotDotMore' => '...more', + 'deletingDotDotDot' => 'Suppression...', + 'dotDotDotMore' => '...voir plus', 'downloadsEnabled' => 'Téléchargements activés', - 'edit' => 'Edit', - 'editVideo' => 'Edit Video', - 'errorLoadingComments' => 'Error loading comments', + 'edit' => 'Modifier', + 'editVideo' => 'Modifier la vidéo', + 'errorLoadingComments' => 'Erreur de chargement des commentaires', 'goBack' => 'Go Back', - 'goHome' => 'Go Home', + 'goHome' => 'Accueil', 'hide' => 'Hide', - 'loadMoreReplies' => 'Load more replies', - 'loadingVideoDotDotDot' => 'Loading video...', - 'noCommentsYet' => 'No comments yet', + 'loadMoreReplies' => 'Voir plus de réponses', + 'loadingVideoDotDotDot' => 'Chargement de la vidéo...', + 'noCommentsYet' => 'Aucun commentaire pour le moment', 'permalink' => 'Permalink', - 'pinToProfile' => 'Pin to Profile', + 'pinToProfile' => 'Épingler au profil', 'pleaseSelectAScenario' => 'Please select a scenario', 'post' => 'Post', 'postingDotDotDot' => 'Posting...', @@ -39,17 +39,17 @@ 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', 'reportTextPlaceholder1023' => 'Please describe the illegal content...', - 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', + 'reportTextPlaceholder1026' => 'Ajoutez des détails à votre signalement...', 'reportTextPlaceholderDefault' => 'Please provide additional details...', - 'saveChanges' => 'Save Changes', + 'saveChanges' => 'Sauvegarder les modifications', 'sensitiveContent' => 'Sensitive Content', 'showLess' => 'Show less', - 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', - 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'showThisVideoAtTheTopOfYourProfile' => 'Afficher cette vidéo en haut du profil', + 'signInToLeaveAComment' => 'Connectez-vous pour commenter', 'submit' => 'Submit', 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', - 'view' => 'View', + 'view' => 'Voir', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From 5afa7e177ac50ca166440cc6280ad49d2dec1485 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 19:15:55 -0600 Subject: [PATCH 427/838] New translations profile.php (French) --- lang/fr/profile.php | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/lang/fr/profile.php b/lang/fr/profile.php index 1b19b6aa..ed0c0406 100644 --- a/lang/fr/profile.php +++ b/lang/fr/profile.php @@ -1,45 +1,45 @@ 'Applying...', - 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', + 'applyingDotDotDot' => 'Application des changements...', + 'avatarFailedToUploadError' => 'Échec de la mise à jour de l’avatar. Réessayez.', 'avatarFileSizeError' => 'Image file size must be less than 5MB.', 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', - 'bio' => 'Bio', - 'bioHelp' => 'Optional bio (up to 80 characters)', - 'bioPlaceholder' => 'Add an optional bio', - 'block' => 'Block', - 'blocked' => 'Blocked', + 'bio' => 'Biographie', + 'bioHelp' => 'Bio optionnelle (max. 80 caractères)', + 'bioPlaceholder' => 'Ajoutez une biographie optionnelle', + 'block' => 'Bloquer', + 'blocked' => 'Bloqués', 'deleteAvatar' => 'Supprimer l\'avatar', 'deleteAvatarConfirmMessage' => 'Supprimer votre avatar ?', 'deleteAvatarFailedMessage' => 'Impossible de supprimer l\'avatar. Réessayez.', 'displayName' => 'Display Name', - 'displayNameHelp' => 'Display names can be up to 30 characters long.', - 'editProfile' => 'Edit Profile', - 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', - 'likes' => 'Likes', - 'loadingProfileDotDotDot' => 'Loading profile...', + 'displayNameHelp' => 'Le nom d’affichage peut contenir jusqu’à 30 caractères.', + 'editProfile' => 'Modifier le profil', + 'failedToUpdateProfileErrorMessage' => 'Échec de la mise à jour du profil. Réessayez.', + 'likes' => 'J\'aime', + 'loadingProfileDotDotDot' => 'Chargement du profil...', 'noFollowersYet' => 'Pas encore d\'abonnés', - 'noMorePostsToLoad' => 'No more posts to load', + 'noMorePostsToLoad' => 'Plus rien à charger', 'noVideosYet' => 'No videos yet', 'notFollowingAnyone' => 'Ne suit personne', - 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', - 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', - 'profileNotFound' => 'Profile not found', - 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', - 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'profile404ErrorMessage' => 'Impossible de trouver un profil avec le nom d’utilisateur @:userId. Vérifiez le nom d’utilisateur et essayez à nouveau.', + 'profile500ErrorMessage' => 'Nos serveurs ont un souci en ce moment. Réessayez dans quelques instants.', + 'profileNotFound' => 'Profil introuvable', + 'profileOfflineErrorMessage' => 'Vérifiez votre connexion internet et réessayez.', + 'profileUnknownErrorMessage' => 'Un problème inattendu est survenu. Réessayez ou contactez-nous si le problème persiste.', 'tabFilterOptions' => [ 'Latest' => 'Latest', - 'Popular' => 'Popular', + 'Popular' => 'Popularité', 'Oldest' => 'Oldest', ], 'tabOptions' => [ 'Videos' => 'Videos', ], - 'unblock' => 'Unblock', + 'unblock' => 'Débloquer', 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', - 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', - 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', + 'whenPeopleFollowThisAccount' => 'Quand des personnes suivent ce compte, elles apparaîtront ici.', + 'whenThisAccountFollowsSomeone' => 'Quand ce compte suit quelqu\'un, il apparaîtra ici.', 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', ]; From c9505e90c5b0f20861de7c12041bbebdf5b7f2db Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 19:15:56 -0600 Subject: [PATCH 428/838] New translations reports.php (French) --- lang/fr/reports.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/fr/reports.php b/lang/fr/reports.php index 9c1ad234..3302bdf1 100644 --- a/lang/fr/reports.php +++ b/lang/fr/reports.php @@ -6,11 +6,11 @@ 'title' => 'Report Error', ], 'success' => [ - 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', + 'message' => 'Votre signalement a été envoyé et sera examiné par notre équipe de modération.

Merci d’aider à garder notre communauté sûre ❤️', 'title' => 'Report Submitted!', ], 'types' => [ - 1010 => 'Inappropriate and irrelevant search', + 1010 => 'Recherche inappropriée et non pertinente', 1011 => 'Violence, abuse, and criminal exploitation', 1012 => 'Hate and harassment', 1013 => 'Suicide and self-harm', From c31603b882523417df464cfe1587d14daf1a473c Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 19:15:57 -0600 Subject: [PATCH 429/838] New translations settings.php (French) --- lang/fr/settings.php | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/lang/fr/settings.php b/lang/fr/settings.php index d26a42d6..24c0ec77 100644 --- a/lang/fr/settings.php +++ b/lang/fr/settings.php @@ -17,7 +17,7 @@ 'changePassword' => 'Change Password', 'changingDotDotDot' => 'Changing...', 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', - 'commentsMade' => 'Comments made', + 'commentsMade' => 'Commentaires publiés', 'confirmNewPassword' => 'Confirm new password', 'confirmYourPassword' => 'Confirm your password', 'currentEmailAddress' => 'Current email address', @@ -26,19 +26,19 @@ 'dataInsights' => 'Data insights', 'dataManagement' => 'Data management', 'dataRetention' => 'Data retention', - 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', - 'dataSharingForResearch' => 'Data sharing for research', - 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'dataRetentionMessage' => 'Indiquez la période de conservation de votre contenu et de vos activités. Après cette période, nous les supprimerons automatiquement.', + 'dataSharingForResearch' => 'Partage de données pour la recherche', + 'dataSharingForResearchMessage' => 'Autoriser l’utilisation de données anonymisées à des fins de recherche académique et d’amélioration de la plateforme.', 'deactivate' => 'Deactivate', 'deactivateAccount' => 'Deactivate account', 'deleteAccount' => 'Supprimer le compte', 'disable2FAButton' => 'Désactiver la double authentification', 'disableTwoFactor' => 'Désactiver l\'authentification à deux facteurs', 'disableTwoFactorMessage' => 'Voulez-vous désactiver l’authentification à deux facteurs? Cela réduira la sécurité de votre compte.', - 'downloadYourAccountDataExport' => 'Download your account data export.', + 'downloadYourAccountDataExport' => 'Télécharger l\'exportation des données de votre compte.', 'email' => 'Email', 'emailChangePending' => 'Email change pending', - 'emailSettings' => 'Email settings', + 'emailSettings' => 'Paramètres e‑mail', 'enableFederation' => 'Activer la fédération', 'enableTwoFactor' => 'Activer l\'authentification à deux facteurs', 'enableTwoFactorMessage' => 'Êtes‑vous sûr·e de vouloir activer l\'authentification à deux facteurs ?', @@ -46,25 +46,25 @@ 'enterYourNewEmailAddress' => 'Enter your new email address', 'exportHistory' => 'Export history', 'hoursWatched' => 'Hours watched', - 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', - 'likesGiven' => 'Likes given', + 'invalidVerificationCodePleaseTryAgain' => 'Code de vérification invalide. Veuillez réessayer.', + 'likesGiven' => 'Mentions « J’aime » données', 'manageAccount' => 'Manage account', 'manageYourAccountEmail' => 'Manage your account email.', - 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', + 'manageYourAccountSecuritySettings' => 'Gérez les paramètres de sécurité de votre compte.', 'manageYourLoopsAccount' => 'Manage Your Loops Account', 'newEmailAddress' => 'New email address', 'newPassword' => 'New password', 'noExportsYet' => 'No exports yet', - 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', + 'noExportsYetMessage' => 'Vos exportations de données apparaîtront ici lorsqu\'elles seront prêtes à être téléchargées.', 'noRestrictions' => 'No restrictions', - 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'oopsTheFollowingErrorsOccured' => 'Oups, les erreurs suivantes sont survenues :', 'password' => 'Password', 'passwordAndAuthentication' => 'Password and authentication', 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', - 'privacy' => 'Privacy', - 'privateAccount' => 'Private account', + 'privacy' => 'Vie privée', + 'privateAccount' => 'Compte privé', 'recentExports' => 'Recent exports', - 'resendVerification' => 'Resend verification', + 'resendVerification' => 'Envoyer à nouveau un code de vérification', 'safety' => 'Safety', 'security' => 'Security', 'selectiveDataExport' => ' Selective data export', @@ -73,9 +73,9 @@ 'setup2FA' => 'Configurer l\'authentification à deux facteurs', 'setup2FAStep1' => 'Step 1: Scan QR Code', 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', - 'setup2FAStep2' => 'Step 2: Enter Verification Code', + 'setup2FAStep2' => 'Étape 2 : Entrer le code de vérification', 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', - 'status' => 'Status', + 'status' => 'État', 'successExclamation' => 'Success!', 'successPasswordChangedMessage' => 'Your password was successfully updated!', 'totalDataSize' => 'Total data size:', @@ -89,11 +89,11 @@ 'verifyAndEnable' => 'Verify & Enable', 'verifyingDotDotDot' => 'Verifying...', 'videosPosted' => 'Videos posted', - 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', - 'weveSentAnEmail' => 'We\'ve sent a verification email to', + 'weMayRestrictAccounts' => 'Nous pouvons restreindre les comptes qui ne respectent pas nos directives communautaires.', + 'weveSentAnEmail' => 'Nous avons envoyé un e‑mail de vérification à', 'withAPrivateAccountMessage' => 'Avec un compte privé, seuls les utilisateurs que vous approuvez peuvent vous suivre et regarder vos vidéos. Vos abonnés actuels ne seront pas affectés.', 'yourAccountStatistics' => 'Your account statistics', 'yourDataYourControl' => 'Your data, your control', - 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', - 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', + 'yourDataYourControlMessage' => 'Téléchargez ou consultez les données de votre compte. Toutes les exportations sont fournies au format JSON pour une portabilité facile', + 'yourEmailIsUsedForRecoveryMessage' => 'Votre e‑mail est utilisé pour la récupération du compte, les notifications et les alertes de sécurité. Nous vérifierons tout changement afin d\'assurer la sécurité de votre compte.', ]; From 4ec8c8de6af99325f5c0af017f94ea8b7fd4716a Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 19:15:58 -0600 Subject: [PATCH 430/838] New translations studio.php (French) --- lang/fr/studio.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/lang/fr/studio.php b/lang/fr/studio.php index ccd03bc4..7935c8d1 100644 --- a/lang/fr/studio.php +++ b/lang/fr/studio.php @@ -6,16 +6,16 @@ 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', - 'commentMessage' => 'Allow others to post comments and replies on this post', - 'comments' => 'Comments', + 'commentMessage' => 'Autoriser la publication de commentaires et des réponses sur cette publication', + 'comments' => 'Commentaires', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', 'details' => 'Details', - 'download' => 'Download', - 'downloadMessage' => 'Allow others to download this video', + 'download' => 'Télécharger', + 'downloadMessage' => 'Autoriser le téléchargement de cette vidéo', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', 'feed' => 'Feed', @@ -25,7 +25,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', - 'likes' => 'Likes', + 'likes' => 'J\'aime', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', 'mention' => 'Mention', @@ -38,18 +38,18 @@ 'recommended' => 'Recommended:', 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', - 'searchingDotDotDot' => 'Searching...', + 'searchingDotDotDot' => 'Recherche...', 'selectVideo' => 'Select video', - 'selectVideoToUpload' => 'Select video to upload', - 'settings' => 'Settings', + 'selectVideoToUpload' => 'Sélectionner la vidéo à envoyer', + 'settings' => 'Paramètres', 'sizeAndDuration' => 'Size and duration', 'stitch' => 'Stitch', 'stitchMessage' => 'Allow others to stitch this video with their own', - 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', - 'uploadFirstVideo' => 'Upload first video', + 'unsavedWarning' => 'Une vidéo que vous étiez en train d’éditer n’a pas été enregistrée. Continuer l’édition ?', + 'uploadFirstVideo' => 'Envoyez votre première vidéo', 'users' => 'users', - 'videoResolutions' => 'Video resolutions', - 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', - 'view' => 'View', + 'videoResolutions' => 'Résolutions vidéo', + 'videoResolutionsMessage' => 'Haute définition recommandée : 1080p, 1440p, 4K.', + 'view' => 'Voir', 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', ]; From c86fdaa6a7e5d24eed1f613e7d06b8e84851e0e8 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 23:28:13 -0600 Subject: [PATCH 431/838] New translations language.php (Italian) --- lang/it/language.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/it/language.php b/lang/it/language.php index 29dc63f2..3d429430 100644 --- a/lang/it/language.php +++ b/lang/it/language.php @@ -2,9 +2,9 @@ return [ 'picker' => [ - 'title' => 'Select Language', + 'title' => 'Seleziona lingua', 'description' => 'Select your preferred language. This will change the language for the entire application.', - 'select' => 'Select Language:', + 'select' => 'Seleziona lingua:', 'applyChanges' => 'Apply Changes', 'current' => 'Current Language:', 'note' => 'Your language preference will be saved automatically.', From ef5850c4d210ae8c36a4fc9e5284271a4721d904 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 13 Sep 2025 23:28:14 -0600 Subject: [PATCH 432/838] New translations studio.php (Italian) --- lang/it/studio.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/it/studio.php b/lang/it/studio.php index 2f4beb68..238131be 100644 --- a/lang/it/studio.php +++ b/lang/it/studio.php @@ -7,7 +7,7 @@ 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', - 'comments' => 'Comments', + 'comments' => 'Commenti', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', @@ -47,7 +47,7 @@ 'stitchMessage' => 'Allow others to stitch this video with their own', 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', 'uploadFirstVideo' => 'Upload first video', - 'users' => 'users', + 'users' => 'utenti', 'videoResolutions' => 'Video resolutions', 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', 'view' => 'View', From dc3ad461f747ace4dbd2a6612db3c29967e77b5f Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 14 Sep 2025 05:21:17 -0600 Subject: [PATCH 433/838] New translations auth.php (German) --- lang/de/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/de/auth.php b/lang/de/auth.php index 98e981fa..6ed8365b 100644 --- a/lang/de/auth.php +++ b/lang/de/auth.php @@ -3,5 +3,5 @@ return [ 'failed' => 'These credentials do not match our records.', 'password' => 'The provided password is incorrect.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'throttle' => 'Es wurden zu viele Anmeldeversuche getätigt. Bitte versuchen Sie es wieder in :seconds Sekunden.', ]; From ce957832691873932efabd9442811e22f2298ee7 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 14 Sep 2025 05:21:18 -0600 Subject: [PATCH 434/838] New translations common.php (German) --- lang/de/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/de/common.php b/lang/de/common.php index c92cb9b8..eb1ab092 100644 --- a/lang/de/common.php +++ b/lang/de/common.php @@ -43,5 +43,5 @@ 'unfollow' => 'Unfollow', 'unread' => 'Unread', 'videos' => 'Videos', - 'yesterday' => 'Yesterday', + 'yesterday' => 'Gestern', ]; From ff70f1d73de71f686ad0aafacb00daca463bc306 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 14 Sep 2025 05:21:19 -0600 Subject: [PATCH 435/838] New translations contact.php (German) --- lang/de/contact.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/de/contact.php b/lang/de/contact.php index d64c7c92..350008ce 100644 --- a/lang/de/contact.php +++ b/lang/de/contact.php @@ -12,8 +12,8 @@ 'responseTime' => 'Response Time', 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', 'socialConnect' => 'Social Connect', - 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', + 'socialConnectMessage' => 'Folgen Sie uns im "Fediverse", für Aktualisierungen und schnelle Fragen über direkte Nachrichten.', 'technicalSupport' => 'Technical Support', 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', - 'visitForum' => 'Visit Forum', + 'visitForum' => 'Besuche das Forum', ]; From 568491d8304f6c3b6daa31063be4ce574f3b2e7f Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 14 Sep 2025 08:39:31 -0600 Subject: [PATCH 436/838] New translations common.php (Italian) --- lang/it/common.php | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/lang/it/common.php b/lang/it/common.php index 04aad55c..1e34d155 100644 --- a/lang/it/common.php +++ b/lang/it/common.php @@ -1,7 +1,7 @@ 'Apply', + 'apply' => 'Applica', 'avatar' => 'Avatar', 'cancel' => 'Cancella', 'clickToReveal' => 'Clicca per rivelare', @@ -18,30 +18,30 @@ 'follow' => 'Segui', 'followers' => 'Seguaci', 'following' => 'Seguiti', - 'goToHome' => 'Go to Home', - 'lastUpdated' => 'Last updated', - 'learnMore' => 'Learn more', - 'loadMore' => 'Load more', - 'loading' => 'Loading', - 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', - 'markAllRead' => 'Mark All Read', - 'markAsRead' => 'Mark as Read', - 'next' => 'Next', - 'notifications' => 'Notifications', + 'goToHome' => 'Vai alla Home', + 'lastUpdated' => 'Ultimo aggiornamento', + 'learnMore' => 'Altre informazioni', + 'loadMore' => 'Carica di più', + 'loading' => 'Caricamento', + 'markAllAsReadConfirmMessage' => 'Sei sicuro di voler segnare tutte le notifiche non lette come lette?', + 'markAllRead' => 'Segna tutti come letti', + 'markAsRead' => 'Segna come letto', + 'next' => 'Avanti', + 'notifications' => 'Notifiche', 'profile' => 'Profilo', 'report' => 'Segnala', 'retry' => 'Riprova', - 'retryingDotDotDot' => 'Retrying...', + 'retryingDotDotDot' => 'Riprova...', 'save' => 'Salva', - 'savingDotDotDot' => 'Saving...', + 'savingDotDotDot' => 'Salvataggio in corso...', 'shareThisAccount' => 'Condividi questo account', 'shareThisLoop' => 'Condividi questo Loop', 'somethingWentWrong' => 'Qualcosa è andato storto', - 'status' => 'Status', + 'status' => 'Stato', 'today' => 'Oggi', - 'tryAgain' => 'Try again', - 'unfollow' => 'Unfollow', - 'unread' => 'Unread', - 'videos' => 'Videos', - 'yesterday' => 'Yesterday', + 'tryAgain' => 'Prova ancora', + 'unfollow' => 'Smetti di seguire', + 'unread' => 'Da leggere', + 'videos' => 'Video', + 'yesterday' => 'Ieri', ]; From 8830c208e9dcd9e0cdfbec85e14341dbe3d6155c Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 14 Sep 2025 08:39:32 -0600 Subject: [PATCH 437/838] New translations contact.php (Italian) --- lang/it/contact.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/it/contact.php b/lang/it/contact.php index 65df445c..aebf61d9 100644 --- a/lang/it/contact.php +++ b/lang/it/contact.php @@ -4,15 +4,15 @@ 'adminContact' => 'Admin Contact', 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', - 'communityForum' => 'Community Forum', - 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', - 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'communityForum' => 'Forum della Community', + 'communityForumMessage' => 'Unisciti alla nostra community, chiedi e condividi le conoscenze con altri utenti.', + 'failedToLoadContactInformation' => 'Impossibile caricare le informazioni di contatto. Riprova più tardi.', 'getInTouch' => 'Contattaci', - 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'loadingContactInformationDotDotDot' => 'Caricamento delle informazioni di contatto...', 'responseTime' => 'Tempo di risposta', 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', 'socialConnect' => 'Social Connect', - 'socialConnectMessage' => 'Seguici sul Fediverso per aggiornamenti e domande rapide via messaggi diretti.', + 'socialConnectMessage' => 'Seguici sul Fediverso per aggiornamenti e domande rapide tramite messaggi diretti.', 'technicalSupport' => 'Assistenza tecnica', 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', 'visitForum' => 'Visita il forum', From 8defd75d5224125b7379c0d6ebe02e32fee56027 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 15 Sep 2025 15:57:22 -0600 Subject: [PATCH 438/838] New translations common.php (French) --- lang/fr/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/fr/common.php b/lang/fr/common.php index bb5a2c13..b57e115f 100644 --- a/lang/fr/common.php +++ b/lang/fr/common.php @@ -29,7 +29,7 @@ 'next' => 'Suivant', 'notifications' => 'Notifications', 'profile' => 'Profil', - 'report' => 'Report', + 'report' => 'Signaler', 'retry' => 'Réessayer', 'retryingDotDotDot' => 'Nouvel essai...', 'save' => 'Sauvegarder', From 92d65dc62803f3ee75398c0b55008ecd12b1b73d Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 15 Sep 2025 15:57:23 -0600 Subject: [PATCH 439/838] New translations pagination.php (French) --- lang/fr/pagination.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/fr/pagination.php b/lang/fr/pagination.php index ee848f1a..17c79336 100644 --- a/lang/fr/pagination.php +++ b/lang/fr/pagination.php @@ -2,5 +2,5 @@ return [ 'next' => 'Suivant »', - 'previous' => '« Previous', + 'previous' => '« Précédent', ]; From 437639e2247393791db39c7879489f0b53621b64 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 15 Sep 2025 15:57:24 -0600 Subject: [PATCH 440/838] New translations post.php (French) --- lang/fr/post.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/fr/post.php b/lang/fr/post.php index 5437d933..e5f2d08c 100644 --- a/lang/fr/post.php +++ b/lang/fr/post.php @@ -35,12 +35,12 @@ 'post' => 'Post', 'postingDotDotDot' => 'Posting...', 'replies' => 'replies', - 'reply' => 'Reply', - 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', - 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', - 'reportTextPlaceholder1023' => 'Please describe the illegal content...', + 'reply' => 'Répondre', + 'reportTextPlaceholder1018' => 'Décrivez la désinformation que vous signalez...', + 'reportTextPlaceholder1021' => 'Décrivez l\'activité frauduleuse...', + 'reportTextPlaceholder1023' => 'Décrivez le contenu illégal...', 'reportTextPlaceholder1026' => 'Ajoutez des détails à votre signalement...', - 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'reportTextPlaceholderDefault' => 'Ajoutez plus de détails...', 'saveChanges' => 'Sauvegarder les modifications', 'sensitiveContent' => 'Sensitive Content', 'showLess' => 'Show less', @@ -50,7 +50,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'Voir', - 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeAReplyDotDotDot' => 'Écrire une réponse...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', ]; From 7e51d21fb804787e90cfcf6ae87841b37707fc40 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 15 Sep 2025 17:26:11 -0600 Subject: [PATCH 441/838] New translations common.php (French) --- lang/fr/common.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/fr/common.php b/lang/fr/common.php index b57e115f..117b2632 100644 --- a/lang/fr/common.php +++ b/lang/fr/common.php @@ -6,7 +6,7 @@ 'cancel' => 'Annuler', 'clickToReveal' => 'Cliquer pour afficher', 'close' => 'Fermer', - 'comment' => 'Comment', + 'comment' => 'Commenter', 'delete' => 'Supprimer', 'disable' => 'Désactiver', 'disabled' => 'Désactivé', @@ -19,7 +19,7 @@ 'followers' => 'Abonnés', 'following' => 'Abonnements', 'goToHome' => 'Accueil', - 'lastUpdated' => 'Last updated', + 'lastUpdated' => 'Dernière mise à jour', 'learnMore' => 'En savoir plus', 'loadMore' => 'Voir plus', 'loading' => 'Chargement', @@ -34,14 +34,14 @@ 'retryingDotDotDot' => 'Nouvel essai...', 'save' => 'Sauvegarder', 'savingDotDotDot' => 'Enregistrement...', - 'shareThisAccount' => 'Share this account', - 'shareThisLoop' => 'Share this Loop', + 'shareThisAccount' => 'Partager ce compte', + 'shareThisLoop' => 'Partager cette Loop', 'somethingWentWrong' => 'Une erreur est survenue', 'status' => 'État', 'today' => 'Aujourd\'hui', 'tryAgain' => 'Réessayer', 'unfollow' => 'Se désabonner', 'unread' => 'Non lus', - 'videos' => 'Videos', + 'videos' => 'Vidéos', 'yesterday' => 'Hier', ]; From 0a31610357fb23206bf4175ad95f09d70ee981eb Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 15 Sep 2025 17:26:12 -0600 Subject: [PATCH 442/838] New translations contact.php (French) --- lang/fr/contact.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/fr/contact.php b/lang/fr/contact.php index 518dfa5e..d009c191 100644 --- a/lang/fr/contact.php +++ b/lang/fr/contact.php @@ -11,9 +11,9 @@ 'loadingContactInformationDotDotDot' => 'Chargement des infos de contact...', 'responseTime' => 'Délai de réponse', 'responseTimeMessage' => 'Nous répondons généralement sous 24h les jours ouvrés. Pour les urgences techniques, ajoutez "URGENT" dans l\'objet.', - 'socialConnect' => 'Social Connect', + 'socialConnect' => 'Réseaux sociaux', 'socialConnectMessage' => 'Suivez-nous sur le Fédivers pour connaitre les nouveautés et poser des questions en message privé.', - 'technicalSupport' => 'Technical Support', + 'technicalSupport' => 'Support technique', 'technicalSupportMessage' => 'Besoin d\'aide avec la plateforme ? Obtenez de l\'assistance et du dépannage.', 'visitForum' => 'Visiter le forum', ]; From 34659a75035c9e471c2a9fcae994c45922c93a66 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 15 Sep 2025 17:26:13 -0600 Subject: [PATCH 443/838] New translations explore.php (French) --- lang/fr/explore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/fr/explore.php b/lang/fr/explore.php index 34389c65..b94bd896 100644 --- a/lang/fr/explore.php +++ b/lang/fr/explore.php @@ -1,5 +1,5 @@ 'No videos found for this hashtag', + 'noVideosFoundForThisHashtag' => 'Aucune vidéo trouvée pour ce mot-clic', ]; From 90411766bd22297fb71a59364389dca18201cc29 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 15 Sep 2025 17:26:14 -0600 Subject: [PATCH 444/838] New translations notifications.php (French) --- lang/fr/notifications.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/fr/notifications.php b/lang/fr/notifications.php index d867ae6c..bd78fcae 100644 --- a/lang/fr/notifications.php +++ b/lang/fr/notifications.php @@ -1,14 +1,14 @@ 'You\'re all caught up!', + 'allCaughtUp' => 'Tout est à jour !', 'errorLoadingNotifications' => 'Erreur de chargement des notifications', 'messageTypes' => [ 'videoLike' => 'a aimé votre vidéo', - 'newFollower' => 'started following you', - 'videoComment' => 'commented on your video', - 'videoShare' => 'shared your video', - 'default' => 'interacted with your content', + 'newFollower' => 'a commencé à vous suivre', + 'videoComment' => 'a commenté votre vidéo', + 'videoShare' => 'a partagé votre vidéo', + 'default' => 'a interagi avec votre contenu', ], 'noNotifications' => 'Aucune notification', ]; From 5c2585bb91ab369cb0cb2931d4ace547bf10a7a2 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 15 Sep 2025 17:26:15 -0600 Subject: [PATCH 445/838] New translations post.php (French) --- lang/fr/post.php | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/lang/fr/post.php b/lang/fr/post.php index e5f2d08c..886d9d2f 100644 --- a/lang/fr/post.php +++ b/lang/fr/post.php @@ -2,18 +2,18 @@ return [ 'addCommentDotDotDot' => 'Ajouter un commentaire...', - 'additionalDetails' => 'Additional details', + 'additionalDetails' => 'Détails additionnels', 'allowPeopleToCommentOnThisVideo' => 'Autoriser les commentaires sur cette vidéo', 'allowPeopleToDownloadThisVideo' => 'Autoriser le téléchargement de cette vidéo', - 'caption' => 'Caption', - 'characters' => 'characters', + 'caption' => 'Sous-titre', + 'characters' => 'caractères', 'comments' => 'Commentaires', 'commentsAreDisabledForThisVideo' => 'Commentaires désactivés pour cette vidéo', 'commentsEnabled' => 'Commentaires activés', 'commentsHaveBeenDisabled' => 'Les commentaires ont été désactivés', - 'copiedExclamation' => 'Copied!', - 'copyLink' => 'Copy link', - 'creator' => 'Creator', + 'copiedExclamation' => 'Copié !', + 'copyLink' => 'Copier le lien', + 'creator' => 'Créateur', 'delete' => 'Supprimer', 'deleteVideo' => 'Supprimer la vidéo', 'deleteVideoConfirmMessage' => 'Voulez-vous vraiment supprimer cette vidéo ?', @@ -23,18 +23,18 @@ 'edit' => 'Modifier', 'editVideo' => 'Modifier la vidéo', 'errorLoadingComments' => 'Erreur de chargement des commentaires', - 'goBack' => 'Go Back', + 'goBack' => 'Retour', 'goHome' => 'Accueil', - 'hide' => 'Hide', + 'hide' => 'Masquer', 'loadMoreReplies' => 'Voir plus de réponses', 'loadingVideoDotDotDot' => 'Chargement de la vidéo...', 'noCommentsYet' => 'Aucun commentaire pour le moment', - 'permalink' => 'Permalink', + 'permalink' => 'Lien permanent', 'pinToProfile' => 'Épingler au profil', - 'pleaseSelectAScenario' => 'Please select a scenario', - 'post' => 'Post', - 'postingDotDotDot' => 'Posting...', - 'replies' => 'replies', + 'pleaseSelectAScenario' => 'Choisissez un scénario', + 'post' => 'Publier', + 'postingDotDotDot' => 'Publication...', + 'replies' => 'réponses', 'reply' => 'Répondre', 'reportTextPlaceholder1018' => 'Décrivez la désinformation que vous signalez...', 'reportTextPlaceholder1021' => 'Décrivez l\'activité frauduleuse...', @@ -42,15 +42,15 @@ 'reportTextPlaceholder1026' => 'Ajoutez des détails à votre signalement...', 'reportTextPlaceholderDefault' => 'Ajoutez plus de détails...', 'saveChanges' => 'Sauvegarder les modifications', - 'sensitiveContent' => 'Sensitive Content', - 'showLess' => 'Show less', + 'sensitiveContent' => 'Contenu sensible', + 'showLess' => 'Voir moins', 'showThisVideoAtTheTopOfYourProfile' => 'Afficher cette vidéo en haut du profil', 'signInToLeaveAComment' => 'Connectez-vous pour commenter', - 'submit' => 'Submit', - 'submittingDotDotDot' => 'Submitting...', - 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'submit' => 'Envoyer', + 'submittingDotDotDot' => 'Envoi...', + 'thisActionCannotBeUndone' => 'Cette action ne peut être annulée. Votre vidéo sera supprimée de manière définitive.', 'view' => 'Voir', 'writeAReplyDotDotDot' => 'Écrire une réponse...', - 'writeYourCaptionDotDotDot' => 'Write your caption...', - 'yourReportingThis' => 'You\'re reporting this :type for: :message', + 'writeYourCaptionDotDotDot' => 'Écrire vos sous-titres...', + 'yourReportingThis' => 'Vous signalez ce(tte) :type pour : :message', ]; From 1741dfce248aa881ef520f910bdfa57488995408 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 15 Sep 2025 17:26:16 -0600 Subject: [PATCH 446/838] New translations profile.php (French) --- lang/fr/profile.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lang/fr/profile.php b/lang/fr/profile.php index ed0c0406..f4351977 100644 --- a/lang/fr/profile.php +++ b/lang/fr/profile.php @@ -3,8 +3,8 @@ return [ 'applyingDotDotDot' => 'Application des changements...', 'avatarFailedToUploadError' => 'Échec de la mise à jour de l’avatar. Réessayez.', - 'avatarFileSizeError' => 'Image file size must be less than 5MB.', - 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', + 'avatarFileSizeError' => 'L\'image doit faire moins de 5 Mo.', + 'avatarFileTypeError' => 'Choisissez une image valide (PNG, JPEG ou JPG).', 'bio' => 'Biographie', 'bioHelp' => 'Bio optionnelle (max. 80 caractères)', 'bioPlaceholder' => 'Ajoutez une biographie optionnelle', @@ -13,7 +13,7 @@ 'deleteAvatar' => 'Supprimer l\'avatar', 'deleteAvatarConfirmMessage' => 'Supprimer votre avatar ?', 'deleteAvatarFailedMessage' => 'Impossible de supprimer l\'avatar. Réessayez.', - 'displayName' => 'Display Name', + 'displayName' => 'Nom affiché', 'displayNameHelp' => 'Le nom d’affichage peut contenir jusqu’à 30 caractères.', 'editProfile' => 'Modifier le profil', 'failedToUpdateProfileErrorMessage' => 'Échec de la mise à jour du profil. Réessayez.', @@ -21,7 +21,7 @@ 'loadingProfileDotDotDot' => 'Chargement du profil...', 'noFollowersYet' => 'Pas encore d\'abonnés', 'noMorePostsToLoad' => 'Plus rien à charger', - 'noVideosYet' => 'No videos yet', + 'noVideosYet' => 'Pas encore de vidéos', 'notFollowingAnyone' => 'Ne suit personne', 'profile404ErrorMessage' => 'Impossible de trouver un profil avec le nom d’utilisateur @:userId. Vérifiez le nom d’utilisateur et essayez à nouveau.', 'profile500ErrorMessage' => 'Nos serveurs ont un souci en ce moment. Réessayez dans quelques instants.', @@ -29,17 +29,17 @@ 'profileOfflineErrorMessage' => 'Vérifiez votre connexion internet et réessayez.', 'profileUnknownErrorMessage' => 'Un problème inattendu est survenu. Réessayez ou contactez-nous si le problème persiste.', 'tabFilterOptions' => [ - 'Latest' => 'Latest', + 'Latest' => 'Récents', 'Popular' => 'Popularité', - 'Oldest' => 'Oldest', + 'Oldest' => 'Plus anciens', ], 'tabOptions' => [ - 'Videos' => 'Videos', + 'Videos' => 'Vidéos', ], 'unblock' => 'Débloquer', - 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', + 'userHasntPostedAnyVideosYet' => ':username n’a pas encore publié de vidéo', 'whenPeopleFollowThisAccount' => 'Quand des personnes suivent ce compte, elles apparaîtront ici.', 'whenThisAccountFollowsSomeone' => 'Quand ce compte suit quelqu\'un, il apparaîtra ici.', - 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', - 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', + 'youHaventPostedAnyVideosYet' => 'Vous n’avez pas encore publié de vidéos', + 'youveReachedTheEndOfThisList' => 'Vous avez atteint la fin de cette liste', ]; From 18d9d3ec45c3032c9b6d48da31e9c35acd5186ba Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 15 Sep 2025 17:26:17 -0600 Subject: [PATCH 447/838] New translations reports.php (French) --- lang/fr/reports.php | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/lang/fr/reports.php b/lang/fr/reports.php index 3302bdf1..b42cce42 100644 --- a/lang/fr/reports.php +++ b/lang/fr/reports.php @@ -2,30 +2,30 @@ return [ 'error' => [ - 'default' => 'An unexpected error occurred', - 'title' => 'Report Error', + 'default' => 'Une erreur inattendue est survenue', + 'title' => 'Signaler une erreur', ], 'success' => [ 'message' => 'Votre signalement a été envoyé et sera examiné par notre équipe de modération.

Merci d’aider à garder notre communauté sûre ❤️', - 'title' => 'Report Submitted!', + 'title' => 'Signalement envoyé !', ], 'types' => [ 1010 => 'Recherche inappropriée et non pertinente', - 1011 => 'Violence, abuse, and criminal exploitation', - 1012 => 'Hate and harassment', - 1013 => 'Suicide and self-harm', - 1014 => 'Disordered eating and unhealthy body image', - 1015 => 'Dangerous activities and challenges', - 1016 => 'Nudity and sexual content', - 1017 => 'Shocking and graphic content', - 1018 => 'Misinformation', - 1019 => 'Deceptive behavior and spam', - 1020 => 'Regulated goods and activities', - 1021 => 'Frauds and scams', - 1022 => 'Sharing personal information', - 1023 => 'Report illegal content', - 1024 => 'Counterfeits and intellectual property', - 1025 => 'Undisclosed branded content', - 1026 => 'Other', + 1011 => 'Violence, abus et exploitation criminelle', + 1012 => 'Haine et harcèlement', + 1013 => 'Suicide et automutilation', + 1014 => 'Troubles alimentaires et image corporelle négative', + 1015 => 'Activités et défis dangereux', + 1016 => 'Nudité et contenu sexuel', + 1017 => 'Contenu choquant et explicite', + 1018 => 'Désinformation', + 1019 => 'Comportement trompeur et contenu publicitaire indésiré (SPAM)', + 1020 => 'Produits et activités réglementés', + 1021 => 'Fraudes et escroqueries', + 1022 => 'Partage d’informations personnelles', + 1023 => 'Signaler un contenu illégal', + 1024 => 'Contrefaçons et propriété intellectuelle', + 1025 => 'Contenu publicitaire non divulgué', + 1026 => 'Autre', ], ]; From b21fce36251b1fe9cc4b067993d9a81779a6828e Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 15 Sep 2025 17:26:18 -0600 Subject: [PATCH 448/838] New translations settings.php (French) --- lang/fr/settings.php | 120 +++++++++++++++++++++---------------------- 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/lang/fr/settings.php b/lang/fr/settings.php index 24c0ec77..4f36f5c0 100644 --- a/lang/fr/settings.php +++ b/lang/fr/settings.php @@ -1,99 +1,99 @@ 'Account control', - 'accountData' => 'Account data', - 'accountInformation' => 'Account information', + 'accountControl' => 'Contrôle du compte', + 'accountData' => 'Données du compte', + 'accountInformation' => 'Informations du compte', 'addAnExtraLayerOfSecurity' => 'Ajoutez une couche supplémentaire de sécurité à votre compte avec l\'authentification à deux facteurs (2FA) via une application d\'authentification.', - 'added' => 'Added', - 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', - 'analyticsTracking' => 'Analytics tracking', - 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', - 'back' => 'Back', - 'cancelChange' => 'Cancel change', - 'change' => 'Change', - 'changeEmail' => 'Change email', - 'changeEmailAddress' => 'Change email address', - 'changePassword' => 'Change Password', - 'changingDotDotDot' => 'Changing...', - 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', + 'added' => 'Ajouté', + 'allowYourAccountAndVideosToBeShared' => 'Autoriser le partage de votre compte et de vos vidéos avec des personnes sur d\'autres serveurs.', + 'analyticsTracking' => 'Suivi analytique', + 'analyticsTrackingMessage' => 'Autoriser Loops à suivre votre utilisation pour l\'analyse et l\'amélioration du service.', + 'back' => 'Retour', + 'cancelChange' => 'Annuler le changement', + 'change' => 'Modifier', + 'changeEmail' => 'Changer d\'e‑mail', + 'changeEmailAddress' => 'Changer d\'adresse e‑mail', + 'changePassword' => 'Changer le mot de passe', + 'changingDotDotDot' => 'Modification...', + 'clickTheLinkInThatEmail' => 'Cliquez sur le lien dans cet e‑mail pour terminer la modification.', 'commentsMade' => 'Commentaires publiés', - 'confirmNewPassword' => 'Confirm new password', - 'confirmYourPassword' => 'Confirm your password', - 'currentEmailAddress' => 'Current email address', - 'currentPassword' => 'Current password', - 'dataExport' => 'Data export', - 'dataInsights' => 'Data insights', - 'dataManagement' => 'Data management', - 'dataRetention' => 'Data retention', + 'confirmNewPassword' => 'Confirmer le nouveau mot de passe', + 'confirmYourPassword' => 'Confirmez votre mot de passe', + 'currentEmailAddress' => 'Adresse e‑mail actuelle', + 'currentPassword' => 'Mot de passe actuel', + 'dataExport' => 'Exportation de données', + 'dataInsights' => 'Analyse des données', + 'dataManagement' => 'Gestion des données', + 'dataRetention' => 'Conservation des données', 'dataRetentionMessage' => 'Indiquez la période de conservation de votre contenu et de vos activités. Après cette période, nous les supprimerons automatiquement.', 'dataSharingForResearch' => 'Partage de données pour la recherche', 'dataSharingForResearchMessage' => 'Autoriser l’utilisation de données anonymisées à des fins de recherche académique et d’amélioration de la plateforme.', - 'deactivate' => 'Deactivate', - 'deactivateAccount' => 'Deactivate account', + 'deactivate' => 'Désactiver', + 'deactivateAccount' => 'Désactiver le compte', 'deleteAccount' => 'Supprimer le compte', 'disable2FAButton' => 'Désactiver la double authentification', 'disableTwoFactor' => 'Désactiver l\'authentification à deux facteurs', 'disableTwoFactorMessage' => 'Voulez-vous désactiver l’authentification à deux facteurs? Cela réduira la sécurité de votre compte.', 'downloadYourAccountDataExport' => 'Télécharger l\'exportation des données de votre compte.', - 'email' => 'Email', - 'emailChangePending' => 'Email change pending', + 'email' => 'E‑mail', + 'emailChangePending' => 'Changement d\'e‑mail en attente', 'emailSettings' => 'Paramètres e‑mail', 'enableFederation' => 'Activer la fédération', 'enableTwoFactor' => 'Activer l\'authentification à deux facteurs', 'enableTwoFactorMessage' => 'Êtes‑vous sûr·e de vouloir activer l\'authentification à deux facteurs ?', - 'enterYourCurrentPassword' => 'Enter your current password', - 'enterYourNewEmailAddress' => 'Enter your new email address', - 'exportHistory' => 'Export history', - 'hoursWatched' => 'Hours watched', + 'enterYourCurrentPassword' => 'Entrez votre mot de passe actuel', + 'enterYourNewEmailAddress' => 'Entrez votre nouvelle adresse e‑mail', + 'exportHistory' => 'Historique des exportations', + 'hoursWatched' => 'Heures regardées', 'invalidVerificationCodePleaseTryAgain' => 'Code de vérification invalide. Veuillez réessayer.', 'likesGiven' => 'Mentions « J’aime » données', - 'manageAccount' => 'Manage account', - 'manageYourAccountEmail' => 'Manage your account email.', + 'manageAccount' => 'Gérer le compte', + 'manageYourAccountEmail' => 'Gérez l\'e‑mail de votre compte.', 'manageYourAccountSecuritySettings' => 'Gérez les paramètres de sécurité de votre compte.', - 'manageYourLoopsAccount' => 'Manage Your Loops Account', - 'newEmailAddress' => 'New email address', - 'newPassword' => 'New password', - 'noExportsYet' => 'No exports yet', + 'manageYourLoopsAccount' => 'Gérez votre compte Loops', + 'newEmailAddress' => 'Nouvelle adresse e‑mail', + 'newPassword' => 'Nouveau mot de passe', + 'noExportsYet' => 'Pas encore d\'exportations', 'noExportsYetMessage' => 'Vos exportations de données apparaîtront ici lorsqu\'elles seront prêtes à être téléchargées.', - 'noRestrictions' => 'No restrictions', + 'noRestrictions' => 'Aucune restriction', 'oopsTheFollowingErrorsOccured' => 'Oups, les erreurs suivantes sont survenues :', - 'password' => 'Password', - 'passwordAndAuthentication' => 'Password and authentication', - 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'password' => 'Mot de passe', + 'passwordAndAuthentication' => 'Mot de passe et authentification', + 'pleaseEnterA6DigitCode' => 'Veuillez entrer un code à 6 chiffres', 'privacy' => 'Vie privée', 'privateAccount' => 'Compte privé', - 'recentExports' => 'Recent exports', + 'recentExports' => 'Exportations récentes', 'resendVerification' => 'Envoyer à nouveau un code de vérification', - 'safety' => 'Safety', - 'security' => 'Security', - 'selectiveDataExport' => ' Selective data export', - 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', - 'sendingDotDotDot' => 'Sending...', + 'safety' => 'Sécurité', + 'security' => 'Sécurité', + 'selectiveDataExport' => ' Exportation sélective de données', + 'selectiveDataExportMessage' => 'Choisissez des types spécifiques de données à exporter si vous n\'avez pas besoin de tout.', + 'sendingDotDotDot' => 'Envoi...', 'setup2FA' => 'Configurer l\'authentification à deux facteurs', - 'setup2FAStep1' => 'Step 1: Scan QR Code', - 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep1' => 'Étape 1 : Balayez le code QR', + 'setup2FAStep1Message' => 'Balayez ce code QR avec votre application d’authentification (Google Authenticator, Authy, etc.)', 'setup2FAStep2' => 'Étape 2 : Entrer le code de vérification', - 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'setup2FAStep2Message' => 'Entrez le code à 6 chiffres provenant de votre application d’authentification', 'status' => 'État', - 'successExclamation' => 'Success!', - 'successPasswordChangedMessage' => 'Your password was successfully updated!', - 'totalDataSize' => 'Total data size:', + 'successExclamation' => 'Succès !', + 'successPasswordChangedMessage' => 'Votre mot de passe a été mis à jour avec succès !', + 'totalDataSize' => 'Taille totale des données :', 'twoFactorAuthDisabled' => 'Authentification à deux facteurs désactivée', 'twoFactorAuthDisabledMessage' => 'L\'authentification à deux facteurs a bien été désactivée pour votre compte.', 'twoFactorAuthentication' => 'Authentification à deux facteurs', 'twoFactorEnabled' => 'Authentification à deux facteurs activée', 'twoFactorEnabledMessage' => 'L\'authentification à deux facteurs a bien été désactivée pour votre compte.', - 'unverified' => 'Unverified', - 'verified' => 'Verified', - 'verifyAndEnable' => 'Verify & Enable', - 'verifyingDotDotDot' => 'Verifying...', - 'videosPosted' => 'Videos posted', + 'unverified' => 'Non vérifié', + 'verified' => 'Vérifié', + 'verifyAndEnable' => 'Vérifier et activer', + 'verifyingDotDotDot' => 'Vérification...', + 'videosPosted' => 'Vidéos publiées', 'weMayRestrictAccounts' => 'Nous pouvons restreindre les comptes qui ne respectent pas nos directives communautaires.', 'weveSentAnEmail' => 'Nous avons envoyé un e‑mail de vérification à', 'withAPrivateAccountMessage' => 'Avec un compte privé, seuls les utilisateurs que vous approuvez peuvent vous suivre et regarder vos vidéos. Vos abonnés actuels ne seront pas affectés.', - 'yourAccountStatistics' => 'Your account statistics', - 'yourDataYourControl' => 'Your data, your control', + 'yourAccountStatistics' => 'Statistiques de votre compte', + 'yourDataYourControl' => 'Vos données, votre contrôle', 'yourDataYourControlMessage' => 'Téléchargez ou consultez les données de votre compte. Toutes les exportations sont fournies au format JSON pour une portabilité facile', 'yourEmailIsUsedForRecoveryMessage' => 'Votre e‑mail est utilisé pour la récupération du compte, les notifications et les alertes de sécurité. Nous vérifierons tout changement afin d\'assurer la sécurité de votre compte.', ]; From ba6847da4dfaa6efd1ad52b58c1d93b31b92cb1b Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 15 Sep 2025 17:26:19 -0600 Subject: [PATCH 449/838] New translations studio.php (French) --- lang/fr/studio.php | 66 +++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/lang/fr/studio.php b/lang/fr/studio.php index 7935c8d1..46d643c4 100644 --- a/lang/fr/studio.php +++ b/lang/fr/studio.php @@ -2,54 +2,54 @@ return [ 'actions' => 'Actions', - 'allowOthersTo' => 'Allow others to', - 'aspectRatios' => 'Aspect ratios', - 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', - 'caption' => 'Caption', + 'allowOthersTo' => 'Autoriser les autres à', + 'aspectRatios' => 'Format d\'image', + 'aspectRatiosMessage' => 'Recommandé : utilisez le format d’image 16:9 pour une vidéo de format paysage, et 9:16 pour une vidéo de format vertical.', + 'caption' => 'Sous-titre', 'commentMessage' => 'Autoriser la publication de commentaires et des réponses sur cette publication', 'comments' => 'Commentaires', - 'containsNSFW' => 'Contains NSFW/Sensitive content', - 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', - 'contentCreatedOn' => 'Content (Created on)', - 'customCover' => 'Custom Cover', - 'describeYourVideoDotDotDot' => 'Describe your video...', - 'details' => 'Details', + 'containsNSFW' => 'Contient du contenu sensible/NSFW', + 'containsNSFWMessage' => 'Étiqueter cette publication comme sensible pour afficher un avertissement', + 'contentCreatedOn' => 'Contenu (créé le)', + 'customCover' => 'Couverture personnalisée', + 'describeYourVideoDotDotDot' => 'Décrivez votre vidéo...', + 'details' => 'Détails', 'download' => 'Télécharger', 'downloadMessage' => 'Autoriser le téléchargement de cette vidéo', - 'duet' => 'Duet', - 'duetMessage' => 'Allow others to duet this video with their own', - 'feed' => 'Feed', - 'fileFormats' => 'File formats', + 'duet' => 'Duo', + 'duetMessage' => 'Autoriser les autres à faire un duet avec cette vidéo', + 'feed' => 'Fil', + 'fileFormats' => 'Formats de fichier', 'followers' => 'Abonnés', 'following' => 'Abonnements', - 'found' => 'found', - 'hashtag' => 'Hashtag', - 'hashtags' => 'hashtags', + 'found' => 'trouvé', + 'hashtag' => 'Mot-clic', + 'hashtags' => 'mots-clics', 'likes' => 'J\'aime', - 'maximumSize' => 'Maximum size:', - 'mbVideoDuration' => ' MB, video duration:', + 'maximumSize' => 'Taille maximale :', + 'mbVideoDuration' => '  Mo, durée de la vidéo :', 'mention' => 'Mention', 'minutes' => 'minute(s).', - 'myPosts' => 'My Posts', - 'no' => 'No', - 'orDragAndDropItHere' => 'Or drag and drop it here', - 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', - 'posts' => 'Posts', - 'recommended' => 'Recommended:', - 'replace' => 'Replace', - 'searchByPostCaption' => 'Search by post caption', + 'myPosts' => 'Mes publications', + 'no' => 'Non', + 'orDragAndDropItHere' => 'Ou glisser‑déposer ici', + 'otherMajorFormatsAreSupported' => '. D’autres formats majeurs sont pris en charge.', + 'posts' => 'Publications', + 'recommended' => 'Recommandé :', + 'replace' => 'Remplacer', + 'searchByPostCaption' => 'Recherche par légende de publication', 'searchingDotDotDot' => 'Recherche...', - 'selectVideo' => 'Select video', + 'selectVideo' => 'Sélectionner la vidéo', 'selectVideoToUpload' => 'Sélectionner la vidéo à envoyer', 'settings' => 'Paramètres', - 'sizeAndDuration' => 'Size and duration', - 'stitch' => 'Stitch', - 'stitchMessage' => 'Allow others to stitch this video with their own', + 'sizeAndDuration' => 'Taille et durée', + 'stitch' => 'Assembler', + 'stitchMessage' => 'Autoriser les autres à assembler cette vidéo avec la leur', 'unsavedWarning' => 'Une vidéo que vous étiez en train d’éditer n’a pas été enregistrée. Continuer l’édition ?', 'uploadFirstVideo' => 'Envoyez votre première vidéo', - 'users' => 'users', + 'users' => 'utilisateurs', 'videoResolutions' => 'Résolutions vidéo', 'videoResolutionsMessage' => 'Haute définition recommandée : 1080p, 1440p, 4K.', 'view' => 'Voir', - 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', + 'yourPostedAndProcessingVideos' => 'Vos vidéos publiées et en cours de traitement apparaîtront ici', ]; From b2c776dbf6fe12b5fb8e93d58d2c4e49eeebef74 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 17 Sep 2025 11:52:30 -0600 Subject: [PATCH 450/838] New translations auth.php (German) --- lang/de/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/de/auth.php b/lang/de/auth.php index 6ed8365b..bb5f8e25 100644 --- a/lang/de/auth.php +++ b/lang/de/auth.php @@ -2,6 +2,6 @@ return [ 'failed' => 'These credentials do not match our records.', - 'password' => 'The provided password is incorrect.', + 'password' => 'Das angegebene Passwort ist nicht korrekt.', 'throttle' => 'Es wurden zu viele Anmeldeversuche getätigt. Bitte versuchen Sie es wieder in :seconds Sekunden.', ]; From 411db4eeb5477d767b7b19c31e3ed9371a896a0c Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 17 Sep 2025 13:05:34 -0600 Subject: [PATCH 451/838] New translations common.php (German) --- lang/de/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/de/common.php b/lang/de/common.php index eb1ab092..65528de4 100644 --- a/lang/de/common.php +++ b/lang/de/common.php @@ -5,7 +5,7 @@ 'avatar' => 'Avatar', 'cancel' => 'Cancel', 'clickToReveal' => 'Click to reveal', - 'close' => 'Close', + 'close' => 'Schließen', 'comment' => 'Comment', 'delete' => 'Delete', 'disable' => 'Disable', From c46532ccd3f015fd47cda773b03f9d484c1112bf Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 17 Sep 2025 13:05:36 -0600 Subject: [PATCH 452/838] New translations contact.php (German) --- lang/de/contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/de/contact.php b/lang/de/contact.php index 350008ce..94b77456 100644 --- a/lang/de/contact.php +++ b/lang/de/contact.php @@ -7,7 +7,7 @@ 'communityForum' => 'Community Forum', 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', - 'getInTouch' => 'Get in Touch', + 'getInTouch' => 'Kontaktiere uns', 'loadingContactInformationDotDotDot' => 'Loading contact information...', 'responseTime' => 'Response Time', 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', From 9b92655d40abfc5acffb16c3f747875ba53ddd07 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 17 Sep 2025 13:05:37 -0600 Subject: [PATCH 453/838] New translations explore.php (German) --- lang/de/explore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/de/explore.php b/lang/de/explore.php index 34389c65..51aee39e 100644 --- a/lang/de/explore.php +++ b/lang/de/explore.php @@ -1,5 +1,5 @@ 'No videos found for this hashtag', + 'noVideosFoundForThisHashtag' => 'Keine Videos für diesen Hashtag gefunden', ]; From f5f9fffbec5b082331cb5db9bf2cb49805234478 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 17 Sep 2025 13:05:38 -0600 Subject: [PATCH 454/838] New translations language.php (German) --- lang/de/language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/de/language.php b/lang/de/language.php index 29dc63f2..e141edac 100644 --- a/lang/de/language.php +++ b/lang/de/language.php @@ -7,6 +7,6 @@ 'select' => 'Select Language:', 'applyChanges' => 'Apply Changes', 'current' => 'Current Language:', - 'note' => 'Your language preference will be saved automatically.', + 'note' => 'Ihre Spracheinstellungen werden automatisch gespeichert.', ], ]; From 19e6195c6a314aa5fe971c98e87198e13d08a7a9 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 17 Sep 2025 13:05:39 -0600 Subject: [PATCH 455/838] New translations nav.php (German) --- lang/de/nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/de/nav.php b/lang/de/nav.php index 3139435e..42725b25 100644 --- a/lang/de/nav.php +++ b/lang/de/nav.php @@ -25,5 +25,5 @@ 'settings' => 'Settings', 'terms' => 'Terms', 'upload' => 'Upload', - 'uploadLoop' => 'Upload Loop', + 'uploadLoop' => 'Loop hochladen', ]; From 9a435b22733486f2b5e6eee91dc9d90b6de0c7c9 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 17 Sep 2025 13:05:40 -0600 Subject: [PATCH 456/838] New translations notifications.php (German) --- lang/de/notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/de/notifications.php b/lang/de/notifications.php index 0948c05f..31a0548e 100644 --- a/lang/de/notifications.php +++ b/lang/de/notifications.php @@ -10,5 +10,5 @@ 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], - 'noNotifications' => 'No notifications', + 'noNotifications' => 'Keine Benachrichtigungen', ]; From 6f97dd8a82effd4bbfe16d67b54b45edb0089e3c Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 17 Sep 2025 13:05:41 -0600 Subject: [PATCH 457/838] New translations pagination.php (German) --- lang/de/pagination.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/de/pagination.php b/lang/de/pagination.php index 8e20419e..f04dccd2 100644 --- a/lang/de/pagination.php +++ b/lang/de/pagination.php @@ -2,5 +2,5 @@ return [ 'next' => 'Next »', - 'previous' => '« Previous', + 'previous' => '« Vorherige', ]; From a77719b07b6ca54fad1fae28f4d7843592d06c91 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 17 Sep 2025 13:05:42 -0600 Subject: [PATCH 458/838] New translations post.php (German) --- lang/de/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/de/post.php b/lang/de/post.php index 2cff2a86..fa3cbcd2 100644 --- a/lang/de/post.php +++ b/lang/de/post.php @@ -50,7 +50,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', - 'writeAReplyDotDotDot' => 'Write a reply...', + 'writeAReplyDotDotDot' => 'Eine Antwort verfassen ...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', ]; From 2e81afee4ff9abaadd078c6e893287db417f4329 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 20 Sep 2025 12:11:09 -0600 Subject: [PATCH 459/838] New translations auth.php (Italian) --- lang/it/auth.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/it/auth.php b/lang/it/auth.php index 98e981fa..a907f473 100644 --- a/lang/it/auth.php +++ b/lang/it/auth.php @@ -1,7 +1,7 @@ 'These credentials do not match our records.', - 'password' => 'The provided password is incorrect.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'Queste credenziali non risultano nel nostro sistema.', + 'password' => 'La password fornita non è corretta.', + 'throttle' => 'Troppi tentativi di accesso. Riprova tra :seconds secondi.', ]; From 9b0064dba4072bba88659300358ad78a859cc983 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 20 Sep 2025 12:11:10 -0600 Subject: [PATCH 460/838] New translations contact.php (Italian) --- lang/it/contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/it/contact.php b/lang/it/contact.php index aebf61d9..e07df352 100644 --- a/lang/it/contact.php +++ b/lang/it/contact.php @@ -1,7 +1,7 @@ 'Admin Contact', + 'adminContact' => 'Contatta l\'amministratore', 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', 'communityForum' => 'Forum della Community', From 97720d8b10cfcaef0029cdfc816c300f47f29f82 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 20 Sep 2025 13:14:36 -0600 Subject: [PATCH 461/838] New translations contact.php (Italian) --- lang/it/contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/it/contact.php b/lang/it/contact.php index e07df352..af0d8802 100644 --- a/lang/it/contact.php +++ b/lang/it/contact.php @@ -3,7 +3,7 @@ return [ 'adminContact' => 'Contatta l\'amministratore', 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', - 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', + 'bodyMessage' => 'Siamo qui per aiutarti. Contattaci attraverso uno dei canali disponibili e ti risponderemo il prima possibile.', 'communityForum' => 'Forum della Community', 'communityForumMessage' => 'Unisciti alla nostra community, chiedi e condividi le conoscenze con altri utenti.', 'failedToLoadContactInformation' => 'Impossibile caricare le informazioni di contatto. Riprova più tardi.', From 683bb790da1b8feb71c0b51e1d6b9ab08cd4d569 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 30 Sep 2025 03:29:23 -0600 Subject: [PATCH 462/838] New translations contact.php (German) --- lang/de/contact.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/de/contact.php b/lang/de/contact.php index 94b77456..a1de0fab 100644 --- a/lang/de/contact.php +++ b/lang/de/contact.php @@ -9,11 +9,11 @@ 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', 'getInTouch' => 'Kontaktiere uns', 'loadingContactInformationDotDotDot' => 'Loading contact information...', - 'responseTime' => 'Response Time', + 'responseTime' => 'Reaktionszeit', 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', - 'socialConnect' => 'Social Connect', + 'socialConnect' => 'Soziale Verbindung', 'socialConnectMessage' => 'Folgen Sie uns im "Fediverse", für Aktualisierungen und schnelle Fragen über direkte Nachrichten.', - 'technicalSupport' => 'Technical Support', - 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'technicalSupport' => 'Technischer Support', + 'technicalSupportMessage' => 'Brauchen Sie Hilfe beim Umgang mit unserer Plattform? Erhalten Sie Hilfe bei Fehlerfindung und technischen Problemen.', 'visitForum' => 'Besuche das Forum', ]; From 036549a8486f24ca98ada78bf8892a8bf79ad61e Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 30 Sep 2025 03:29:24 -0600 Subject: [PATCH 463/838] New translations language.php (German) --- lang/de/language.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/de/language.php b/lang/de/language.php index e141edac..0587dc4c 100644 --- a/lang/de/language.php +++ b/lang/de/language.php @@ -2,11 +2,11 @@ return [ 'picker' => [ - 'title' => 'Select Language', - 'description' => 'Select your preferred language. This will change the language for the entire application.', - 'select' => 'Select Language:', - 'applyChanges' => 'Apply Changes', - 'current' => 'Current Language:', + 'title' => 'Sprache Auswählen', + 'description' => 'Wählen deine bevorzugte Sprache. Dies ändert die Sprache für die gesamte Anwendung.', + 'select' => 'Sprache Auswählen:', + 'applyChanges' => 'Änderungen anwenden', + 'current' => 'Aktuelle Sprache:', 'note' => 'Ihre Spracheinstellungen werden automatisch gespeichert.', ], ]; From 158c7d06fe899c1c1c756b643350a39746bb1895 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 30 Sep 2025 03:29:25 -0600 Subject: [PATCH 464/838] New translations nav.php (German) --- lang/de/nav.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/de/nav.php b/lang/de/nav.php index 42725b25..dbce7763 100644 --- a/lang/de/nav.php +++ b/lang/de/nav.php @@ -1,12 +1,12 @@ 'About', - 'admin' => 'Admin', - 'clearAll' => 'Clear All', + 'about' => 'Über uns', + 'admin' => 'Administrator:innen', + 'clearAll' => 'Alle Entfernen', 'community' => 'Community', - 'contact' => 'Contact', - 'developers' => 'Developers', + 'contact' => 'Kontakt', + 'developers' => 'Entwickler:innen', 'federation' => 'Federation', 'help' => 'Help', 'home' => 'Home', From 0715efe7f74b6cc04236a96bea11754ad66cbf0b Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 30 Sep 2025 04:55:09 -0600 Subject: [PATCH 465/838] New translations auth.php (German) --- lang/de/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/de/auth.php b/lang/de/auth.php index bb5f8e25..8b131558 100644 --- a/lang/de/auth.php +++ b/lang/de/auth.php @@ -1,7 +1,7 @@ 'These credentials do not match our records.', + 'failed' => 'Diese Zugangsdaten stimmen nicht mit unseren überein.', 'password' => 'Das angegebene Passwort ist nicht korrekt.', 'throttle' => 'Es wurden zu viele Anmeldeversuche getätigt. Bitte versuchen Sie es wieder in :seconds Sekunden.', ]; From fbc7156575e05b9e89983f2d88ad350e3a301307 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 30 Sep 2025 04:55:10 -0600 Subject: [PATCH 466/838] New translations common.php (German) --- lang/de/common.php | 72 +++++++++++++++++++++++----------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/lang/de/common.php b/lang/de/common.php index 65528de4..1cfe24ff 100644 --- a/lang/de/common.php +++ b/lang/de/common.php @@ -1,47 +1,47 @@ 'Apply', + 'apply' => 'Übernehmen', 'avatar' => 'Avatar', - 'cancel' => 'Cancel', - 'clickToReveal' => 'Click to reveal', + 'cancel' => 'Abbrechen', + 'clickToReveal' => 'Klicken, zum Anzeigen', 'close' => 'Schließen', 'comment' => 'Comment', - 'delete' => 'Delete', - 'disable' => 'Disable', - 'disabled' => 'Disabled', - 'discard' => 'Discard', - 'edit' => 'Edit', - 'enable' => 'Enable', - 'enabled' => 'Enabled', - 'explore' => 'Explore', - 'follow' => 'Follow', + 'delete' => 'Löschen', + 'disable' => 'Deaktivieren', + 'disabled' => 'Deaktiviert', + 'discard' => 'Verwerfen', + 'edit' => 'Bearbeiten', + 'enable' => 'Aktivieren', + 'enabled' => 'Aktiviert', + 'explore' => 'Entdecken', + 'follow' => 'Folgen', 'followers' => 'Followers', - 'following' => 'Following', - 'goToHome' => 'Go to Home', - 'lastUpdated' => 'Last updated', - 'learnMore' => 'Learn more', - 'loadMore' => 'Load more', - 'loading' => 'Loading', - 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', - 'markAllRead' => 'Mark All Read', - 'markAsRead' => 'Mark as Read', - 'next' => 'Next', - 'notifications' => 'Notifications', - 'profile' => 'Profile', - 'report' => 'Report', - 'retry' => 'Retry', - 'retryingDotDotDot' => 'Retrying...', - 'save' => 'Save', - 'savingDotDotDot' => 'Saving...', - 'shareThisAccount' => 'Share this account', - 'shareThisLoop' => 'Share this Loop', - 'somethingWentWrong' => 'Something went wrong', + 'following' => 'Gefolgt', + 'goToHome' => 'Zurück zur Startseite', + 'lastUpdated' => 'Zuletzt aktualisiert', + 'learnMore' => 'Mehr erfahren', + 'loadMore' => 'Mehr anzeigen', + 'loading' => 'Wird geladen', + 'markAllAsReadConfirmMessage' => 'Sind Sie sicher, dass Sie alle ungelesenen Benachrichtigungen als gelesen markieren möchten?', + 'markAllRead' => 'Alle als gelesen markieren', + 'markAsRead' => 'Als gelesen markieren', + 'next' => 'Weiter', + 'notifications' => 'Benachrichtigungen', + 'profile' => 'Profil', + 'report' => 'Melden', + 'retry' => 'Erneut versuchen', + 'retryingDotDotDot' => 'Neuer Versuch...', + 'save' => 'Speichern', + 'savingDotDotDot' => 'Wird gespeichert...', + 'shareThisAccount' => 'Dieses Konto teilen', + 'shareThisLoop' => 'Dieses Loop teilen', + 'somethingWentWrong' => 'Etwas ist schiefgelaufen', 'status' => 'Status', - 'today' => 'Today', - 'tryAgain' => 'Try again', - 'unfollow' => 'Unfollow', - 'unread' => 'Unread', + 'today' => 'Heute', + 'tryAgain' => 'Erneut Versuchen', + 'unfollow' => 'Nicht mehr folgen', + 'unread' => 'Ungelesen', 'videos' => 'Videos', 'yesterday' => 'Gestern', ]; From 5eb34d7dfa17bb82e38ee1b93286ae0542780c88 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 30 Sep 2025 04:55:11 -0600 Subject: [PATCH 467/838] New translations contact.php (German) --- lang/de/contact.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/de/contact.php b/lang/de/contact.php index a1de0fab..e04fe2ec 100644 --- a/lang/de/contact.php +++ b/lang/de/contact.php @@ -1,16 +1,16 @@ 'Admin Contact', - 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', - 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', - 'communityForum' => 'Community Forum', - 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', - 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', + 'adminContact' => 'Admin-Kontakt', + 'adminContactMessage' => 'Für Anfragen im Zusammenhang mit operationellen Angelegenheiten (bitte verwenden Sie das In-App-Berichtssystem für inhaltliche Probleme).', + 'bodyMessage' => 'Wir sind hier, um zu helfen. Bitte nutzen Sie einen der unten angegebenen Kanäle und wir werden uns so schnell wie möglich mit Ihnen in Verbindung setzen.', + 'communityForum' => 'Community-Forum', + 'communityForumMessage' => 'Treten Sie unserer Community-Diskussion bei, stellen Sie Fragen und teilen Sie Wissen mit anderen Nutzer:innen.', + 'failedToLoadContactInformation' => 'Kontaktinformationen konnten nicht geladen werden. Bitte versuchen Sie es später erneut.', 'getInTouch' => 'Kontaktiere uns', - 'loadingContactInformationDotDotDot' => 'Loading contact information...', + 'loadingContactInformationDotDotDot' => 'Kontaktinformationen werden geladen ...', 'responseTime' => 'Reaktionszeit', - 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', + 'responseTimeMessage' => 'Wir beantworten in der Regel alle Anfragen innerhalb von 24 Stunden an Werktagen. Für dringende technische Probleme bitte "URGENT" in Ihrer Betreffzeile angeben.', 'socialConnect' => 'Soziale Verbindung', 'socialConnectMessage' => 'Folgen Sie uns im "Fediverse", für Aktualisierungen und schnelle Fragen über direkte Nachrichten.', 'technicalSupport' => 'Technischer Support', From 98d1f86987d5926472bc22602bd6a21a384c86f7 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 30 Sep 2025 04:55:12 -0600 Subject: [PATCH 468/838] New translations nav.php (German) --- lang/de/nav.php | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/lang/de/nav.php b/lang/de/nav.php index dbce7763..f4b33ad4 100644 --- a/lang/de/nav.php +++ b/lang/de/nav.php @@ -7,23 +7,23 @@ 'community' => 'Community', 'contact' => 'Kontakt', 'developers' => 'Entwickler:innen', - 'federation' => 'Federation', - 'help' => 'Help', - 'home' => 'Home', - 'join' => 'Join', - 'logIn' => 'Log in', - 'logOut' => 'Log out', - 'loginOrRegister' => 'Login or Register', - 'more' => 'More', - 'noResultsFound' => 'No results found', - 'popular' => 'Popular', - 'poweredBy' => 'Powered by', - 'privacy' => 'Privacy', - 'profile' => 'Profile', - 'recentSearches' => 'Recent Searches', - 'search' => 'Search', - 'settings' => 'Settings', - 'terms' => 'Terms', - 'upload' => 'Upload', + 'federation' => 'Föderation', + 'help' => 'Hilfe', + 'home' => 'Startseite', + 'join' => 'Beitreten', + 'logIn' => 'Anmelden', + 'logOut' => 'Abmelden', + 'loginOrRegister' => 'Anmelden oder registrieren', + 'more' => 'Mehr', + 'noResultsFound' => 'Keine Ergebnisse gefunden', + 'popular' => 'Beliebt', + 'poweredBy' => 'Unterstützt von', + 'privacy' => 'Datenschutz', + 'profile' => 'Profil', + 'recentSearches' => 'Letzte Suchen', + 'search' => 'Suche', + 'settings' => 'Einstellungen', + 'terms' => 'Bedingungen', + 'upload' => 'Hochladen', 'uploadLoop' => 'Loop hochladen', ]; From 722d26514185f827a1e87d3927729b6210feeaed Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 30 Sep 2025 04:55:13 -0600 Subject: [PATCH 469/838] New translations notifications.php (German) --- lang/de/notifications.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/de/notifications.php b/lang/de/notifications.php index 31a0548e..079a76f4 100644 --- a/lang/de/notifications.php +++ b/lang/de/notifications.php @@ -1,8 +1,8 @@ 'You\'re all caught up!', - 'errorLoadingNotifications' => 'Error loading notifications', + 'allCaughtUp' => 'Du bist auf dem neusten Stand!', + 'errorLoadingNotifications' => 'Fehler beim Laden der Benachrichtigungen', 'messageTypes' => [ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', From b041a4536f41ed2dc6a2a5e507eb304d81754001 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 30 Sep 2025 04:55:14 -0600 Subject: [PATCH 470/838] New translations pagination.php (German) --- lang/de/pagination.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/de/pagination.php b/lang/de/pagination.php index f04dccd2..7d003542 100644 --- a/lang/de/pagination.php +++ b/lang/de/pagination.php @@ -1,6 +1,6 @@ 'Next »', + 'next' => 'Nächstes »', 'previous' => '« Vorherige', ]; From c71ca381cd24ff70a9f72c891aeac2201b2f103f Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 30 Sep 2025 04:55:15 -0600 Subject: [PATCH 471/838] New translations post.php (German) --- lang/de/post.php | 100 +++++++++++++++++++++++------------------------ 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/lang/de/post.php b/lang/de/post.php index fa3cbcd2..c4469e82 100644 --- a/lang/de/post.php +++ b/lang/de/post.php @@ -1,56 +1,56 @@ 'Add comment...', - 'additionalDetails' => 'Additional details', - 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', - 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', - 'caption' => 'Caption', - 'characters' => 'characters', - 'comments' => 'Comments', - 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', - 'commentsEnabled' => 'Comments Enabled', - 'commentsHaveBeenDisabled' => 'Comments have been disabled', - 'copiedExclamation' => 'Copied!', - 'copyLink' => 'Copy link', - 'creator' => 'Creator', - 'delete' => 'Delete', - 'deleteVideo' => 'Delete Video', - 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', - 'deletingDotDotDot' => 'Deleting...', - 'dotDotDotMore' => '...more', - 'downloadsEnabled' => 'Downloads Enabled', - 'edit' => 'Edit', - 'editVideo' => 'Edit Video', - 'errorLoadingComments' => 'Error loading comments', - 'goBack' => 'Go Back', - 'goHome' => 'Go Home', - 'hide' => 'Hide', - 'loadMoreReplies' => 'Load more replies', - 'loadingVideoDotDotDot' => 'Loading video...', - 'noCommentsYet' => 'No comments yet', - 'permalink' => 'Permalink', - 'pinToProfile' => 'Pin to Profile', - 'pleaseSelectAScenario' => 'Please select a scenario', + 'addCommentDotDotDot' => 'Kommentar hinzufügen...', + 'additionalDetails' => 'Zusätzliche Details', + 'allowPeopleToCommentOnThisVideo' => 'Kommentare auf diesem Video erlauben', + 'allowPeopleToDownloadThisVideo' => 'Downloads auf diesem Video erlauben', + 'caption' => 'Untertitel', + 'characters' => 'Zeichen', + 'comments' => 'Kommentare', + 'commentsAreDisabledForThisVideo' => 'Kommentare sind für dieses Video deaktiviert', + 'commentsEnabled' => 'Kommentare aktiviert', + 'commentsHaveBeenDisabled' => 'Kommentare wurden deaktiviert', + 'copiedExclamation' => 'Kopiert!', + 'copyLink' => 'Link kopieren', + 'creator' => 'Ersteller', + 'delete' => 'Löschen', + 'deleteVideo' => 'Video löschen', + 'deleteVideoConfirmMessage' => 'Sind Sie sicher, dass Sie dieses Video löschen möchten?', + 'deletingDotDotDot' => 'Wird gelöscht...', + 'dotDotDotMore' => '...mehr anzeigen', + 'downloadsEnabled' => 'Downloads aktiviert', + 'edit' => 'Bearbeiten', + 'editVideo' => 'Video bearbeiten', + 'errorLoadingComments' => 'Fehler beim Laden der Kommentare', + 'goBack' => 'Zurück', + 'goHome' => 'Zurück zur Startseite', + 'hide' => 'Verstecken', + 'loadMoreReplies' => 'Weitere Antworten laden', + 'loadingVideoDotDotDot' => 'Video wird geladen...', + 'noCommentsYet' => 'Noch keine Kommentare', + 'permalink' => 'Permanenter Link', + 'pinToProfile' => 'An dein Profil anheften', + 'pleaseSelectAScenario' => 'Wähle ein Szenario', 'post' => 'Post', - 'postingDotDotDot' => 'Posting...', - 'replies' => 'replies', - 'reply' => 'Reply', - 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', - 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', - 'reportTextPlaceholder1023' => 'Please describe the illegal content...', - 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', - 'reportTextPlaceholderDefault' => 'Please provide additional details...', - 'saveChanges' => 'Save Changes', - 'sensitiveContent' => 'Sensitive Content', - 'showLess' => 'Show less', - 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', - 'signInToLeaveAComment' => 'Sign in to leave a comment', - 'submit' => 'Submit', - 'submittingDotDotDot' => 'Submitting...', - 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', - 'view' => 'View', + 'postingDotDotDot' => 'Wird gepostet...', + 'replies' => 'Antworten', + 'reply' => 'Antworten', + 'reportTextPlaceholder1018' => 'Bitte beschreiben Sie die Fehlinformationen, die Sie melden möchten...', + 'reportTextPlaceholder1021' => 'Bitte beschreiben Sie die betrügerische Aktivität...', + 'reportTextPlaceholder1023' => 'Bitte beschreiben Sie den illegalen Inhalt...', + 'reportTextPlaceholder1026' => 'Bitte geben Sie weitere Details zu Ihrem Bericht an...', + 'reportTextPlaceholderDefault' => 'Bitte geben Sie weitere Einzelheiten an...', + 'saveChanges' => 'Änderungen Speichern', + 'sensitiveContent' => 'Sensibler Inhalt', + 'showLess' => 'Weniger anzeigen', + 'showThisVideoAtTheTopOfYourProfile' => 'Dieses Video an der Spitze deines Profils anzeigen', + 'signInToLeaveAComment' => 'Anmelden, um einen Kommentar zu hinterlassen', + 'submit' => 'Bestätigen', + 'submittingDotDotDot' => 'Wird übermittelt...', + 'thisActionCannotBeUndone' => 'Diese Aktion kann nicht rückgängig gemacht werden. Video wird permanent gelöscht.', + 'view' => 'Ansicht', 'writeAReplyDotDotDot' => 'Eine Antwort verfassen ...', - 'writeYourCaptionDotDotDot' => 'Write your caption...', - 'yourReportingThis' => 'You\'re reporting this :type for: :message', + 'writeYourCaptionDotDotDot' => 'Verfasse deine Beschreibung...', + 'yourReportingThis' => 'Du meldest dieses/diesen :type für: :message', ]; From c21753555f5123cbab42066400c882b113abb92c Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 30 Sep 2025 04:55:16 -0600 Subject: [PATCH 472/838] New translations profile.php (German) --- lang/de/profile.php | 72 ++++++++++++++++++++++----------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/lang/de/profile.php b/lang/de/profile.php index 7dc9e880..d2d4849b 100644 --- a/lang/de/profile.php +++ b/lang/de/profile.php @@ -1,45 +1,45 @@ 'Applying...', - 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', - 'avatarFileSizeError' => 'Image file size must be less than 5MB.', - 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', - 'bio' => 'Bio', - 'bioHelp' => 'Optional bio (up to 80 characters)', - 'bioPlaceholder' => 'Add an optional bio', - 'block' => 'Block', - 'blocked' => 'Blocked', - 'deleteAvatar' => 'Delete Avatar', - 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', - 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', - 'displayName' => 'Display Name', - 'displayNameHelp' => 'Display names can be up to 30 characters long.', - 'editProfile' => 'Edit Profile', - 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', - 'likes' => 'Likes', - 'loadingProfileDotDotDot' => 'Loading profile...', - 'noFollowersYet' => 'No followers yet', - 'noMorePostsToLoad' => 'No more posts to load', - 'noVideosYet' => 'No videos yet', - 'notFollowingAnyone' => 'Not following anyone', - 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', - 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', - 'profileNotFound' => 'Profile not found', - 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', - 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'applyingDotDotDot' => 'Wird angewendet...', + 'avatarFailedToUploadError' => 'Fehler Aktualisieren ihres Avatars. Bitte erneut versuchen.', + 'avatarFileSizeError' => 'Bilder müssen kleiner als 5MB sein.', + 'avatarFileTypeError' => 'Bitte wählen Sie eins der geeigneten Formate (PNG, JPEG oder JPG).', + 'bio' => 'Über mich', + 'bioHelp' => 'Optionale Biografie (bis zu 80 Zeichen)', + 'bioPlaceholder' => 'Optionale Biografie hinzufügen', + 'block' => 'Blockieren', + 'blocked' => 'Blockiert', + 'deleteAvatar' => 'Avatar löschen', + 'deleteAvatarConfirmMessage' => 'Möchten sie ihren Avatar wirklich löschen?', + 'deleteAvatarFailedMessage' => 'Fehler beim Löschen des Avatars. Bitte erneut versuchen.', + 'displayName' => 'Anzeigename', + 'displayNameHelp' => 'Anzeigename kann bis zu 30 Zeichen lang sein.', + 'editProfile' => 'Profil bearbeiten', + 'failedToUpdateProfileErrorMessage' => 'Fehler beim Aktualisieren des Profils. Bitte versuchen Sie es erneut.', + 'likes' => '"Gefällt mir"-Angaben', + 'loadingProfileDotDotDot' => 'Lade Profil...', + 'noFollowersYet' => 'Noch keine Follower', + 'noMorePostsToLoad' => 'Keine weiteren Beiträge zu laden', + 'noVideosYet' => 'Noch keine Videos', + 'notFollowingAnyone' => 'Sie folgen niemandem', + 'profile404ErrorMessage' => 'Wir konnten kein Profil mit dem Benutzernamen @:userId finden. Bitte überprüfen Sie den Benutzernamen und versuchen Sie es erneut.', + 'profile500ErrorMessage' => 'Unsere Server haben momentan Probleme. Bitte versuchen Sie es in wenigen Augenblicken erneut.', + 'profileNotFound' => 'Profil nicht gefunden', + 'profileOfflineErrorMessage' => 'Bitte überprüfen Sie Ihre Internetverbindung und versuchen Sie es erneut.', + 'profileUnknownErrorMessage' => 'Etwas Unerwartetes ist passiert. Bitte versuchen Sie es erneut oder kontaktieren Sie uns, falls das Problem weiterhin besteht.', 'tabFilterOptions' => [ - 'Latest' => 'Latest', - 'Popular' => 'Popular', - 'Oldest' => 'Oldest', + 'Latest' => 'Neuste', + 'Popular' => 'Beliebt', + 'Oldest' => 'Älteste', ], 'tabOptions' => [ 'Videos' => 'Videos', ], - 'unblock' => 'Unblock', - 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', - 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', - 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', - 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', - 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', + 'unblock' => 'Entblocken', + 'userHasntPostedAnyVideosYet' => ':username hat noch keine Videos veröffentlicht', + 'whenPeopleFollowThisAccount' => 'Wenn jemand diesem Konto folgt, werden sie hier erscheinen.', + 'whenThisAccountFollowsSomeone' => 'Wenn dieses Konto jemandem folgt, werden sie hier erscheinen.', + 'youHaventPostedAnyVideosYet' => 'Du hast noch keine Videos veröffentlicht', + 'youveReachedTheEndOfThisList' => 'Sie haben das Ende der Liste erreicht', ]; From fd66ce223cfb02ab4e6b2200e35122525e65ef3a Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 30 Sep 2025 04:55:18 -0600 Subject: [PATCH 473/838] New translations reports.php (German) --- lang/de/reports.php | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/lang/de/reports.php b/lang/de/reports.php index 9c1ad234..fee68f05 100644 --- a/lang/de/reports.php +++ b/lang/de/reports.php @@ -2,30 +2,30 @@ return [ 'error' => [ - 'default' => 'An unexpected error occurred', - 'title' => 'Report Error', + 'default' => 'Ein unerwarteter Fehler ist aufgetreten', + 'title' => 'Fehler melden', ], 'success' => [ - 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', - 'title' => 'Report Submitted!', + 'message' => 'Deine Meldung wurde erfolgreich gesendet und wird von unserem Moderationsteam überprüft.

Danke, dass du dazu beiträgst, unsere Community sicher zu halten ❤️', + 'title' => 'Meldung eingereicht!', ], 'types' => [ - 1010 => 'Inappropriate and irrelevant search', - 1011 => 'Violence, abuse, and criminal exploitation', - 1012 => 'Hate and harassment', - 1013 => 'Suicide and self-harm', - 1014 => 'Disordered eating and unhealthy body image', - 1015 => 'Dangerous activities and challenges', - 1016 => 'Nudity and sexual content', - 1017 => 'Shocking and graphic content', - 1018 => 'Misinformation', - 1019 => 'Deceptive behavior and spam', - 1020 => 'Regulated goods and activities', - 1021 => 'Frauds and scams', - 1022 => 'Sharing personal information', - 1023 => 'Report illegal content', - 1024 => 'Counterfeits and intellectual property', - 1025 => 'Undisclosed branded content', - 1026 => 'Other', + 1010 => 'Unpassende und irrelevante Suche', + 1011 => 'Gewalt, Missbrauch und kriminelle Ausbeutung', + 1012 => 'Hass und Belästigung', + 1013 => 'Suizid und Selbstverletzung', + 1014 => 'Essstörungen und ungesunde Körperbilder', + 1015 => 'Gefährliche Aktivitäten und Challenges', + 1016 => 'Nacktheit und sexuelle Inhalte', + 1017 => 'Schockierende und grafische Inhalte', + 1018 => 'Falschinformationen', + 1019 => 'Täuschendes Verhalten und Spam', + 1020 => 'Regulierte Waren und Aktivitäten', + 1021 => 'Betrug', + 1022 => 'Weitergabe persönlicher Daten', + 1023 => 'Illegalen Inhalt melden', + 1024 => 'Fälschungen und geistiges Eigentum', + 1025 => 'Unmarkierte Werbung', + 1026 => 'Sonstige', ], ]; From f73e545319673c3cdafc02e1491abc2325b68147 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 30 Sep 2025 04:55:19 -0600 Subject: [PATCH 474/838] New translations settings.php (German) --- lang/de/settings.php | 176 +++++++++++++++++++++---------------------- 1 file changed, 88 insertions(+), 88 deletions(-) diff --git a/lang/de/settings.php b/lang/de/settings.php index 51c6908b..59636df7 100644 --- a/lang/de/settings.php +++ b/lang/de/settings.php @@ -1,95 +1,95 @@ 'Account control', - 'accountData' => 'Account data', - 'accountInformation' => 'Account information', - 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', - 'added' => 'Added', - 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', - 'analyticsTracking' => 'Analytics tracking', - 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', - 'back' => 'Back', - 'cancelChange' => 'Cancel change', - 'change' => 'Change', - 'changeEmail' => 'Change email', - 'changeEmailAddress' => 'Change email address', - 'changePassword' => 'Change Password', - 'changingDotDotDot' => 'Changing...', - 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', - 'commentsMade' => 'Comments made', - 'confirmNewPassword' => 'Confirm new password', - 'confirmYourPassword' => 'Confirm your password', - 'currentEmailAddress' => 'Current email address', - 'currentPassword' => 'Current password', - 'dataExport' => 'Data export', - 'dataInsights' => 'Data insights', - 'dataManagement' => 'Data management', - 'dataRetention' => 'Data retention', - 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', - 'dataSharingForResearch' => 'Data sharing for research', - 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', - 'deactivate' => 'Deactivate', - 'deactivateAccount' => 'Deactivate account', - 'deleteAccount' => 'Delete account', - 'disable2FAButton' => 'Disable Two Factor', - 'disableTwoFactor' => 'Disable Two-Factor Authentication', - 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', - 'downloadYourAccountDataExport' => 'Download your account data export.', - 'email' => 'Email', - 'emailChangePending' => 'Email change pending', - 'emailSettings' => 'Email settings', - 'enableFederation' => 'Enable Federation', - 'enableTwoFactor' => 'Enable Two-Factor Authentication', - 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', - 'enterYourCurrentPassword' => 'Enter your current password', - 'enterYourNewEmailAddress' => 'Enter your new email address', - 'exportHistory' => 'Export history', - 'hoursWatched' => 'Hours watched', - 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', - 'likesGiven' => 'Likes given', - 'manageAccount' => 'Manage account', - 'manageYourAccountEmail' => 'Manage your account email.', - 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', - 'manageYourLoopsAccount' => 'Manage Your Loops Account', - 'newEmailAddress' => 'New email address', - 'newPassword' => 'New password', - 'noExportsYet' => 'No exports yet', - 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', - 'noRestrictions' => 'No restrictions', - 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', - 'password' => 'Password', - 'passwordAndAuthentication' => 'Password and authentication', - 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', - 'privacy' => 'Privacy', - 'privateAccount' => 'Private account', - 'recentExports' => 'Recent exports', - 'resendVerification' => 'Resend verification', - 'safety' => 'Safety', - 'security' => 'Security', - 'selectiveDataExport' => ' Selective data export', - 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', - 'sendingDotDotDot' => 'Sending...', - 'setup2FA' => 'Setup Two-Factor Authentication', - 'setup2FAStep1' => 'Step 1: Scan QR Code', - 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', - 'setup2FAStep2' => 'Step 2: Enter Verification Code', - 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', + 'accountControl' => 'Kontoverwaltung', + 'accountData' => 'Kontodaten', + 'accountInformation' => 'Kontoinformationen', + 'addAnExtraLayerOfSecurity' => 'Fügen Sie Ihrem Konto eine zusätzliche Sicherheitsstufe mit 2FA über eine Authentifizierungs-App hinzu.', + 'added' => 'Hinzugefügt', + 'allowYourAccountAndVideosToBeShared' => 'Erlaube dein Konto und deine Videos mit Personen auf anderen Servern zu teilen.', + 'analyticsTracking' => 'Analyse Verfolgung', + 'analyticsTrackingMessage' => 'Erlauben Sie Loops, Ihre Nutzung für Analytics und zur Verbesserung des Services zu verfolgen.', + 'back' => 'Zurück', + 'cancelChange' => 'Änderungen verwerfen', + 'change' => 'Ändern', + 'changeEmail' => 'E-Mail ändern', + 'changeEmailAddress' => 'E-Mail-Adresse ändern', + 'changePassword' => 'Passwort ändern', + 'changingDotDotDot' => 'Wird geändert...', + 'clickTheLinkInThatEmail' => 'Klicken Sie auf den Link in der E-Mail an, um die Änderung abzuschließen.', + 'commentsMade' => 'Gepostete Kommentare', + 'confirmNewPassword' => 'Neues Passwort bestätigen', + 'confirmYourPassword' => 'Passwort bestätigen', + 'currentEmailAddress' => 'Aktuelle E-Mail-Adresse', + 'currentPassword' => 'Aktuelles Passwort', + 'dataExport' => 'Datenexport', + 'dataInsights' => 'Dateneinblicke', + 'dataManagement' => 'Datenmanagement', + 'dataRetention' => 'Datenspeicherung', + 'dataRetentionMessage' => 'Wählen Sie, wie lange Ihre Inhalte und Aktivitäten vor der automatischen Löschung aufbewahrt werden sollen.', + 'dataSharingForResearch' => 'Datenaustausch zu Forschungszwecken', + 'dataSharingForResearchMessage' => 'Verwendung von daten für akademische Forschung und Verbesserung der Plattform zulassen.', + 'deactivate' => 'Deaktivieren', + 'deactivateAccount' => 'Konto deaktivieren', + 'deleteAccount' => 'Konto löschen', + 'disable2FAButton' => '2FA deaktivieren', + 'disableTwoFactor' => 'Zwei-Faktor-Authentifizierung deaktivieren', + 'disableTwoFactorMessage' => 'Sind Sie sicher, dass Sie die Zwei-Faktor-Authentifizierung deaktivieren möchten? Dies wird die Sicherheit Ihres Kontos verringern.', + 'downloadYourAccountDataExport' => 'Datenexporte ihres Kontos herunterladen.', + 'email' => 'E-Mail', + 'emailChangePending' => 'E-Mail Änderung im Gange', + 'emailSettings' => 'E-Mail Einstellungen', + 'enableFederation' => 'Föderation aktivieren', + 'enableTwoFactor' => 'Zwei-Faktor-Authentifizierung aktivieren', + 'enableTwoFactorMessage' => 'Sind Sie sicher, dass Sie die Zwei-Faktor-Authentifikation aktivieren wollen?', + 'enterYourCurrentPassword' => 'Geben Sie Ihr aktuelles Passwort ein', + 'enterYourNewEmailAddress' => 'Geben sie ihre neue E-Mail-Adresse ein', + 'exportHistory' => 'Verlauf exportieren', + 'hoursWatched' => 'Stunden gesehen', + 'invalidVerificationCodePleaseTryAgain' => 'Ungültiger Bestätigungscode, bitte versuche es erneut.', + 'likesGiven' => '„Gefällt mir“-Angaben', + 'manageAccount' => 'Profil verwalten', + 'manageYourAccountEmail' => 'E-Mail ihres Kontos verwalten.', + 'manageYourAccountSecuritySettings' => 'Sicherheitseinstellungen ihres Kontos verwalten.', + 'manageYourLoopsAccount' => 'Ihr Loops Konto verwalten', + 'newEmailAddress' => 'Neue E-Mail-Adresse', + 'newPassword' => 'Neues Passwort', + 'noExportsYet' => 'Noch keine Exporte', + 'noExportsYetMessage' => 'Ihre Datenexporte werden hier angezeigt, wenn sie zum Download bereit sind.', + 'noRestrictions' => 'Keine Einschränkungen', + 'oopsTheFollowingErrorsOccured' => 'Ups, folgende/r Fehler sind/ist aufgetreten:', + 'password' => 'Passwort', + 'passwordAndAuthentication' => 'Passwort und Authentifizierung', + 'pleaseEnterA6DigitCode' => 'Bitte geben Sie den 6-stelligen Code ein', + 'privacy' => 'Privatsphäre', + 'privateAccount' => 'Privates Konto', + 'recentExports' => 'Kürzliche Exporte', + 'resendVerification' => 'Bestätigung erneut senden', + 'safety' => 'Sicherheit', + 'security' => 'Sicherheit', + 'selectiveDataExport' => ' Selektiver Datenexport', + 'selectiveDataExportMessage' => 'Wählen Sie bestimmte Arten von Daten zu exportieren aus, wenn Sie nicht alle Daten benötigen.', + 'sendingDotDotDot' => 'Wird gesendet...', + 'setup2FA' => 'Zwei-Faktor-Authentifizierung einrichten', + 'setup2FAStep1' => 'Schritt 1: QR-Code scannen', + 'setup2FAStep1Message' => 'Scannen Sie diesen QR-Code mit Ihrer Authentifizierungs-App (Google Authenticator, Authy, etc.)', + 'setup2FAStep2' => 'Schritt 2: Geben Sie den Bestätigungscode ein', + 'setup2FAStep2Message' => 'Geben Sie den 6-stelligen Code aus ihrer Authentifizierungs-App ein', 'status' => 'Status', - 'successExclamation' => 'Success!', - 'successPasswordChangedMessage' => 'Your password was successfully updated!', - 'totalDataSize' => 'Total data size:', - 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', - 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', - 'twoFactorAuthentication' => 'Two-factor authentication', - 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', - 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', - 'unverified' => 'Unverified', - 'verified' => 'Verified', - 'verifyAndEnable' => 'Verify & Enable', - 'verifyingDotDotDot' => 'Verifying...', - 'videosPosted' => 'Videos posted', - 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', + 'successExclamation' => 'Erfolg!', + 'successPasswordChangedMessage' => 'Dein Passwort wurde erfolgreich aktualisiert!', + 'totalDataSize' => 'Gesamte Datengröße:', + 'twoFactorAuthDisabled' => 'Zwei-Faktor-Authentifizierung deaktiviert', + 'twoFactorAuthDisabledMessage' => 'Zwei-Faktor-Authentifizierung wurde erfolgreich für Ihr Konto deaktiviert.', + 'twoFactorAuthentication' => 'Zwei-Faktor-Authentifizierung', + 'twoFactorEnabled' => 'Zwei-Faktor-Authentifizierung aktiviert', + 'twoFactorEnabledMessage' => 'Zwei-Faktor-Authentifizierung wurde erfolgreich für Ihr Konto aktiviert', + 'unverified' => 'Unverifiziert', + 'verified' => 'Verifiziert', + 'verifyAndEnable' => 'Verifizieren & aktivieren', + 'verifyingDotDotDot' => 'Wird verifiziert...', + 'videosPosted' => 'Videos veröffentlicht', + 'weMayRestrictAccounts' => 'Wir können Konten einschränken, die nicht mit unseren Community-Richtlinien übereinstimmen.', 'weveSentAnEmail' => 'We\'ve sent a verification email to', 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', 'yourAccountStatistics' => 'Your account statistics', From b855289c107a62261c03d3d19c19a7a1bef3021c Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 30 Sep 2025 04:55:20 -0600 Subject: [PATCH 475/838] New translations studio.php (German) --- lang/de/studio.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/de/studio.php b/lang/de/studio.php index 71d602dd..2c69d4b1 100644 --- a/lang/de/studio.php +++ b/lang/de/studio.php @@ -44,12 +44,12 @@ 'settings' => 'Settings', 'sizeAndDuration' => 'Size and duration', 'stitch' => 'Stitch', - 'stitchMessage' => 'Allow others to stitch this video with their own', - 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', - 'uploadFirstVideo' => 'Upload first video', - 'users' => 'users', - 'videoResolutions' => 'Video resolutions', - 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', - 'view' => 'View', - 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', + 'stitchMessage' => 'Anderen erlauben, dieses Video mit ihren eigenen zu "stitchen"', + 'unsavedWarning' => 'Ein Video, was Sie bearbeitet haben, wurde nicht gespeichert. Bearbeitung fortsetzen?', + 'uploadFirstVideo' => 'Erstes Video hochladen', + 'users' => 'Nutzer', + 'videoResolutions' => 'Videoauflösungen', + 'videoResolutionsMessage' => 'Hohe Auflösungen empfohlen: 1080p, 1440p oder 4K.', + 'view' => 'Ansicht', + 'yourPostedAndProcessingVideos' => 'Deine hochgeladenen Videos und Videos in Bearbeitung werden hier angezeigt', ]; From 40cc0a28defabcd82e22cfe853299f2ff12da6cb Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 30 Sep 2025 05:53:01 -0600 Subject: [PATCH 476/838] New translations notifications.php (German) --- lang/de/notifications.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/de/notifications.php b/lang/de/notifications.php index 079a76f4..95c86039 100644 --- a/lang/de/notifications.php +++ b/lang/de/notifications.php @@ -4,11 +4,11 @@ 'allCaughtUp' => 'Du bist auf dem neusten Stand!', 'errorLoadingNotifications' => 'Fehler beim Laden der Benachrichtigungen', 'messageTypes' => [ - 'videoLike' => 'liked your video', - 'newFollower' => 'started following you', - 'videoComment' => 'commented on your video', - 'videoShare' => 'shared your video', - 'default' => 'interacted with your content', + 'videoLike' => 'gefällt dein Video', + 'newFollower' => 'folgt Dir jetzt', + 'videoComment' => 'hat dein Video kommentiert', + 'videoShare' => 'teilte dein Video', + 'default' => 'hat mit deinen Inhalten interagiert', ], 'noNotifications' => 'Keine Benachrichtigungen', ]; From 721bc79f63177f1757463b956a01a38e041f894b Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 30 Sep 2025 05:53:02 -0600 Subject: [PATCH 477/838] New translations settings.php (German) --- lang/de/settings.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/de/settings.php b/lang/de/settings.php index 59636df7..0dfd1baf 100644 --- a/lang/de/settings.php +++ b/lang/de/settings.php @@ -90,10 +90,10 @@ 'verifyingDotDotDot' => 'Wird verifiziert...', 'videosPosted' => 'Videos veröffentlicht', 'weMayRestrictAccounts' => 'Wir können Konten einschränken, die nicht mit unseren Community-Richtlinien übereinstimmen.', - 'weveSentAnEmail' => 'We\'ve sent a verification email to', - 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', - 'yourAccountStatistics' => 'Your account statistics', - 'yourDataYourControl' => 'Your data, your control', - 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', - 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', + 'weveSentAnEmail' => 'Wir haben ihnen eine Bestätigungsmail an die folgende E-Mail gesendet', + 'withAPrivateAccountMessage' => 'Mit einem privaten Konto können Nutzer:innen ihren nur mit ihrer Bestätigung folgen und ihre Videos sehen. Ihre aktuellen Follower werden nicht beeinflusst.', + 'yourAccountStatistics' => 'Ihre Kontostatistiken', + 'yourDataYourControl' => 'Deine Daten, deine Kontrolle', + 'yourDataYourControlMessage' => 'Kontodaten herunterladen oder überprüfen. Alle Exporte werden, zur einfachen Weiterverwendung, im JSON-Format bereitgestellt', + 'yourEmailIsUsedForRecoveryMessage' => 'Ihre E-Mail wird verwendet für Kontowiederherstellung, Benachrichtigungen und Sicherheitsbenachrichtigungen. Wir werden alle Änderungen überprüfen, um die Sicherheit Ihres Kontos zu gewährleisten.', ]; From c958ae8dd538ae7e29b905d51e3ce3cfb1b88122 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 30 Sep 2025 05:53:03 -0600 Subject: [PATCH 478/838] New translations studio.php (German) --- lang/de/studio.php | 76 +++++++++++++++++++++++----------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/lang/de/studio.php b/lang/de/studio.php index 2c69d4b1..dbd065c8 100644 --- a/lang/de/studio.php +++ b/lang/de/studio.php @@ -1,48 +1,48 @@ 'Actions', - 'allowOthersTo' => 'Allow others to', - 'aspectRatios' => 'Aspect ratios', - 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', - 'caption' => 'Caption', - 'commentMessage' => 'Allow others to post comments and replies on this post', - 'comments' => 'Comments', - 'containsNSFW' => 'Contains NSFW/Sensitive content', - 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', - 'contentCreatedOn' => 'Content (Created on)', - 'customCover' => 'Custom Cover', - 'describeYourVideoDotDotDot' => 'Describe your video...', + 'actions' => 'Aktionen', + 'allowOthersTo' => 'Anderen Erlauben', + 'aspectRatios' => 'Seitenverhältnisse', + 'aspectRatiosMessage' => 'Empfehlung: 16:9 für Waagerecht und 9:16 für Vertikal.', + 'caption' => 'Untertitel', + 'commentMessage' => 'Anderen erlauben zu kommentieren und auf diesen Post zu antworten', + 'comments' => 'Kommentare', + 'containsNSFW' => 'Enthält NSFW/Sensitive Inhalte', + 'containsNSFWMessage' => 'Diesen post, als Sensible markieren, um eine Warnung anzuzeigen', + 'contentCreatedOn' => 'Inhalt (Erstellt am)', + 'customCover' => 'Eigenes Vorschaubild', + 'describeYourVideoDotDotDot' => 'Ihr Video beschreiben...', 'details' => 'Details', - 'download' => 'Download', - 'downloadMessage' => 'Allow others to download this video', - 'duet' => 'Duet', + 'download' => 'Herunterladen', + 'downloadMessage' => 'Anderen Erlauben dieses Video Herunterzuladen', + 'duet' => 'Duett', 'duetMessage' => 'Allow others to duet this video with their own', 'feed' => 'Feed', - 'fileFormats' => 'File formats', - 'followers' => 'Followers', - 'following' => 'Following', - 'found' => 'found', + 'fileFormats' => 'Dateiformate', + 'followers' => 'Follower', + 'following' => 'Gefolgt', + 'found' => 'gefunden', 'hashtag' => 'Hashtag', - 'hashtags' => 'hashtags', - 'likes' => 'Likes', - 'maximumSize' => 'Maximum size:', - 'mbVideoDuration' => ' MB, video duration:', - 'mention' => 'Mention', - 'minutes' => 'minute(s).', - 'myPosts' => 'My Posts', - 'no' => 'No', - 'orDragAndDropItHere' => 'Or drag and drop it here', - 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', - 'posts' => 'Posts', - 'recommended' => 'Recommended:', - 'replace' => 'Replace', - 'searchByPostCaption' => 'Search by post caption', - 'searchingDotDotDot' => 'Searching...', - 'selectVideo' => 'Select video', - 'selectVideoToUpload' => 'Select video to upload', - 'settings' => 'Settings', - 'sizeAndDuration' => 'Size and duration', + 'hashtags' => 'Hashtags', + 'likes' => '"Gefällt mir"-Angaben', + 'maximumSize' => 'Maximale Größe:', + 'mbVideoDuration' => ' MB, Videolänge:', + 'mention' => 'Erwähnung', + 'minutes' => 'Minute(n).', + 'myPosts' => 'Meine Beiträge', + 'no' => 'Nein', + 'orDragAndDropItHere' => 'Oder hier hereinziehen', + 'otherMajorFormatsAreSupported' => '. Andere große Formate werden unterstützt.', + 'posts' => 'Beiträge', + 'recommended' => 'Empfohlen:', + 'replace' => 'Ersetzten', + 'searchByPostCaption' => 'Durchsuche Post Beschreibung', + 'searchingDotDotDot' => 'Suche wird durchgeführt...', + 'selectVideo' => 'Video auswählen', + 'selectVideoToUpload' => 'Video zum Hochladen auswählen', + 'settings' => 'Einstellungen', + 'sizeAndDuration' => 'Größe und Dauer', 'stitch' => 'Stitch', 'stitchMessage' => 'Anderen erlauben, dieses Video mit ihren eigenen zu "stitchen"', 'unsavedWarning' => 'Ein Video, was Sie bearbeitet haben, wurde nicht gespeichert. Bearbeitung fortsetzen?', From 48e44ab41b456ec7cd33c2c48e8561849e1780cd Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:05 -0600 Subject: [PATCH 479/838] New translations common.php (German) --- lang/de/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/de/common.php b/lang/de/common.php index 1cfe24ff..d0e5f98c 100644 --- a/lang/de/common.php +++ b/lang/de/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Übernehmen', 'avatar' => 'Avatar', 'cancel' => 'Abbrechen', @@ -12,6 +13,7 @@ 'disabled' => 'Deaktiviert', 'discard' => 'Verwerfen', 'edit' => 'Bearbeiten', + 'edited' => 'Edited', 'enable' => 'Aktivieren', 'enabled' => 'Aktiviert', 'explore' => 'Entdecken', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Gefolgt', 'goToHome' => 'Zurück zur Startseite', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Zuletzt aktualisiert', 'learnMore' => 'Mehr erfahren', 'loadMore' => 'Mehr anzeigen', 'loading' => 'Wird geladen', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Sind Sie sicher, dass Sie alle ungelesenen Benachrichtigungen als gelesen markieren möchten?', 'markAllRead' => 'Alle als gelesen markieren', 'markAsRead' => 'Als gelesen markieren', 'next' => 'Weiter', + 'noMoreResults' => 'No more results.', 'notifications' => 'Benachrichtigungen', 'profile' => 'Profil', + 'readMore' => 'Read more', 'report' => 'Melden', 'retry' => 'Erneut versuchen', 'retryingDotDotDot' => 'Neuer Versuch...', From 0c0e27fe55ec80044e158d0ee68a12cd30e8f64b Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:06 -0600 Subject: [PATCH 480/838] New translations common.php (Romanian) --- lang/ro/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/ro/common.php b/lang/ro/common.php index c92cb9b8..4515d88d 100644 --- a/lang/ro/common.php +++ b/lang/ro/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From d263817fd89572055237773c7d36e9cf456dacd9 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:07 -0600 Subject: [PATCH 481/838] New translations common.php (French) --- lang/fr/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/fr/common.php b/lang/fr/common.php index 117b2632..64cbad5e 100644 --- a/lang/fr/common.php +++ b/lang/fr/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Appliquer', 'avatar' => 'Avatar', 'cancel' => 'Annuler', @@ -12,6 +13,7 @@ 'disabled' => 'Désactivé', 'discard' => 'Ignorer', 'edit' => 'Modifier', + 'edited' => 'Edited', 'enable' => 'Activer', 'enabled' => 'Activé', 'explore' => 'Explorer', @@ -19,16 +21,20 @@ 'followers' => 'Abonnés', 'following' => 'Abonnements', 'goToHome' => 'Accueil', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Dernière mise à jour', 'learnMore' => 'En savoir plus', 'loadMore' => 'Voir plus', 'loading' => 'Chargement', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Marquer toutes les notifications comme lues ?', 'markAllRead' => 'Tout marquer comme lu', 'markAsRead' => 'Marquer comme lu', 'next' => 'Suivant', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profil', + 'readMore' => 'Read more', 'report' => 'Signaler', 'retry' => 'Réessayer', 'retryingDotDotDot' => 'Nouvel essai...', From d6eb0c5c20804721d6517114fcdc33f9e796f0a7 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:08 -0600 Subject: [PATCH 482/838] New translations common.php (Spanish) --- lang/es/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/es/common.php b/lang/es/common.php index 7d20444a..cd6fa893 100644 --- a/lang/es/common.php +++ b/lang/es/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Aplicar', 'avatar' => 'Avatar', 'cancel' => 'Cancelar', @@ -12,6 +13,7 @@ 'disabled' => 'Deshabilitado', 'discard' => 'Descartar', 'edit' => 'Editar', + 'edited' => 'Edited', 'enable' => 'Habilitar', 'enabled' => 'Habilitado', 'explore' => 'Explorar', @@ -19,16 +21,20 @@ 'followers' => 'Seguidores', 'following' => 'Siguiendo', 'goToHome' => 'Ir al inicio', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Última actualización', 'learnMore' => 'Más información', 'loadMore' => 'Cargar más', 'loading' => 'Cargando', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => '¿Estás seguro de que deseas marcar todas las notificaciones no leídas como leídas?', 'markAllRead' => 'Marcar todo como leído', 'markAsRead' => 'Marcar como leído', 'next' => 'Siguiente', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notificaciones', 'profile' => 'Perfil', + 'readMore' => 'Read more', 'report' => 'Reportar', 'retry' => 'Reintentar', 'retryingDotDotDot' => 'Reintentando...', From 8721b9c8bd8e45553557d750b505a7c5cca47830 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:09 -0600 Subject: [PATCH 483/838] New translations common.php (Afrikaans) --- lang/af/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/af/common.php b/lang/af/common.php index c92cb9b8..4515d88d 100644 --- a/lang/af/common.php +++ b/lang/af/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From 25d49600f1d328c9d378e9f02fb89e69f51e1457 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:10 -0600 Subject: [PATCH 484/838] New translations common.php (Arabic) --- lang/ar/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/ar/common.php b/lang/ar/common.php index c92cb9b8..4515d88d 100644 --- a/lang/ar/common.php +++ b/lang/ar/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From ba604c19e2401c6c6799a0be8f83167099ef6fe6 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:11 -0600 Subject: [PATCH 485/838] New translations common.php (Catalan) --- lang/ca/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/ca/common.php b/lang/ca/common.php index c92cb9b8..4515d88d 100644 --- a/lang/ca/common.php +++ b/lang/ca/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From 70cde3e85695960784bcd8db297b282f081dd951 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:12 -0600 Subject: [PATCH 486/838] New translations common.php (Czech) --- lang/cs/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/cs/common.php b/lang/cs/common.php index c92cb9b8..4515d88d 100644 --- a/lang/cs/common.php +++ b/lang/cs/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From 72330b01128cc64d66788f7f7b29f124541fb531 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:13 -0600 Subject: [PATCH 487/838] New translations common.php (Danish) --- lang/da/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/da/common.php b/lang/da/common.php index c92cb9b8..4515d88d 100644 --- a/lang/da/common.php +++ b/lang/da/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From 986c70c250d77d92641597e1315b3548801bbd96 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:14 -0600 Subject: [PATCH 488/838] New translations common.php (Greek) --- lang/el/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/el/common.php b/lang/el/common.php index c92cb9b8..4515d88d 100644 --- a/lang/el/common.php +++ b/lang/el/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From e2a36b5caa61da9ef996df002f3e308449b76c27 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:15 -0600 Subject: [PATCH 489/838] New translations common.php (Finnish) --- lang/fi/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/fi/common.php b/lang/fi/common.php index c92cb9b8..4515d88d 100644 --- a/lang/fi/common.php +++ b/lang/fi/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From c05a3114dd12636dd87e047c23240c8d30f88efe Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:16 -0600 Subject: [PATCH 490/838] New translations common.php (Hebrew) --- lang/he/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/he/common.php b/lang/he/common.php index c92cb9b8..4515d88d 100644 --- a/lang/he/common.php +++ b/lang/he/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From a7e8be95d09f8c7a34cc97a6b58bade4c2acbd2a Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:17 -0600 Subject: [PATCH 491/838] New translations common.php (Hungarian) --- lang/hu/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/hu/common.php b/lang/hu/common.php index c92cb9b8..4515d88d 100644 --- a/lang/hu/common.php +++ b/lang/hu/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From 1c334cfd422c154b36678bd6549e3081aaa95b42 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:18 -0600 Subject: [PATCH 492/838] New translations common.php (Italian) --- lang/it/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/it/common.php b/lang/it/common.php index 1e34d155..fd13d59a 100644 --- a/lang/it/common.php +++ b/lang/it/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Applica', 'avatar' => 'Avatar', 'cancel' => 'Cancella', @@ -12,6 +13,7 @@ 'disabled' => 'Disabilitato', 'discard' => 'Scarta', 'edit' => 'Modifica', + 'edited' => 'Edited', 'enable' => 'Abilita', 'enabled' => 'Abilitato', 'explore' => 'Esplora', @@ -19,16 +21,20 @@ 'followers' => 'Seguaci', 'following' => 'Seguiti', 'goToHome' => 'Vai alla Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Ultimo aggiornamento', 'learnMore' => 'Altre informazioni', 'loadMore' => 'Carica di più', 'loading' => 'Caricamento', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Sei sicuro di voler segnare tutte le notifiche non lette come lette?', 'markAllRead' => 'Segna tutti come letti', 'markAsRead' => 'Segna come letto', 'next' => 'Avanti', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifiche', 'profile' => 'Profilo', + 'readMore' => 'Read more', 'report' => 'Segnala', 'retry' => 'Riprova', 'retryingDotDotDot' => 'Riprova...', From e39e90a59c9d7df92349e795f2a1baf192059698 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:19 -0600 Subject: [PATCH 493/838] New translations common.php (Japanese) --- lang/ja/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/ja/common.php b/lang/ja/common.php index c92cb9b8..4515d88d 100644 --- a/lang/ja/common.php +++ b/lang/ja/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From 9b3c854c93005a4bd8f209403dbedf64a921b065 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:21 -0600 Subject: [PATCH 494/838] New translations common.php (Korean) --- lang/ko/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/ko/common.php b/lang/ko/common.php index c92cb9b8..4515d88d 100644 --- a/lang/ko/common.php +++ b/lang/ko/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From b21226cfeb807151beeb151f8d423b58717fa08b Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:22 -0600 Subject: [PATCH 495/838] New translations common.php (Dutch) --- lang/nl/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/nl/common.php b/lang/nl/common.php index c92cb9b8..4515d88d 100644 --- a/lang/nl/common.php +++ b/lang/nl/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From 3d2f3df0a01ad79f4c95bf68dff0cc224f21d8ec Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:23 -0600 Subject: [PATCH 496/838] New translations common.php (Norwegian) --- lang/no/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/no/common.php b/lang/no/common.php index c92cb9b8..4515d88d 100644 --- a/lang/no/common.php +++ b/lang/no/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From d5590eae41884712b5e70138ae0dcf356b8842b5 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:24 -0600 Subject: [PATCH 497/838] New translations common.php (Polish) --- lang/pl/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/pl/common.php b/lang/pl/common.php index c92cb9b8..4515d88d 100644 --- a/lang/pl/common.php +++ b/lang/pl/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From 0320c7284ae72c91439b2fa36bd038737aacb115 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:25 -0600 Subject: [PATCH 498/838] New translations common.php (Portuguese) --- lang/pt/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/pt/common.php b/lang/pt/common.php index c92cb9b8..4515d88d 100644 --- a/lang/pt/common.php +++ b/lang/pt/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From f74b7b7154a6ca0fb838fb791cb657171a750402 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:26 -0600 Subject: [PATCH 499/838] New translations common.php (Russian) --- lang/ru/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/ru/common.php b/lang/ru/common.php index c92cb9b8..4515d88d 100644 --- a/lang/ru/common.php +++ b/lang/ru/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From 5e5e10478d5e3ac5e082b945bc902045fcf9a002 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:27 -0600 Subject: [PATCH 500/838] New translations common.php (Serbian (Cyrillic)) --- lang/sr/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/sr/common.php b/lang/sr/common.php index c92cb9b8..4515d88d 100644 --- a/lang/sr/common.php +++ b/lang/sr/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From 7366871d3c03c4b8728e73bc99750d5a2fbb3afc Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:28 -0600 Subject: [PATCH 501/838] New translations common.php (Swedish) --- lang/sv/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/sv/common.php b/lang/sv/common.php index c92cb9b8..4515d88d 100644 --- a/lang/sv/common.php +++ b/lang/sv/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From c3233bf525e5e6cd1052b3125b8614009d730e31 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:29 -0600 Subject: [PATCH 502/838] New translations common.php (Turkish) --- lang/tr/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/tr/common.php b/lang/tr/common.php index c92cb9b8..4515d88d 100644 --- a/lang/tr/common.php +++ b/lang/tr/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From d635e2da620ba75b709e1be08776768a8e9de2a7 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:29 -0600 Subject: [PATCH 503/838] New translations common.php (Ukrainian) --- lang/uk/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/uk/common.php b/lang/uk/common.php index c92cb9b8..4515d88d 100644 --- a/lang/uk/common.php +++ b/lang/uk/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From 6847e086639ce04c2e1577444c341127b37e2fb7 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:30 -0600 Subject: [PATCH 504/838] New translations common.php (Chinese Simplified) --- lang/zh/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/zh/common.php b/lang/zh/common.php index c92cb9b8..4515d88d 100644 --- a/lang/zh/common.php +++ b/lang/zh/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From 538433448da23d1d4462716c328551bc84f6084e Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 00:51:32 -0600 Subject: [PATCH 505/838] New translations common.php (Vietnamese) --- lang/vi/common.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/vi/common.php b/lang/vi/common.php index c92cb9b8..4515d88d 100644 --- a/lang/vi/common.php +++ b/lang/vi/common.php @@ -1,6 +1,7 @@ 'Age-Restricted Content', 'apply' => 'Apply', 'avatar' => 'Avatar', 'cancel' => 'Cancel', @@ -12,6 +13,7 @@ 'disabled' => 'Disabled', 'discard' => 'Discard', 'edit' => 'Edit', + 'edited' => 'Edited', 'enable' => 'Enable', 'enabled' => 'Enabled', 'explore' => 'Explore', @@ -19,16 +21,20 @@ 'followers' => 'Followers', 'following' => 'Following', 'goToHome' => 'Go to Home', + 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginToContinue' => 'Log in to continue', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'next' => 'Next', + 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', 'profile' => 'Profile', + 'readMore' => 'Read more', 'report' => 'Report', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', From 357160e747c4ef681e4f5ac57808266bc8b061ae Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:28 -0600 Subject: [PATCH 506/838] New translations common.php (German) --- lang/de/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/de/common.php b/lang/de/common.php index d0e5f98c..48405b78 100644 --- a/lang/de/common.php +++ b/lang/de/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Übernehmen', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Abbrechen', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Klicken, zum Anzeigen', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Schließen', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Löschen', 'disable' => 'Deaktivieren', 'disabled' => 'Deaktiviert', 'discard' => 'Verwerfen', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Bearbeiten', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Aktivieren', 'enabled' => 'Aktiviert', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Entdecken', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Folgen', 'followers' => 'Followers', 'following' => 'Gefolgt', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Zurück zur Startseite', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Zuletzt aktualisiert', 'learnMore' => 'Mehr erfahren', 'loadMore' => 'Mehr anzeigen', 'loading' => 'Wird geladen', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Sind Sie sicher, dass Sie alle ungelesenen Benachrichtigungen als gelesen markieren möchten?', 'markAllRead' => 'Alle als gelesen markieren', 'markAsRead' => 'Als gelesen markieren', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Weiter', 'noMoreResults' => 'No more results.', 'notifications' => 'Benachrichtigungen', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profil', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Melden', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Erneut versuchen', 'retryingDotDotDot' => 'Neuer Versuch...', 'save' => 'Speichern', 'savingDotDotDot' => 'Wird gespeichert...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Dieses Konto teilen', 'shareThisLoop' => 'Dieses Loop teilen', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Etwas ist schiefgelaufen', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Heute', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Erneut Versuchen', 'unfollow' => 'Nicht mehr folgen', 'unread' => 'Ungelesen', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Gestern', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 999648908ccb736b986c6e47890d869d93b3921e Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:29 -0600 Subject: [PATCH 507/838] New translations common.php (Romanian) --- lang/ro/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/ro/common.php b/lang/ro/common.php index 4515d88d..d5613582 100644 --- a/lang/ro/common.php +++ b/lang/ro/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From e4c204dbcd72b4b56cd317ae31346dd0347a985f Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:30 -0600 Subject: [PATCH 508/838] New translations common.php (French) --- lang/fr/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/fr/common.php b/lang/fr/common.php index 64cbad5e..158b9ee7 100644 --- a/lang/fr/common.php +++ b/lang/fr/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Appliquer', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Annuler', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Cliquer pour afficher', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Fermer', 'comment' => 'Commenter', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Supprimer', 'disable' => 'Désactiver', 'disabled' => 'Désactivé', 'discard' => 'Ignorer', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Modifier', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Activer', 'enabled' => 'Activé', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explorer', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Suivre', 'followers' => 'Abonnés', 'following' => 'Abonnements', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Accueil', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Dernière mise à jour', 'learnMore' => 'En savoir plus', 'loadMore' => 'Voir plus', 'loading' => 'Chargement', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Marquer toutes les notifications comme lues ?', 'markAllRead' => 'Tout marquer comme lu', 'markAsRead' => 'Marquer comme lu', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Suivant', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profil', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Signaler', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Réessayer', 'retryingDotDotDot' => 'Nouvel essai...', 'save' => 'Sauvegarder', 'savingDotDotDot' => 'Enregistrement...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Partager ce compte', 'shareThisLoop' => 'Partager cette Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Une erreur est survenue', 'status' => 'État', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Aujourd\'hui', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Réessayer', 'unfollow' => 'Se désabonner', 'unread' => 'Non lus', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Vidéos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Hier', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 70df975e9a31cceb51c1d6433f93454757007f92 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:31 -0600 Subject: [PATCH 509/838] New translations common.php (Spanish) --- lang/es/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/es/common.php b/lang/es/common.php index cd6fa893..525f38f3 100644 --- a/lang/es/common.php +++ b/lang/es/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Aplicar', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancelar', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Haga clic para revelar', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Cerrar', 'comment' => 'Comentario', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Eliminar', 'disable' => 'Deshabilitar', 'disabled' => 'Deshabilitado', 'discard' => 'Descartar', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Editar', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Habilitar', 'enabled' => 'Habilitado', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explorar', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Seguir', 'followers' => 'Seguidores', 'following' => 'Siguiendo', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Ir al inicio', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Última actualización', 'learnMore' => 'Más información', 'loadMore' => 'Cargar más', 'loading' => 'Cargando', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => '¿Estás seguro de que deseas marcar todas las notificaciones no leídas como leídas?', 'markAllRead' => 'Marcar todo como leído', 'markAsRead' => 'Marcar como leído', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Siguiente', 'noMoreResults' => 'No more results.', 'notifications' => 'Notificaciones', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Perfil', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Reportar', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Reintentar', 'retryingDotDotDot' => 'Reintentando...', 'save' => 'Guardar', 'savingDotDotDot' => 'Guardando...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Compartir esta cuenta', 'shareThisLoop' => 'Compartir este Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Hubo algún problema', 'status' => 'Estado', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Hoy', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Intentar de nuevo', 'unfollow' => 'Dejar de seguir', 'unread' => 'No leído', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Vídeos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Ayer', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 4beca6f6bbdd8a8c7e75d666b824242fb7b25dcb Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:32 -0600 Subject: [PATCH 510/838] New translations common.php (Afrikaans) --- lang/af/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/af/common.php b/lang/af/common.php index 4515d88d..d5613582 100644 --- a/lang/af/common.php +++ b/lang/af/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From be385991ecdf8226e3bf3cba5cc5a38530f0a5ba Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:33 -0600 Subject: [PATCH 511/838] New translations common.php (Arabic) --- lang/ar/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/ar/common.php b/lang/ar/common.php index 4515d88d..d5613582 100644 --- a/lang/ar/common.php +++ b/lang/ar/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 03af8f99305e39d15481373bf0a7c3e6ed05df98 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:35 -0600 Subject: [PATCH 512/838] New translations common.php (Catalan) --- lang/ca/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/ca/common.php b/lang/ca/common.php index 4515d88d..d5613582 100644 --- a/lang/ca/common.php +++ b/lang/ca/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 3324a74406f6c2d95df238b11a4a67da42df3ad5 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:36 -0600 Subject: [PATCH 513/838] New translations common.php (Czech) --- lang/cs/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/cs/common.php b/lang/cs/common.php index 4515d88d..d5613582 100644 --- a/lang/cs/common.php +++ b/lang/cs/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From f9290e1399549c7c9f4771d1f2d31dd05d020ded Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:37 -0600 Subject: [PATCH 514/838] New translations common.php (Danish) --- lang/da/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/da/common.php b/lang/da/common.php index 4515d88d..d5613582 100644 --- a/lang/da/common.php +++ b/lang/da/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 3c7fba91bf88fb3d736063282f8ce4fdf7420e94 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:38 -0600 Subject: [PATCH 515/838] New translations common.php (Greek) --- lang/el/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/el/common.php b/lang/el/common.php index 4515d88d..d5613582 100644 --- a/lang/el/common.php +++ b/lang/el/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From d6a8a481c8cab5a7d90e3a738fb126633a8150f9 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:39 -0600 Subject: [PATCH 516/838] New translations common.php (Finnish) --- lang/fi/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/fi/common.php b/lang/fi/common.php index 4515d88d..d5613582 100644 --- a/lang/fi/common.php +++ b/lang/fi/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 9b450849e22e1bca3bde009990beacfba2b973c7 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:40 -0600 Subject: [PATCH 517/838] New translations common.php (Hebrew) --- lang/he/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/he/common.php b/lang/he/common.php index 4515d88d..d5613582 100644 --- a/lang/he/common.php +++ b/lang/he/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 214831871986c3aa6fcd22214c4728c77813e872 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:41 -0600 Subject: [PATCH 518/838] New translations common.php (Hungarian) --- lang/hu/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/hu/common.php b/lang/hu/common.php index 4515d88d..d5613582 100644 --- a/lang/hu/common.php +++ b/lang/hu/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 497d030a0e3d7b797dd9de6af10a1c4219a372cf Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:42 -0600 Subject: [PATCH 519/838] New translations common.php (Italian) --- lang/it/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/it/common.php b/lang/it/common.php index fd13d59a..1c3872f2 100644 --- a/lang/it/common.php +++ b/lang/it/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Applica', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancella', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Clicca per rivelare', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Chiudi', 'comment' => 'Commenta', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Elimina', 'disable' => 'Disabilita', 'disabled' => 'Disabilitato', 'discard' => 'Scarta', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Modifica', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Abilita', 'enabled' => 'Abilitato', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Esplora', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Segui', 'followers' => 'Seguaci', 'following' => 'Seguiti', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Vai alla Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Ultimo aggiornamento', 'learnMore' => 'Altre informazioni', 'loadMore' => 'Carica di più', 'loading' => 'Caricamento', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Sei sicuro di voler segnare tutte le notifiche non lette come lette?', 'markAllRead' => 'Segna tutti come letti', 'markAsRead' => 'Segna come letto', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Avanti', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifiche', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profilo', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Segnala', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Riprova', 'retryingDotDotDot' => 'Riprova...', 'save' => 'Salva', 'savingDotDotDot' => 'Salvataggio in corso...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Condividi questo account', 'shareThisLoop' => 'Condividi questo Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Qualcosa è andato storto', 'status' => 'Stato', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Oggi', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Prova ancora', 'unfollow' => 'Smetti di seguire', 'unread' => 'Da leggere', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Video', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Ieri', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 4bb0653e8e9fd04e6a728a19c825d3ef6ef3d058 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:43 -0600 Subject: [PATCH 520/838] New translations common.php (Japanese) --- lang/ja/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/ja/common.php b/lang/ja/common.php index 4515d88d..d5613582 100644 --- a/lang/ja/common.php +++ b/lang/ja/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 8711cb37741a8551e9e119b588b0a9b39e380e2b Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:44 -0600 Subject: [PATCH 521/838] New translations common.php (Korean) --- lang/ko/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/ko/common.php b/lang/ko/common.php index 4515d88d..d5613582 100644 --- a/lang/ko/common.php +++ b/lang/ko/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 66486a0260a4967d81674a35fc2ef488a7f5ce2a Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:45 -0600 Subject: [PATCH 522/838] New translations common.php (Dutch) --- lang/nl/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/nl/common.php b/lang/nl/common.php index 4515d88d..d5613582 100644 --- a/lang/nl/common.php +++ b/lang/nl/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From ea2379a7f8d5514a953514290c86a6b1b497f1e0 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:46 -0600 Subject: [PATCH 523/838] New translations common.php (Norwegian) --- lang/no/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/no/common.php b/lang/no/common.php index 4515d88d..d5613582 100644 --- a/lang/no/common.php +++ b/lang/no/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From b43f00514cdbdbf63722f5bfe0620ffcaafc5536 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:47 -0600 Subject: [PATCH 524/838] New translations common.php (Polish) --- lang/pl/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/pl/common.php b/lang/pl/common.php index 4515d88d..d5613582 100644 --- a/lang/pl/common.php +++ b/lang/pl/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 4bbf67d04c73ba5cff8f3e7a69449a90d16c149d Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:48 -0600 Subject: [PATCH 525/838] New translations common.php (Portuguese) --- lang/pt/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/pt/common.php b/lang/pt/common.php index 4515d88d..d5613582 100644 --- a/lang/pt/common.php +++ b/lang/pt/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 9847df615c83cbfd725972be002612277121cb35 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:49 -0600 Subject: [PATCH 526/838] New translations common.php (Russian) --- lang/ru/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/ru/common.php b/lang/ru/common.php index 4515d88d..d5613582 100644 --- a/lang/ru/common.php +++ b/lang/ru/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 7faedfac56ecea625358e2ac6463c4dfafc2f8c6 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:50 -0600 Subject: [PATCH 527/838] New translations common.php (Serbian (Cyrillic)) --- lang/sr/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/sr/common.php b/lang/sr/common.php index 4515d88d..d5613582 100644 --- a/lang/sr/common.php +++ b/lang/sr/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 758b3af534b0fb902c97aa1d0340ea8e219d960e Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:52 -0600 Subject: [PATCH 528/838] New translations common.php (Swedish) --- lang/sv/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/sv/common.php b/lang/sv/common.php index 4515d88d..d5613582 100644 --- a/lang/sv/common.php +++ b/lang/sv/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From afb83673aa44773dcf70fdc12e307138f1b4d657 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:53 -0600 Subject: [PATCH 529/838] New translations common.php (Turkish) --- lang/tr/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/tr/common.php b/lang/tr/common.php index 4515d88d..d5613582 100644 --- a/lang/tr/common.php +++ b/lang/tr/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 8bbd7ee4fb8d408c781f8233313ec348a4143324 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:54 -0600 Subject: [PATCH 530/838] New translations common.php (Ukrainian) --- lang/uk/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/uk/common.php b/lang/uk/common.php index 4515d88d..d5613582 100644 --- a/lang/uk/common.php +++ b/lang/uk/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From c5b1d84122d584683aea9bb1f4aad5065ddc61f5 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:55 -0600 Subject: [PATCH 531/838] New translations common.php (Chinese Simplified) --- lang/zh/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/zh/common.php b/lang/zh/common.php index 4515d88d..d5613582 100644 --- a/lang/zh/common.php +++ b/lang/zh/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From ec93b6cce23f6ec767ab850a8206e865bf69449f Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 4 Oct 2025 06:59:56 -0600 Subject: [PATCH 532/838] New translations common.php (Vietnamese) --- lang/vi/common.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/lang/vi/common.php b/lang/vi/common.php index 4515d88d..d5613582 100644 --- a/lang/vi/common.php +++ b/lang/vi/common.php @@ -1,53 +1,142 @@ 'Account created successfully! Welcome aboard!', 'ageRestrictedContent' => 'Age-Restricted Content', + 'alreadyHaveAnAccount' => 'Already have an account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'and' => 'and', 'apply' => 'Apply', + 'authenticationCode' => 'Authentication Code', + 'authenticationSuccessful' => 'Authentication successful!', 'avatar' => 'Avatar', + 'backToAuthenticatorApp' => 'Back to authenticator app', + 'backToSignIn' => 'Back to Sign In', + 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', + 'chooseAUsername' => 'Choose a username', + 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Click to reveal', + 'clickToUploadImage' => 'Click to upload image', 'close' => 'Close', 'comment' => 'Comment', + 'communityGuidelines' => 'Community Guidelines', + 'confirmPassword' => 'Confirm Password', + 'continue' => 'Continue', + 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', + 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAStrongPassword' => 'Create a strong password', + 'createAccount' => 'Create Account', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', 'discard' => 'Discard', + 'dontHaveAnAccount' => 'Don\'t have an account?', + 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Edit', 'edited' => 'Edited', + 'email' => 'Email', + 'emailVerification' => 'Email Verification', + 'emailVerifiedSuccessfully' => 'Email verified successfully!', 'enable' => 'Enable', 'enabled' => 'Enabled', + 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', + 'enterYourEmail' => 'Enter your email', + 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'enterYourPassword' => 'Enter your password', 'explore' => 'Explore', + 'exploreTags' => 'Explore Tags', + 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', + 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', + 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', + 'forgotPassword' => 'Forgot password?', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', + 'iAlreadyHaveTheCode' => 'I already have the code', + 'invalidCodeLength' => 'Invalid code length', + 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'keepWatching' => 'Keep Watching', 'lastUpdated' => 'Last updated', 'learnMore' => 'Learn more', 'loadMore' => 'Load more', 'loading' => 'Loading', + 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', 'loginToContinue' => 'Log in to continue', + 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', + 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', 'notifications' => 'Notifications', + 'password' => 'Password', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordStrength' => 'Password strength', + 'passwordsDoNotMatch' => 'Passwords do not match', + 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', + 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', + 'profileInformationSaved' => 'Profile information saved!', 'readMore' => 'Read more', + 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'rememberMe' => 'Remember me', 'report' => 'Report', + 'resendCode' => 'Resend code', + 'resendIn' => 'Resend in', + 'resetPassword' => 'Reset password', 'retry' => 'Retry', 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', + 'sendCode' => 'Send Code', + 'sendResetLink' => 'Send Reset Link', + 'setUpYourProfile' => 'Set up your profile', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', + 'signIn' => 'Sign in', + 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', + 'signUp' => 'Sign up', 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', + 'suggestions' => 'Suggestions', + 'termsOfService' => 'Terms of Service', 'today' => 'Today', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', + 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', 'tryAgain' => 'Try again', 'unfollow' => 'Unfollow', 'unread' => 'Unread', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadYourAvatar' => 'Upload your avatar', + 'useADifferentMethod' => 'Use a different method', + 'username' => 'Username', + 'verificationCode' => 'Verification Code', + 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verify' => 'Verify', + 'verifyAnotherWay' => 'Verify another way', + 'verifyCode' => 'Verify Code', + 'verifyEmailCode' => 'Verify Email Code', + 'verifyTwoFactor' => 'Verify 2FA', + 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'welcome' => 'Welcome', + 'welcomeBack' => 'Welcome Back', + 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', + 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Yesterday', + 'yourRegisteredEmailAddress' => 'your registered email address', ]; From dd5d00e6636aa3999df5617e4d57a0ee9509900a Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:38:53 -0600 Subject: [PATCH 533/838] New translations profile.php (German) --- lang/de/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/de/profile.php b/lang/de/profile.php index d2d4849b..4cba4786 100644 --- a/lang/de/profile.php +++ b/lang/de/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Anzeigename kann bis zu 30 Zeichen lang sein.', 'editProfile' => 'Profil bearbeiten', 'failedToUpdateProfileErrorMessage' => 'Fehler beim Aktualisieren des Profils. Bitte versuchen Sie es erneut.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => '"Gefällt mir"-Angaben', 'loadingProfileDotDotDot' => 'Lade Profil...', 'noFollowersYet' => 'Noch keine Follower', From bd5cc3b02ff03a672090d28f7bec3ffa26bcef96 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:38:54 -0600 Subject: [PATCH 534/838] New translations profile.php (Romanian) --- lang/ro/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ro/profile.php b/lang/ro/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/ro/profile.php +++ b/lang/ro/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From 63a6e00a455db51e2bee07dbce6e4578af4d2abb Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:38:55 -0600 Subject: [PATCH 535/838] New translations profile.php (French) --- lang/fr/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/fr/profile.php b/lang/fr/profile.php index f4351977..abfe5848 100644 --- a/lang/fr/profile.php +++ b/lang/fr/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Le nom d’affichage peut contenir jusqu’à 30 caractères.', 'editProfile' => 'Modifier le profil', 'failedToUpdateProfileErrorMessage' => 'Échec de la mise à jour du profil. Réessayez.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'J\'aime', 'loadingProfileDotDotDot' => 'Chargement du profil...', 'noFollowersYet' => 'Pas encore d\'abonnés', From f5fec7ffcc345402cd6510380b68793d4ea6ec43 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:38:56 -0600 Subject: [PATCH 536/838] New translations profile.php (Spanish) --- lang/es/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/es/profile.php b/lang/es/profile.php index 07496189..98b4772a 100644 --- a/lang/es/profile.php +++ b/lang/es/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Los nombres a mostrar pueden tener hasta 30 caracteres.', 'editProfile' => 'Editar perfil', 'failedToUpdateProfileErrorMessage' => 'No se ha podido actualizar el perfil. Inténtalo de nuevo.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Me gusta', 'loadingProfileDotDotDot' => 'Cargando perfil...', 'noFollowersYet' => 'Todavía no tienes seguidores', From 327bb71b36d31766ecdb8d091120d8108161c91c Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:38:57 -0600 Subject: [PATCH 537/838] New translations profile.php (Afrikaans) --- lang/af/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/af/profile.php b/lang/af/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/af/profile.php +++ b/lang/af/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From d9ed7b7a70a8ca118eff0c3df30d02aae957b46d Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:38:58 -0600 Subject: [PATCH 538/838] New translations profile.php (Arabic) --- lang/ar/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ar/profile.php b/lang/ar/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/ar/profile.php +++ b/lang/ar/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From 84c6f84e9691ee256294e0af6e8bc8b4e8b08717 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:38:59 -0600 Subject: [PATCH 539/838] New translations profile.php (Catalan) --- lang/ca/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ca/profile.php b/lang/ca/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/ca/profile.php +++ b/lang/ca/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From 7be9c274810fc51ecc1ddda64cb3f3c74cc230fc Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:00 -0600 Subject: [PATCH 540/838] New translations profile.php (Czech) --- lang/cs/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/cs/profile.php b/lang/cs/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/cs/profile.php +++ b/lang/cs/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From 31e633dc873f3539c4d992b4468f09d1ab8597ce Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:01 -0600 Subject: [PATCH 541/838] New translations profile.php (Danish) --- lang/da/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/da/profile.php b/lang/da/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/da/profile.php +++ b/lang/da/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From 118919df91a6485c788b3efc44fbda9649c415b6 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:02 -0600 Subject: [PATCH 542/838] New translations profile.php (Greek) --- lang/el/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/el/profile.php b/lang/el/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/el/profile.php +++ b/lang/el/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From 4f013a277537b5c1a9672e76fe7e8d74373301c9 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:03 -0600 Subject: [PATCH 543/838] New translations profile.php (Finnish) --- lang/fi/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/fi/profile.php b/lang/fi/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/fi/profile.php +++ b/lang/fi/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From 859251d2d67c7423dcc1f4d0062b79f6927d0fde Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:04 -0600 Subject: [PATCH 544/838] New translations profile.php (Hebrew) --- lang/he/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/he/profile.php b/lang/he/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/he/profile.php +++ b/lang/he/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From 692600bc350e1fae281d6353693bb3e939582866 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:04 -0600 Subject: [PATCH 545/838] New translations profile.php (Hungarian) --- lang/hu/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/hu/profile.php b/lang/hu/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/hu/profile.php +++ b/lang/hu/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From f8ca7a086100870e92a5c5c3a2ebe139d911e7bd Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:05 -0600 Subject: [PATCH 546/838] New translations profile.php (Italian) --- lang/it/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/it/profile.php b/lang/it/profile.php index 5aa53aa6..5b69835e 100644 --- a/lang/it/profile.php +++ b/lang/it/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Modifica Profilo', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From 10fec74ab54dd2c032ef86f5fd6c54bf84a39764 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:06 -0600 Subject: [PATCH 547/838] New translations profile.php (Japanese) --- lang/ja/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ja/profile.php b/lang/ja/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/ja/profile.php +++ b/lang/ja/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From 3f00a45a52d86bc8087c2d6a2b8bdad9fc59f3e0 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:07 -0600 Subject: [PATCH 548/838] New translations profile.php (Korean) --- lang/ko/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ko/profile.php b/lang/ko/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/ko/profile.php +++ b/lang/ko/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From cf2ef6b0d121f7353ed96b9f8fa618966ca0ec0f Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:08 -0600 Subject: [PATCH 549/838] New translations profile.php (Dutch) --- lang/nl/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/nl/profile.php b/lang/nl/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/nl/profile.php +++ b/lang/nl/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From 5210ade8f05d8359c1b0c453a3430af0c74f8603 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:09 -0600 Subject: [PATCH 550/838] New translations profile.php (Norwegian) --- lang/no/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/no/profile.php b/lang/no/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/no/profile.php +++ b/lang/no/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From 2bec52f7a251b4a88cedd753769c6ee9335f2672 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:10 -0600 Subject: [PATCH 551/838] New translations profile.php (Polish) --- lang/pl/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/pl/profile.php b/lang/pl/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/pl/profile.php +++ b/lang/pl/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From f57b136af45efbb6081e908997a8c042dc36e287 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:11 -0600 Subject: [PATCH 552/838] New translations profile.php (Portuguese) --- lang/pt/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/pt/profile.php b/lang/pt/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/pt/profile.php +++ b/lang/pt/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From 0050bc84fa81849344a0573126a046d7adc6f5c0 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:12 -0600 Subject: [PATCH 553/838] New translations profile.php (Russian) --- lang/ru/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ru/profile.php b/lang/ru/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/ru/profile.php +++ b/lang/ru/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From 82c9e8d8a48a6b017b716b5053aadeef515dc519 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:13 -0600 Subject: [PATCH 554/838] New translations profile.php (Serbian (Cyrillic)) --- lang/sr/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/sr/profile.php b/lang/sr/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/sr/profile.php +++ b/lang/sr/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From 42a6efb6b3c630070d3159e001a98857c2f68554 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:14 -0600 Subject: [PATCH 555/838] New translations profile.php (Swedish) --- lang/sv/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/sv/profile.php b/lang/sv/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/sv/profile.php +++ b/lang/sv/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From 54a4a883a80a20977e3b4b275bedb3b802ed9b58 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:15 -0600 Subject: [PATCH 556/838] New translations profile.php (Turkish) --- lang/tr/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/tr/profile.php b/lang/tr/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/tr/profile.php +++ b/lang/tr/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From 2c68715601919fe0b070f1b4b8b0a20cd4bb5ad0 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:16 -0600 Subject: [PATCH 557/838] New translations profile.php (Ukrainian) --- lang/uk/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/uk/profile.php b/lang/uk/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/uk/profile.php +++ b/lang/uk/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From 5398cecf6da5d9769c71e6c1e9da5080255460fa Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:17 -0600 Subject: [PATCH 558/838] New translations profile.php (Chinese Simplified) --- lang/zh/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/zh/profile.php b/lang/zh/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/zh/profile.php +++ b/lang/zh/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From 15c15b3f30f3aeb34568341b564d4b303437637b Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 5 Oct 2025 23:39:18 -0600 Subject: [PATCH 559/838] New translations profile.php (Vietnamese) --- lang/vi/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/vi/profile.php b/lang/vi/profile.php index 7dc9e880..ae02af16 100644 --- a/lang/vi/profile.php +++ b/lang/vi/profile.php @@ -17,6 +17,7 @@ 'displayNameHelp' => 'Display names can be up to 30 characters long.', 'editProfile' => 'Edit Profile', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', + 'followRequestPending' => 'Follow Request Pending', 'likes' => 'Likes', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', From a08dc36bda4384deeba76603f189d535ff48d19e Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 01:15:57 -0600 Subject: [PATCH 560/838] New translations common.php (Spanish) --- lang/es/common.php | 90 +++++++++++++++++++++++----------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/lang/es/common.php b/lang/es/common.php index 525f38f3..1e081e75 100644 --- a/lang/es/common.php +++ b/lang/es/common.php @@ -1,76 +1,76 @@ 'Account created successfully! Welcome aboard!', - 'ageRestrictedContent' => 'Age-Restricted Content', - 'alreadyHaveAnAccount' => 'Already have an account?', - 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', - 'and' => 'and', + 'accountCreatedSuccessfullyWelcomeAboard' => '¡Cuenta creada con éxito! ¡Bienvenido/a!', + 'ageRestrictedContent' => 'Contenido con restricción por edades', + 'alreadyHaveAnAccount' => '¿Ya tienes una cuenta?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'Ha ocurrido un error inesperado. Por favor inténtalo de nuevo.', + 'and' => 'y', 'apply' => 'Aplicar', - 'authenticationCode' => 'Authentication Code', - 'authenticationSuccessful' => 'Authentication successful!', + 'authenticationCode' => 'Código de autenticación', + 'authenticationSuccessful' => '¡Autenticación exitosa!', 'avatar' => 'Avatar', - 'backToAuthenticatorApp' => 'Back to authenticator app', - 'backToSignIn' => 'Back to Sign In', + 'backToAuthenticatorApp' => 'Volver a la aplicación de autenticación', + 'backToSignIn' => 'Volver al inicio de sesión', 'browseTrendingTagsInstead' => 'Browse trending tags instead', - 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', + 'byContinuingYouAgreeToOur' => 'Al continuar, aceptas nuestros', 'cancel' => 'Cancelar', - 'chooseAUsername' => 'Choose a username', - 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', - 'chooseYourAvatar' => 'Choose your avatar', + 'chooseAUsername' => 'Elige un nombre de usuario', + 'chooseAUsernameAndSecurePassword' => 'Elige un nombre de usuario y una contraseña segura', + 'chooseYourAvatar' => 'Elige tu avatar', 'clickToReveal' => 'Haga clic para revelar', - 'clickToUploadImage' => 'Click to upload image', + 'clickToUploadImage' => 'Haz clic para subir la imagen', 'close' => 'Cerrar', 'comment' => 'Comentario', - 'communityGuidelines' => 'Community Guidelines', - 'confirmPassword' => 'Confirm Password', - 'continue' => 'Continue', - 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', - 'createANewAccountToGetStarted' => 'Create a new account to get started', - 'createAStrongPassword' => 'Create a strong password', - 'createAccount' => 'Create Account', + 'communityGuidelines' => 'Normas Comunitarias', + 'confirmPassword' => 'Confirmar contraseña', + 'continue' => 'Continuar', + 'createAFreeAccountToContinueExploring' => 'Crea una cuenta gratuita para continuar explorando vídeos y descubre contenido increíble de creadores de todo el mundo.', + 'createANewAccountToGetStarted' => 'Crea una nueva cuenta para comenzar', + 'createAStrongPassword' => 'Crea una contraseña segura', + 'createAccount' => 'Crear cuenta', 'delete' => 'Eliminar', 'disable' => 'Deshabilitar', 'disabled' => 'Deshabilitado', 'discard' => 'Descartar', - 'dontHaveAnAccount' => 'Don\'t have an account?', - 'doubleCheckSpelling' => 'Double-check the spelling', + 'dontHaveAnAccount' => '¿No tienes una cuenta?', + 'doubleCheckSpelling' => 'Comprueba la ortografía', 'edit' => 'Editar', - 'edited' => 'Edited', - 'email' => 'Email', + 'edited' => 'Editado', + 'email' => 'Correo electrónico', 'emailVerification' => 'Email Verification', - 'emailVerifiedSuccessfully' => 'Email verified successfully!', + 'emailVerifiedSuccessfully' => '¡Correo electrónico verificado con éxito!', 'enable' => 'Habilitar', 'enabled' => 'Habilitado', - 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', - 'enterYourEmail' => 'Enter your email', - 'enterYourEmailToGetStarted' => 'Enter your email to get started', - 'enterYourPassword' => 'Enter your password', + 'enterTheSixDigitCodeSentTo' => 'Introduce el código de 6 dígitos enviado a', + 'enterYourEmail' => 'Escribe tu correo electrónico', + 'enterYourEmailToGetStarted' => 'Escribe tu correo electrónico para comenzar', + 'enterYourPassword' => 'Escribe tu contraseña', 'explore' => 'Explorar', - 'exploreTags' => 'Explore Tags', - 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', - 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', - 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', - 'finishSignUp' => 'Finish sign-up', + 'exploreTags' => 'Explorar etiquetas', + 'failedToResendVerificationCode' => 'Error al reenviar el código. Por favor inténtalo de nuevo.', + 'failedToSendResetLinkPleaseTryAgain' => 'Error al enviar el enlace de restauración. Por favor inténtalo de nuevo.', + 'failedToSendVerificationCode' => 'Error al enviar el código de verificación. Por favor inténtalo de nuevo.', + 'finishSignUp' => 'Finalizar el registro', 'follow' => 'Seguir', 'followers' => 'Seguidores', 'following' => 'Siguiendo', - 'forgotPassword' => 'Forgot password?', + 'forgotPassword' => '¿Olvidaste la contraseña?', 'goToHome' => 'Ir al inicio', - 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', + 'hashtagContainsAgeRestrictedContent' => 'Esta etiqueta incluye contenido con restricción por edades. Por favor inicia sesión para verificar tu edad y ver estos vídeos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', - 'hashtagNotFound' => 'Hashtag Not Found', - 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', - 'iAlreadyHaveTheCode' => 'I already have the code', - 'invalidCodeLength' => 'Invalid code length', - 'invalidOrExpiredCode' => 'Invalid or expired code', - 'invalidVerificationCode' => 'Invalid verification code. Please try again.', - 'keepWatching' => 'Keep Watching', + 'hashtagNotFound' => 'Etiqueta no encontrada', + 'hashtagWeCouldntFind' => 'No pudimos encontrar ningún vídeo para', + 'iAlreadyHaveTheCode' => 'Ya tengo el código', + 'invalidCodeLength' => 'Longitud del código no válida', + 'invalidOrExpiredCode' => 'Código no válido o caducado', + 'invalidVerificationCode' => 'Código de verificación no válido. Por favor inténtalo de nuevo.', + 'keepWatching' => 'Seguir viendo', 'lastUpdated' => 'Última actualización', 'learnMore' => 'Más información', 'loadMore' => 'Cargar más', 'loading' => 'Cargando', - 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', + 'loginFailedPleaseTryAgain' => 'Inicio de sesión fallido. Por favor inténtalo de nuevo.', 'loginToContinue' => 'Log in to continue', 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => '¿Estás seguro de que deseas marcar todas las notificaciones no leídas como leídas?', From 35c933819bd16161fa62a9eaa6fb1c0d23da2a0a Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 01:15:58 -0600 Subject: [PATCH 561/838] New translations profile.php (Spanish) --- lang/es/profile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/es/profile.php b/lang/es/profile.php index 98b4772a..bfcf3e37 100644 --- a/lang/es/profile.php +++ b/lang/es/profile.php @@ -17,7 +17,7 @@ 'displayNameHelp' => 'Los nombres a mostrar pueden tener hasta 30 caracteres.', 'editProfile' => 'Editar perfil', 'failedToUpdateProfileErrorMessage' => 'No se ha podido actualizar el perfil. Inténtalo de nuevo.', - 'followRequestPending' => 'Follow Request Pending', + 'followRequestPending' => 'Solicitudes pendientes para seguirte', 'likes' => 'Me gusta', 'loadingProfileDotDotDot' => 'Cargando perfil...', 'noFollowersYet' => 'Todavía no tienes seguidores', @@ -27,7 +27,7 @@ 'profile404ErrorMessage' => 'No se ha podido encontrar un perfil con el nombre de usuario @:userId. Por favor verifica el nombre de usuario e inténtalo de nuevo.', 'profile500ErrorMessage' => 'Nuestros servidores están experimentando problemas en este momento. Por favor, inténtalo de nuevo en unos minutos.', 'profileNotFound' => 'Perfil no encontrado', - 'profileOfflineErrorMessage' => 'Comprueba tu conexión a Internet e inténtalo de nuevo.', + 'profileOfflineErrorMessage' => 'Comprueba tu conexión a internet e inténtalo de nuevo.', 'profileUnknownErrorMessage' => 'Ha ocurrido un imprevisto. Vuelve a intentarlo o ponte en contacto con nosotros si el problema persiste.', 'tabFilterOptions' => [ 'Latest' => 'Recientes', From 7b37dc1e07cf2a742671f6744c3799ca0cd218b2 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 01:15:59 -0600 Subject: [PATCH 562/838] New translations contact.php (Spanish) --- lang/es/contact.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/es/contact.php b/lang/es/contact.php index 69c0ee8d..e0c25209 100644 --- a/lang/es/contact.php +++ b/lang/es/contact.php @@ -1,7 +1,7 @@ 'Contacto administrativo', + 'adminContact' => 'Contactar con el administrador', 'adminContactMessage' => 'Para consultas relacionadas con asuntos operativos esenciales (utiliza el sistema de notificación integrado en la aplicación para problemas relacionados con el contenido).', 'bodyMessage' => 'Estamos aquí para ayudarte. Ponte en contacto con nosotros a través de cualquiera de los canales que aparecen a continuación y te responderemos lo antes posible.', 'communityForum' => 'Foro de la comunidad', @@ -10,7 +10,7 @@ 'getInTouch' => 'Ponerse en contacto', 'loadingContactInformationDotDotDot' => 'Cargando información de contacto...', 'responseTime' => 'Tiempo de respuesta', - 'responseTimeMessage' => 'Normalmente respondemos a todas las consultas en un plazo de 24 horas durante los días laborables. Para cuestiones técnicas urgentes, incluya "URGENTE" en el asunto del mensaje.', + 'responseTimeMessage' => 'Normalmente respondemos a todas las consultas en un plazo de 24 horas durante los días laborables. Para cuestiones técnicas urgentes, incluye "URGENTE" en el asunto del mensaje.', 'socialConnect' => 'Conexión social', 'socialConnectMessage' => 'Síguenos en el fediverso para recibir actualizaciones y realizar preguntas rápidas a través de mensajes directos.', 'technicalSupport' => 'Soporte técnico', From ab92c95809445d72e3504291a3993c29bb1b835b Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 01:16:00 -0600 Subject: [PATCH 563/838] New translations post.php (Spanish) --- lang/es/post.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/es/post.php b/lang/es/post.php index 3cf5308c..79cc3e7f 100644 --- a/lang/es/post.php +++ b/lang/es/post.php @@ -36,10 +36,10 @@ 'postingDotDotDot' => 'Publicando...', 'replies' => 'respuestas', 'reply' => 'Responder', - 'reportTextPlaceholder1018' => 'Por favor describe la desinformación que está reportando...', + 'reportTextPlaceholder1018' => 'Por favor describe la desinformación que está denunciando...', 'reportTextPlaceholder1021' => 'Por favor describe la actividad fraudulenta...', 'reportTextPlaceholder1023' => 'Por favor describe el contenido ilegal...', - 'reportTextPlaceholder1026' => 'Por favor proporciona detalles adicionales sobre tu reporte...', + 'reportTextPlaceholder1026' => 'Por favor proporciona detalles adicionales sobre tu denuncia...', 'reportTextPlaceholderDefault' => 'Por favor proporciona detalles adicionales...', 'saveChanges' => 'Guardar cambios', 'sensitiveContent' => 'Contenido sensible', @@ -52,5 +52,5 @@ 'view' => 'Vista', 'writeAReplyDotDotDot' => 'Escribe una respuesta...', 'writeYourCaptionDotDotDot' => 'Escribe tu descripción...', - 'yourReportingThis' => 'Estás reportando este :type por :message', + 'yourReportingThis' => 'Estás denunciando este :type por :message', ]; From 2450130ad1783e3738240de0cbea207b0cdd4083 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 01:16:02 -0600 Subject: [PATCH 564/838] New translations reports.php (Spanish) --- lang/es/reports.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/es/reports.php b/lang/es/reports.php index 3b8cdc99..3bc61348 100644 --- a/lang/es/reports.php +++ b/lang/es/reports.php @@ -6,24 +6,24 @@ 'title' => 'Informar de un error', ], 'success' => [ - 'message' => 'Tu reporte se ha enviado correctamente y será revisado por nuestro equipo de moderación de contenidos.

Gracias por ayudarnos a mantener la seguridad de nuestra comunidad ❤️', - 'title' => '¡Reporte enviado!', + 'message' => 'Tu denuncia se ha enviado correctamente y será revisada por nuestro equipo de moderación de contenidos.

Gracias por ayudarnos a mantener la seguridad de nuestra comunidad ❤️', + 'title' => '¡Denuncia enviada!', ], 'types' => [ 1010 => 'Búsqueda inapropiada e irrelevante', 1011 => 'Violencia, abuso y explotación criminal', 1012 => 'Odio y acoso', 1013 => 'Suicidio y autolesión', - 1014 => 'Trastornos alimentarios e imagen corporal no saludable', + 1014 => 'Trastornos alimenticios e imagen corporal no saludable', 1015 => 'Actividades y retos peligrosos', 1016 => 'Desnudos y contenido sexual', 1017 => 'Contenido impactante y explícito', 1018 => 'Desinformación', 1019 => 'Comportamiento engañoso y spam', - 1020 => 'Bienes y actividades regulados', + 1020 => 'Bienes y actividades reguladas', 1021 => 'Fraudes y estafas', 1022 => 'Compartir información personal', - 1023 => 'Reportar contenido ilegal', + 1023 => 'Denunciar contenido ilegal', 1024 => 'Falsificaciones y propiedad intelectual', 1025 => 'Contenido de marca no revelado', 1026 => 'Otros', From 9a7cf14971c13594e92398555ebf735bea15d9c5 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 01:16:03 -0600 Subject: [PATCH 565/838] New translations settings.php (Spanish) --- lang/es/settings.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lang/es/settings.php b/lang/es/settings.php index 22439392..6d21e1e7 100644 --- a/lang/es/settings.php +++ b/lang/es/settings.php @@ -8,7 +8,7 @@ 'added' => 'Añadido', 'allowYourAccountAndVideosToBeShared' => 'Permitir que tu cuenta y tus vídeos se compartan con personas de otros servidores.', 'analyticsTracking' => 'Seguimiento analítico', - 'analyticsTrackingMessage' => 'Permita que Loops realice un seguimiento de su uso con fines analíticos y para mejorar el servicio.', + 'analyticsTrackingMessage' => 'Permite que Loops realice un seguimiento de tu uso con fines analíticos y para mejorar el servicio.', 'back' => 'Regresar', 'cancelChange' => 'Cancelar cambios', 'change' => 'Cambiar', @@ -16,7 +16,7 @@ 'changeEmailAddress' => 'Cambiar dirección de correo electrónico', 'changePassword' => 'Cambiar contraseña', 'changingDotDotDot' => 'Cambiando...', - 'clickTheLinkInThatEmail' => 'Haga clic en el enlace de ese correo electrónico para completar el cambio.', + 'clickTheLinkInThatEmail' => 'Haz clic en el enlace de ese correo electrónico para completar el cambio.', 'commentsMade' => 'Comentarios realizados', 'confirmNewPassword' => 'Confirmar la nueva contraseña', 'confirmYourPassword' => 'Confirma tu contraseña', @@ -47,7 +47,7 @@ 'exportHistory' => 'Exportar historial', 'hoursWatched' => 'Horas vistas', 'invalidVerificationCodePleaseTryAgain' => 'Código de verificación no válido. Inténtalo de nuevo.', - 'likesGiven' => 'Me gusta dados', + 'likesGiven' => 'Megusta dados', 'manageAccount' => 'Gestión de la cuenta', 'manageYourAccountEmail' => 'Gestionar el correo electrónico de tu cuenta.', 'manageYourAccountSecuritySettings' => 'Gestionar la configuración de seguridad de tu cuenta.', @@ -57,10 +57,10 @@ 'noExportsYet' => 'No hay exportaciones todavía', 'noExportsYetMessage' => 'Tus exportaciones de datos aparecerán aquí cuando estén listas para descargar.', 'noRestrictions' => 'Sin restricciones', - 'oopsTheFollowingErrorsOccured' => 'Vaya, se ha producido el(los) siguiente(s) error(es):', + 'oopsTheFollowingErrorsOccured' => 'Vaya, se han producido los siguientes errores:', 'password' => 'Contraseña', 'passwordAndAuthentication' => 'Contraseña y autenticación', - 'pleaseEnterA6DigitCode' => 'Introduzca un código de 6 dígitos', + 'pleaseEnterA6DigitCode' => 'Introduce un código de 6 dígitos', 'privacy' => 'Privacidad', 'privateAccount' => 'Cuenta privada', 'recentExports' => 'Exportaciones recientes', @@ -68,7 +68,7 @@ 'safety' => 'Seguridad', 'security' => 'Protección', 'selectiveDataExport' => ' Exportación de datos selectiva', - 'selectiveDataExportMessage' => 'Elige los tipos específicos de datos que deseas exportar si no necesitas todos.', + 'selectiveDataExportMessage' => 'Elige los tipos específicos de datos que deseas exportar si no los necesitas todos.', 'sendingDotDotDot' => 'Enviando...', 'setup2FA' => 'Configuración de autenticación de dos factores', 'setup2FAStep1' => 'Paso 1: Escanea el código QR', @@ -89,7 +89,7 @@ 'verifyAndEnable' => 'Verificar y habilitar', 'verifyingDotDotDot' => 'Verificando...', 'videosPosted' => 'Vídeos publicados', - 'weMayRestrictAccounts' => 'Podemos restringir las cuentas que no cumplan con nuestras Normas de la comunidad.', + 'weMayRestrictAccounts' => 'Podemos restringir las cuentas que no cumplan con nuestras Normas Comunitarias.', 'weveSentAnEmail' => 'Hemos enviado un correo electrónico de verificación a', 'withAPrivateAccountMessage' => 'Con una cuenta privada, solo los usuarios que apruebes podrán seguirte y ver tus vídeos. Tus seguidores actuales no se verán afectados.', 'yourAccountStatistics' => 'Estadísticas de tu cuenta', From 8ce4a22aa0e11d2cd324fb12552b6f359a5f0311 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 01:16:04 -0600 Subject: [PATCH 566/838] New translations studio.php (Spanish) --- lang/es/studio.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/es/studio.php b/lang/es/studio.php index f9646e63..c2347f8b 100644 --- a/lang/es/studio.php +++ b/lang/es/studio.php @@ -3,7 +3,7 @@ return [ 'actions' => 'Acciones', 'allowOthersTo' => 'Permitir a otros', - 'aspectRatios' => 'Radios de aspecto', + 'aspectRatios' => 'Relaciones de aspecto', 'aspectRatiosMessage' => 'Recomendados: 16:9 para horizontal, 9:16 para vertical.', 'caption' => 'Título', 'commentMessage' => 'Permitir que otros publiquen comentarios y respuestas en esta publicación', @@ -12,7 +12,7 @@ 'containsNSFWMessage' => 'Marca esta publicación como sensible para mostrar una advertencia', 'contentCreatedOn' => 'Contenido (Creado el)', 'customCover' => 'Portada personalizada', - 'describeYourVideoDotDotDot' => 'Describe tu video...', + 'describeYourVideoDotDotDot' => 'Describe tu vídeo...', 'details' => 'Detalles', 'download' => 'Descargar', 'downloadMessage' => 'Permitir a otros descarguen este vídeo', From 89add3e1e3781e7a5fcf7fe7482e2df0162f85c7 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 01:16:05 -0600 Subject: [PATCH 567/838] New translations explore.php (Dutch) --- lang/nl/explore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/nl/explore.php b/lang/nl/explore.php index 34389c65..39d44934 100644 --- a/lang/nl/explore.php +++ b/lang/nl/explore.php @@ -1,5 +1,5 @@ 'No videos found for this hashtag', + 'noVideosFoundForThisHashtag' => 'Geen video\'s gevonden voor deze hashtag', ]; From 44ac5c631025f8618a9fe019722c8998af9c64c8 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 01:16:06 -0600 Subject: [PATCH 568/838] New translations language.php (Dutch) --- lang/nl/language.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/nl/language.php b/lang/nl/language.php index 29dc63f2..b67333e5 100644 --- a/lang/nl/language.php +++ b/lang/nl/language.php @@ -2,11 +2,11 @@ return [ 'picker' => [ - 'title' => 'Select Language', - 'description' => 'Select your preferred language. This will change the language for the entire application.', - 'select' => 'Select Language:', - 'applyChanges' => 'Apply Changes', - 'current' => 'Current Language:', - 'note' => 'Your language preference will be saved automatically.', + 'title' => 'Taal selecteren', + 'description' => 'Selecteer uw voorkeurstaal. Dit verandert de taal voor de hele toepassing.', + 'select' => 'Taal selecteren:', + 'applyChanges' => 'Wijzigingen toepassen', + 'current' => 'Huidige taal:', + 'note' => 'Je taalvoorkeur wordt automatisch opgeslagen.', ], ]; From dd1b6842fe65e45af637f7685e0856af64c56852 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 02:12:58 -0600 Subject: [PATCH 569/838] New translations common.php (Spanish) --- lang/es/common.php | 100 ++++++++++++++++++++++----------------------- 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/lang/es/common.php b/lang/es/common.php index 1e081e75..0a452df1 100644 --- a/lang/es/common.php +++ b/lang/es/common.php @@ -12,7 +12,7 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Volver a la aplicación de autenticación', 'backToSignIn' => 'Volver al inicio de sesión', - 'browseTrendingTagsInstead' => 'Browse trending tags instead', + 'browseTrendingTagsInstead' => 'Explora mejor etiquetas de moda', 'byContinuingYouAgreeToOur' => 'Al continuar, aceptas nuestros', 'cancel' => 'Cancelar', 'chooseAUsername' => 'Elige un nombre de usuario', @@ -38,7 +38,7 @@ 'edit' => 'Editar', 'edited' => 'Editado', 'email' => 'Correo electrónico', - 'emailVerification' => 'Email Verification', + 'emailVerification' => 'Verificación de correo electrónico', 'emailVerifiedSuccessfully' => '¡Correo electrónico verificado con éxito!', 'enable' => 'Habilitar', 'enabled' => 'Habilitado', @@ -58,7 +58,7 @@ 'forgotPassword' => '¿Olvidaste la contraseña?', 'goToHome' => 'Ir al inicio', 'hashtagContainsAgeRestrictedContent' => 'Esta etiqueta incluye contenido con restricción por edades. Por favor inicia sesión para verificar tu edad y ver estos vídeos.', - 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagMayNotExist' => 'Esta etiqueta puede no existir, estar prohibida, o contener un error tipográfico.', 'hashtagNotFound' => 'Etiqueta no encontrada', 'hashtagWeCouldntFind' => 'No pudimos encontrar ningún vídeo para', 'iAlreadyHaveTheCode' => 'Ya tengo el código', @@ -71,72 +71,72 @@ 'loadMore' => 'Cargar más', 'loading' => 'Cargando', 'loginFailedPleaseTryAgain' => 'Inicio de sesión fallido. Por favor inténtalo de nuevo.', - 'loginToContinue' => 'Log in to continue', - 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', + 'loginToContinue' => 'Inicia sesión para continuar', + 'loginToContinueExploring' => 'Inicia sesión para continuar explorando vídeos y descubre contenido increíble de creadores de todo el mundo.', 'markAllAsReadConfirmMessage' => '¿Estás seguro de que deseas marcar todas las notificaciones no leídas como leídas?', 'markAllRead' => 'Marcar todo como leído', 'markAsRead' => 'Marcar como leído', - 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', - 'newVerificationCodeSent' => 'New verification code sent!', + 'maxResendLimitReachedPleaseContactSupport' => 'Límite máximo de reenvíos alcanzado. Por favor contacta con el soporte técnico.', + 'newVerificationCodeSent' => '¡Nuevo código de verificación enviado!', 'next' => 'Siguiente', - 'noMoreResults' => 'No more results.', + 'noMoreResults' => 'No hay más resultados.', 'notifications' => 'Notificaciones', - 'password' => 'Password', - 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', - 'passwordStrength' => 'Password strength', - 'passwordsDoNotMatch' => 'Passwords do not match', - 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', - 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', - 'privacyPolicy' => 'Privacy Policy', + 'password' => 'Contraseña', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Se ha enviado un enlace a tu correo electrónico para restablecer tu contraseña.', + 'passwordStrength' => 'Seguridad de la contraseña', + 'passwordsDoNotMatch' => 'Las contraseñas no coinciden', + 'pleaseChooseAStrongerPassword' => 'Por favor elige una contraseña más segura', + 'pleaseEnterYour2FACode' => 'Por favor escribe tu código de autenticación de dos factores', + 'privacyPolicy' => 'Política de privacidad', 'profile' => 'Perfil', - 'profileInformationSaved' => 'Profile information saved!', - 'readMore' => 'Read more', - 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', - 'rememberMe' => 'Remember me', + 'profileInformationSaved' => '¡Información del perfil guardada!', + 'readMore' => 'Leer más', + 'registrationFailedPleaseTryAgain' => 'Registro fallido. Por favor inténtalo de nuevo.', + 'rememberMe' => 'Recordar mis datos', 'report' => 'Reportar', - 'resendCode' => 'Resend code', - 'resendIn' => 'Resend in', - 'resetPassword' => 'Reset password', + 'resendCode' => 'Reenviar código', + 'resendIn' => 'Reenviar', + 'resetPassword' => 'Restablecer contraseña', 'retry' => 'Reintentar', 'retryingDotDotDot' => 'Reintentando...', 'save' => 'Guardar', 'savingDotDotDot' => 'Guardando...', - 'sendCode' => 'Send Code', - 'sendResetLink' => 'Send Reset Link', - 'setUpYourProfile' => 'Set up your profile', + 'sendCode' => 'Enviar código', + 'sendResetLink' => 'Enviar enlace de restauración', + 'setUpYourProfile' => 'Configura tu perfil', 'shareThisAccount' => 'Compartir esta cuenta', 'shareThisLoop' => 'Compartir este Loop', - 'signIn' => 'Sign in', - 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', - 'signUp' => 'Sign up', + 'signIn' => 'Iniciar sesión', + 'signIntoYourAccountToContinue' => 'Inicia sesión en tu cuenta para continuar', + 'signUp' => 'Registrarse', 'somethingWentWrong' => 'Hubo algún problema', 'status' => 'Estado', - 'suggestions' => 'Suggestions', - 'termsOfService' => 'Terms of Service', + 'suggestions' => 'Sugerencias', + 'termsOfService' => 'Condiciones del servicio', 'today' => 'Hoy', - 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', - 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Demasiados intentos fallidos, por favor inténtalo más tarde', + 'tryARelatedOrSimilarHashtag' => 'Prueba con una etiqueta relacionada o similar', 'tryAgain' => 'Intentar de nuevo', 'unfollow' => 'Dejar de seguir', 'unread' => 'No leído', - 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', - 'uploadYourAvatar' => 'Upload your avatar', - 'useADifferentMethod' => 'Use a different method', - 'username' => 'Username', - 'verificationCode' => 'Verification Code', - 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', - 'verify' => 'Verify', - 'verifyAnotherWay' => 'Verify another way', - 'verifyCode' => 'Verify Code', - 'verifyEmailCode' => 'Verify Email Code', - 'verifyTwoFactor' => 'Verify 2FA', - 'verifyYourEmail' => 'Verify your email', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Sube un avatar para personalizar tu perfil', + 'uploadYourAvatar' => 'Sube tu avatar', + 'useADifferentMethod' => 'Usa un método diferente', + 'username' => 'Nombre de usuario', + 'verificationCode' => 'Código de verificación', + 'verificationCodeSentToYourEmail' => '¡Código de verificación enviado a tu correo electrónico!', + 'verify' => 'Verificar', + 'verifyAnotherWay' => 'Verificar de otra manera', + 'verifyCode' => 'Código de verificación', + 'verifyEmailCode' => 'Código de verificación de correo electrónico', + 'verifyTwoFactor' => 'Verificar 2FA', + 'verifyYourEmail' => 'Verifica tu correo electrónico', 'videos' => 'Vídeos', - 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', - 'welcome' => 'Welcome', - 'welcomeBack' => 'Welcome Back', - 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', - 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'weSentAVerificationCodeToYourEmail' => 'Enviamos un código de verificación a tu correo electrónico', + 'welcome' => 'Bienvenido/a', + 'welcomeBack' => 'Bienvenido/a de nuevo', + 'wellSendAVerificationCodeTo' => 'Enviaremos un código de verificación a', + 'wellSendYouALinkToResetYourPassword' => 'Te enviaremos un enlace para restablecer tu contraseña', 'yesterday' => 'Ayer', - 'yourRegisteredEmailAddress' => 'your registered email address', + 'yourRegisteredEmailAddress' => 'tu dirección de correo electrónico registrada', ]; From b42929aea24e8d8c388ef3bd7b7ce5197a2c6272 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 03:45:34 -0600 Subject: [PATCH 570/838] New translations common.php (Greek) --- lang/el/common.php | 90 +++++++++++++++++++++++----------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/lang/el/common.php b/lang/el/common.php index d5613582..c57067df 100644 --- a/lang/el/common.php +++ b/lang/el/common.php @@ -1,53 +1,53 @@ 'Account created successfully! Welcome aboard!', - 'ageRestrictedContent' => 'Age-Restricted Content', - 'alreadyHaveAnAccount' => 'Already have an account?', - 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', - 'and' => 'and', - 'apply' => 'Apply', - 'authenticationCode' => 'Authentication Code', - 'authenticationSuccessful' => 'Authentication successful!', - 'avatar' => 'Avatar', - 'backToAuthenticatorApp' => 'Back to authenticator app', - 'backToSignIn' => 'Back to Sign In', - 'browseTrendingTagsInstead' => 'Browse trending tags instead', - 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', - 'cancel' => 'Cancel', - 'chooseAUsername' => 'Choose a username', - 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', - 'chooseYourAvatar' => 'Choose your avatar', - 'clickToReveal' => 'Click to reveal', - 'clickToUploadImage' => 'Click to upload image', - 'close' => 'Close', - 'comment' => 'Comment', - 'communityGuidelines' => 'Community Guidelines', - 'confirmPassword' => 'Confirm Password', - 'continue' => 'Continue', - 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', - 'createANewAccountToGetStarted' => 'Create a new account to get started', - 'createAStrongPassword' => 'Create a strong password', - 'createAccount' => 'Create Account', - 'delete' => 'Delete', - 'disable' => 'Disable', - 'disabled' => 'Disabled', - 'discard' => 'Discard', - 'dontHaveAnAccount' => 'Don\'t have an account?', - 'doubleCheckSpelling' => 'Double-check the spelling', - 'edit' => 'Edit', - 'edited' => 'Edited', + 'accountCreatedSuccessfullyWelcomeAboard' => 'Ο λογαριασμός δημιουργήθηκε επιτυχώς! Καλώς ήρθες!', + 'ageRestrictedContent' => 'Περιεχόμενο Περιορισμένης Ηλικίας', + 'alreadyHaveAnAccount' => 'Έχεις ήδη λογαριασμό;', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'Παρουσιάστηκε μη αναμενόμενο σφάλμα. Παρακαλούμε προσπάθησε ξανά.', + 'and' => 'και', + 'apply' => 'Εφαρμογή', + 'authenticationCode' => 'Κωδικός Ταυτοποίησης', + 'authenticationSuccessful' => 'Επιτυχής ταυτοποίηση!', + 'avatar' => 'Άβαταρ', + 'backToAuthenticatorApp' => 'Πίσω στην εφαρμογή ταυτοποίησης', + 'backToSignIn' => 'Πίσω στη Σύνδεση', + 'browseTrendingTagsInstead' => 'Περιήγηση ετικετών σε τάσεις αντ\' αυτού', + 'byContinuingYouAgreeToOur' => 'Συνεχίζοντας, συμφωνείς με τους', + 'cancel' => 'Ακύρωση', + 'chooseAUsername' => 'Επέλεξε ένα όνομα χρήστη', + 'chooseAUsernameAndSecurePassword' => 'Επέλεξε ένα όνομα χρήστη και έναν ασφαλή κωδικό πρόσβασης', + 'chooseYourAvatar' => 'Επέλεξε το άβατάρ σου', + 'clickToReveal' => 'Κλικ για αποκάλυψη', + 'clickToUploadImage' => 'Κάνε κλικ για μεταφόρτωση εικόνων', + 'close' => 'Κλείσιμο', + 'comment' => 'Σχόλιο', + 'communityGuidelines' => 'Κανονισμοί Κοινότητας', + 'confirmPassword' => 'Επιβεβαίωση Κωδικού Πρόσβασης', + 'continue' => 'Συνέχεια', + 'createAFreeAccountToContinueExploring' => 'Δημιούργησε έναν δωρεάν λογαριασμό για να συνεχίσεις να εξερευνάς βίντεο και να ανακαλύψεις εκπληκτικό περιεχόμενο από δημιουργούς σε όλο τον κόσμο.', + 'createANewAccountToGetStarted' => 'Δημιούργησε ένα νέο λογαριασμό για να ξεκινήσεις', + 'createAStrongPassword' => 'Δημιουργία ισχυρού κωδικού πρόσβασης', + 'createAccount' => 'Δημιουργία λογαριασμού', + 'delete' => 'Διαγραφή', + 'disable' => 'Απενεργοποίηση', + 'disabled' => 'Ανενεργό', + 'discard' => 'Απόρριψη', + 'dontHaveAnAccount' => 'Δεν έχεις λογαριασμό;', + 'doubleCheckSpelling' => 'Έλεγξε ξανά για ορθογραφία', + 'edit' => 'Επεξεργασία', + 'edited' => 'Επεξεργάστηκε', 'email' => 'Email', - 'emailVerification' => 'Email Verification', - 'emailVerifiedSuccessfully' => 'Email verified successfully!', - 'enable' => 'Enable', - 'enabled' => 'Enabled', - 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', - 'enterYourEmail' => 'Enter your email', - 'enterYourEmailToGetStarted' => 'Enter your email to get started', + 'emailVerification' => 'Επαλήθευση email', + 'emailVerifiedSuccessfully' => 'Το email επαληθεύτηκε επιτυχώς!', + 'enable' => 'Ενεργοποίηση', + 'enabled' => 'Ενεργό', + 'enterTheSixDigitCodeSentTo' => 'Εισήγαγε τον 6-ψήφιο κωδικό που στάλθηκε στο', + 'enterYourEmail' => 'Εισήγαγε το email σου', + 'enterYourEmailToGetStarted' => 'Εισήγαγε το email σου για να ξεκινήσεις', 'enterYourPassword' => 'Enter your password', - 'explore' => 'Explore', - 'exploreTags' => 'Explore Tags', + 'explore' => 'Εξερεύνηση', + 'exploreTags' => 'Εξερεύνηση Ετικετών', 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', From 8b4c2109da9f43fc54e0309cc96aea3f238a305a Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 03:45:35 -0600 Subject: [PATCH 571/838] New translations auth.php (Greek) --- lang/el/auth.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/el/auth.php b/lang/el/auth.php index 98e981fa..3e054ce8 100644 --- a/lang/el/auth.php +++ b/lang/el/auth.php @@ -1,7 +1,7 @@ 'These credentials do not match our records.', - 'password' => 'The provided password is incorrect.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'Αυτά τα διαπιστευτήρια δεν ταιριάζουν με τα αρχεία μας.', + 'password' => 'Ο παρεχόμενος κωδικός πρόσβασης είναι λανθασμένος.', + 'throttle' => 'Παρα πολλές προσπάθειες σύνδεσης. Παρακαλώ δοκίμασε ξανά σε :seconds δευτερόλεπτα.', ]; From 8856564bc1d89b255b070b6a2d32df2f3ca37bef Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 09:12:54 -0600 Subject: [PATCH 572/838] New translations common.php (Greek) --- lang/el/common.php | 114 ++++++++++++++++++++++----------------------- 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/lang/el/common.php b/lang/el/common.php index c57067df..90562ccf 100644 --- a/lang/el/common.php +++ b/lang/el/common.php @@ -45,65 +45,65 @@ 'enterTheSixDigitCodeSentTo' => 'Εισήγαγε τον 6-ψήφιο κωδικό που στάλθηκε στο', 'enterYourEmail' => 'Εισήγαγε το email σου', 'enterYourEmailToGetStarted' => 'Εισήγαγε το email σου για να ξεκινήσεις', - 'enterYourPassword' => 'Enter your password', + 'enterYourPassword' => 'Εισήγαγε τον κωδικό σου', 'explore' => 'Εξερεύνηση', 'exploreTags' => 'Εξερεύνηση Ετικετών', - 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', - 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', - 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', - 'finishSignUp' => 'Finish sign-up', - 'follow' => 'Follow', - 'followers' => 'Followers', - 'following' => 'Following', - 'forgotPassword' => 'Forgot password?', - 'goToHome' => 'Go to Home', - 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', - 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', - 'hashtagNotFound' => 'Hashtag Not Found', - 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', - 'iAlreadyHaveTheCode' => 'I already have the code', - 'invalidCodeLength' => 'Invalid code length', - 'invalidOrExpiredCode' => 'Invalid or expired code', - 'invalidVerificationCode' => 'Invalid verification code. Please try again.', - 'keepWatching' => 'Keep Watching', - 'lastUpdated' => 'Last updated', - 'learnMore' => 'Learn more', - 'loadMore' => 'Load more', - 'loading' => 'Loading', - 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', - 'loginToContinue' => 'Log in to continue', - 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', - 'markAllAsReadConfirmMessage' => 'Are you sure you want to mark all unread notifications as read?', - 'markAllRead' => 'Mark All Read', - 'markAsRead' => 'Mark as Read', - 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', - 'newVerificationCodeSent' => 'New verification code sent!', - 'next' => 'Next', - 'noMoreResults' => 'No more results.', - 'notifications' => 'Notifications', - 'password' => 'Password', - 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', - 'passwordStrength' => 'Password strength', - 'passwordsDoNotMatch' => 'Passwords do not match', - 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', - 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', - 'privacyPolicy' => 'Privacy Policy', - 'profile' => 'Profile', - 'profileInformationSaved' => 'Profile information saved!', - 'readMore' => 'Read more', - 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', - 'rememberMe' => 'Remember me', - 'report' => 'Report', - 'resendCode' => 'Resend code', - 'resendIn' => 'Resend in', - 'resetPassword' => 'Reset password', - 'retry' => 'Retry', - 'retryingDotDotDot' => 'Retrying...', - 'save' => 'Save', - 'savingDotDotDot' => 'Saving...', - 'sendCode' => 'Send Code', - 'sendResetLink' => 'Send Reset Link', - 'setUpYourProfile' => 'Set up your profile', + 'failedToResendVerificationCode' => 'Αποτυχία επαναποστολής κωδικού. Παρακαλώ προσπάθησε ξανά.', + 'failedToSendResetLinkPleaseTryAgain' => 'Αποτυχία αποστολής συνδέσμου επαναφοράς. Παρακαλώ προσπάθησε ξανά.', + 'failedToSendVerificationCode' => 'Αποτυχία αποστολής κωδικού επαλήθευσης. Παρακαλώ προσπάθησε ξανά.', + 'finishSignUp' => 'Ολοκλήρωση εγγραφής', + 'follow' => 'Ακολούθησε', + 'followers' => 'Ακόλουθοι', + 'following' => 'Ακολουθούνται', + 'forgotPassword' => 'Ξέχασες τον κωδικό;', + 'goToHome' => 'Μετάβαση στην Αρχική', + 'hashtagContainsAgeRestrictedContent' => 'Αυτή η ταμπέλα περιέχει περιεχόμενο περιορισμένης ηλικίας. Παρακαλώ συνδέσου για να επαληθεύσετε την ηλικία σου και να δεις αυτά τα βίντεο.', + 'hashtagMayNotExist' => 'Αυτή η ετικέτα μπορεί να μην υπάρχει, μπορεί να έχει απαγορευτεί ή να περιέχει ορθογραφικό.', + 'hashtagNotFound' => 'Δεν Βρέθηκε Ετικέτα', + 'hashtagWeCouldntFind' => 'Δεν μπορέσαμε να βρούμε βίντεο για', + 'iAlreadyHaveTheCode' => 'Έχω ήδη τον κωδικό', + 'invalidCodeLength' => 'Μη έγκυρο μήκος κωδικού', + 'invalidOrExpiredCode' => 'Μη έγκυρος ή ληγμένος κωδικός', + 'invalidVerificationCode' => 'Μη έγκυρος κωδικός επαλήθευσης. Παρακαλώ προσπάθησε ξανά.', + 'keepWatching' => 'Συνέχιση Παρακολούθησης', + 'lastUpdated' => 'Τελευταία ενημέρωση', + 'learnMore' => 'Μάθε περισσότερα', + 'loadMore' => 'Φόρτωση περισσοτέρων', + 'loading' => 'Φόρτωση', + 'loginFailedPleaseTryAgain' => 'Η σύνδεση απέτυχε. Παρακαλούμε προσπάθησε ξανά.', + 'loginToContinue' => 'Σύνδεση για να συνέχεια', + 'loginToContinueExploring' => 'Συνδέσου για να συνεχίσεις να εξερευνάς βίντεο και να ανακαλύψεις εκπληκτικό περιεχόμενο από δημιουργούς σε όλο τον κόσμο.', + 'markAllAsReadConfirmMessage' => 'Σίγουρα θες να επισημάνεις όλες τις μη αναγνωσμένες ειδοποιήσεις ως αναγνωσμένες;', + 'markAllRead' => 'Επισήμανση Όλων Ως Αναγ/ων', + 'markAsRead' => 'Σήμανση ως αναγνωσμένο', + 'maxResendLimitReachedPleaseContactSupport' => 'Συμπληρώθηκε το μέγιστο όριο επαναποστολής. Επικοινώνησε με την υποστήριξη.', + 'newVerificationCodeSent' => 'Ο νέος κωδικός επαλήθευσης εστάλη!', + 'next' => 'Επόμενο', + 'noMoreResults' => 'Δεν υπάρχουν άλλα αποτελέσματα.', + 'notifications' => 'Ειδοποιήσεις', + 'password' => 'Κωδικός πρόσβασης', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Ο σύνδεσμος επαναφοράς κωδικού έχει σταλεί στο email σου.', + 'passwordStrength' => 'Ισχύς κωδικού πρόσβασης', + 'passwordsDoNotMatch' => 'Οι κωδικοί δεν ταιριάζουν', + 'pleaseChooseAStrongerPassword' => 'Παρακαλούμε επέλεξε έναν πιο δυνατό κωδικό', + 'pleaseEnterYour2FACode' => 'Παρακαλώ εισήγαγε τον κωδικό ελέγχου ταυτότητας δύο παραγόντων', + 'privacyPolicy' => 'Πολιτική Απορρήτου', + 'profile' => 'Προφίλ', + 'profileInformationSaved' => 'Οι πληροφορίες προφίλ αποθηκεύτηκαν!', + 'readMore' => 'Διάβασε περισσότερα', + 'registrationFailedPleaseTryAgain' => 'Η εγγραφή απέτυχε. Παρακαλώ δοκίμασε ξανά.', + 'rememberMe' => 'Να με θυμάσαι', + 'report' => 'Αναφορά', + 'resendCode' => 'Επαναποστολή κωδικού', + 'resendIn' => 'Επαναποστολή σε', + 'resetPassword' => 'Επαναφορά κωδικού πρόσβασης', + 'retry' => 'Επανάληψη', + 'retryingDotDotDot' => 'Επανάληψη...', + 'save' => 'Αποθήκευση', + 'savingDotDotDot' => 'Αποθήκευση...', + 'sendCode' => 'Αποστολή Κωδικού', + 'sendResetLink' => 'Αποστολή Συνδέσμου Επαναφοράς', + 'setUpYourProfile' => 'Ρύθμισε το προφίλ σου', 'shareThisAccount' => 'Share this account', 'shareThisLoop' => 'Share this Loop', 'signIn' => 'Sign in', From ff67d349421ed46cfe9db74a804a7d739d94e5c8 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 09:12:55 -0600 Subject: [PATCH 573/838] New translations common.php (Swedish) --- lang/sv/common.php | 162 ++++++++++++++++++++++----------------------- 1 file changed, 81 insertions(+), 81 deletions(-) diff --git a/lang/sv/common.php b/lang/sv/common.php index d5613582..415dbca0 100644 --- a/lang/sv/common.php +++ b/lang/sv/common.php @@ -1,56 +1,56 @@ 'Account created successfully! Welcome aboard!', - 'ageRestrictedContent' => 'Age-Restricted Content', - 'alreadyHaveAnAccount' => 'Already have an account?', - 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', - 'and' => 'and', - 'apply' => 'Apply', - 'authenticationCode' => 'Authentication Code', - 'authenticationSuccessful' => 'Authentication successful!', - 'avatar' => 'Avatar', - 'backToAuthenticatorApp' => 'Back to authenticator app', - 'backToSignIn' => 'Back to Sign In', - 'browseTrendingTagsInstead' => 'Browse trending tags instead', - 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', - 'cancel' => 'Cancel', - 'chooseAUsername' => 'Choose a username', - 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', - 'chooseYourAvatar' => 'Choose your avatar', - 'clickToReveal' => 'Click to reveal', - 'clickToUploadImage' => 'Click to upload image', - 'close' => 'Close', - 'comment' => 'Comment', - 'communityGuidelines' => 'Community Guidelines', - 'confirmPassword' => 'Confirm Password', - 'continue' => 'Continue', - 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', - 'createANewAccountToGetStarted' => 'Create a new account to get started', - 'createAStrongPassword' => 'Create a strong password', - 'createAccount' => 'Create Account', - 'delete' => 'Delete', - 'disable' => 'Disable', - 'disabled' => 'Disabled', - 'discard' => 'Discard', - 'dontHaveAnAccount' => 'Don\'t have an account?', - 'doubleCheckSpelling' => 'Double-check the spelling', - 'edit' => 'Edit', - 'edited' => 'Edited', - 'email' => 'Email', - 'emailVerification' => 'Email Verification', - 'emailVerifiedSuccessfully' => 'Email verified successfully!', - 'enable' => 'Enable', - 'enabled' => 'Enabled', - 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', - 'enterYourEmail' => 'Enter your email', - 'enterYourEmailToGetStarted' => 'Enter your email to get started', - 'enterYourPassword' => 'Enter your password', - 'explore' => 'Explore', - 'exploreTags' => 'Explore Tags', - 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', - 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', - 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'accountCreatedSuccessfullyWelcomeAboard' => 'Kontot har skapats! Välkommen!', + 'ageRestrictedContent' => 'Åldersbegränsat innehåll', + 'alreadyHaveAnAccount' => 'Har du redan ett konto?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'Ett oväntat fel uppstod. Försök igen.', + 'and' => 'och', + 'apply' => 'Använd', + 'authenticationCode' => 'Autentiseringskod', + 'authenticationSuccessful' => 'Autentisering lyckades!', + 'avatar' => 'Profilbild', + 'backToAuthenticatorApp' => 'Tillbaka till autentiseringsappen', + 'backToSignIn' => 'Tillbaka till Inloggningen', + 'browseTrendingTagsInstead' => 'Bläddra i trendande taggar istället', + 'byContinuingYouAgreeToOur' => 'Genom att fortsätta godkänner du våra', + 'cancel' => 'Avbryt', + 'chooseAUsername' => 'Välj ett användarnamn', + 'chooseAUsernameAndSecurePassword' => 'Välj ett användarnamn och säkert lösenord', + 'chooseYourAvatar' => 'Välj din avatar', + 'clickToReveal' => 'Klicka för att visa', + 'clickToUploadImage' => 'Klicka för att ladda upp bild', + 'close' => 'Stäng', + 'comment' => 'Kommentar', + 'communityGuidelines' => 'Riktlinjer för communityn', + 'confirmPassword' => 'Bekräfta lösenord', + 'continue' => 'Fortsätt', + 'createAFreeAccountToContinueExploring' => 'Skapa ett kostnadsfritt konto för att fortsätta utforska videor och upptäck fantastiskt innehåll från skapare runt om i världen.', + 'createANewAccountToGetStarted' => 'Skapa ett nytt konto för att komma igång', + 'createAStrongPassword' => 'Skapa ett starkt lösenord', + 'createAccount' => 'Skapa konto', + 'delete' => 'Ta bort', + 'disable' => 'Inaktivera', + 'disabled' => 'Inaktiverad', + 'discard' => 'Kasta', + 'dontHaveAnAccount' => 'Har du inget konto?', + 'doubleCheckSpelling' => 'Dubbelkolla stavningen', + 'edit' => 'Ändra', + 'edited' => 'Ändrad', + 'email' => 'E-postadress', + 'emailVerification' => 'E-postverifiering', + 'emailVerifiedSuccessfully' => 'E-postadressen har verifierats!', + 'enable' => 'Aktivera', + 'enabled' => 'Aktiverad', + 'enterTheSixDigitCodeSentTo' => 'Ange den 6-siffriga koden som skickats till', + 'enterYourEmail' => 'Ange din e-postadress', + 'enterYourEmailToGetStarted' => 'Ange din e-postadress för att komma igång', + 'enterYourPassword' => 'Ange Ditt lösenord', + 'explore' => 'Utforska', + 'exploreTags' => 'Utforska taggar', + 'failedToResendVerificationCode' => 'Det gick inte att skicka om koden. Försök igen.', + 'failedToSendResetLinkPleaseTryAgain' => 'Det gick inte att skicka återställningslänken. Försök igen.', + 'failedToSendVerificationCode' => 'Det gick inte att skicka verifieringskoden. Försök igen.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', @@ -101,38 +101,38 @@ 'retryingDotDotDot' => 'Retrying...', 'save' => 'Save', 'savingDotDotDot' => 'Saving...', - 'sendCode' => 'Send Code', - 'sendResetLink' => 'Send Reset Link', - 'setUpYourProfile' => 'Set up your profile', - 'shareThisAccount' => 'Share this account', - 'shareThisLoop' => 'Share this Loop', - 'signIn' => 'Sign in', - 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', - 'signUp' => 'Sign up', - 'somethingWentWrong' => 'Something went wrong', + 'sendCode' => 'Skicka kod', + 'sendResetLink' => 'Skicka återställningslänk', + 'setUpYourProfile' => 'Skapa din användarprofil', + 'shareThisAccount' => 'Dela detta konto', + 'shareThisLoop' => 'Dela denna loop', + 'signIn' => 'Logga in', + 'signIntoYourAccountToContinue' => 'Logga in på ditt konto för att fortsätta', + 'signUp' => 'Registrera dig', + 'somethingWentWrong' => 'Något gick fel', 'status' => 'Status', - 'suggestions' => 'Suggestions', - 'termsOfService' => 'Terms of Service', - 'today' => 'Today', - 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', - 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', - 'tryAgain' => 'Try again', - 'unfollow' => 'Unfollow', - 'unread' => 'Unread', - 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', - 'uploadYourAvatar' => 'Upload your avatar', - 'useADifferentMethod' => 'Use a different method', - 'username' => 'Username', - 'verificationCode' => 'Verification Code', - 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', - 'verify' => 'Verify', - 'verifyAnotherWay' => 'Verify another way', - 'verifyCode' => 'Verify Code', - 'verifyEmailCode' => 'Verify Email Code', - 'verifyTwoFactor' => 'Verify 2FA', - 'verifyYourEmail' => 'Verify your email', - 'videos' => 'Videos', - 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'suggestions' => 'Förslag', + 'termsOfService' => 'Användarvillkor', + 'today' => 'Idag', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'För många misslyckade försök, försök igen senare', + 'tryARelatedOrSimilarHashtag' => 'Prova en relaterad eller liknande hashtag', + 'tryAgain' => 'Försök igen', + 'unfollow' => 'Sluta följ', + 'unread' => 'Olästa', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Ladda upp en avatar för att anpassa din profil', + 'uploadYourAvatar' => 'Välj din avatar', + 'useADifferentMethod' => 'Använd en annan metod', + 'username' => 'Användarnamn', + 'verificationCode' => 'Verifieringskod', + 'verificationCodeSentToYourEmail' => 'Verifikationskoden har skickats till din e-post!', + 'verify' => 'Bekräfta', + 'verifyAnotherWay' => 'Bekräfta på ett annat sätt', + 'verifyCode' => 'Bekräfta kod', + 'verifyEmailCode' => 'Bekräfta e-postkod', + 'verifyTwoFactor' => 'Verifiera 2FA', + 'verifyYourEmail' => 'Bekräfta din e-postaddress', + 'videos' => 'Videor', + 'weSentAVerificationCodeToYourEmail' => 'Vi skickade en verifieringskod till din e-postaddress', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', From edec357d4e6ad6255cfb6c723e6ea91d6e223b69 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 09:12:56 -0600 Subject: [PATCH 574/838] New translations auth.php (Swedish) --- lang/sv/auth.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/sv/auth.php b/lang/sv/auth.php index 98e981fa..902a0946 100644 --- a/lang/sv/auth.php +++ b/lang/sv/auth.php @@ -1,7 +1,7 @@ 'These credentials do not match our records.', - 'password' => 'The provided password is incorrect.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'Inloggningsuppgifterna matchar inte de lagrade uppgifterna.', + 'password' => 'Det angivna lösenordet är felaktigt.', + 'throttle' => 'För många inloggningsförsök. Försök igen om :seconds sekunder.', ]; From 8218842be39db73c0970df168a12b174202ad0d5 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 10:51:00 -0600 Subject: [PATCH 575/838] New translations common.php (Greek) --- lang/el/common.php | 52 +++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/lang/el/common.php b/lang/el/common.php index 90562ccf..b64ef2c2 100644 --- a/lang/el/common.php +++ b/lang/el/common.php @@ -104,39 +104,39 @@ 'sendCode' => 'Αποστολή Κωδικού', 'sendResetLink' => 'Αποστολή Συνδέσμου Επαναφοράς', 'setUpYourProfile' => 'Ρύθμισε το προφίλ σου', - 'shareThisAccount' => 'Share this account', - 'shareThisLoop' => 'Share this Loop', - 'signIn' => 'Sign in', - 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', - 'signUp' => 'Sign up', - 'somethingWentWrong' => 'Something went wrong', - 'status' => 'Status', - 'suggestions' => 'Suggestions', - 'termsOfService' => 'Terms of Service', - 'today' => 'Today', - 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', - 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', - 'tryAgain' => 'Try again', - 'unfollow' => 'Unfollow', - 'unread' => 'Unread', + 'shareThisAccount' => 'Κοινοποίηση λογαριασμού', + 'shareThisLoop' => 'Κοινοποίηση αυτού του Loop', + 'signIn' => 'Σύνδεση', + 'signIntoYourAccountToContinue' => 'Συνδέσου στο λογαριασμό σου για να συνεχίσεις', + 'signUp' => 'Εγγραφή', + 'somethingWentWrong' => 'Κάτι πήγε στραβά', + 'status' => 'Κατάσταση', + 'suggestions' => 'Προτάσεις', + 'termsOfService' => 'Όροι Παροχής Υπηρεσιών', + 'today' => 'Σήμερα', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Πάρα πολλές αποτυχημένες προσπάθειες, παρακαλώ προσπάθησε ξανά αργότερα', + 'tryARelatedOrSimilarHashtag' => 'Δοκίμασε μία σχετική ή παρόμοια ετικέτα', + 'tryAgain' => 'Δοκίμασε ξανά', + 'unfollow' => 'Άρση ακολούθησης', + 'unread' => 'Μη αναγνωσμένα', 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', 'uploadYourAvatar' => 'Upload your avatar', - 'useADifferentMethod' => 'Use a different method', - 'username' => 'Username', - 'verificationCode' => 'Verification Code', + 'useADifferentMethod' => 'Χρήση διαφορετικής μεθόδου', + 'username' => 'Όνομα χρήστη', + 'verificationCode' => 'Κωδικός Επαλήθευσης', 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', - 'verify' => 'Verify', - 'verifyAnotherWay' => 'Verify another way', - 'verifyCode' => 'Verify Code', - 'verifyEmailCode' => 'Verify Email Code', - 'verifyTwoFactor' => 'Verify 2FA', + 'verify' => 'Επαλήθευση', + 'verifyAnotherWay' => 'Επαλήθευση μ\' άλλο τρόπο', + 'verifyCode' => 'Επαλήθευση Κωδικού', + 'verifyEmailCode' => 'Επαλήθευση Κωδικού Email', + 'verifyTwoFactor' => 'Επιβεβαίωση 2FA', 'verifyYourEmail' => 'Verify your email', - 'videos' => 'Videos', + 'videos' => 'Βίντεο', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', - 'yesterday' => 'Yesterday', - 'yourRegisteredEmailAddress' => 'your registered email address', + 'yesterday' => 'Χθες', + 'yourRegisteredEmailAddress' => 'η καταχωρημένη διεύθυνση email σου', ]; From ff6b968fe790d81f5c5fedd588e8d88475157aa9 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 16:16:25 -0600 Subject: [PATCH 576/838] New translations common.php (Italian) --- lang/it/common.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lang/it/common.php b/lang/it/common.php index 1c3872f2..4d1f5cb6 100644 --- a/lang/it/common.php +++ b/lang/it/common.php @@ -5,7 +5,7 @@ 'ageRestrictedContent' => 'Age-Restricted Content', 'alreadyHaveAnAccount' => 'Already have an account?', 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', - 'and' => 'and', + 'and' => 'e', 'apply' => 'Applica', 'authenticationCode' => 'Authentication Code', 'authenticationSuccessful' => 'Authentication successful!', @@ -15,8 +15,8 @@ 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancella', - 'chooseAUsername' => 'Choose a username', - 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', + 'chooseAUsername' => 'Seleziona un nome utente', + 'chooseAUsernameAndSecurePassword' => 'Scegli un nome utente e una password sicura', 'chooseYourAvatar' => 'Choose your avatar', 'clickToReveal' => 'Clicca per rivelare', 'clickToUploadImage' => 'Click to upload image', @@ -24,11 +24,11 @@ 'comment' => 'Commenta', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', - 'continue' => 'Continue', + 'continue' => 'Continua', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', - 'createAccount' => 'Create Account', + 'createAccount' => 'Crea Account', 'delete' => 'Elimina', 'disable' => 'Disabilita', 'disabled' => 'Disabilitato', @@ -55,7 +55,7 @@ 'follow' => 'Segui', 'followers' => 'Seguaci', 'following' => 'Seguiti', - 'forgotPassword' => 'Forgot password?', + 'forgotPassword' => 'Hai dimenticato la password?', 'goToHome' => 'Vai alla Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -125,7 +125,7 @@ 'username' => 'Username', 'verificationCode' => 'Verification Code', 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', - 'verify' => 'Verify', + 'verify' => 'Verifica', 'verifyAnotherWay' => 'Verify another way', 'verifyCode' => 'Verify Code', 'verifyEmailCode' => 'Verify Email Code', @@ -133,8 +133,8 @@ 'verifyYourEmail' => 'Verify your email', 'videos' => 'Video', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', - 'welcome' => 'Welcome', - 'welcomeBack' => 'Welcome Back', + 'welcome' => 'Ti diamo il benvenuto', + 'welcomeBack' => 'È bello rivederti', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', 'yesterday' => 'Ieri', From 72c3a685e36c8614fa1344c3e6a0b877c9c85b91 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 16:16:26 -0600 Subject: [PATCH 577/838] New translations nav.php (Italian) --- lang/it/nav.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/it/nav.php b/lang/it/nav.php index 6a1ef04e..d26e70c0 100644 --- a/lang/it/nav.php +++ b/lang/it/nav.php @@ -6,8 +6,8 @@ 'clearAll' => 'Clear All', 'community' => 'Community', 'contact' => 'Contact', - 'developers' => 'Developers', - 'federation' => 'Federation', + 'developers' => 'Sviluppatori', + 'federation' => 'Federazione', 'help' => 'Aiuto', 'home' => 'Home', 'join' => 'Join', From bcf03a857790577b5cc3c98ad89978a8ad4bbeb5 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 16:16:27 -0600 Subject: [PATCH 578/838] New translations post.php (Italian) --- lang/it/post.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/it/post.php b/lang/it/post.php index 3b9bc311..5a6e5d1c 100644 --- a/lang/it/post.php +++ b/lang/it/post.php @@ -20,8 +20,8 @@ 'deletingDotDotDot' => 'Deleting...', 'dotDotDotMore' => '...more', 'downloadsEnabled' => 'Downloads Enabled', - 'edit' => 'Edit', - 'editVideo' => 'Edit Video', + 'edit' => 'Modifica', + 'editVideo' => 'Modifica Video', 'errorLoadingComments' => 'Error loading comments', 'goBack' => 'Go Back', 'goHome' => 'Go Home', From 23f402d4ad916957cac3681a1cbbd11dfc80308d Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 16:16:28 -0600 Subject: [PATCH 579/838] New translations reports.php (Italian) --- lang/it/reports.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/it/reports.php b/lang/it/reports.php index 9c1ad234..570acd6c 100644 --- a/lang/it/reports.php +++ b/lang/it/reports.php @@ -26,6 +26,6 @@ 1023 => 'Report illegal content', 1024 => 'Counterfeits and intellectual property', 1025 => 'Undisclosed branded content', - 1026 => 'Other', + 1026 => 'Altro', ], ]; From de1a43cb61f725587615555ee8316179e1b8db74 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 16:16:29 -0600 Subject: [PATCH 580/838] New translations settings.php (Italian) --- lang/it/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/it/settings.php b/lang/it/settings.php index b58bfdf1..c7b6fe0a 100644 --- a/lang/it/settings.php +++ b/lang/it/settings.php @@ -47,7 +47,7 @@ 'exportHistory' => 'Export history', 'hoursWatched' => 'Hours watched', 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', - 'likesGiven' => 'Likes given', + 'likesGiven' => 'Mi piace messi', 'manageAccount' => 'Manage account', 'manageYourAccountEmail' => 'Manage your account email.', 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', From 18f02d1c233eef6ae60a12a9e64a3a2ee4827f8f Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 8 Oct 2025 16:16:30 -0600 Subject: [PATCH 581/838] New translations studio.php (Italian) --- lang/it/studio.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/it/studio.php b/lang/it/studio.php index 238131be..05f44d50 100644 --- a/lang/it/studio.php +++ b/lang/it/studio.php @@ -14,8 +14,8 @@ 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', 'details' => 'Dettagli', - 'download' => 'Download', - 'downloadMessage' => 'Allow others to download this video', + 'download' => 'Scarica', + 'downloadMessage' => 'Consenti agli altri di scaricare questo video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', 'feed' => 'Feed', @@ -49,7 +49,7 @@ 'uploadFirstVideo' => 'Upload first video', 'users' => 'utenti', 'videoResolutions' => 'Video resolutions', - 'videoResolutionsMessage' => 'High-resolution recommended: 1080p, 1440p, 4K.', + 'videoResolutionsMessage' => 'Consigliata alta risoluzione: 1080p, 1440p, 4K.', 'view' => 'View', 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', ]; From f2b98ff60de236568a3deb3124804bf20cc62fd9 Mon Sep 17 00:00:00 2001 From: dansup Date: Thu, 9 Oct 2025 03:21:28 -0600 Subject: [PATCH 582/838] New translations common.php (Greek) --- lang/el/common.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lang/el/common.php b/lang/el/common.php index b64ef2c2..9e16728d 100644 --- a/lang/el/common.php +++ b/lang/el/common.php @@ -119,24 +119,24 @@ 'tryAgain' => 'Δοκίμασε ξανά', 'unfollow' => 'Άρση ακολούθησης', 'unread' => 'Μη αναγνωσμένα', - 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', - 'uploadYourAvatar' => 'Upload your avatar', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Ανέβασε ένα άβαταρ για να εξατομικεύσεις το προφίλ σου', + 'uploadYourAvatar' => 'Ανέβασε το άβατάρ σου', 'useADifferentMethod' => 'Χρήση διαφορετικής μεθόδου', 'username' => 'Όνομα χρήστη', 'verificationCode' => 'Κωδικός Επαλήθευσης', - 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'verificationCodeSentToYourEmail' => 'Ο κωδικός επιβεβαίωσης στάλθηκε στο email σου!', 'verify' => 'Επαλήθευση', 'verifyAnotherWay' => 'Επαλήθευση μ\' άλλο τρόπο', 'verifyCode' => 'Επαλήθευση Κωδικού', 'verifyEmailCode' => 'Επαλήθευση Κωδικού Email', 'verifyTwoFactor' => 'Επιβεβαίωση 2FA', - 'verifyYourEmail' => 'Verify your email', + 'verifyYourEmail' => 'Επαλήθευσε το email σου', 'videos' => 'Βίντεο', - 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', - 'welcome' => 'Welcome', - 'welcomeBack' => 'Welcome Back', - 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', - 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'weSentAVerificationCodeToYourEmail' => 'Στείλαμε έναν κωδικό επαλήθευσης στο email σου', + 'welcome' => 'Καλώς ήρθες', + 'welcomeBack' => 'Καλωσήρθες Ξανά', + 'wellSendAVerificationCodeTo' => 'Θα στείλουμε έναν κωδικό επαλήθευσης στο', + 'wellSendYouALinkToResetYourPassword' => 'Θα σου στείλουμε ένα σύνδεσμο για να επαναφέρεις τον κωδικό πρόσβασής σου', 'yesterday' => 'Χθες', 'yourRegisteredEmailAddress' => 'η καταχωρημένη διεύθυνση email σου', ]; From 8d53938a898b6e8f937172c8676b83cd75b0e85e Mon Sep 17 00:00:00 2001 From: dansup Date: Thu, 9 Oct 2025 03:21:29 -0600 Subject: [PATCH 583/838] New translations contact.php (Greek) --- lang/el/contact.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/lang/el/contact.php b/lang/el/contact.php index d64c7c92..87f815fc 100644 --- a/lang/el/contact.php +++ b/lang/el/contact.php @@ -1,19 +1,19 @@ 'Admin Contact', - 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', - 'bodyMessage' => 'We\'re here to help. Reach out to us through any of the channels below and we\'ll get back to you as soon as possible.', - 'communityForum' => 'Community Forum', - 'communityForumMessage' => 'Join our community discussions, ask questions, and share knowledge with other users.', - 'failedToLoadContactInformation' => 'Failed to load contact information. Please try again later.', - 'getInTouch' => 'Get in Touch', - 'loadingContactInformationDotDotDot' => 'Loading contact information...', - 'responseTime' => 'Response Time', - 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', - 'socialConnect' => 'Social Connect', - 'socialConnectMessage' => 'Follow us on the fediverse for updates and quick questions via direct messages.', - 'technicalSupport' => 'Technical Support', - 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', - 'visitForum' => 'Visit Forum', + 'adminContact' => 'Επικοινωνία Διαχειριστή', + 'adminContactMessage' => 'Για έρευνες που σχετίζονται με ουσιώδη λειτουργικά θέματα (χρησιμοποίησε το σύστημα αναφοράς περιεχομένου εντός εφαρμογής).', + 'bodyMessage' => 'Είμαστε εδώ για να βοηθήσουμε. Πήγαινε σε εμάς μέσω οποιουδήποτε από τα παρακάτω κανάλια και θα επικοινωνήσουμε μαζί σας το συντομότερο δυνατόν.', + 'communityForum' => 'Φόρουμ Κοινότητας', + 'communityForumMessage' => 'Γίνε μέλος στις συζητήσεις της κοινότητας, κάνε ερωτήσεις, και μοιράσου τη γνώση με άλλους χρήστες.', + 'failedToLoadContactInformation' => 'Αποτυχία φόρτωσης πληροφοριών επαφής. Παρακαλώ δοκίμασε αργότερα.', + 'getInTouch' => 'Έλα σε Επαφή', + 'loadingContactInformationDotDotDot' => 'Φόρτωση πληροφοριών επαφής...', + 'responseTime' => 'Χρόνος Απόκρισης', + 'responseTimeMessage' => 'Απαντούμε συνήθως σε όλα τα ερωτήματα εντός 24 ωρών κατά τη διάρκεια των εργάσιμων ημερών. Για επείγοντα τεχνικά ζητήματα, παρακαλούμε να συμπεριλάβεις το "URGENT" στο θέμα σου.', + 'socialConnect' => 'Κοινωνική Σύνδεση', + 'socialConnectMessage' => 'Ακολούθησέ με στο fediverse για ενημερώσεις και γρήγορες ερωτήσεις μέσω άμεσων μηνυμάτων.', + 'technicalSupport' => 'Τεχνική Υποστήριξη', + 'technicalSupportMessage' => 'Χρειάζεσαι βοήθεια με την πλατφόρμα μας; Απόκτησε τεχνική βοήθεια και υποστήριξη αντιμετώπισης προβλημάτων.', + 'visitForum' => 'Επισκέψου το Φόρουμ', ]; From 4c9e89fc13561643fac299c668942db2c95169bb Mon Sep 17 00:00:00 2001 From: dansup Date: Thu, 9 Oct 2025 03:21:30 -0600 Subject: [PATCH 584/838] New translations explore.php (Greek) --- lang/el/explore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/el/explore.php b/lang/el/explore.php index 34389c65..8e2d80e7 100644 --- a/lang/el/explore.php +++ b/lang/el/explore.php @@ -1,5 +1,5 @@ 'No videos found for this hashtag', + 'noVideosFoundForThisHashtag' => 'Δεν βρέθηκαν βίντεο για αυτήν την ετικέτα', ]; From e2bc8dcee4eceb0fc0bbc67dc2bde638392d3b62 Mon Sep 17 00:00:00 2001 From: dansup Date: Thu, 9 Oct 2025 03:21:31 -0600 Subject: [PATCH 585/838] New translations language.php (Greek) --- lang/el/language.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/el/language.php b/lang/el/language.php index 29dc63f2..942a9046 100644 --- a/lang/el/language.php +++ b/lang/el/language.php @@ -2,11 +2,11 @@ return [ 'picker' => [ - 'title' => 'Select Language', - 'description' => 'Select your preferred language. This will change the language for the entire application.', - 'select' => 'Select Language:', - 'applyChanges' => 'Apply Changes', - 'current' => 'Current Language:', - 'note' => 'Your language preference will be saved automatically.', + 'title' => 'Επιλογή Γλώσσας', + 'description' => 'Επέλεξε τη γλώσσα που προτιμάς. Αυτό θα αλλάξει τη γλώσσα για ολόκληρη την εφαρμογή.', + 'select' => 'Επιλογή Γλώσσας:', + 'applyChanges' => 'Εφαρμογή Αλλαγών', + 'current' => 'Τρέχουσα Γλώσσα:', + 'note' => 'Η προτίμηση γλώσσας σου θα αποθηκευτεί αυτόματα.', ], ]; From be84c4d21f368915e71c80f60e53f6de6143845d Mon Sep 17 00:00:00 2001 From: dansup Date: Thu, 9 Oct 2025 03:21:32 -0600 Subject: [PATCH 586/838] New translations nav.php (Greek) --- lang/el/nav.php | 50 ++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/lang/el/nav.php b/lang/el/nav.php index 3139435e..58a2db19 100644 --- a/lang/el/nav.php +++ b/lang/el/nav.php @@ -1,29 +1,29 @@ 'About', - 'admin' => 'Admin', - 'clearAll' => 'Clear All', - 'community' => 'Community', - 'contact' => 'Contact', - 'developers' => 'Developers', - 'federation' => 'Federation', - 'help' => 'Help', - 'home' => 'Home', - 'join' => 'Join', - 'logIn' => 'Log in', - 'logOut' => 'Log out', - 'loginOrRegister' => 'Login or Register', - 'more' => 'More', - 'noResultsFound' => 'No results found', - 'popular' => 'Popular', - 'poweredBy' => 'Powered by', - 'privacy' => 'Privacy', - 'profile' => 'Profile', - 'recentSearches' => 'Recent Searches', - 'search' => 'Search', - 'settings' => 'Settings', - 'terms' => 'Terms', - 'upload' => 'Upload', - 'uploadLoop' => 'Upload Loop', + 'about' => 'Σχετικά', + 'admin' => 'Διαχειριστής', + 'clearAll' => 'Εκκαθάριση Όλων', + 'community' => 'Κοινότητα', + 'contact' => 'Επικοινωνία', + 'developers' => 'Προγραμματιστές', + 'federation' => 'Ομοσπονδία', + 'help' => 'Βοήθεια', + 'home' => 'Αρχική', + 'join' => 'Συμμετοχή', + 'logIn' => 'Σύνδεση', + 'logOut' => 'Αποσύνδεση', + 'loginOrRegister' => 'Είσοδος ή Εγγραφή', + 'more' => 'Περισσότερα', + 'noResultsFound' => 'Δε βρέθηκαν αποτελέσματα', + 'popular' => 'Δημοφιλή', + 'poweredBy' => 'Υποστηρίζεται από', + 'privacy' => 'Απόρρητο', + 'profile' => 'Προφίλ', + 'recentSearches' => 'Πρόσφατες Αναζητήσεις', + 'search' => 'Αναζήτηση', + 'settings' => 'Ρυθμίσεις', + 'terms' => 'Όροι', + 'upload' => 'Μεταφόρτωση', + 'uploadLoop' => 'Μεταμόρφωση Loop', ]; From af237e8913cd7306f53c045ae0d05fa13f16eae5 Mon Sep 17 00:00:00 2001 From: dansup Date: Thu, 9 Oct 2025 03:21:34 -0600 Subject: [PATCH 587/838] New translations notifications.php (Greek) --- lang/el/notifications.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/el/notifications.php b/lang/el/notifications.php index 0948c05f..82f3b3d6 100644 --- a/lang/el/notifications.php +++ b/lang/el/notifications.php @@ -1,14 +1,14 @@ 'You\'re all caught up!', - 'errorLoadingNotifications' => 'Error loading notifications', + 'allCaughtUp' => 'Έχεις καλύψει τα πάντα!', + 'errorLoadingNotifications' => 'Σφάλμα φόρτωσης ειδοποιήσεων', 'messageTypes' => [ - 'videoLike' => 'liked your video', - 'newFollower' => 'started following you', - 'videoComment' => 'commented on your video', - 'videoShare' => 'shared your video', - 'default' => 'interacted with your content', + 'videoLike' => 'άρεσε το βίντεό σου', + 'newFollower' => 'ξεκίνησε να σε ακολουθεί', + 'videoComment' => 'σχολίασε στο βίντεό σου', + 'videoShare' => 'κοινοποίησε το βίντεό σου', + 'default' => 'αλληλεπίδρασε με το περιεχόμενό σου', ], - 'noNotifications' => 'No notifications', + 'noNotifications' => 'Καμία ειδοποίηση', ]; From 0bc3ee6040ce5e07763baccace765a9d40826327 Mon Sep 17 00:00:00 2001 From: dansup Date: Thu, 9 Oct 2025 03:21:35 -0600 Subject: [PATCH 588/838] New translations pagination.php (Greek) --- lang/el/pagination.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/el/pagination.php b/lang/el/pagination.php index 8e20419e..7be28c47 100644 --- a/lang/el/pagination.php +++ b/lang/el/pagination.php @@ -1,6 +1,6 @@ 'Next »', - 'previous' => '« Previous', + 'next' => 'Επόμενο »', + 'previous' => '« Προηγούμενο', ]; From 18e378063ef60f1e8f42ffc72ae710d6dbb1a0c6 Mon Sep 17 00:00:00 2001 From: dansup Date: Thu, 9 Oct 2025 03:21:36 -0600 Subject: [PATCH 589/838] New translations post.php (Greek) --- lang/el/post.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/el/post.php b/lang/el/post.php index 2cff2a86..32687a6a 100644 --- a/lang/el/post.php +++ b/lang/el/post.php @@ -1,8 +1,8 @@ 'Add comment...', - 'additionalDetails' => 'Additional details', + 'addCommentDotDotDot' => 'Προσθήκη σχολίου...', + 'additionalDetails' => 'Πρόσθετες λεπτομέρειες', 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', From d5c74e23c843a8dedcae1a277c6cf5632d254cee Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 11 Oct 2025 08:13:30 -0600 Subject: [PATCH 590/838] New translations common.php (Italian) --- lang/it/common.php | 60 +++++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/lang/it/common.php b/lang/it/common.php index 4d1f5cb6..e4dfbaf2 100644 --- a/lang/it/common.php +++ b/lang/it/common.php @@ -7,8 +7,8 @@ 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', 'and' => 'e', 'apply' => 'Applica', - 'authenticationCode' => 'Authentication Code', - 'authenticationSuccessful' => 'Authentication successful!', + 'authenticationCode' => 'Codice di autenticazione', + 'authenticationSuccessful' => 'Autenticazione riuscita!', 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', @@ -17,17 +17,17 @@ 'cancel' => 'Cancella', 'chooseAUsername' => 'Seleziona un nome utente', 'chooseAUsernameAndSecurePassword' => 'Scegli un nome utente e una password sicura', - 'chooseYourAvatar' => 'Choose your avatar', + 'chooseYourAvatar' => 'Scegli il tuo avatar', 'clickToReveal' => 'Clicca per rivelare', - 'clickToUploadImage' => 'Click to upload image', + 'clickToUploadImage' => 'Clicca per caricare immagine', 'close' => 'Chiudi', 'comment' => 'Commenta', - 'communityGuidelines' => 'Community Guidelines', - 'confirmPassword' => 'Confirm Password', + 'communityGuidelines' => 'Linee guida della community', + 'confirmPassword' => 'Conferma Password', 'continue' => 'Continua', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', - 'createAStrongPassword' => 'Create a strong password', + 'createAStrongPassword' => 'Crea una password sicura', 'createAccount' => 'Crea Account', 'delete' => 'Elimina', 'disable' => 'Disabilita', @@ -36,18 +36,18 @@ 'dontHaveAnAccount' => 'Don\'t have an account?', 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Modifica', - 'edited' => 'Edited', + 'edited' => 'Modificato', 'email' => 'Email', - 'emailVerification' => 'Email Verification', - 'emailVerifiedSuccessfully' => 'Email verified successfully!', + 'emailVerification' => 'Verifica Email', + 'emailVerifiedSuccessfully' => 'Email verificata con successo!', 'enable' => 'Abilita', 'enabled' => 'Abilitato', - 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', - 'enterYourEmail' => 'Enter your email', - 'enterYourEmailToGetStarted' => 'Enter your email to get started', - 'enterYourPassword' => 'Enter your password', + 'enterTheSixDigitCodeSentTo' => 'Inserisci il codice a 6 caratteri inviato a', + 'enterYourEmail' => 'Inserisci la tua email', + 'enterYourEmailToGetStarted' => 'Inserisci la tua email per iniziare', + 'enterYourPassword' => 'Inserisci la tua password', 'explore' => 'Esplora', - 'exploreTags' => 'Explore Tags', + 'exploreTags' => 'Esplora i Tag', 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', @@ -59,13 +59,13 @@ 'goToHome' => 'Vai alla Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', - 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagNotFound' => 'Hashtag Non Trovato', 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', 'iAlreadyHaveTheCode' => 'I already have the code', - 'invalidCodeLength' => 'Invalid code length', - 'invalidOrExpiredCode' => 'Invalid or expired code', + 'invalidCodeLength' => 'Lunghezza del codice non valida', + 'invalidOrExpiredCode' => 'Codice non valido o scaduto', 'invalidVerificationCode' => 'Invalid verification code. Please try again.', - 'keepWatching' => 'Keep Watching', + 'keepWatching' => 'Continua a Guardare', 'lastUpdated' => 'Ultimo aggiornamento', 'learnMore' => 'Altre informazioni', 'loadMore' => 'Carica di più', @@ -83,27 +83,27 @@ 'notifications' => 'Notifiche', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', - 'passwordStrength' => 'Password strength', - 'passwordsDoNotMatch' => 'Passwords do not match', + 'passwordStrength' => 'Sicurezza della password', + 'passwordsDoNotMatch' => 'Le password non coincidono', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', - 'privacyPolicy' => 'Privacy Policy', + 'privacyPolicy' => 'Politica sulla Privacy', 'profile' => 'Profilo', - 'profileInformationSaved' => 'Profile information saved!', + 'profileInformationSaved' => 'Informazioni del profilo salvate!', 'readMore' => 'Read more', 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', - 'rememberMe' => 'Remember me', + 'rememberMe' => 'Ricordami', 'report' => 'Segnala', - 'resendCode' => 'Resend code', + 'resendCode' => 'Invia il codice di nuovo', 'resendIn' => 'Resend in', 'resetPassword' => 'Reset password', 'retry' => 'Riprova', 'retryingDotDotDot' => 'Riprova...', 'save' => 'Salva', 'savingDotDotDot' => 'Salvataggio in corso...', - 'sendCode' => 'Send Code', + 'sendCode' => 'Invia Codice', 'sendResetLink' => 'Send Reset Link', - 'setUpYourProfile' => 'Set up your profile', + 'setUpYourProfile' => 'Imposta il tuo profilo', 'shareThisAccount' => 'Condividi questo account', 'shareThisLoop' => 'Condividi questo Loop', 'signIn' => 'Sign in', @@ -112,7 +112,7 @@ 'somethingWentWrong' => 'Qualcosa è andato storto', 'status' => 'Stato', 'suggestions' => 'Suggestions', - 'termsOfService' => 'Terms of Service', + 'termsOfService' => 'Termini di Servizio', 'today' => 'Oggi', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', @@ -120,8 +120,8 @@ 'unfollow' => 'Smetti di seguire', 'unread' => 'Da leggere', 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', - 'uploadYourAvatar' => 'Upload your avatar', - 'useADifferentMethod' => 'Use a different method', + 'uploadYourAvatar' => 'Carica il tuo avatar', + 'useADifferentMethod' => 'Usa un metodo diverso', 'username' => 'Username', 'verificationCode' => 'Verification Code', 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', From 33ef6d48a3e003076d1076fa048602d14d51e470 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 11 Oct 2025 08:13:31 -0600 Subject: [PATCH 591/838] New translations profile.php (Italian) --- lang/it/profile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/it/profile.php b/lang/it/profile.php index 5b69835e..55766c57 100644 --- a/lang/it/profile.php +++ b/lang/it/profile.php @@ -18,7 +18,7 @@ 'editProfile' => 'Modifica Profilo', 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', 'followRequestPending' => 'Follow Request Pending', - 'likes' => 'Likes', + 'likes' => 'Mi piace', 'loadingProfileDotDotDot' => 'Loading profile...', 'noFollowersYet' => 'No followers yet', 'noMorePostsToLoad' => 'No more posts to load', @@ -37,7 +37,7 @@ 'tabOptions' => [ 'Videos' => 'Video', ], - 'unblock' => 'Unblock', + 'unblock' => 'Sblocca', 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', From b960de98eea290443f61902fac0ec95afc0ec933 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 11 Oct 2025 08:13:32 -0600 Subject: [PATCH 592/838] New translations post.php (Italian) --- lang/it/post.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/lang/it/post.php b/lang/it/post.php index 5a6e5d1c..b5497f1e 100644 --- a/lang/it/post.php +++ b/lang/it/post.php @@ -6,33 +6,33 @@ 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', - 'characters' => 'characters', + 'characters' => 'caratteri', 'comments' => 'Commenti', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', 'commentsHaveBeenDisabled' => 'Comments have been disabled', 'copiedExclamation' => 'Copiato!', 'copyLink' => 'Copia collegamento', - 'creator' => 'Creator', + 'creator' => 'Creatore', 'delete' => 'Elimina', - 'deleteVideo' => 'Delete Video', - 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', - 'deletingDotDotDot' => 'Deleting...', + 'deleteVideo' => 'Elimina Video', + 'deleteVideoConfirmMessage' => 'Intendi davvero eliminare questo video?', + 'deletingDotDotDot' => 'Eliminazione in corso...', 'dotDotDotMore' => '...more', - 'downloadsEnabled' => 'Downloads Enabled', + 'downloadsEnabled' => 'Scaricamenti abilitati', 'edit' => 'Modifica', 'editVideo' => 'Modifica Video', 'errorLoadingComments' => 'Error loading comments', - 'goBack' => 'Go Back', + 'goBack' => 'Torna indietro', 'goHome' => 'Go Home', - 'hide' => 'Hide', - 'loadMoreReplies' => 'Load more replies', + 'hide' => 'Nascondi', + 'loadMoreReplies' => 'Carica più risposte', 'loadingVideoDotDotDot' => 'Loading video...', - 'noCommentsYet' => 'No comments yet', + 'noCommentsYet' => 'Ancora nessun commento', 'permalink' => 'Permalink', - 'pinToProfile' => 'Pin to Profile', + 'pinToProfile' => 'Fissa sul profilo', 'pleaseSelectAScenario' => 'Please select a scenario', - 'post' => 'Post', + 'post' => 'Pubblica', 'postingDotDotDot' => 'Posting...', 'replies' => 'risposte', 'reply' => 'Rispondi', @@ -41,7 +41,7 @@ 'reportTextPlaceholder1023' => 'Please describe the illegal content...', 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', 'reportTextPlaceholderDefault' => 'Please provide additional details...', - 'saveChanges' => 'Save Changes', + 'saveChanges' => 'Salva Modifiche', 'sensitiveContent' => 'Contenuto Sensibile', 'showLess' => 'Mostra di meno', 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', From fa12f659738cdaed77ace29059b32e0213f4ebfb Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 11 Oct 2025 08:13:33 -0600 Subject: [PATCH 593/838] New translations reports.php (Italian) --- lang/it/reports.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lang/it/reports.php b/lang/it/reports.php index 570acd6c..421bc61f 100644 --- a/lang/it/reports.php +++ b/lang/it/reports.php @@ -3,7 +3,7 @@ return [ 'error' => [ 'default' => 'An unexpected error occurred', - 'title' => 'Report Error', + 'title' => 'Segnala Errore', ], 'success' => [ 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', @@ -12,18 +12,18 @@ 'types' => [ 1010 => 'Inappropriate and irrelevant search', 1011 => 'Violence, abuse, and criminal exploitation', - 1012 => 'Hate and harassment', - 1013 => 'Suicide and self-harm', + 1012 => 'Odio e molestie', + 1013 => 'Suicidio e autolesionismo', 1014 => 'Disordered eating and unhealthy body image', - 1015 => 'Dangerous activities and challenges', - 1016 => 'Nudity and sexual content', - 1017 => 'Shocking and graphic content', - 1018 => 'Misinformation', + 1015 => 'Attività e sfide pericolose', + 1016 => 'Nudità e contenuti sessuali', + 1017 => 'Contenuto grafico e scioccante', + 1018 => 'Disinformazione', 1019 => 'Deceptive behavior and spam', 1020 => 'Regulated goods and activities', - 1021 => 'Frauds and scams', - 1022 => 'Sharing personal information', - 1023 => 'Report illegal content', + 1021 => 'Frodi e truffe', + 1022 => 'Condivisione di informazioni personali', + 1023 => 'Segnala contenuto illegale', 1024 => 'Counterfeits and intellectual property', 1025 => 'Undisclosed branded content', 1026 => 'Altro', From 87c5d04dbab413c3aa7b396791109e802a391f62 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 11 Oct 2025 08:13:34 -0600 Subject: [PATCH 594/838] New translations settings.php (Italian) --- lang/it/settings.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/it/settings.php b/lang/it/settings.php index c7b6fe0a..4ec93a4f 100644 --- a/lang/it/settings.php +++ b/lang/it/settings.php @@ -11,7 +11,7 @@ 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', 'back' => 'Back', 'cancelChange' => 'Cancel change', - 'change' => 'Change', + 'change' => 'Cambia', 'changeEmail' => 'Change email', 'changeEmailAddress' => 'Change email address', 'changePassword' => 'Change Password', @@ -38,9 +38,9 @@ 'downloadYourAccountDataExport' => 'Download your account data export.', 'email' => 'Email', 'emailChangePending' => 'Email change pending', - 'emailSettings' => 'Email settings', - 'enableFederation' => 'Enable Federation', - 'enableTwoFactor' => 'Enable Two-Factor Authentication', + 'emailSettings' => 'Impostazioni email', + 'enableFederation' => 'Abilita Federazione', + 'enableTwoFactor' => 'Abilita Autenticazione a Due Fattori', 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', 'enterYourCurrentPassword' => 'Enter your current password', 'enterYourNewEmailAddress' => 'Enter your new email address', @@ -53,7 +53,7 @@ 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', 'manageYourLoopsAccount' => 'Manage Your Loops Account', 'newEmailAddress' => 'New email address', - 'newPassword' => 'New password', + 'newPassword' => 'Nuova password', 'noExportsYet' => 'No exports yet', 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', 'noRestrictions' => 'No restrictions', @@ -62,7 +62,7 @@ 'passwordAndAuthentication' => 'Password and authentication', 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', 'privacy' => 'Privacy', - 'privateAccount' => 'Private account', + 'privateAccount' => 'Account privato', 'recentExports' => 'Recent exports', 'resendVerification' => 'Resend verification', 'safety' => 'Safety', @@ -72,7 +72,7 @@ 'sendingDotDotDot' => 'Sending...', 'setup2FA' => 'Setup Two-Factor Authentication', 'setup2FAStep1' => 'Step 1: Scan QR Code', - 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', + 'setup2FAStep1Message' => 'Scansiona questo codice QR con la tua app di autenticazione (Google Authenticator, Authy, etc.)', 'setup2FAStep2' => 'Step 2: Enter Verification Code', 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', 'status' => 'Status', @@ -88,7 +88,7 @@ 'verified' => 'Verificato', 'verifyAndEnable' => 'Verifica e Abilita', 'verifyingDotDotDot' => 'Verifying...', - 'videosPosted' => 'Videos posted', + 'videosPosted' => 'Video pubblicati', 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', 'weveSentAnEmail' => 'We\'ve sent a verification email to', 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', From d72e83dadadaa85866177af95670b1b640903e69 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 11 Oct 2025 08:13:35 -0600 Subject: [PATCH 595/838] New translations studio.php (Italian) --- lang/it/studio.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/it/studio.php b/lang/it/studio.php index 05f44d50..0eca7268 100644 --- a/lang/it/studio.php +++ b/lang/it/studio.php @@ -16,7 +16,7 @@ 'details' => 'Dettagli', 'download' => 'Scarica', 'downloadMessage' => 'Consenti agli altri di scaricare questo video', - 'duet' => 'Duet', + 'duet' => 'Duetto', 'duetMessage' => 'Allow others to duet this video with their own', 'feed' => 'Feed', 'fileFormats' => 'File formats', @@ -45,10 +45,10 @@ 'sizeAndDuration' => 'Size and duration', 'stitch' => 'Stitch', 'stitchMessage' => 'Allow others to stitch this video with their own', - 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', - 'uploadFirstVideo' => 'Upload first video', + 'unsavedWarning' => 'Un video che stavi modificando non è stato salvato. Vuoi continuare a modificarlo?', + 'uploadFirstVideo' => 'Carica il primo video', 'users' => 'utenti', - 'videoResolutions' => 'Video resolutions', + 'videoResolutions' => 'Risoluzioni video', 'videoResolutionsMessage' => 'Consigliata alta risoluzione: 1080p, 1440p, 4K.', 'view' => 'View', 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', From 7b2ce4efa802e34d7d0d0bc30e379cbd4a908905 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 11 Oct 2025 08:13:36 -0600 Subject: [PATCH 596/838] New translations language.php (Italian) --- lang/it/language.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/it/language.php b/lang/it/language.php index 3d429430..54c6774b 100644 --- a/lang/it/language.php +++ b/lang/it/language.php @@ -5,8 +5,8 @@ 'title' => 'Seleziona lingua', 'description' => 'Select your preferred language. This will change the language for the entire application.', 'select' => 'Seleziona lingua:', - 'applyChanges' => 'Apply Changes', - 'current' => 'Current Language:', - 'note' => 'Your language preference will be saved automatically.', + 'applyChanges' => 'Applica Modifiche', + 'current' => 'Lingua attuale:', + 'note' => 'Le tue preferenze sulla lingua verranno salvate automaticamente.', ], ]; From f9c5a9e91aeb160d4e8dc4e32424aa39a1c4f8e6 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:47:54 -0600 Subject: [PATCH 597/838] New translations notifications.php (German) --- lang/de/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/de/notifications.php b/lang/de/notifications.php index 95c86039..45678e3c 100644 --- a/lang/de/notifications.php +++ b/lang/de/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'gefällt dein Video', 'newFollower' => 'folgt Dir jetzt', 'videoComment' => 'hat dein Video kommentiert', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'teilte dein Video', 'default' => 'hat mit deinen Inhalten interagiert', ], From 3b9b79c4f7d279bf176d645b8b61a47f6f5b3a54 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:47:55 -0600 Subject: [PATCH 598/838] New translations post.php (German) --- lang/de/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/de/post.php b/lang/de/post.php index c4469e82..683c6767 100644 --- a/lang/de/post.php +++ b/lang/de/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Downloads auf diesem Video erlauben', 'caption' => 'Untertitel', 'characters' => 'Zeichen', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Kommentare', 'commentsAreDisabledForThisVideo' => 'Kommentare sind für dieses Video deaktiviert', 'commentsEnabled' => 'Kommentare aktiviert', @@ -26,7 +28,10 @@ 'goBack' => 'Zurück', 'goHome' => 'Zurück zur Startseite', 'hide' => 'Verstecken', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Weitere Antworten laden', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Video wird geladen...', 'noCommentsYet' => 'Noch keine Kommentare', 'permalink' => 'Permanenter Link', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Wird übermittelt...', 'thisActionCannotBeUndone' => 'Diese Aktion kann nicht rückgängig gemacht werden. Video wird permanent gelöscht.', 'view' => 'Ansicht', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Eine Antwort verfassen ...', 'writeYourCaptionDotDotDot' => 'Verfasse deine Beschreibung...', 'yourReportingThis' => 'Du meldest dieses/diesen :type für: :message', From f34f7712748e0ea34617d79acf0a199b70d4d80b Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:47:56 -0600 Subject: [PATCH 599/838] New translations post.php (Spanish) --- lang/es/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/es/post.php b/lang/es/post.php index 79cc3e7f..ee2c8b36 100644 --- a/lang/es/post.php +++ b/lang/es/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Permitir que la gente descargue este vídeo', 'caption' => 'Título', 'characters' => 'caracteres', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comentarios', 'commentsAreDisabledForThisVideo' => 'Los comentarios están deshabilitados para este vídeo', 'commentsEnabled' => 'Comentarios habilitados', @@ -26,7 +28,10 @@ 'goBack' => 'Regresar', 'goHome' => 'Ir al inicio', 'hide' => 'Ocultar', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Cargar más respuestas', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Cargando vídeo...', 'noCommentsYet' => 'No hay comentarios todavía', 'permalink' => 'Enlace permanente', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Enviando...', 'thisActionCannotBeUndone' => 'Esta acción no se puede deshacer. Tu vídeo será eliminado permanentemente.', 'view' => 'Vista', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Escribe una respuesta...', 'writeYourCaptionDotDotDot' => 'Escribe tu descripción...', 'yourReportingThis' => 'Estás denunciando este :type por :message', From fcd19699c64d71750df2d36e802e2b6f46231472 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:47:57 -0600 Subject: [PATCH 600/838] New translations post.php (Italian) --- lang/it/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/it/post.php b/lang/it/post.php index b5497f1e..c96488e4 100644 --- a/lang/it/post.php +++ b/lang/it/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'caratteri', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Commenti', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Torna indietro', 'goHome' => 'Go Home', 'hide' => 'Nascondi', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Carica più risposte', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'Ancora nessun commento', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'Visualizza', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From a93906c9081878d82284609358fe1ca239e1bb01 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:47:58 -0600 Subject: [PATCH 601/838] New translations notifications.php (Greek) --- lang/el/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/el/notifications.php b/lang/el/notifications.php index 82f3b3d6..682987c2 100644 --- a/lang/el/notifications.php +++ b/lang/el/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'άρεσε το βίντεό σου', 'newFollower' => 'ξεκίνησε να σε ακολουθεί', 'videoComment' => 'σχολίασε στο βίντεό σου', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'κοινοποίησε το βίντεό σου', 'default' => 'αλληλεπίδρασε με το περιεχόμενό σου', ], From 548823a0324c9a5e3c88753138b1288a34ec001b Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:47:59 -0600 Subject: [PATCH 602/838] New translations post.php (Greek) --- lang/el/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/el/post.php b/lang/el/post.php index 32687a6a..28d944a6 100644 --- a/lang/el/post.php +++ b/lang/el/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From 2a06c9d8b04e4726a8b16d6b948950457efd4fb9 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:00 -0600 Subject: [PATCH 603/838] New translations notifications.php (Romanian) --- lang/ro/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/ro/notifications.php b/lang/ro/notifications.php index 0948c05f..940462a0 100644 --- a/lang/ro/notifications.php +++ b/lang/ro/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From 91a6310b3e499894f60291c505ba81151cabf717 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:01 -0600 Subject: [PATCH 604/838] New translations post.php (Romanian) --- lang/ro/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/ro/post.php b/lang/ro/post.php index 2cff2a86..89465d30 100644 --- a/lang/ro/post.php +++ b/lang/ro/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From fd820a3d6fb124f4a8c12ed23e9e2b962eeddcab Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:02 -0600 Subject: [PATCH 605/838] New translations notifications.php (French) --- lang/fr/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/fr/notifications.php b/lang/fr/notifications.php index bd78fcae..8199531e 100644 --- a/lang/fr/notifications.php +++ b/lang/fr/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'a aimé votre vidéo', 'newFollower' => 'a commencé à vous suivre', 'videoComment' => 'a commenté votre vidéo', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'a partagé votre vidéo', 'default' => 'a interagi avec votre contenu', ], From eb500e95041365749df5c84f52247fe3e54dcded Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:03 -0600 Subject: [PATCH 606/838] New translations post.php (French) --- lang/fr/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/fr/post.php b/lang/fr/post.php index 886d9d2f..3b1e4a4b 100644 --- a/lang/fr/post.php +++ b/lang/fr/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Autoriser le téléchargement de cette vidéo', 'caption' => 'Sous-titre', 'characters' => 'caractères', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Commentaires', 'commentsAreDisabledForThisVideo' => 'Commentaires désactivés pour cette vidéo', 'commentsEnabled' => 'Commentaires activés', @@ -26,7 +28,10 @@ 'goBack' => 'Retour', 'goHome' => 'Accueil', 'hide' => 'Masquer', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Voir plus de réponses', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Chargement de la vidéo...', 'noCommentsYet' => 'Aucun commentaire pour le moment', 'permalink' => 'Lien permanent', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Envoi...', 'thisActionCannotBeUndone' => 'Cette action ne peut être annulée. Votre vidéo sera supprimée de manière définitive.', 'view' => 'Voir', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Écrire une réponse...', 'writeYourCaptionDotDotDot' => 'Écrire vos sous-titres...', 'yourReportingThis' => 'Vous signalez ce(tte) :type pour : :message', From b23bcf0714672b0d0f0cc2ba144c4724e0dfdcc9 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:03 -0600 Subject: [PATCH 607/838] New translations notifications.php (Spanish) --- lang/es/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/es/notifications.php b/lang/es/notifications.php index 0b05d20c..47d428e0 100644 --- a/lang/es/notifications.php +++ b/lang/es/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'le ha gustado tu vídeo', 'newFollower' => 'ha comenzado a seguirte', 'videoComment' => 'ha comentado en tu vídeo', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'ha compartido tu vídeo', 'default' => 'ha interactuado con tu contenido', ], From da165a86d353f95d2edb58a9ebb9fe38015dbb58 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:04 -0600 Subject: [PATCH 608/838] New translations notifications.php (Afrikaans) --- lang/af/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/af/notifications.php b/lang/af/notifications.php index 0948c05f..940462a0 100644 --- a/lang/af/notifications.php +++ b/lang/af/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From 57b33e6dd6fb97b67c4a9c08c0907d7bbf7e8904 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:05 -0600 Subject: [PATCH 609/838] New translations post.php (Afrikaans) --- lang/af/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/af/post.php b/lang/af/post.php index 2cff2a86..89465d30 100644 --- a/lang/af/post.php +++ b/lang/af/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From a7083f4f4c4d6c28bcb85e489a8040b1ba077997 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:06 -0600 Subject: [PATCH 610/838] New translations notifications.php (Arabic) --- lang/ar/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/ar/notifications.php b/lang/ar/notifications.php index 0948c05f..940462a0 100644 --- a/lang/ar/notifications.php +++ b/lang/ar/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From a2083e96078a979380bcab131473dda4c50dfe90 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:07 -0600 Subject: [PATCH 611/838] New translations post.php (Arabic) --- lang/ar/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/ar/post.php b/lang/ar/post.php index 2cff2a86..89465d30 100644 --- a/lang/ar/post.php +++ b/lang/ar/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From 457f42e95c49cc8c3a7a71dd5f4b93d6f0394151 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:08 -0600 Subject: [PATCH 612/838] New translations notifications.php (Catalan) --- lang/ca/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/ca/notifications.php b/lang/ca/notifications.php index 0948c05f..940462a0 100644 --- a/lang/ca/notifications.php +++ b/lang/ca/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From 4abbcc6cc7a1b1d54c8a4509728ab7ae3f6531e4 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:10 -0600 Subject: [PATCH 613/838] New translations post.php (Catalan) --- lang/ca/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/ca/post.php b/lang/ca/post.php index 2cff2a86..89465d30 100644 --- a/lang/ca/post.php +++ b/lang/ca/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From ab8ead1071429864be6ee64f7bd0b1626637e1ea Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:11 -0600 Subject: [PATCH 614/838] New translations notifications.php (Czech) --- lang/cs/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/cs/notifications.php b/lang/cs/notifications.php index 0948c05f..940462a0 100644 --- a/lang/cs/notifications.php +++ b/lang/cs/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From c42cf6713d3b09e927d1118067a067fb4b4afde3 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:12 -0600 Subject: [PATCH 615/838] New translations post.php (Czech) --- lang/cs/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/cs/post.php b/lang/cs/post.php index 2cff2a86..89465d30 100644 --- a/lang/cs/post.php +++ b/lang/cs/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From 6deb44fbef1e7344fc45629cfd787f2c17f8a2bd Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:13 -0600 Subject: [PATCH 616/838] New translations notifications.php (Danish) --- lang/da/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/da/notifications.php b/lang/da/notifications.php index 0948c05f..940462a0 100644 --- a/lang/da/notifications.php +++ b/lang/da/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From 7b0487b41ece731784fe9987f67f09b725af0d1a Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:14 -0600 Subject: [PATCH 617/838] New translations post.php (Danish) --- lang/da/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/da/post.php b/lang/da/post.php index 2cff2a86..89465d30 100644 --- a/lang/da/post.php +++ b/lang/da/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From ea6964df6373273542f5f40ae9187750f6da3944 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:15 -0600 Subject: [PATCH 618/838] New translations notifications.php (Finnish) --- lang/fi/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/fi/notifications.php b/lang/fi/notifications.php index 0948c05f..940462a0 100644 --- a/lang/fi/notifications.php +++ b/lang/fi/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From ade42670cc8ca2a9576d22894c0df6f01b22ae13 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:16 -0600 Subject: [PATCH 619/838] New translations post.php (Finnish) --- lang/fi/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/fi/post.php b/lang/fi/post.php index 2cff2a86..89465d30 100644 --- a/lang/fi/post.php +++ b/lang/fi/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From a562f3769d8559849d681211667c184ff85079b1 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:17 -0600 Subject: [PATCH 620/838] New translations notifications.php (Hebrew) --- lang/he/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/he/notifications.php b/lang/he/notifications.php index 0948c05f..940462a0 100644 --- a/lang/he/notifications.php +++ b/lang/he/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From 0a992b97499e2cb6fb49cf0ab3cbe8d641ef259b Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:18 -0600 Subject: [PATCH 621/838] New translations post.php (Hebrew) --- lang/he/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/he/post.php b/lang/he/post.php index 2cff2a86..89465d30 100644 --- a/lang/he/post.php +++ b/lang/he/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From 250230bb84792f0ba7fd88a91374b724babf4bf2 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:19 -0600 Subject: [PATCH 622/838] New translations notifications.php (Hungarian) --- lang/hu/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/hu/notifications.php b/lang/hu/notifications.php index 0948c05f..940462a0 100644 --- a/lang/hu/notifications.php +++ b/lang/hu/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From 3f12f1c0e50ade78bf359da652c386ebf4a5b21d Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:19 -0600 Subject: [PATCH 623/838] New translations post.php (Hungarian) --- lang/hu/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/hu/post.php b/lang/hu/post.php index 2cff2a86..89465d30 100644 --- a/lang/hu/post.php +++ b/lang/hu/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From b799486de0ec774c6862ab99d518d1642f0b1748 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:20 -0600 Subject: [PATCH 624/838] New translations notifications.php (Italian) --- lang/it/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/it/notifications.php b/lang/it/notifications.php index df287a03..1106e009 100644 --- a/lang/it/notifications.php +++ b/lang/it/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'ha iniziato a seguirti', 'videoComment' => 'ha commentato sul tuo video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'ha condiviso il tuo video', 'default' => 'ha interagito con il tuo contenuto', ], From 489177647b3c5cbd66dcf606a4d2d5d2e0f227e9 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:21 -0600 Subject: [PATCH 625/838] New translations notifications.php (Japanese) --- lang/ja/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/ja/notifications.php b/lang/ja/notifications.php index 0948c05f..940462a0 100644 --- a/lang/ja/notifications.php +++ b/lang/ja/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From 1897455d901e9632a74798a1d88d48f8e559f2de Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:22 -0600 Subject: [PATCH 626/838] New translations post.php (Japanese) --- lang/ja/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/ja/post.php b/lang/ja/post.php index 2cff2a86..89465d30 100644 --- a/lang/ja/post.php +++ b/lang/ja/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From 0a4ec90a689f843f28123a85be5409a3d6e9d848 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:23 -0600 Subject: [PATCH 627/838] New translations notifications.php (Korean) --- lang/ko/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/ko/notifications.php b/lang/ko/notifications.php index 0948c05f..940462a0 100644 --- a/lang/ko/notifications.php +++ b/lang/ko/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From 68d95e8133d20b277846b4acf73323df915ca46c Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:24 -0600 Subject: [PATCH 628/838] New translations post.php (Korean) --- lang/ko/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/ko/post.php b/lang/ko/post.php index 2cff2a86..89465d30 100644 --- a/lang/ko/post.php +++ b/lang/ko/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From e3e2153e2ef6b9800b39c1172f415477f7728aa0 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:25 -0600 Subject: [PATCH 629/838] New translations notifications.php (Dutch) --- lang/nl/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/nl/notifications.php b/lang/nl/notifications.php index 0948c05f..940462a0 100644 --- a/lang/nl/notifications.php +++ b/lang/nl/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From a5290be424dfd66c5dec55356ce83cb204333c33 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:26 -0600 Subject: [PATCH 630/838] New translations post.php (Dutch) --- lang/nl/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/nl/post.php b/lang/nl/post.php index 2cff2a86..89465d30 100644 --- a/lang/nl/post.php +++ b/lang/nl/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From b8ce2b96f3920eb3cb88b03bfec3d71e4e949b51 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:27 -0600 Subject: [PATCH 631/838] New translations notifications.php (Norwegian) --- lang/no/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/no/notifications.php b/lang/no/notifications.php index 0948c05f..940462a0 100644 --- a/lang/no/notifications.php +++ b/lang/no/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From 035b11bdc631e04fb755e88b43606a5751457022 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:28 -0600 Subject: [PATCH 632/838] New translations post.php (Norwegian) --- lang/no/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/no/post.php b/lang/no/post.php index 2cff2a86..89465d30 100644 --- a/lang/no/post.php +++ b/lang/no/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From a60a666e3e4e8c6526c4b1378d12685b5850609d Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:29 -0600 Subject: [PATCH 633/838] New translations notifications.php (Polish) --- lang/pl/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/pl/notifications.php b/lang/pl/notifications.php index 0948c05f..940462a0 100644 --- a/lang/pl/notifications.php +++ b/lang/pl/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From f98757bfb9695c12716cddd8bb59405addad4d36 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:30 -0600 Subject: [PATCH 634/838] New translations post.php (Polish) --- lang/pl/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/pl/post.php b/lang/pl/post.php index 2cff2a86..89465d30 100644 --- a/lang/pl/post.php +++ b/lang/pl/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From db9215d0b70352b82ae0b94abd964096714381ed Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:31 -0600 Subject: [PATCH 635/838] New translations notifications.php (Portuguese) --- lang/pt/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/pt/notifications.php b/lang/pt/notifications.php index 0948c05f..940462a0 100644 --- a/lang/pt/notifications.php +++ b/lang/pt/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From 69e682411c8567c5211ac78a21335a8cf6f8f1f1 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:33 -0600 Subject: [PATCH 636/838] New translations post.php (Portuguese) --- lang/pt/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/pt/post.php b/lang/pt/post.php index 2cff2a86..89465d30 100644 --- a/lang/pt/post.php +++ b/lang/pt/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From d6aeb82ae0e5a9dd11c572ea6c730d1e8ae94974 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:34 -0600 Subject: [PATCH 637/838] New translations notifications.php (Russian) --- lang/ru/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/ru/notifications.php b/lang/ru/notifications.php index 0948c05f..940462a0 100644 --- a/lang/ru/notifications.php +++ b/lang/ru/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From 2a2f3788cd174b9485fc95c80ec73010c7dec835 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:35 -0600 Subject: [PATCH 638/838] New translations post.php (Russian) --- lang/ru/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/ru/post.php b/lang/ru/post.php index 2cff2a86..89465d30 100644 --- a/lang/ru/post.php +++ b/lang/ru/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From 0a3c01346282dd87e866f1d964878c755af3172f Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:36 -0600 Subject: [PATCH 639/838] New translations notifications.php (Serbian (Cyrillic)) --- lang/sr/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/sr/notifications.php b/lang/sr/notifications.php index 0948c05f..940462a0 100644 --- a/lang/sr/notifications.php +++ b/lang/sr/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From 8806bfbf76257469f00e805a083fcaebc1d2e015 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:37 -0600 Subject: [PATCH 640/838] New translations post.php (Serbian (Cyrillic)) --- lang/sr/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/sr/post.php b/lang/sr/post.php index 2cff2a86..89465d30 100644 --- a/lang/sr/post.php +++ b/lang/sr/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From 5c1a4723040f9538b4c490acb25ee8c00f922ee9 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:38 -0600 Subject: [PATCH 641/838] New translations notifications.php (Swedish) --- lang/sv/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/sv/notifications.php b/lang/sv/notifications.php index 0948c05f..940462a0 100644 --- a/lang/sv/notifications.php +++ b/lang/sv/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From 65393faa0e6914341dfb931a9fe6affed2c92227 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:39 -0600 Subject: [PATCH 642/838] New translations post.php (Swedish) --- lang/sv/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/sv/post.php b/lang/sv/post.php index 2cff2a86..89465d30 100644 --- a/lang/sv/post.php +++ b/lang/sv/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From 3ece5ea95b367f923212a0fd1b9d036d1bdac472 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:40 -0600 Subject: [PATCH 643/838] New translations notifications.php (Turkish) --- lang/tr/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/tr/notifications.php b/lang/tr/notifications.php index 0948c05f..940462a0 100644 --- a/lang/tr/notifications.php +++ b/lang/tr/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From 8aa8e84efbdb738d07918431f024358da6cea29f Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:41 -0600 Subject: [PATCH 644/838] New translations post.php (Turkish) --- lang/tr/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/tr/post.php b/lang/tr/post.php index 2cff2a86..89465d30 100644 --- a/lang/tr/post.php +++ b/lang/tr/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From 6bb067ce8dcea51b9967c3d8806bf67a16d4fae5 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:42 -0600 Subject: [PATCH 645/838] New translations notifications.php (Ukrainian) --- lang/uk/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/uk/notifications.php b/lang/uk/notifications.php index 0948c05f..940462a0 100644 --- a/lang/uk/notifications.php +++ b/lang/uk/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From 437d9232e12a11f337af8eeab8f68cb9b553b57d Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:43 -0600 Subject: [PATCH 646/838] New translations post.php (Ukrainian) --- lang/uk/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/uk/post.php b/lang/uk/post.php index 2cff2a86..89465d30 100644 --- a/lang/uk/post.php +++ b/lang/uk/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From 574c9167bef3f0f551f9a2c9c4096d5722d9a543 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:44 -0600 Subject: [PATCH 647/838] New translations notifications.php (Chinese Simplified) --- lang/zh/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/zh/notifications.php b/lang/zh/notifications.php index 0948c05f..940462a0 100644 --- a/lang/zh/notifications.php +++ b/lang/zh/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From ff46a1c7305c3da4d8f48405312ef3a5c6a4e329 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:45 -0600 Subject: [PATCH 648/838] New translations post.php (Chinese Simplified) --- lang/zh/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/zh/post.php b/lang/zh/post.php index 2cff2a86..89465d30 100644 --- a/lang/zh/post.php +++ b/lang/zh/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From a5b44c4cce5fb96382f32d925594e2b1d3a3b0ad Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:47 -0600 Subject: [PATCH 649/838] New translations notifications.php (Vietnamese) --- lang/vi/notifications.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lang/vi/notifications.php b/lang/vi/notifications.php index 0948c05f..940462a0 100644 --- a/lang/vi/notifications.php +++ b/lang/vi/notifications.php @@ -7,6 +7,11 @@ 'videoLike' => 'liked your video', 'newFollower' => 'started following you', 'videoComment' => 'commented on your video', + 'videoCommentReply' => 'replied to a comment on your video', + 'videoCommentLike' => 'liked your comment', + 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentShare' => 'shared your comment', + 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'shared your video', 'default' => 'interacted with your content', ], From 12cfd34bfaf78bbbaef3eef6ce92ed33b0d6c9af Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 13 Oct 2025 23:48:48 -0600 Subject: [PATCH 650/838] New translations post.php (Vietnamese) --- lang/vi/post.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/vi/post.php b/lang/vi/post.php index 2cff2a86..89465d30 100644 --- a/lang/vi/post.php +++ b/lang/vi/post.php @@ -7,6 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', 'caption' => 'Caption', 'characters' => 'characters', + 'commentDeleted' => 'This comment may have been deleted', + 'commentNotFound' => 'Comment not found', 'comments' => 'Comments', 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', 'commentsEnabled' => 'Comments Enabled', @@ -26,7 +28,10 @@ 'goBack' => 'Go Back', 'goHome' => 'Go Home', 'hide' => 'Hide', + 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Load more replies', + 'loadingComment' => 'Loading comment...', + 'loadingComments' => 'Loading comments...', 'loadingVideoDotDotDot' => 'Loading video...', 'noCommentsYet' => 'No comments yet', 'permalink' => 'Permalink', @@ -50,6 +55,7 @@ 'submittingDotDotDot' => 'Submitting...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', 'view' => 'View', + 'viewAllComments' => 'View All Comments', 'writeAReplyDotDotDot' => 'Write a reply...', 'writeYourCaptionDotDotDot' => 'Write your caption...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', From 2ae3b9fa3c8e3454ca0390f7d6e88862bd9e4cf2 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:38 -0600 Subject: [PATCH 651/838] New translations explore.php (Dutch) --- lang/nl/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/nl/explore.php b/lang/nl/explore.php index 39d44934..a1b0d23b 100644 --- a/lang/nl/explore.php +++ b/lang/nl/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'Geen video\'s gevonden voor deze hashtag', ]; From 5de266d20c6e204149c8d6c306f98bd5e77b8cba Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:39 -0600 Subject: [PATCH 652/838] New translations explore.php (Greek) --- lang/el/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/el/explore.php b/lang/el/explore.php index 8e2d80e7..e6f8039c 100644 --- a/lang/el/explore.php +++ b/lang/el/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'Δεν βρέθηκαν βίντεο για αυτήν την ετικέτα', ]; From 862a20dcfd1e93b1e54b84e7a4cbc8a568b06167 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:41 -0600 Subject: [PATCH 653/838] New translations explore.php (Romanian) --- lang/ro/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ro/explore.php b/lang/ro/explore.php index 34389c65..7a7037c8 100644 --- a/lang/ro/explore.php +++ b/lang/ro/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From ef1028aee210ec87ead5de1915c0b0f9c6656a5c Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:42 -0600 Subject: [PATCH 654/838] New translations explore.php (French) --- lang/fr/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/fr/explore.php b/lang/fr/explore.php index b94bd896..def4fc77 100644 --- a/lang/fr/explore.php +++ b/lang/fr/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'Aucune vidéo trouvée pour ce mot-clic', ]; From b2fec2f5a307a068d827b99fa68b698b8a15cb69 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:43 -0600 Subject: [PATCH 655/838] New translations explore.php (Spanish) --- lang/es/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/es/explore.php b/lang/es/explore.php index e5f22c6d..fb8afbc1 100644 --- a/lang/es/explore.php +++ b/lang/es/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No se han encontrado vídeos para esta etiqueta', ]; From 4bf75019f307cfbe9812d0121c2ecee82eeb71ec Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:44 -0600 Subject: [PATCH 656/838] New translations explore.php (Afrikaans) --- lang/af/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/af/explore.php b/lang/af/explore.php index 34389c65..7a7037c8 100644 --- a/lang/af/explore.php +++ b/lang/af/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From edf1c4f2f7021a586939962555db346ab74c2ef6 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:45 -0600 Subject: [PATCH 657/838] New translations explore.php (Arabic) --- lang/ar/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ar/explore.php b/lang/ar/explore.php index 34389c65..7a7037c8 100644 --- a/lang/ar/explore.php +++ b/lang/ar/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From 092c62c8611414198c498fb5bc893b7b950f8c1a Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:46 -0600 Subject: [PATCH 658/838] New translations explore.php (Catalan) --- lang/ca/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ca/explore.php b/lang/ca/explore.php index 34389c65..7a7037c8 100644 --- a/lang/ca/explore.php +++ b/lang/ca/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From dcb5f40f671c524556a9b321c5db53d3ed02e71e Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:47 -0600 Subject: [PATCH 659/838] New translations explore.php (Czech) --- lang/cs/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/cs/explore.php b/lang/cs/explore.php index 34389c65..7a7037c8 100644 --- a/lang/cs/explore.php +++ b/lang/cs/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From ca8804edaa1162819fe0729a6731ad46ba5b51ce Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:48 -0600 Subject: [PATCH 660/838] New translations explore.php (Danish) --- lang/da/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/da/explore.php b/lang/da/explore.php index 34389c65..7a7037c8 100644 --- a/lang/da/explore.php +++ b/lang/da/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From 1b186d8b5ba4f03dd217e5b251337a351ef20ff0 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:50 -0600 Subject: [PATCH 661/838] New translations explore.php (German) --- lang/de/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/de/explore.php b/lang/de/explore.php index 51aee39e..f8d64afe 100644 --- a/lang/de/explore.php +++ b/lang/de/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'Keine Videos für diesen Hashtag gefunden', ]; From 1d6c45b125147617fa30d33d12ddc103a0b4b5c9 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:51 -0600 Subject: [PATCH 662/838] New translations explore.php (Finnish) --- lang/fi/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/fi/explore.php b/lang/fi/explore.php index 34389c65..7a7037c8 100644 --- a/lang/fi/explore.php +++ b/lang/fi/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From 2f2dc3b2bac97db8f0dc19e6e8fe8894d85bdf83 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:52 -0600 Subject: [PATCH 663/838] New translations explore.php (Hebrew) --- lang/he/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/he/explore.php b/lang/he/explore.php index 34389c65..7a7037c8 100644 --- a/lang/he/explore.php +++ b/lang/he/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From 9d6e47670100c211d484c0b7a43ab2430793afc5 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:53 -0600 Subject: [PATCH 664/838] New translations explore.php (Hungarian) --- lang/hu/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/hu/explore.php b/lang/hu/explore.php index 34389c65..7a7037c8 100644 --- a/lang/hu/explore.php +++ b/lang/hu/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From 7bbe8018517227f93e55ae658a86af83a74b6717 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:54 -0600 Subject: [PATCH 665/838] New translations explore.php (Italian) --- lang/it/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/it/explore.php b/lang/it/explore.php index 83466204..149b6a5c 100644 --- a/lang/it/explore.php +++ b/lang/it/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'Nessun video trovato per questo hashtag', ]; From f457cf43307f9f8f3cf8b4a8af684bbf3f472eca Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:55 -0600 Subject: [PATCH 666/838] New translations explore.php (Japanese) --- lang/ja/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ja/explore.php b/lang/ja/explore.php index 34389c65..7a7037c8 100644 --- a/lang/ja/explore.php +++ b/lang/ja/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From aa96fd62ab26de73fc5d0134521111c879fac5f4 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:56 -0600 Subject: [PATCH 667/838] New translations explore.php (Korean) --- lang/ko/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ko/explore.php b/lang/ko/explore.php index 34389c65..7a7037c8 100644 --- a/lang/ko/explore.php +++ b/lang/ko/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From 849fb39acfe025a03cb08e13062b9df09b2ea489 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:57 -0600 Subject: [PATCH 668/838] New translations explore.php (Norwegian) --- lang/no/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/no/explore.php b/lang/no/explore.php index 34389c65..7a7037c8 100644 --- a/lang/no/explore.php +++ b/lang/no/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From 5fdf04c8be10432cddec163317adecc0f80657aa Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:58 -0600 Subject: [PATCH 669/838] New translations explore.php (Polish) --- lang/pl/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/pl/explore.php b/lang/pl/explore.php index 34389c65..7a7037c8 100644 --- a/lang/pl/explore.php +++ b/lang/pl/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From c69eb76951548a88be173a6ce5f4ed36a2f25ab7 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:21:59 -0600 Subject: [PATCH 670/838] New translations explore.php (Portuguese) --- lang/pt/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/pt/explore.php b/lang/pt/explore.php index 34389c65..7a7037c8 100644 --- a/lang/pt/explore.php +++ b/lang/pt/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From 4f4a0cd1dccba463d59a70b456a3035976b46ec3 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:22:00 -0600 Subject: [PATCH 671/838] New translations explore.php (Russian) --- lang/ru/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ru/explore.php b/lang/ru/explore.php index 34389c65..7a7037c8 100644 --- a/lang/ru/explore.php +++ b/lang/ru/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From ec751fb0250131d1574b16e362d5b1c69f306248 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:22:01 -0600 Subject: [PATCH 672/838] New translations explore.php (Serbian (Cyrillic)) --- lang/sr/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/sr/explore.php b/lang/sr/explore.php index 34389c65..7a7037c8 100644 --- a/lang/sr/explore.php +++ b/lang/sr/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From 756ff5890b7eb5bc5db8299c31cbbc438b9d3a6a Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:22:02 -0600 Subject: [PATCH 673/838] New translations explore.php (Swedish) --- lang/sv/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/sv/explore.php b/lang/sv/explore.php index 34389c65..7a7037c8 100644 --- a/lang/sv/explore.php +++ b/lang/sv/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From c046fe4e246e7cd2355e807b90cb0dd85f962f2e Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:22:03 -0600 Subject: [PATCH 674/838] New translations explore.php (Turkish) --- lang/tr/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/tr/explore.php b/lang/tr/explore.php index 34389c65..7a7037c8 100644 --- a/lang/tr/explore.php +++ b/lang/tr/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From 3a1c844c0901b2d74bd945dbbfd54ce974f78002 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:22:04 -0600 Subject: [PATCH 675/838] New translations explore.php (Ukrainian) --- lang/uk/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/uk/explore.php b/lang/uk/explore.php index 34389c65..7a7037c8 100644 --- a/lang/uk/explore.php +++ b/lang/uk/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From 18e8b7dff0b10d7cb2f9dac29e0b6941db197a4b Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:22:05 -0600 Subject: [PATCH 676/838] New translations explore.php (Chinese Simplified) --- lang/zh/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/zh/explore.php b/lang/zh/explore.php index 34389c65..7a7037c8 100644 --- a/lang/zh/explore.php +++ b/lang/zh/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From 4c235ca93b938ef16089a86131c99f89bc28b12e Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 14 Oct 2025 04:22:07 -0600 Subject: [PATCH 677/838] New translations explore.php (Vietnamese) --- lang/vi/explore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/vi/explore.php b/lang/vi/explore.php index 34389c65..7a7037c8 100644 --- a/lang/vi/explore.php +++ b/lang/vi/explore.php @@ -1,5 +1,6 @@ 'Discover trending content', 'noVideosFoundForThisHashtag' => 'No videos found for this hashtag', ]; From 3db434a2ff7c3989be5af34d8397f978c31c563e Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 15 Oct 2025 00:08:02 -0600 Subject: [PATCH 678/838] New translations post.php (Spanish) --- lang/es/post.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/es/post.php b/lang/es/post.php index ee2c8b36..eecf4c99 100644 --- a/lang/es/post.php +++ b/lang/es/post.php @@ -7,8 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Permitir que la gente descargue este vídeo', 'caption' => 'Título', 'characters' => 'caracteres', - 'commentDeleted' => 'This comment may have been deleted', - 'commentNotFound' => 'Comment not found', + 'commentDeleted' => 'Este comentario puede haber sido eliminado', + 'commentNotFound' => 'Comentario no encontrado', 'comments' => 'Comentarios', 'commentsAreDisabledForThisVideo' => 'Los comentarios están deshabilitados para este vídeo', 'commentsEnabled' => 'Comentarios habilitados', @@ -28,10 +28,10 @@ 'goBack' => 'Regresar', 'goHome' => 'Ir al inicio', 'hide' => 'Ocultar', - 'invalidCommentLink' => 'The comment link is invalid or broken', + 'invalidCommentLink' => 'El enlace al comentario es inválido o está roto', 'loadMoreReplies' => 'Cargar más respuestas', - 'loadingComment' => 'Loading comment...', - 'loadingComments' => 'Loading comments...', + 'loadingComment' => 'Cargando comentario...', + 'loadingComments' => 'Cargando comentarios...', 'loadingVideoDotDotDot' => 'Cargando vídeo...', 'noCommentsYet' => 'No hay comentarios todavía', 'permalink' => 'Enlace permanente', @@ -55,7 +55,7 @@ 'submittingDotDotDot' => 'Enviando...', 'thisActionCannotBeUndone' => 'Esta acción no se puede deshacer. Tu vídeo será eliminado permanentemente.', 'view' => 'Vista', - 'viewAllComments' => 'View All Comments', + 'viewAllComments' => 'Ver todos los comentarios', 'writeAReplyDotDotDot' => 'Escribe una respuesta...', 'writeYourCaptionDotDotDot' => 'Escribe tu descripción...', 'yourReportingThis' => 'Estás denunciando este :type por :message', From a81c2cceff9ead55fad09923ccc53ad03db32a08 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 15 Oct 2025 00:08:03 -0600 Subject: [PATCH 679/838] New translations notifications.php (Spanish) --- lang/es/notifications.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/es/notifications.php b/lang/es/notifications.php index 47d428e0..5a191066 100644 --- a/lang/es/notifications.php +++ b/lang/es/notifications.php @@ -7,11 +7,11 @@ 'videoLike' => 'le ha gustado tu vídeo', 'newFollower' => 'ha comenzado a seguirte', 'videoComment' => 'ha comentado en tu vídeo', - 'videoCommentReply' => 'replied to a comment on your video', - 'videoCommentLike' => 'liked your comment', - 'videoCommentReplyLike' => 'liked your comment reply', - 'videoCommentShare' => 'shared your comment', - 'videoCommentReplyShare' => 'shared your comment reply', + 'videoCommentReply' => 'respondió a un comentario en tu vídeo', + 'videoCommentLike' => 'le dió me gusta a tu comentario', + 'videoCommentReplyLike' => 'le dió me gusta a tu respuesta', + 'videoCommentShare' => 'compartió tu comentario', + 'videoCommentReplyShare' => 'compartió tu respuesta', 'videoShare' => 'ha compartido tu vídeo', 'default' => 'ha interactuado con tu contenido', ], From 70eccb77bcd07a278be3efc205bb0e80a6bfb80c Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 15 Oct 2025 00:08:04 -0600 Subject: [PATCH 680/838] New translations explore.php (Spanish) --- lang/es/explore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/es/explore.php b/lang/es/explore.php index fb8afbc1..2d0d0f64 100644 --- a/lang/es/explore.php +++ b/lang/es/explore.php @@ -1,6 +1,6 @@ 'Discover trending content', + 'discoverTrendingContent' => 'Descubre nuevo contenido en tendencia', 'noVideosFoundForThisHashtag' => 'No se han encontrado vídeos para esta etiqueta', ]; From 856f4d66315fac2f33c901cab865652146366c2c Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 15 Oct 2025 06:08:18 -0600 Subject: [PATCH 681/838] New translations explore.php (Greek) --- lang/el/explore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/el/explore.php b/lang/el/explore.php index e6f8039c..b0a7b80c 100644 --- a/lang/el/explore.php +++ b/lang/el/explore.php @@ -1,6 +1,6 @@ 'Discover trending content', + 'discoverTrendingContent' => 'Ανακάλυψε δημοφιλές περιεχόμενο', 'noVideosFoundForThisHashtag' => 'Δεν βρέθηκαν βίντεο για αυτήν την ετικέτα', ]; From b4c31dfe7b71d0f992c6adb9e7e7c827d0f0343e Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 05:42:20 -0600 Subject: [PATCH 682/838] New translations profile.php (French) --- lang/fr/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/fr/profile.php b/lang/fr/profile.php index abfe5848..8bebf15c 100644 --- a/lang/fr/profile.php +++ b/lang/fr/profile.php @@ -17,7 +17,7 @@ 'displayNameHelp' => 'Le nom d’affichage peut contenir jusqu’à 30 caractères.', 'editProfile' => 'Modifier le profil', 'failedToUpdateProfileErrorMessage' => 'Échec de la mise à jour du profil. Réessayez.', - 'followRequestPending' => 'Follow Request Pending', + 'followRequestPending' => 'Demande de suivi en attente', 'likes' => 'J\'aime', 'loadingProfileDotDotDot' => 'Chargement du profil...', 'noFollowersYet' => 'Pas encore d\'abonnés', From b19c309993a639ea6e5d2a21b2f4fe731b090e38 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 05:42:21 -0600 Subject: [PATCH 683/838] New translations notifications.php (French) --- lang/fr/notifications.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/fr/notifications.php b/lang/fr/notifications.php index 8199531e..28f364b8 100644 --- a/lang/fr/notifications.php +++ b/lang/fr/notifications.php @@ -7,11 +7,11 @@ 'videoLike' => 'a aimé votre vidéo', 'newFollower' => 'a commencé à vous suivre', 'videoComment' => 'a commenté votre vidéo', - 'videoCommentReply' => 'replied to a comment on your video', - 'videoCommentLike' => 'liked your comment', - 'videoCommentReplyLike' => 'liked your comment reply', - 'videoCommentShare' => 'shared your comment', - 'videoCommentReplyShare' => 'shared your comment reply', + 'videoCommentReply' => 'a répondu à un commentaire sur vos vidéos', + 'videoCommentLike' => 'a aimé votre commentaire', + 'videoCommentReplyLike' => 'a aimé votre réponse à un commentaire', + 'videoCommentShare' => 'a partagé votre commentaire', + 'videoCommentReplyShare' => 'a partagé votre réponse de commentaire', 'videoShare' => 'a partagé votre vidéo', 'default' => 'a interagi avec votre contenu', ], From 0d7de55d56de611b94ef6d544ff4e4ba59b1672d Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 05:42:22 -0600 Subject: [PATCH 684/838] New translations post.php (French) --- lang/fr/post.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/fr/post.php b/lang/fr/post.php index 3b1e4a4b..41516cfc 100644 --- a/lang/fr/post.php +++ b/lang/fr/post.php @@ -7,8 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Autoriser le téléchargement de cette vidéo', 'caption' => 'Sous-titre', 'characters' => 'caractères', - 'commentDeleted' => 'This comment may have been deleted', - 'commentNotFound' => 'Comment not found', + 'commentDeleted' => 'Ce commentaire a peut-être été supprimé', + 'commentNotFound' => 'Commentaire non trouvé', 'comments' => 'Commentaires', 'commentsAreDisabledForThisVideo' => 'Commentaires désactivés pour cette vidéo', 'commentsEnabled' => 'Commentaires activés', @@ -28,10 +28,10 @@ 'goBack' => 'Retour', 'goHome' => 'Accueil', 'hide' => 'Masquer', - 'invalidCommentLink' => 'The comment link is invalid or broken', + 'invalidCommentLink' => 'Le lien de commentaire est invalide ou cassé', 'loadMoreReplies' => 'Voir plus de réponses', - 'loadingComment' => 'Loading comment...', - 'loadingComments' => 'Loading comments...', + 'loadingComment' => 'Chargement du commentaire...', + 'loadingComments' => 'Chargement des commentaires...', 'loadingVideoDotDotDot' => 'Chargement de la vidéo...', 'noCommentsYet' => 'Aucun commentaire pour le moment', 'permalink' => 'Lien permanent', @@ -55,7 +55,7 @@ 'submittingDotDotDot' => 'Envoi...', 'thisActionCannotBeUndone' => 'Cette action ne peut être annulée. Votre vidéo sera supprimée de manière définitive.', 'view' => 'Voir', - 'viewAllComments' => 'View All Comments', + 'viewAllComments' => 'Voir tous les commentaires', 'writeAReplyDotDotDot' => 'Écrire une réponse...', 'writeYourCaptionDotDotDot' => 'Écrire vos sous-titres...', 'yourReportingThis' => 'Vous signalez ce(tte) :type pour : :message', From f3ca30800a730307181c969626f31e7c255b985f Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 05:42:23 -0600 Subject: [PATCH 685/838] New translations explore.php (French) --- lang/fr/explore.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/fr/explore.php b/lang/fr/explore.php index def4fc77..e49c892d 100644 --- a/lang/fr/explore.php +++ b/lang/fr/explore.php @@ -1,6 +1,6 @@ 'Discover trending content', - 'noVideosFoundForThisHashtag' => 'Aucune vidéo trouvée pour ce mot-clic', + 'discoverTrendingContent' => 'Découvrez le contenu tendance', + 'noVideosFoundForThisHashtag' => 'Aucune vidéo trouvée pour cet hashtag', ]; From fc2954c11f513415859ce0ffb5de7cd113999014 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 05:42:24 -0600 Subject: [PATCH 686/838] New translations common.php (French) --- lang/fr/common.php | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/lang/fr/common.php b/lang/fr/common.php index 158b9ee7..f7c86ddf 100644 --- a/lang/fr/common.php +++ b/lang/fr/common.php @@ -1,30 +1,30 @@ 'Account created successfully! Welcome aboard!', - 'ageRestrictedContent' => 'Age-Restricted Content', - 'alreadyHaveAnAccount' => 'Already have an account?', - 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', - 'and' => 'and', + 'accountCreatedSuccessfullyWelcomeAboard' => 'Compte crée avec succès ! Bienvenue !', + 'ageRestrictedContent' => 'Contenu soumis à des restrictions d\'âge', + 'alreadyHaveAnAccount' => 'Vous avez déjà un compte ?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'Une erreur inattendue s\'est produite. Veuillez réessayer.', + 'and' => 'et', 'apply' => 'Appliquer', - 'authenticationCode' => 'Authentication Code', - 'authenticationSuccessful' => 'Authentication successful!', + 'authenticationCode' => 'Code d\'authentification', + 'authenticationSuccessful' => 'Authentification réussie !', 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', - 'backToSignIn' => 'Back to Sign In', + 'backToSignIn' => 'Retour à se connecter', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Annuler', 'chooseAUsername' => 'Choose a username', 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', - 'chooseYourAvatar' => 'Choose your avatar', + 'chooseYourAvatar' => 'Choisissez votre avatar', 'clickToReveal' => 'Cliquer pour afficher', 'clickToUploadImage' => 'Click to upload image', 'close' => 'Fermer', 'comment' => 'Commenter', 'communityGuidelines' => 'Community Guidelines', - 'confirmPassword' => 'Confirm Password', - 'continue' => 'Continue', + 'confirmPassword' => 'Confirmer le mot de passe', + 'continue' => 'Continuer', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', @@ -37,15 +37,15 @@ 'doubleCheckSpelling' => 'Double-check the spelling', 'edit' => 'Modifier', 'edited' => 'Edited', - 'email' => 'Email', - 'emailVerification' => 'Email Verification', - 'emailVerifiedSuccessfully' => 'Email verified successfully!', + 'email' => 'E-mail', + 'emailVerification' => 'Vérification d\'e-mail', + 'emailVerifiedSuccessfully' => 'E-mail vérifié avec succès !', 'enable' => 'Activer', 'enabled' => 'Activé', 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', - 'enterYourEmail' => 'Enter your email', - 'enterYourEmailToGetStarted' => 'Enter your email to get started', - 'enterYourPassword' => 'Enter your password', + 'enterYourEmail' => 'Entrez votre e-mail', + 'enterYourEmailToGetStarted' => 'Entrez votre e-mail pour commencer', + 'enterYourPassword' => 'Entrez votre mot de passe', 'explore' => 'Explorer', 'exploreTags' => 'Explore Tags', 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', @@ -55,23 +55,23 @@ 'follow' => 'Suivre', 'followers' => 'Abonnés', 'following' => 'Abonnements', - 'forgotPassword' => 'Forgot password?', + 'forgotPassword' => 'Mot de passe oublié ?', 'goToHome' => 'Accueil', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', - 'hashtagNotFound' => 'Hashtag Not Found', + 'hashtagNotFound' => 'Hashtag non trouvé', 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', - 'iAlreadyHaveTheCode' => 'I already have the code', + 'iAlreadyHaveTheCode' => 'J\'ai déjà un code', 'invalidCodeLength' => 'Invalid code length', 'invalidOrExpiredCode' => 'Invalid or expired code', 'invalidVerificationCode' => 'Invalid verification code. Please try again.', - 'keepWatching' => 'Keep Watching', + 'keepWatching' => 'Continuer de regarder', 'lastUpdated' => 'Dernière mise à jour', 'learnMore' => 'En savoir plus', 'loadMore' => 'Voir plus', 'loading' => 'Chargement', 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', - 'loginToContinue' => 'Log in to continue', + 'loginToContinue' => 'Connectez-vous pour continuer', 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', 'markAllAsReadConfirmMessage' => 'Marquer toutes les notifications comme lues ?', 'markAllRead' => 'Tout marquer comme lu', From 325f037654b24bc853f986b5cbfaeeeba2e14c6d Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:23 -0600 Subject: [PATCH 687/838] New translations common.php (Spanish) --- lang/es/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/es/common.php b/lang/es/common.php index 0a452df1..a04a2086 100644 --- a/lang/es/common.php +++ b/lang/es/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Volver a la aplicación de autenticación', 'backToSignIn' => 'Volver al inicio de sesión', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Explora mejor etiquetas de moda', 'byContinuingYouAgreeToOur' => 'Al continuar, aceptas nuestros', 'cancel' => 'Cancelar', @@ -24,11 +26,13 @@ 'comment' => 'Comentario', 'communityGuidelines' => 'Normas Comunitarias', 'confirmPassword' => 'Confirmar contraseña', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continuar', 'createAFreeAccountToContinueExploring' => 'Crea una cuenta gratuita para continuar explorando vídeos y descubre contenido increíble de creadores de todo el mundo.', 'createANewAccountToGetStarted' => 'Crea una nueva cuenta para comenzar', 'createAStrongPassword' => 'Crea una contraseña segura', 'createAccount' => 'Crear cuenta', + 'day' => 'Day', 'delete' => 'Eliminar', 'disable' => 'Deshabilitar', 'disabled' => 'Deshabilitado', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Error al reenviar el código. Por favor inténtalo de nuevo.', 'failedToSendResetLinkPleaseTryAgain' => 'Error al enviar el enlace de restauración. Por favor inténtalo de nuevo.', 'failedToSendVerificationCode' => 'Error al enviar el código de verificación. Por favor inténtalo de nuevo.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finalizar el registro', 'follow' => 'Seguir', 'followers' => 'Seguidores', 'following' => 'Siguiendo', 'forgotPassword' => '¿Olvidaste la contraseña?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Ir al inicio', 'hashtagContainsAgeRestrictedContent' => 'Esta etiqueta incluye contenido con restricción por edades. Por favor inicia sesión para verificar tu edad y ver estos vídeos.', 'hashtagMayNotExist' => 'Esta etiqueta puede no existir, estar prohibida, o contener un error tipográfico.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Marcar todo como leído', 'markAsRead' => 'Marcar como leído', 'maxResendLimitReachedPleaseContactSupport' => 'Límite máximo de reenvíos alcanzado. Por favor contacta con el soporte técnico.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => '¡Nuevo código de verificación enviado!', 'next' => 'Siguiente', 'noMoreResults' => 'No hay más resultados.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Las contraseñas no coinciden', 'pleaseChooseAStrongerPassword' => 'Por favor elige una contraseña más segura', 'pleaseEnterYour2FACode' => 'Por favor escribe tu código de autenticación de dos factores', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Política de privacidad', 'profile' => 'Perfil', 'profileInformationSaved' => '¡Información del perfil guardada!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verificar 2FA', 'verifyYourEmail' => 'Verifica tu correo electrónico', 'videos' => 'Vídeos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'Enviamos un código de verificación a tu correo electrónico', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Bienvenido/a', 'welcomeBack' => 'Bienvenido/a de nuevo', 'wellSendAVerificationCodeTo' => 'Enviaremos un código de verificación a', 'wellSendYouALinkToResetYourPassword' => 'Te enviaremos un enlace para restablecer tu contraseña', + 'year' => 'Year', 'yesterday' => 'Ayer', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'tu dirección de correo electrónico registrada', ]; From 95b23439bd109fe58c5b47f07c1fa5d57d363a29 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:25 -0600 Subject: [PATCH 688/838] New translations common.php (Greek) --- lang/el/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/el/common.php b/lang/el/common.php index 9e16728d..04925109 100644 --- a/lang/el/common.php +++ b/lang/el/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Άβαταρ', 'backToAuthenticatorApp' => 'Πίσω στην εφαρμογή ταυτοποίησης', 'backToSignIn' => 'Πίσω στη Σύνδεση', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Περιήγηση ετικετών σε τάσεις αντ\' αυτού', 'byContinuingYouAgreeToOur' => 'Συνεχίζοντας, συμφωνείς με τους', 'cancel' => 'Ακύρωση', @@ -24,11 +26,13 @@ 'comment' => 'Σχόλιο', 'communityGuidelines' => 'Κανονισμοί Κοινότητας', 'confirmPassword' => 'Επιβεβαίωση Κωδικού Πρόσβασης', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Συνέχεια', 'createAFreeAccountToContinueExploring' => 'Δημιούργησε έναν δωρεάν λογαριασμό για να συνεχίσεις να εξερευνάς βίντεο και να ανακαλύψεις εκπληκτικό περιεχόμενο από δημιουργούς σε όλο τον κόσμο.', 'createANewAccountToGetStarted' => 'Δημιούργησε ένα νέο λογαριασμό για να ξεκινήσεις', 'createAStrongPassword' => 'Δημιουργία ισχυρού κωδικού πρόσβασης', 'createAccount' => 'Δημιουργία λογαριασμού', + 'day' => 'Day', 'delete' => 'Διαγραφή', 'disable' => 'Απενεργοποίηση', 'disabled' => 'Ανενεργό', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Αποτυχία επαναποστολής κωδικού. Παρακαλώ προσπάθησε ξανά.', 'failedToSendResetLinkPleaseTryAgain' => 'Αποτυχία αποστολής συνδέσμου επαναφοράς. Παρακαλώ προσπάθησε ξανά.', 'failedToSendVerificationCode' => 'Αποτυχία αποστολής κωδικού επαλήθευσης. Παρακαλώ προσπάθησε ξανά.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Ολοκλήρωση εγγραφής', 'follow' => 'Ακολούθησε', 'followers' => 'Ακόλουθοι', 'following' => 'Ακολουθούνται', 'forgotPassword' => 'Ξέχασες τον κωδικό;', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Μετάβαση στην Αρχική', 'hashtagContainsAgeRestrictedContent' => 'Αυτή η ταμπέλα περιέχει περιεχόμενο περιορισμένης ηλικίας. Παρακαλώ συνδέσου για να επαληθεύσετε την ηλικία σου και να δεις αυτά τα βίντεο.', 'hashtagMayNotExist' => 'Αυτή η ετικέτα μπορεί να μην υπάρχει, μπορεί να έχει απαγορευτεί ή να περιέχει ορθογραφικό.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Επισήμανση Όλων Ως Αναγ/ων', 'markAsRead' => 'Σήμανση ως αναγνωσμένο', 'maxResendLimitReachedPleaseContactSupport' => 'Συμπληρώθηκε το μέγιστο όριο επαναποστολής. Επικοινώνησε με την υποστήριξη.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'Ο νέος κωδικός επαλήθευσης εστάλη!', 'next' => 'Επόμενο', 'noMoreResults' => 'Δεν υπάρχουν άλλα αποτελέσματα.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Οι κωδικοί δεν ταιριάζουν', 'pleaseChooseAStrongerPassword' => 'Παρακαλούμε επέλεξε έναν πιο δυνατό κωδικό', 'pleaseEnterYour2FACode' => 'Παρακαλώ εισήγαγε τον κωδικό ελέγχου ταυτότητας δύο παραγόντων', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Πολιτική Απορρήτου', 'profile' => 'Προφίλ', 'profileInformationSaved' => 'Οι πληροφορίες προφίλ αποθηκεύτηκαν!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Επιβεβαίωση 2FA', 'verifyYourEmail' => 'Επαλήθευσε το email σου', 'videos' => 'Βίντεο', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'Στείλαμε έναν κωδικό επαλήθευσης στο email σου', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Καλώς ήρθες', 'welcomeBack' => 'Καλωσήρθες Ξανά', 'wellSendAVerificationCodeTo' => 'Θα στείλουμε έναν κωδικό επαλήθευσης στο', 'wellSendYouALinkToResetYourPassword' => 'Θα σου στείλουμε ένα σύνδεσμο για να επαναφέρεις τον κωδικό πρόσβασής σου', + 'year' => 'Year', 'yesterday' => 'Χθες', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'η καταχωρημένη διεύθυνση email σου', ]; From 99709d51c1191b1a2c14d531a3694aaff39643a0 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:26 -0600 Subject: [PATCH 689/838] New translations common.php (Italian) --- lang/it/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/it/common.php b/lang/it/common.php index e4dfbaf2..65335abb 100644 --- a/lang/it/common.php +++ b/lang/it/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancella', @@ -24,11 +26,13 @@ 'comment' => 'Commenta', 'communityGuidelines' => 'Linee guida della community', 'confirmPassword' => 'Conferma Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continua', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Crea una password sicura', 'createAccount' => 'Crea Account', + 'day' => 'Day', 'delete' => 'Elimina', 'disable' => 'Disabilita', 'disabled' => 'Disabilitato', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Segui', 'followers' => 'Seguaci', 'following' => 'Seguiti', 'forgotPassword' => 'Hai dimenticato la password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Vai alla Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Segna tutti come letti', 'markAsRead' => 'Segna come letto', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Avanti', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Le password non coincidono', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Politica sulla Privacy', 'profile' => 'Profilo', 'profileInformationSaved' => 'Informazioni del profilo salvate!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Video', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Ti diamo il benvenuto', 'welcomeBack' => 'È bello rivederti', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Ieri', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From eac60b2aa8ac3d37fa942f20c3dfd9f9da3fad6e Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:27 -0600 Subject: [PATCH 690/838] New translations common.php (Swedish) --- lang/sv/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/sv/common.php b/lang/sv/common.php index 415dbca0..430137a1 100644 --- a/lang/sv/common.php +++ b/lang/sv/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Profilbild', 'backToAuthenticatorApp' => 'Tillbaka till autentiseringsappen', 'backToSignIn' => 'Tillbaka till Inloggningen', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Bläddra i trendande taggar istället', 'byContinuingYouAgreeToOur' => 'Genom att fortsätta godkänner du våra', 'cancel' => 'Avbryt', @@ -24,11 +26,13 @@ 'comment' => 'Kommentar', 'communityGuidelines' => 'Riktlinjer för communityn', 'confirmPassword' => 'Bekräfta lösenord', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Fortsätt', 'createAFreeAccountToContinueExploring' => 'Skapa ett kostnadsfritt konto för att fortsätta utforska videor och upptäck fantastiskt innehåll från skapare runt om i världen.', 'createANewAccountToGetStarted' => 'Skapa ett nytt konto för att komma igång', 'createAStrongPassword' => 'Skapa ett starkt lösenord', 'createAccount' => 'Skapa konto', + 'day' => 'Day', 'delete' => 'Ta bort', 'disable' => 'Inaktivera', 'disabled' => 'Inaktiverad', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Det gick inte att skicka om koden. Försök igen.', 'failedToSendResetLinkPleaseTryAgain' => 'Det gick inte att skicka återställningslänken. Försök igen.', 'failedToSendVerificationCode' => 'Det gick inte att skicka verifieringskoden. Försök igen.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verifiera 2FA', 'verifyYourEmail' => 'Bekräfta din e-postaddress', 'videos' => 'Videor', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'Vi skickade en verifieringskod till din e-postaddress', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From c28600af385f122cd4d1487fa6c8f09acd099ef1 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:28 -0600 Subject: [PATCH 691/838] New translations common.php (French) --- lang/fr/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/fr/common.php b/lang/fr/common.php index f7c86ddf..fbad8f42 100644 --- a/lang/fr/common.php +++ b/lang/fr/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Retour à se connecter', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Annuler', @@ -24,11 +26,13 @@ 'comment' => 'Commenter', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirmer le mot de passe', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continuer', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Supprimer', 'disable' => 'Désactiver', 'disabled' => 'Désactivé', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Suivre', 'followers' => 'Abonnés', 'following' => 'Abonnements', 'forgotPassword' => 'Mot de passe oublié ?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Accueil', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Tout marquer comme lu', 'markAsRead' => 'Marquer comme lu', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Suivant', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profil', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Vidéos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Hier', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 4a70a59baac264150140b6a1466d1242fa4c8ff7 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:29 -0600 Subject: [PATCH 692/838] New translations common.php (Romanian) --- lang/ro/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/ro/common.php b/lang/ro/common.php index d5613582..16324701 100644 --- a/lang/ro/common.php +++ b/lang/ro/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 7bc04c5770e48550973e05196f5538d5ced13dcb Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:30 -0600 Subject: [PATCH 693/838] New translations common.php (Afrikaans) --- lang/af/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/af/common.php b/lang/af/common.php index d5613582..16324701 100644 --- a/lang/af/common.php +++ b/lang/af/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 2fcc53b911df9b83b5f46d3e23992213c59d6770 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:31 -0600 Subject: [PATCH 694/838] New translations common.php (Arabic) --- lang/ar/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/ar/common.php b/lang/ar/common.php index d5613582..16324701 100644 --- a/lang/ar/common.php +++ b/lang/ar/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From eec5753b8179dcb20690a1c71114835d47a83d47 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:32 -0600 Subject: [PATCH 695/838] New translations common.php (Catalan) --- lang/ca/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/ca/common.php b/lang/ca/common.php index d5613582..16324701 100644 --- a/lang/ca/common.php +++ b/lang/ca/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From bd7b8d07f376eb0cf78abbbfebb59fd5c6ef0ce1 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:33 -0600 Subject: [PATCH 696/838] New translations common.php (Czech) --- lang/cs/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/cs/common.php b/lang/cs/common.php index d5613582..16324701 100644 --- a/lang/cs/common.php +++ b/lang/cs/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From ec3ce1e3e7267a2af3684f3ceed04abc09b147db Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:34 -0600 Subject: [PATCH 697/838] New translations common.php (Danish) --- lang/da/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/da/common.php b/lang/da/common.php index d5613582..16324701 100644 --- a/lang/da/common.php +++ b/lang/da/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 6e961e5a4d3205bdd5d26d6e45c06d85e5763162 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:35 -0600 Subject: [PATCH 698/838] New translations common.php (German) --- lang/de/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/de/common.php b/lang/de/common.php index 48405b78..2745fcfc 100644 --- a/lang/de/common.php +++ b/lang/de/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Abbrechen', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Löschen', 'disable' => 'Deaktivieren', 'disabled' => 'Deaktiviert', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Folgen', 'followers' => 'Followers', 'following' => 'Gefolgt', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Zurück zur Startseite', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Alle als gelesen markieren', 'markAsRead' => 'Als gelesen markieren', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Weiter', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profil', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Gestern', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 956c715184061fa1f4ebd0b8e54a4e66ab258f3e Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:36 -0600 Subject: [PATCH 699/838] New translations common.php (Finnish) --- lang/fi/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/fi/common.php b/lang/fi/common.php index d5613582..16324701 100644 --- a/lang/fi/common.php +++ b/lang/fi/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 3e2794c0b2cad53030cbd78de8a0875c4a0de9f0 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:38 -0600 Subject: [PATCH 700/838] New translations common.php (Hebrew) --- lang/he/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/he/common.php b/lang/he/common.php index d5613582..16324701 100644 --- a/lang/he/common.php +++ b/lang/he/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From e127c1b90187eecbd99c2fbff3875a26d4ba712d Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:39 -0600 Subject: [PATCH 701/838] New translations common.php (Hungarian) --- lang/hu/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/hu/common.php b/lang/hu/common.php index d5613582..16324701 100644 --- a/lang/hu/common.php +++ b/lang/hu/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 693bc76a644e352e568ef4ac256f3c8a1a280f7c Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:40 -0600 Subject: [PATCH 702/838] New translations common.php (Japanese) --- lang/ja/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/ja/common.php b/lang/ja/common.php index d5613582..16324701 100644 --- a/lang/ja/common.php +++ b/lang/ja/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From a42da9e14ac06c3e3540e2d0dd1928d127c599be Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:41 -0600 Subject: [PATCH 703/838] New translations common.php (Korean) --- lang/ko/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/ko/common.php b/lang/ko/common.php index d5613582..16324701 100644 --- a/lang/ko/common.php +++ b/lang/ko/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From a51913b63e1e1605237e209b22968a49780d2c34 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:42 -0600 Subject: [PATCH 704/838] New translations common.php (Dutch) --- lang/nl/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/nl/common.php b/lang/nl/common.php index d5613582..16324701 100644 --- a/lang/nl/common.php +++ b/lang/nl/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From a06e9c872d1ab6ab6c2039fe5de086e5707bb619 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:43 -0600 Subject: [PATCH 705/838] New translations common.php (Norwegian) --- lang/no/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/no/common.php b/lang/no/common.php index d5613582..16324701 100644 --- a/lang/no/common.php +++ b/lang/no/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 92982c2b7119a53795e659f8fc34e179f1f8f655 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:44 -0600 Subject: [PATCH 706/838] New translations common.php (Polish) --- lang/pl/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/pl/common.php b/lang/pl/common.php index d5613582..16324701 100644 --- a/lang/pl/common.php +++ b/lang/pl/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 4ce3c6e533b7c2339b8cc63c6623c4108e1c0c96 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:45 -0600 Subject: [PATCH 707/838] New translations common.php (Portuguese) --- lang/pt/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/pt/common.php b/lang/pt/common.php index d5613582..16324701 100644 --- a/lang/pt/common.php +++ b/lang/pt/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From d91b74651e47b8af06bafd73f6bb608840da151f Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:46 -0600 Subject: [PATCH 708/838] New translations common.php (Russian) --- lang/ru/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/ru/common.php b/lang/ru/common.php index d5613582..16324701 100644 --- a/lang/ru/common.php +++ b/lang/ru/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From d275f48ce9855275fc91c8d94477f39e5f0887ef Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:47 -0600 Subject: [PATCH 709/838] New translations common.php (Serbian (Cyrillic)) --- lang/sr/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/sr/common.php b/lang/sr/common.php index d5613582..16324701 100644 --- a/lang/sr/common.php +++ b/lang/sr/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From cc0d4b3727b200ad5041f8d62c6cc5f62be216bb Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:48 -0600 Subject: [PATCH 710/838] New translations common.php (Turkish) --- lang/tr/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/tr/common.php b/lang/tr/common.php index d5613582..16324701 100644 --- a/lang/tr/common.php +++ b/lang/tr/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From f203ff7a82f7092734f8cad0a0ef0ef2660d3538 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:49 -0600 Subject: [PATCH 711/838] New translations common.php (Ukrainian) --- lang/uk/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/uk/common.php b/lang/uk/common.php index d5613582..16324701 100644 --- a/lang/uk/common.php +++ b/lang/uk/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From 8b236adc56e547b65fb0eb1e3110a2d9eb751d8d Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:50 -0600 Subject: [PATCH 712/838] New translations common.php (Chinese Simplified) --- lang/zh/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/zh/common.php b/lang/zh/common.php index d5613582..16324701 100644 --- a/lang/zh/common.php +++ b/lang/zh/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From f1ee1b01b5e70b58f8cb58ae515a90ec22952cee Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 19 Oct 2025 23:43:51 -0600 Subject: [PATCH 713/838] New translations common.php (Vietnamese) --- lang/vi/common.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lang/vi/common.php b/lang/vi/common.php index d5613582..16324701 100644 --- a/lang/vi/common.php +++ b/lang/vi/common.php @@ -12,6 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Back to authenticator app', 'backToSignIn' => 'Back to Sign In', + 'birthdate' => 'Birth date', + 'birthdateVerified' => 'Birthdate verified!', 'browseTrendingTagsInstead' => 'Browse trending tags instead', 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', 'cancel' => 'Cancel', @@ -24,11 +26,13 @@ 'comment' => 'Comment', 'communityGuidelines' => 'Community Guidelines', 'confirmPassword' => 'Confirm Password', + 'confirmYourBirthdate' => 'Confirm your birthdate', 'continue' => 'Continue', 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', 'createANewAccountToGetStarted' => 'Create a new account to get started', 'createAStrongPassword' => 'Create a strong password', 'createAccount' => 'Create Account', + 'day' => 'Day', 'delete' => 'Delete', 'disable' => 'Disable', 'disabled' => 'Disabled', @@ -51,11 +55,13 @@ 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', 'finishSignUp' => 'Finish sign-up', 'follow' => 'Follow', 'followers' => 'Followers', 'following' => 'Following', 'forgotPassword' => 'Forgot password?', + 'formattedAs' => 'Formatted as', 'goToHome' => 'Go to Home', 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', @@ -77,6 +83,21 @@ 'markAllRead' => 'Mark All Read', 'markAsRead' => 'Mark as Read', 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', + 'month' => 'Month', + 'months' => [ + 'jan' => 'January', + 'feb' => 'February', + 'mar' => 'March', + 'apr' => 'April', + 'may' => 'May', + 'jun' => 'June', + 'jul' => 'July', + 'aug' => 'August', + 'sep' => 'September', + 'oct' => 'October', + 'nov' => 'November', + 'dec' => 'December', + ], 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', @@ -87,6 +108,7 @@ 'passwordsDoNotMatch' => 'Passwords do not match', 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', + 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', 'privacyPolicy' => 'Privacy Policy', 'profile' => 'Profile', 'profileInformationSaved' => 'Profile information saved!', @@ -132,11 +154,15 @@ 'verifyTwoFactor' => 'Verify 2FA', 'verifyYourEmail' => 'Verify your email', 'videos' => 'Videos', + 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', + 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', 'welcome' => 'Welcome', 'welcomeBack' => 'Welcome Back', 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', + 'year' => 'Year', 'yesterday' => 'Yesterday', + 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', 'yourRegisteredEmailAddress' => 'your registered email address', ]; From bddbfbd8a56fe3af072c8cfced2b7386af3e8995 Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 28 Oct 2025 09:44:41 -0600 Subject: [PATCH 714/838] New translations common.php (Spanish) --- lang/es/common.php | 48 +++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/lang/es/common.php b/lang/es/common.php index a04a2086..afe7ea5f 100644 --- a/lang/es/common.php +++ b/lang/es/common.php @@ -12,8 +12,8 @@ 'avatar' => 'Avatar', 'backToAuthenticatorApp' => 'Volver a la aplicación de autenticación', 'backToSignIn' => 'Volver al inicio de sesión', - 'birthdate' => 'Birth date', - 'birthdateVerified' => 'Birthdate verified!', + 'birthdate' => 'Fecha de nacimiento', + 'birthdateVerified' => '¡Fecha de nacimiento verificada!', 'browseTrendingTagsInstead' => 'Explora mejor etiquetas de moda', 'byContinuingYouAgreeToOur' => 'Al continuar, aceptas nuestros', 'cancel' => 'Cancelar', @@ -26,13 +26,13 @@ 'comment' => 'Comentario', 'communityGuidelines' => 'Normas Comunitarias', 'confirmPassword' => 'Confirmar contraseña', - 'confirmYourBirthdate' => 'Confirm your birthdate', + 'confirmYourBirthdate' => 'Confirma tu fecha de nacimiento', 'continue' => 'Continuar', 'createAFreeAccountToContinueExploring' => 'Crea una cuenta gratuita para continuar explorando vídeos y descubre contenido increíble de creadores de todo el mundo.', 'createANewAccountToGetStarted' => 'Crea una nueva cuenta para comenzar', 'createAStrongPassword' => 'Crea una contraseña segura', 'createAccount' => 'Crear cuenta', - 'day' => 'Day', + 'day' => 'Día', 'delete' => 'Eliminar', 'disable' => 'Deshabilitar', 'disabled' => 'Deshabilitado', @@ -55,13 +55,13 @@ 'failedToResendVerificationCode' => 'Error al reenviar el código. Por favor inténtalo de nuevo.', 'failedToSendResetLinkPleaseTryAgain' => 'Error al enviar el enlace de restauración. Por favor inténtalo de nuevo.', 'failedToSendVerificationCode' => 'Error al enviar el código de verificación. Por favor inténtalo de nuevo.', - 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Error al verificar edad. Por favor, inténtalo de nuevo.', 'finishSignUp' => 'Finalizar el registro', 'follow' => 'Seguir', 'followers' => 'Seguidores', 'following' => 'Siguiendo', 'forgotPassword' => '¿Olvidaste la contraseña?', - 'formattedAs' => 'Formatted as', + 'formattedAs' => 'Formato tipo', 'goToHome' => 'Ir al inicio', 'hashtagContainsAgeRestrictedContent' => 'Esta etiqueta incluye contenido con restricción por edades. Por favor inicia sesión para verificar tu edad y ver estos vídeos.', 'hashtagMayNotExist' => 'Esta etiqueta puede no existir, estar prohibida, o contener un error tipográfico.', @@ -83,20 +83,20 @@ 'markAllRead' => 'Marcar todo como leído', 'markAsRead' => 'Marcar como leído', 'maxResendLimitReachedPleaseContactSupport' => 'Límite máximo de reenvíos alcanzado. Por favor contacta con el soporte técnico.', - 'month' => 'Month', + 'month' => 'Mes', 'months' => [ - 'jan' => 'January', - 'feb' => 'February', - 'mar' => 'March', - 'apr' => 'April', - 'may' => 'May', - 'jun' => 'June', - 'jul' => 'July', - 'aug' => 'August', - 'sep' => 'September', - 'oct' => 'October', - 'nov' => 'November', - 'dec' => 'December', + 'jan' => 'Enero', + 'feb' => 'Febrero', + 'mar' => 'Marzo', + 'apr' => 'Abril', + 'may' => 'Mayo', + 'jun' => 'Junio', + 'jul' => 'Julio', + 'aug' => 'Agosto', + 'sep' => 'Septiembre', + 'oct' => 'Octubre', + 'nov' => 'Noviembre', + 'dec' => 'Diciembre', ], 'newVerificationCodeSent' => '¡Nuevo código de verificación enviado!', 'next' => 'Siguiente', @@ -108,7 +108,7 @@ 'passwordsDoNotMatch' => 'Las contraseñas no coinciden', 'pleaseChooseAStrongerPassword' => 'Por favor elige una contraseña más segura', 'pleaseEnterYour2FACode' => 'Por favor escribe tu código de autenticación de dos factores', - 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', + 'pleaseSelectYourBirthdate' => 'Por favor, seleccione su fecha de nacimiento completa.', 'privacyPolicy' => 'Política de privacidad', 'profile' => 'Perfil', 'profileInformationSaved' => '¡Información del perfil guardada!', @@ -154,15 +154,15 @@ 'verifyTwoFactor' => 'Verificar 2FA', 'verifyYourEmail' => 'Verifica tu correo electrónico', 'videos' => 'Vídeos', - 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', + 'weNeedYourBirthdateToVerifyAge' => 'Necesitamos tu fecha de nacimiento para verificar tu edad.', 'weSentAVerificationCodeToYourEmail' => 'Enviamos un código de verificación a tu correo electrónico', - 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', + 'weUseThisToVerifyAge' => 'Usamos esto para verificar tu edad. No será público.', 'welcome' => 'Bienvenido/a', 'welcomeBack' => 'Bienvenido/a de nuevo', 'wellSendAVerificationCodeTo' => 'Enviaremos un código de verificación a', 'wellSendYouALinkToResetYourPassword' => 'Te enviaremos un enlace para restablecer tu contraseña', - 'year' => 'Year', + 'year' => 'Año', 'yesterday' => 'Ayer', - 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', + 'youMustBeAtLeastXYearsOld' => 'Debes tener al menos :years años para crear una cuenta.', 'yourRegisteredEmailAddress' => 'tu dirección de correo electrónico registrada', ]; From 909e51617ca38cc19cbdf9244cced63e1a5f2dd5 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 31 Oct 2025 04:09:27 -0600 Subject: [PATCH 715/838] New translations common.php (Italian) --- lang/it/common.php | 130 ++++++++++++++++++++++----------------------- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/lang/it/common.php b/lang/it/common.php index 65335abb..77de654f 100644 --- a/lang/it/common.php +++ b/lang/it/common.php @@ -1,21 +1,21 @@ 'Account created successfully! Welcome aboard!', - 'ageRestrictedContent' => 'Age-Restricted Content', - 'alreadyHaveAnAccount' => 'Already have an account?', - 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', + 'accountCreatedSuccessfullyWelcomeAboard' => 'Account creato con successo! Benvenuto a bordo!', + 'ageRestrictedContent' => 'Contenuto con Restrizioni di Età', + 'alreadyHaveAnAccount' => 'Ha già un account?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'Si è verificato un errore imprevisto. Per favore riprova.', 'and' => 'e', 'apply' => 'Applica', 'authenticationCode' => 'Codice di autenticazione', 'authenticationSuccessful' => 'Autenticazione riuscita!', 'avatar' => 'Avatar', - 'backToAuthenticatorApp' => 'Back to authenticator app', - 'backToSignIn' => 'Back to Sign In', - 'birthdate' => 'Birth date', - 'birthdateVerified' => 'Birthdate verified!', - 'browseTrendingTagsInstead' => 'Browse trending tags instead', - 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', + 'backToAuthenticatorApp' => 'Torna all\'app di autenticazione', + 'backToSignIn' => 'Torna al Login', + 'birthdate' => 'Data di nascita', + 'birthdateVerified' => 'Data di nascita verificata!', + 'browseTrendingTagsInstead' => 'Sfoglia invece i tag di tendenza', + 'byContinuingYouAgreeToOur' => 'Continuando, accetti i nostri', 'cancel' => 'Cancella', 'chooseAUsername' => 'Seleziona un nome utente', 'chooseAUsernameAndSecurePassword' => 'Scegli un nome utente e una password sicura', @@ -26,19 +26,19 @@ 'comment' => 'Commenta', 'communityGuidelines' => 'Linee guida della community', 'confirmPassword' => 'Conferma Password', - 'confirmYourBirthdate' => 'Confirm your birthdate', + 'confirmYourBirthdate' => 'Conferma la tua data di nascita', 'continue' => 'Continua', - 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', - 'createANewAccountToGetStarted' => 'Create a new account to get started', + 'createAFreeAccountToContinueExploring' => 'Crea un account gratuito per continuare ad esplorare i video e scoprire contenuti sorprendenti dai creatori di tutto il mondo.', + 'createANewAccountToGetStarted' => 'Crea un nuovo account per iniziare', 'createAStrongPassword' => 'Crea una password sicura', 'createAccount' => 'Crea Account', - 'day' => 'Day', + 'day' => 'Giorno', 'delete' => 'Elimina', 'disable' => 'Disabilita', 'disabled' => 'Disabilitato', 'discard' => 'Scarta', - 'dontHaveAnAccount' => 'Don\'t have an account?', - 'doubleCheckSpelling' => 'Double-check the spelling', + 'dontHaveAnAccount' => 'Non hai ancora un account?', + 'doubleCheckSpelling' => 'Doppio controllo ortografico', 'edit' => 'Modifica', 'edited' => 'Modificato', 'email' => 'Email', @@ -52,101 +52,101 @@ 'enterYourPassword' => 'Inserisci la tua password', 'explore' => 'Esplora', 'exploreTags' => 'Esplora i Tag', - 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', - 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', - 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', - 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', - 'finishSignUp' => 'Finish sign-up', + 'failedToResendVerificationCode' => 'Impossibile inviare nuovamente il codice. Riprova.', + 'failedToSendResetLinkPleaseTryAgain' => 'Impossibile inviare il link di ripristino. Riprova.', + 'failedToSendVerificationCode' => 'Impossibile inviare il codice di verifica. Riprova.', + 'failedToVerifyAgePleaseTryAgain' => 'Impossibile verificare l\'età. Per favore riprova.', + 'finishSignUp' => 'Completa iscrizione', 'follow' => 'Segui', 'followers' => 'Seguaci', 'following' => 'Seguiti', 'forgotPassword' => 'Hai dimenticato la password?', - 'formattedAs' => 'Formatted as', + 'formattedAs' => 'Formattato come', 'goToHome' => 'Vai alla Home', - 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', - 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', + 'hashtagContainsAgeRestrictedContent' => 'Questo hashtag contiene contenuti con limiti di età. Effettua il login per verificare la tua età e visualizzare questi video.', + 'hashtagMayNotExist' => 'Questo hashtag potrebbe non esistere, potrebbe essere bandito o potrebbe contenere un tipo.', 'hashtagNotFound' => 'Hashtag Non Trovato', - 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', - 'iAlreadyHaveTheCode' => 'I already have the code', + 'hashtagWeCouldntFind' => 'Non abbiamo trovato nessun video per', + 'iAlreadyHaveTheCode' => 'Ho già il codice', 'invalidCodeLength' => 'Lunghezza del codice non valida', 'invalidOrExpiredCode' => 'Codice non valido o scaduto', - 'invalidVerificationCode' => 'Invalid verification code. Please try again.', + 'invalidVerificationCode' => 'Codice di verifica non valido. Riprova.', 'keepWatching' => 'Continua a Guardare', 'lastUpdated' => 'Ultimo aggiornamento', 'learnMore' => 'Altre informazioni', 'loadMore' => 'Carica di più', 'loading' => 'Caricamento', - 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', - 'loginToContinue' => 'Log in to continue', - 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', + 'loginFailedPleaseTryAgain' => 'Accesso non riuscito. Riprova.', + 'loginToContinue' => 'Accedi per continuare', + 'loginToContinueExploring' => 'Accedi per continuare ad esplorare video e scoprire contenuti incredibili da creatori in tutto il mondo.', 'markAllAsReadConfirmMessage' => 'Sei sicuro di voler segnare tutte le notifiche non lette come lette?', 'markAllRead' => 'Segna tutti come letti', 'markAsRead' => 'Segna come letto', - 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', - 'month' => 'Month', + 'maxResendLimitReachedPleaseContactSupport' => 'Limite massimo di reinvio raggiunto. Contatta l\'assistenza.', + 'month' => 'Mese', 'months' => [ - 'jan' => 'January', - 'feb' => 'February', - 'mar' => 'March', - 'apr' => 'April', - 'may' => 'May', - 'jun' => 'June', - 'jul' => 'July', - 'aug' => 'August', - 'sep' => 'September', - 'oct' => 'October', - 'nov' => 'November', - 'dec' => 'December', + 'jan' => 'Gennaio', + 'feb' => 'Febbraio', + 'mar' => 'Marzo', + 'apr' => 'Aprile', + 'may' => 'Maggio', + 'jun' => 'Giugno', + 'jul' => 'Luglio', + 'aug' => 'Agosto', + 'sep' => 'Settembre', + 'oct' => 'Ottobre', + 'nov' => 'Novembre', + 'dec' => 'Dicembre', ], - 'newVerificationCodeSent' => 'New verification code sent!', + 'newVerificationCodeSent' => 'Nuovo codice di verifica inviato!', 'next' => 'Avanti', - 'noMoreResults' => 'No more results.', + 'noMoreResults' => 'Non ci sono altri risultati.', 'notifications' => 'Notifiche', 'password' => 'Password', - 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Il link per reimpostare la password è stato inviato alla tua E-mail.', 'passwordStrength' => 'Sicurezza della password', 'passwordsDoNotMatch' => 'Le password non coincidono', - 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', - 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', - 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', + 'pleaseChooseAStrongerPassword' => 'La password richiesta non è abbastanza sicura', + 'pleaseEnterYour2FACode' => 'Inserisci il tuo codice di autenticazione a due fattori', + 'pleaseSelectYourBirthdate' => 'Seleziona la tua data di nascita completa.', 'privacyPolicy' => 'Politica sulla Privacy', 'profile' => 'Profilo', 'profileInformationSaved' => 'Informazioni del profilo salvate!', - 'readMore' => 'Read more', - 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', + 'readMore' => 'Continua a leggere', + 'registrationFailedPleaseTryAgain' => 'Registrazione fallita. Riprova.', 'rememberMe' => 'Ricordami', 'report' => 'Segnala', 'resendCode' => 'Invia il codice di nuovo', - 'resendIn' => 'Resend in', - 'resetPassword' => 'Reset password', + 'resendIn' => 'Reinvia in', + 'resetPassword' => 'Resetta la password', 'retry' => 'Riprova', 'retryingDotDotDot' => 'Riprova...', 'save' => 'Salva', 'savingDotDotDot' => 'Salvataggio in corso...', 'sendCode' => 'Invia Codice', - 'sendResetLink' => 'Send Reset Link', + 'sendResetLink' => 'Invia Link di Reset', 'setUpYourProfile' => 'Imposta il tuo profilo', 'shareThisAccount' => 'Condividi questo account', 'shareThisLoop' => 'Condividi questo Loop', - 'signIn' => 'Sign in', - 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', - 'signUp' => 'Sign up', + 'signIn' => 'Accedi', + 'signIntoYourAccountToContinue' => 'Accedi al tuo account per continuare', + 'signUp' => 'Registrati', 'somethingWentWrong' => 'Qualcosa è andato storto', 'status' => 'Stato', - 'suggestions' => 'Suggestions', + 'suggestions' => 'Suggerimenti', 'termsOfService' => 'Termini di Servizio', 'today' => 'Oggi', - 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', - 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Troppi tentativi falliti, riprova tra un po\'', + 'tryARelatedOrSimilarHashtag' => 'Prova un hashtag correlato o simile', 'tryAgain' => 'Prova ancora', 'unfollow' => 'Smetti di seguire', 'unread' => 'Da leggere', - 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Carica un avatar per personalizzare il tuo profilo', 'uploadYourAvatar' => 'Carica il tuo avatar', 'useADifferentMethod' => 'Usa un metodo diverso', - 'username' => 'Username', - 'verificationCode' => 'Verification Code', - 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', + 'username' => 'Nome Utente', + 'verificationCode' => 'Codice di Verifica', + 'verificationCodeSentToYourEmail' => 'Codice di verifica inviato al tuo indirizzo email!', 'verify' => 'Verifica', 'verifyAnotherWay' => 'Verify another way', 'verifyCode' => 'Verify Code', From e5efa74fd6dbda9e929c4af7b8cb3c7fd96050fa Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 31 Oct 2025 06:13:59 -0600 Subject: [PATCH 716/838] New translations common.php (Italian) --- lang/it/common.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/lang/it/common.php b/lang/it/common.php index 77de654f..b319b8d9 100644 --- a/lang/it/common.php +++ b/lang/it/common.php @@ -148,21 +148,21 @@ 'verificationCode' => 'Codice di Verifica', 'verificationCodeSentToYourEmail' => 'Codice di verifica inviato al tuo indirizzo email!', 'verify' => 'Verifica', - 'verifyAnotherWay' => 'Verify another way', - 'verifyCode' => 'Verify Code', - 'verifyEmailCode' => 'Verify Email Code', - 'verifyTwoFactor' => 'Verify 2FA', - 'verifyYourEmail' => 'Verify your email', + 'verifyAnotherWay' => 'Verifica in un altro modo', + 'verifyCode' => 'Codice di verifica', + 'verifyEmailCode' => 'Verifica Codice Email', + 'verifyTwoFactor' => 'Verifica 2FA', + 'verifyYourEmail' => 'Verifica la tua email', 'videos' => 'Video', - 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', - 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', - 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', + 'weNeedYourBirthdateToVerifyAge' => 'Abbiamo bisogno della tua data di nascita per verificare l\'età.', + 'weSentAVerificationCodeToYourEmail' => 'Abbiamo inviato un codice di verifica alla tua email', + 'weUseThisToVerifyAge' => 'Usiamo questo per verificare la tua età. Non sarà pubblico.', 'welcome' => 'Ti diamo il benvenuto', 'welcomeBack' => 'È bello rivederti', - 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', - 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', - 'year' => 'Year', + 'wellSendAVerificationCodeTo' => 'Ti invieremo un codice di verifica a', + 'wellSendYouALinkToResetYourPassword' => 'Ti invieremo un link per reimpostare la tua password', + 'year' => 'Anno', 'yesterday' => 'Ieri', - 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', - 'yourRegisteredEmailAddress' => 'your registered email address', + 'youMustBeAtLeastXYearsOld' => 'Devi avere almeno :years old per creare un account.', + 'yourRegisteredEmailAddress' => 'il tuo indirizzo email registrato', ]; From b8b4ed3717f1939ae72bfeafb70d1dae2f4e8bef Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 31 Oct 2025 06:14:00 -0600 Subject: [PATCH 717/838] New translations explore.php (Italian) --- lang/it/explore.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/it/explore.php b/lang/it/explore.php index 149b6a5c..c3368ecd 100644 --- a/lang/it/explore.php +++ b/lang/it/explore.php @@ -1,6 +1,6 @@ 'Discover trending content', - 'noVideosFoundForThisHashtag' => 'Nessun video trovato per questo hashtag', + 'discoverTrendingContent' => 'Scopri i contenuti di tendenza', + 'noVideosFoundForThisHashtag' => 'Nessun video trovato con questo hashtag', ]; From 0e5bb9244c4f76e111062557494efd847e29bcec Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 31 Oct 2025 06:14:01 -0600 Subject: [PATCH 718/838] New translations settings.php (Italian) --- lang/it/settings.php | 54 ++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/lang/it/settings.php b/lang/it/settings.php index 4ec93a4f..195501e2 100644 --- a/lang/it/settings.php +++ b/lang/it/settings.php @@ -1,34 +1,34 @@ 'Account control', - 'accountData' => 'Account data', - 'accountInformation' => 'Account information', - 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', - 'added' => 'Added', - 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', - 'analyticsTracking' => 'Analytics tracking', - 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', - 'back' => 'Back', - 'cancelChange' => 'Cancel change', + 'accountControl' => 'Controllo dell\'account', + 'accountData' => 'Dati dell\'account', + 'accountInformation' => 'Informazioni dell\'account', + 'addAnExtraLayerOfSecurity' => 'Aggiungi un ulteriore livello di sicurezza al tuo account con 2FA utilizzando un\'app di autenticazione.', + 'added' => 'Aggiunto', + 'allowYourAccountAndVideosToBeShared' => 'Consenti al tuo account e ai tuoi video di essere condivisi con persone su altri server.', + 'analyticsTracking' => 'Tracciamento analitico', + 'analyticsTrackingMessage' => 'Consenti a Loops di tenere traccia del tuo utilizzo per l\'analisi e migliorare il servizio.', + 'back' => 'Indietro', + 'cancelChange' => 'Annulla le modifiche', 'change' => 'Cambia', - 'changeEmail' => 'Change email', - 'changeEmailAddress' => 'Change email address', - 'changePassword' => 'Change Password', - 'changingDotDotDot' => 'Changing...', - 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', - 'commentsMade' => 'Comments made', - 'confirmNewPassword' => 'Confirm new password', - 'confirmYourPassword' => 'Confirm your password', - 'currentEmailAddress' => 'Current email address', - 'currentPassword' => 'Current password', - 'dataExport' => 'Data export', - 'dataInsights' => 'Data insights', - 'dataManagement' => 'Data management', - 'dataRetention' => 'Data retention', - 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', - 'dataSharingForResearch' => 'Data sharing for research', - 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', + 'changeEmail' => 'Modifica Email', + 'changeEmailAddress' => 'Cambia indirizzo email', + 'changePassword' => 'Cambia Password', + 'changingDotDotDot' => 'In corso di modifica...', + 'clickTheLinkInThatEmail' => 'Clicca sul link in quella email per completare la modifica.', + 'commentsMade' => 'Commenti effettuati', + 'confirmNewPassword' => 'Conferma la nuova password', + 'confirmYourPassword' => 'Conferma la tua password', + 'currentEmailAddress' => 'Indirizzo e-mail attuale', + 'currentPassword' => 'Password attuale', + 'dataExport' => 'Esportazione dati', + 'dataInsights' => 'Analisi dei dati', + 'dataManagement' => 'Gestione dei dati', + 'dataRetention' => 'Conservazione dei dati', + 'dataRetentionMessage' => 'Scegli quanto tempo per mantenere i tuoi contenuti e attività prima dell\'eliminazione automatica.', + 'dataSharingForResearch' => 'Condivisione dei dati per la ricerca', + 'dataSharingForResearchMessage' => 'Consenti l\'utilizzo di dati anonimi per la ricerca accademica e miglioramenti delle piattaforme.', 'deactivate' => 'Deactivate', 'deactivateAccount' => 'Deactivate account', 'deleteAccount' => 'Elimina account', From 67cf532086b750ccf9128df84763d4d1adbdd3c2 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 31 Oct 2025 08:22:03 -0600 Subject: [PATCH 719/838] New translations settings.php (Italian) --- lang/it/settings.php | 46 ++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/lang/it/settings.php b/lang/it/settings.php index 195501e2..ee4002c9 100644 --- a/lang/it/settings.php +++ b/lang/it/settings.php @@ -29,37 +29,37 @@ 'dataRetentionMessage' => 'Scegli quanto tempo per mantenere i tuoi contenuti e attività prima dell\'eliminazione automatica.', 'dataSharingForResearch' => 'Condivisione dei dati per la ricerca', 'dataSharingForResearchMessage' => 'Consenti l\'utilizzo di dati anonimi per la ricerca accademica e miglioramenti delle piattaforme.', - 'deactivate' => 'Deactivate', - 'deactivateAccount' => 'Deactivate account', + 'deactivate' => 'Disattiva', + 'deactivateAccount' => 'Disattiva account', 'deleteAccount' => 'Elimina account', - 'disable2FAButton' => 'Disable Two Factor', - 'disableTwoFactor' => 'Disable Two-Factor Authentication', - 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', - 'downloadYourAccountDataExport' => 'Download your account data export.', + 'disable2FAButton' => 'Disabilita l’autenticazione a due fattori', + 'disableTwoFactor' => 'Disabilita Autenticazione a Due Fattori', + 'disableTwoFactorMessage' => 'Sei sicuro di voler disabilitare l\'autenticazione a due fattori? Questo renderà il tuo account meno sicuro.', + 'downloadYourAccountDataExport' => 'Scarica i tuoi dati di esportazione dell\'account.', 'email' => 'Email', - 'emailChangePending' => 'Email change pending', + 'emailChangePending' => 'Modifica email in sospeso', 'emailSettings' => 'Impostazioni email', 'enableFederation' => 'Abilita Federazione', 'enableTwoFactor' => 'Abilita Autenticazione a Due Fattori', - 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', - 'enterYourCurrentPassword' => 'Enter your current password', - 'enterYourNewEmailAddress' => 'Enter your new email address', - 'exportHistory' => 'Export history', - 'hoursWatched' => 'Hours watched', - 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', + 'enableTwoFactorMessage' => 'Sei sicuro di voler abilitare l\'autenticazione a due fattori?', + 'enterYourCurrentPassword' => 'Inserisci la tua password attuale', + 'enterYourNewEmailAddress' => 'Inserisci il tuo nuovo indirizzo email', + 'exportHistory' => 'Esporta cronologia', + 'hoursWatched' => 'Ore guardate', + 'invalidVerificationCodePleaseTryAgain' => 'Codice di verifica non valido. Si prega di riprovare.', 'likesGiven' => 'Mi piace messi', - 'manageAccount' => 'Manage account', - 'manageYourAccountEmail' => 'Manage your account email.', - 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', - 'manageYourLoopsAccount' => 'Manage Your Loops Account', - 'newEmailAddress' => 'New email address', + 'manageAccount' => 'Gestisci account', + 'manageYourAccountEmail' => 'Gestisci il tuo account email.', + 'manageYourAccountSecuritySettings' => 'Gestisci le impostazioni di sicurezza del tuo account.', + 'manageYourLoopsAccount' => 'Gestisci il tuo account Loops', + 'newEmailAddress' => 'Nuovo indirizzo email', 'newPassword' => 'Nuova password', - 'noExportsYet' => 'No exports yet', - 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', - 'noRestrictions' => 'No restrictions', - 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', + 'noExportsYet' => 'Ancora nessuna esportazione', + 'noExportsYetMessage' => 'Le tue esportazioni di dati appariranno qui quando sono pronte per il download.', + 'noRestrictions' => 'Nessuna restrizione', + 'oopsTheFollowingErrorsOccured' => 'Oops, si sono verificati i seguenti errori:', 'password' => 'Password', - 'passwordAndAuthentication' => 'Password and authentication', + 'passwordAndAuthentication' => 'Password e autenticazione', 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', 'privacy' => 'Privacy', 'privateAccount' => 'Account privato', From d7d84d00032df4cac3db4e51236a62eb6e1d6892 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 31 Oct 2025 12:08:34 -0600 Subject: [PATCH 720/838] New translations language.php (Italian) --- lang/it/language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/it/language.php b/lang/it/language.php index 54c6774b..5bb2337e 100644 --- a/lang/it/language.php +++ b/lang/it/language.php @@ -3,7 +3,7 @@ return [ 'picker' => [ 'title' => 'Seleziona lingua', - 'description' => 'Select your preferred language. This will change the language for the entire application.', + 'description' => 'Seleziona la tua lingua preferita. Questo cambierà la lingua per l\'intera applicazione.', 'select' => 'Seleziona lingua:', 'applyChanges' => 'Applica Modifiche', 'current' => 'Lingua attuale:', From 3d13bba3f23c4f32b19dcba92f5ecb93ebf7d99b Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 31 Oct 2025 12:08:35 -0600 Subject: [PATCH 721/838] New translations pagination.php (Italian) --- lang/it/pagination.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/it/pagination.php b/lang/it/pagination.php index 8e20419e..cd9cccbb 100644 --- a/lang/it/pagination.php +++ b/lang/it/pagination.php @@ -1,6 +1,6 @@ 'Next »', - 'previous' => '« Previous', + 'next' => 'Prossimo »', + 'previous' => '« Precedente', ]; From 4156a0f18d6db997c835edbfb2ea228bce1e0d68 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 31 Oct 2025 12:08:36 -0600 Subject: [PATCH 722/838] New translations post.php (Italian) --- lang/it/post.php | 64 ++++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/lang/it/post.php b/lang/it/post.php index c96488e4..a4598f3a 100644 --- a/lang/it/post.php +++ b/lang/it/post.php @@ -1,18 +1,18 @@ 'Add comment...', + 'addCommentDotDotDot' => 'Aggiungi commento...', 'additionalDetails' => 'Ulteriori dettagli', - 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', - 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', - 'caption' => 'Caption', + 'allowPeopleToCommentOnThisVideo' => 'Consenti alle persone di commentare su questo video', + 'allowPeopleToDownloadThisVideo' => 'Consenti agli utenti di scaricare questo video', + 'caption' => 'Didascalia', 'characters' => 'caratteri', - 'commentDeleted' => 'This comment may have been deleted', - 'commentNotFound' => 'Comment not found', + 'commentDeleted' => 'Questo commento può essere stato eliminato', + 'commentNotFound' => 'Commento non trovato', 'comments' => 'Commenti', - 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', - 'commentsEnabled' => 'Comments Enabled', - 'commentsHaveBeenDisabled' => 'Comments have been disabled', + 'commentsAreDisabledForThisVideo' => 'I commenti sono disabilitati per questo video', + 'commentsEnabled' => 'Commenti Abilitati', + 'commentsHaveBeenDisabled' => 'I commenti sono stati disabilitati', 'copiedExclamation' => 'Copiato!', 'copyLink' => 'Copia collegamento', 'creator' => 'Creatore', @@ -20,43 +20,43 @@ 'deleteVideo' => 'Elimina Video', 'deleteVideoConfirmMessage' => 'Intendi davvero eliminare questo video?', 'deletingDotDotDot' => 'Eliminazione in corso...', - 'dotDotDotMore' => '...more', + 'dotDotDotMore' => '...altro', 'downloadsEnabled' => 'Scaricamenti abilitati', 'edit' => 'Modifica', 'editVideo' => 'Modifica Video', - 'errorLoadingComments' => 'Error loading comments', + 'errorLoadingComments' => 'Si è verificato un errore durante il caricamento dei commenti', 'goBack' => 'Torna indietro', - 'goHome' => 'Go Home', + 'goHome' => 'Vai alla pagina principale', 'hide' => 'Nascondi', - 'invalidCommentLink' => 'The comment link is invalid or broken', + 'invalidCommentLink' => 'Il link del commento non è valido o rotto', 'loadMoreReplies' => 'Carica più risposte', - 'loadingComment' => 'Loading comment...', - 'loadingComments' => 'Loading comments...', - 'loadingVideoDotDotDot' => 'Loading video...', + 'loadingComment' => 'Sto caricando i commenti...', + 'loadingComments' => 'Sto caricando i commenti...', + 'loadingVideoDotDotDot' => 'Caricamento video...', 'noCommentsYet' => 'Ancora nessun commento', 'permalink' => 'Permalink', 'pinToProfile' => 'Fissa sul profilo', - 'pleaseSelectAScenario' => 'Please select a scenario', + 'pleaseSelectAScenario' => 'Seleziona uno scenario', 'post' => 'Pubblica', - 'postingDotDotDot' => 'Posting...', + 'postingDotDotDot' => 'Pubblicando...', 'replies' => 'risposte', 'reply' => 'Rispondi', - 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', - 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', - 'reportTextPlaceholder1023' => 'Please describe the illegal content...', - 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', - 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'reportTextPlaceholder1018' => 'Descrivi la disinformazione che stai segnalando...', + 'reportTextPlaceholder1021' => 'Descrivi l\'attività fraudolenta...', + 'reportTextPlaceholder1023' => 'Descrivi i contenuti illegali...', + 'reportTextPlaceholder1026' => 'Fornisci ulteriori dettagli sul tuo rapporto...', + 'reportTextPlaceholderDefault' => 'Fornisci ulteriori dettagli...', 'saveChanges' => 'Salva Modifiche', 'sensitiveContent' => 'Contenuto Sensibile', 'showLess' => 'Mostra di meno', - 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', - 'signInToLeaveAComment' => 'Sign in to leave a comment', - 'submit' => 'Submit', - 'submittingDotDotDot' => 'Submitting...', - 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'showThisVideoAtTheTopOfYourProfile' => 'Mostra questo video in alto sul tuo profilo', + 'signInToLeaveAComment' => 'Accedi per lasciare un commento', + 'submit' => 'Invia', + 'submittingDotDotDot' => 'Invio in corso...', + 'thisActionCannotBeUndone' => 'Questa azione non può essere annullata. Il tuo video verrà rimosso permanentemente.', 'view' => 'Visualizza', - 'viewAllComments' => 'View All Comments', - 'writeAReplyDotDotDot' => 'Write a reply...', - 'writeYourCaptionDotDotDot' => 'Write your caption...', - 'yourReportingThis' => 'You\'re reporting this :type for: :message', + 'viewAllComments' => 'Visualizza Tutti I Commenti', + 'writeAReplyDotDotDot' => 'Scrivi una risposta...', + 'writeYourCaptionDotDotDot' => 'Scrivi la didascalia...', + 'yourReportingThis' => 'Stai segnalando questo :type per: :message', ]; From f49e8b7e5ad58025a144aaba8dfff26817ebe878 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 31 Oct 2025 12:08:37 -0600 Subject: [PATCH 723/838] New translations studio.php (Italian) --- lang/it/studio.php | 58 +++++++++++++++++++++++----------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/lang/it/studio.php b/lang/it/studio.php index 0eca7268..da3d7ef8 100644 --- a/lang/it/studio.php +++ b/lang/it/studio.php @@ -2,47 +2,47 @@ return [ 'actions' => 'Azioni', - 'allowOthersTo' => 'Allow others to', - 'aspectRatios' => 'Aspect ratios', - 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', - 'caption' => 'Caption', - 'commentMessage' => 'Allow others to post comments and replies on this post', + 'allowOthersTo' => 'Consenti agli altri di', + 'aspectRatios' => 'Formato', + 'aspectRatiosMessage' => 'Consigliato: 16:9 per l\'orizzontale, 9:16 per il verticale.', + 'caption' => 'Didascalia', + 'commentMessage' => 'Consenti agli altri di pubblicare commenti e risposte su questo post', 'comments' => 'Commenti', - 'containsNSFW' => 'Contains NSFW/Sensitive content', - 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', - 'contentCreatedOn' => 'Content (Created on)', - 'customCover' => 'Custom Cover', - 'describeYourVideoDotDotDot' => 'Describe your video...', + 'containsNSFW' => 'Contiene contenuto NSFW/Contenuto sensibile', + 'containsNSFWMessage' => 'Contrassegna questo post come Sensibile per mostrare un avviso', + 'contentCreatedOn' => 'Contenuto (Creato su)', + 'customCover' => 'Cover Personalizzata', + 'describeYourVideoDotDotDot' => 'Descrivi il tuo video...', 'details' => 'Dettagli', 'download' => 'Scarica', 'downloadMessage' => 'Consenti agli altri di scaricare questo video', 'duet' => 'Duetto', - 'duetMessage' => 'Allow others to duet this video with their own', + 'duetMessage' => 'Permetti agli altri di duettare questo video con il proprio', 'feed' => 'Feed', - 'fileFormats' => 'File formats', - 'followers' => 'Followers', - 'following' => 'Following', - 'found' => 'found', + 'fileFormats' => 'Formati dei file', + 'followers' => 'Follower', + 'following' => 'Stai seguendo', + 'found' => 'trovato', 'hashtag' => 'Hashtag', - 'hashtags' => 'hashtags', + 'hashtags' => 'hashtag', 'likes' => 'Mi piace', - 'maximumSize' => 'Maximum size:', - 'mbVideoDuration' => ' MB, video duration:', - 'mention' => 'Mention', - 'minutes' => 'minute(s).', - 'myPosts' => 'My Posts', + 'maximumSize' => 'Dimensione massima:', + 'mbVideoDuration' => ' MB, durata video:', + 'mention' => 'Menziona', + 'minutes' => 'minuto(i).', + 'myPosts' => 'I miei post', 'no' => 'No', - 'orDragAndDropItHere' => 'Or drag and drop it here', - 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', - 'posts' => 'Posts', - 'recommended' => 'Recommended:', + 'orDragAndDropItHere' => 'Oppure trascina e rilascialo qui', + 'otherMajorFormatsAreSupported' => '. Sono supportati altri formati principali.', + 'posts' => 'Post', + 'recommended' => 'Raccomandati:', 'replace' => 'Sostituisci', - 'searchByPostCaption' => 'Search by post caption', - 'searchingDotDotDot' => 'Searching...', + 'searchByPostCaption' => 'Cerca per didascalia post', + 'searchingDotDotDot' => 'Ricerca in corso...', 'selectVideo' => 'Seleziona video', - 'selectVideoToUpload' => 'Select video to upload', + 'selectVideoToUpload' => 'Seleziona video da caricare', 'settings' => 'Impostazioni', - 'sizeAndDuration' => 'Size and duration', + 'sizeAndDuration' => 'Dimensione e durata', 'stitch' => 'Stitch', 'stitchMessage' => 'Allow others to stitch this video with their own', 'unsavedWarning' => 'Un video che stavi modificando non è stato salvato. Vuoi continuare a modificarlo?', From 0047421bafe56e5df4d4526c223c6d59cf453470 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 04:06:32 -0600 Subject: [PATCH 724/838] New translations common.php (Greek) --- lang/el/common.php | 48 +++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/lang/el/common.php b/lang/el/common.php index 04925109..39c4cd05 100644 --- a/lang/el/common.php +++ b/lang/el/common.php @@ -12,8 +12,8 @@ 'avatar' => 'Άβαταρ', 'backToAuthenticatorApp' => 'Πίσω στην εφαρμογή ταυτοποίησης', 'backToSignIn' => 'Πίσω στη Σύνδεση', - 'birthdate' => 'Birth date', - 'birthdateVerified' => 'Birthdate verified!', + 'birthdate' => 'Ημερομηνία γέννησης', + 'birthdateVerified' => 'Ημερομηνία γέννησης επαληθεύτηκε!', 'browseTrendingTagsInstead' => 'Περιήγηση ετικετών σε τάσεις αντ\' αυτού', 'byContinuingYouAgreeToOur' => 'Συνεχίζοντας, συμφωνείς με τους', 'cancel' => 'Ακύρωση', @@ -26,13 +26,13 @@ 'comment' => 'Σχόλιο', 'communityGuidelines' => 'Κανονισμοί Κοινότητας', 'confirmPassword' => 'Επιβεβαίωση Κωδικού Πρόσβασης', - 'confirmYourBirthdate' => 'Confirm your birthdate', + 'confirmYourBirthdate' => 'Επιβεβαίωσε την ημερομηνία γέννησής σου', 'continue' => 'Συνέχεια', 'createAFreeAccountToContinueExploring' => 'Δημιούργησε έναν δωρεάν λογαριασμό για να συνεχίσεις να εξερευνάς βίντεο και να ανακαλύψεις εκπληκτικό περιεχόμενο από δημιουργούς σε όλο τον κόσμο.', 'createANewAccountToGetStarted' => 'Δημιούργησε ένα νέο λογαριασμό για να ξεκινήσεις', 'createAStrongPassword' => 'Δημιουργία ισχυρού κωδικού πρόσβασης', 'createAccount' => 'Δημιουργία λογαριασμού', - 'day' => 'Day', + 'day' => 'Ημέρα', 'delete' => 'Διαγραφή', 'disable' => 'Απενεργοποίηση', 'disabled' => 'Ανενεργό', @@ -55,13 +55,13 @@ 'failedToResendVerificationCode' => 'Αποτυχία επαναποστολής κωδικού. Παρακαλώ προσπάθησε ξανά.', 'failedToSendResetLinkPleaseTryAgain' => 'Αποτυχία αποστολής συνδέσμου επαναφοράς. Παρακαλώ προσπάθησε ξανά.', 'failedToSendVerificationCode' => 'Αποτυχία αποστολής κωδικού επαλήθευσης. Παρακαλώ προσπάθησε ξανά.', - 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', + 'failedToVerifyAgePleaseTryAgain' => 'Αποτυχία επαλήθευσης ηλικίας. Παρακαλώ προσπάθησε ξανά.', 'finishSignUp' => 'Ολοκλήρωση εγγραφής', 'follow' => 'Ακολούθησε', 'followers' => 'Ακόλουθοι', 'following' => 'Ακολουθούνται', 'forgotPassword' => 'Ξέχασες τον κωδικό;', - 'formattedAs' => 'Formatted as', + 'formattedAs' => 'Μορφοποίηση ως', 'goToHome' => 'Μετάβαση στην Αρχική', 'hashtagContainsAgeRestrictedContent' => 'Αυτή η ταμπέλα περιέχει περιεχόμενο περιορισμένης ηλικίας. Παρακαλώ συνδέσου για να επαληθεύσετε την ηλικία σου και να δεις αυτά τα βίντεο.', 'hashtagMayNotExist' => 'Αυτή η ετικέτα μπορεί να μην υπάρχει, μπορεί να έχει απαγορευτεί ή να περιέχει ορθογραφικό.', @@ -83,20 +83,20 @@ 'markAllRead' => 'Επισήμανση Όλων Ως Αναγ/ων', 'markAsRead' => 'Σήμανση ως αναγνωσμένο', 'maxResendLimitReachedPleaseContactSupport' => 'Συμπληρώθηκε το μέγιστο όριο επαναποστολής. Επικοινώνησε με την υποστήριξη.', - 'month' => 'Month', + 'month' => 'Μήνας', 'months' => [ - 'jan' => 'January', - 'feb' => 'February', - 'mar' => 'March', - 'apr' => 'April', - 'may' => 'May', - 'jun' => 'June', - 'jul' => 'July', - 'aug' => 'August', - 'sep' => 'September', - 'oct' => 'October', - 'nov' => 'November', - 'dec' => 'December', + 'jan' => 'Ιανουάριος', + 'feb' => 'Φεβρουάριος', + 'mar' => 'Μάρτιος', + 'apr' => 'Απρίλιος', + 'may' => 'Μάιος', + 'jun' => 'Ιούνιος', + 'jul' => 'Ιούλιος', + 'aug' => 'Αύγουστος', + 'sep' => 'Σεπτέμβριος', + 'oct' => 'Οκτώβριος', + 'nov' => 'Νοέμβριος', + 'dec' => 'Δεκέμβριος', ], 'newVerificationCodeSent' => 'Ο νέος κωδικός επαλήθευσης εστάλη!', 'next' => 'Επόμενο', @@ -108,7 +108,7 @@ 'passwordsDoNotMatch' => 'Οι κωδικοί δεν ταιριάζουν', 'pleaseChooseAStrongerPassword' => 'Παρακαλούμε επέλεξε έναν πιο δυνατό κωδικό', 'pleaseEnterYour2FACode' => 'Παρακαλώ εισήγαγε τον κωδικό ελέγχου ταυτότητας δύο παραγόντων', - 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', + 'pleaseSelectYourBirthdate' => 'Παρακαλώ επέλεξε την πλήρη ημερομηνία γέννησής σου.', 'privacyPolicy' => 'Πολιτική Απορρήτου', 'profile' => 'Προφίλ', 'profileInformationSaved' => 'Οι πληροφορίες προφίλ αποθηκεύτηκαν!', @@ -154,15 +154,15 @@ 'verifyTwoFactor' => 'Επιβεβαίωση 2FA', 'verifyYourEmail' => 'Επαλήθευσε το email σου', 'videos' => 'Βίντεο', - 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', + 'weNeedYourBirthdateToVerifyAge' => 'Χρειαζόμαστε την ημερομηνία γέννησής σου για να επαληθεύσουμε την ηλικία σου.', 'weSentAVerificationCodeToYourEmail' => 'Στείλαμε έναν κωδικό επαλήθευσης στο email σου', - 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', + 'weUseThisToVerifyAge' => 'Το χρησιμοποιούμε για να επαληθεύσουμε την ηλικία σου. Δεν θα είναι δημόσιο.', 'welcome' => 'Καλώς ήρθες', 'welcomeBack' => 'Καλωσήρθες Ξανά', 'wellSendAVerificationCodeTo' => 'Θα στείλουμε έναν κωδικό επαλήθευσης στο', 'wellSendYouALinkToResetYourPassword' => 'Θα σου στείλουμε ένα σύνδεσμο για να επαναφέρεις τον κωδικό πρόσβασής σου', - 'year' => 'Year', + 'year' => 'Έτος', 'yesterday' => 'Χθες', - 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', + 'youMustBeAtLeastXYearsOld' => 'Πρέπει να είσαι τουλάχιστον :years χρονών για να δημιουργήσεις ένα λογαριασμό.', 'yourRegisteredEmailAddress' => 'η καταχωρημένη διεύθυνση email σου', ]; From 4e3d74ca19f7110d94851fb4d4b6c47fecf629ea Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 04:06:33 -0600 Subject: [PATCH 725/838] New translations notifications.php (Greek) --- lang/el/notifications.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/el/notifications.php b/lang/el/notifications.php index 682987c2..458b0862 100644 --- a/lang/el/notifications.php +++ b/lang/el/notifications.php @@ -7,11 +7,11 @@ 'videoLike' => 'άρεσε το βίντεό σου', 'newFollower' => 'ξεκίνησε να σε ακολουθεί', 'videoComment' => 'σχολίασε στο βίντεό σου', - 'videoCommentReply' => 'replied to a comment on your video', - 'videoCommentLike' => 'liked your comment', - 'videoCommentReplyLike' => 'liked your comment reply', - 'videoCommentShare' => 'shared your comment', - 'videoCommentReplyShare' => 'shared your comment reply', + 'videoCommentReply' => 'απάντησε σε σχόλιο στο βίντεό σου', + 'videoCommentLike' => 'άρεσε το σχόλιό σου', + 'videoCommentReplyLike' => 'άρεσε η απάντηση σχολίου σου', + 'videoCommentShare' => 'κοινοποίησε το σχόλιό σου', + 'videoCommentReplyShare' => 'κοινοποίησε την απάντηση σχολίου σου', 'videoShare' => 'κοινοποίησε το βίντεό σου', 'default' => 'αλληλεπίδρασε με το περιεχόμενό σου', ], From 450245f56d9d020e91d6aee89e04978c2d34a2ac Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 04:06:34 -0600 Subject: [PATCH 726/838] New translations post.php (Greek) --- lang/el/post.php | 96 ++++++++++++++++++++++++------------------------ 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/lang/el/post.php b/lang/el/post.php index 28d944a6..d4da1a9a 100644 --- a/lang/el/post.php +++ b/lang/el/post.php @@ -3,60 +3,60 @@ return [ 'addCommentDotDotDot' => 'Προσθήκη σχολίου...', 'additionalDetails' => 'Πρόσθετες λεπτομέρειες', - 'allowPeopleToCommentOnThisVideo' => 'Allow people to comment on this video', - 'allowPeopleToDownloadThisVideo' => 'Allow people to download this video', - 'caption' => 'Caption', - 'characters' => 'characters', - 'commentDeleted' => 'This comment may have been deleted', - 'commentNotFound' => 'Comment not found', - 'comments' => 'Comments', - 'commentsAreDisabledForThisVideo' => 'Comments are disabled for this video', - 'commentsEnabled' => 'Comments Enabled', - 'commentsHaveBeenDisabled' => 'Comments have been disabled', - 'copiedExclamation' => 'Copied!', - 'copyLink' => 'Copy link', - 'creator' => 'Creator', - 'delete' => 'Delete', - 'deleteVideo' => 'Delete Video', - 'deleteVideoConfirmMessage' => 'Are you sure you want to delete this video?', - 'deletingDotDotDot' => 'Deleting...', - 'dotDotDotMore' => '...more', - 'downloadsEnabled' => 'Downloads Enabled', - 'edit' => 'Edit', - 'editVideo' => 'Edit Video', - 'errorLoadingComments' => 'Error loading comments', - 'goBack' => 'Go Back', - 'goHome' => 'Go Home', - 'hide' => 'Hide', - 'invalidCommentLink' => 'The comment link is invalid or broken', - 'loadMoreReplies' => 'Load more replies', - 'loadingComment' => 'Loading comment...', - 'loadingComments' => 'Loading comments...', - 'loadingVideoDotDotDot' => 'Loading video...', - 'noCommentsYet' => 'No comments yet', - 'permalink' => 'Permalink', - 'pinToProfile' => 'Pin to Profile', - 'pleaseSelectAScenario' => 'Please select a scenario', - 'post' => 'Post', - 'postingDotDotDot' => 'Posting...', - 'replies' => 'replies', - 'reply' => 'Reply', - 'reportTextPlaceholder1018' => 'Please describe the misinformation you\'re reporting...', - 'reportTextPlaceholder1021' => 'Please describe the fraudulent activity...', + 'allowPeopleToCommentOnThisVideo' => 'Να επιτρέπεται σε άτομα να σχολιάζουν σ\' αυτό το βίντεο', + 'allowPeopleToDownloadThisVideo' => 'Να επιτρέπεται σε άτομα να κατεβάζουν αυτό το βίντεο', + 'caption' => 'Λεζάντα', + 'characters' => 'χαρακτήρες', + 'commentDeleted' => 'Αυτό το σχόλιο μπορεί να έχει διαγραφεί', + 'commentNotFound' => 'Το σχόλιο δεν βρέθηκε', + 'comments' => 'Σχόλια', + 'commentsAreDisabledForThisVideo' => 'Τα σχόλια είναι απενεργοποιημένα για αυτό το βίντεο', + 'commentsEnabled' => 'Σχόλια Ενεργοποιημένα', + 'commentsHaveBeenDisabled' => 'Τα σχόλια έχουν απενεργοποιηθεί', + 'copiedExclamation' => 'Αντιγράφηκε!', + 'copyLink' => 'Αντιγραφή συνδέσμου', + 'creator' => 'Δημιουργός', + 'delete' => 'Διαγραφή', + 'deleteVideo' => 'Διαγραφή Βίντεο', + 'deleteVideoConfirmMessage' => 'Σίγουρα θες να διαγράψεις αυτό το βίντεο;', + 'deletingDotDotDot' => 'Διαγραφή...', + 'dotDotDotMore' => '...περισσότερα', + 'downloadsEnabled' => 'Ενεργοποιημένες Λήψεις', + 'edit' => 'Επεξεργασία', + 'editVideo' => 'Επεξεργασία Βίντεο', + 'errorLoadingComments' => 'Σφάλμα φόρτωσης σχολίων', + 'goBack' => 'Επιστροφή', + 'goHome' => 'Πίσω σε Αρχική', + 'hide' => 'Απόκρυψη', + 'invalidCommentLink' => 'Ο σύνδεσμος σχολίου είναι μη έγκυρος ή χαλασμένος', + 'loadMoreReplies' => 'Φόρτωση περισσότερων απαντήσεων', + 'loadingComment' => 'Φόρτωση σχολίου...', + 'loadingComments' => 'Φόρτωση σχολίων...', + 'loadingVideoDotDotDot' => 'Φόρτωση βίντεο...', + 'noCommentsYet' => 'Κανένα σχόλιο ακόμα', + 'permalink' => 'Μόνιμος σύνδεσμος', + 'pinToProfile' => 'Καρφίτσωμα στο Προφίλ', + 'pleaseSelectAScenario' => 'Παρακαλώ επέλεξε ένα σενάριο', + 'post' => 'Ανάρτηση', + 'postingDotDotDot' => 'Δημοσίευση...', + 'replies' => 'απαντήσεις', + 'reply' => 'Απάντηση', + 'reportTextPlaceholder1018' => 'Παρακαλούμε περιέγραψε τη παραπληροφόρηση που αναφέρεις...', + 'reportTextPlaceholder1021' => 'Παρακαλούμε περιέγραψε την δόλια δραστηριότητα...', 'reportTextPlaceholder1023' => 'Please describe the illegal content...', 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', 'reportTextPlaceholderDefault' => 'Please provide additional details...', - 'saveChanges' => 'Save Changes', - 'sensitiveContent' => 'Sensitive Content', - 'showLess' => 'Show less', + 'saveChanges' => 'Αποθήκευση Αλλαγών', + 'sensitiveContent' => 'Ευαίσθητο Περιεχόμενο', + 'showLess' => 'Εμφάνιση λιγότερων', 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', 'signInToLeaveAComment' => 'Sign in to leave a comment', - 'submit' => 'Submit', - 'submittingDotDotDot' => 'Submitting...', + 'submit' => 'Υποβολή', + 'submittingDotDotDot' => 'Υποβολή...', 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', - 'view' => 'View', + 'view' => 'Προβολή', 'viewAllComments' => 'View All Comments', - 'writeAReplyDotDotDot' => 'Write a reply...', - 'writeYourCaptionDotDotDot' => 'Write your caption...', + 'writeAReplyDotDotDot' => 'Γράψε μια απάντηση...', + 'writeYourCaptionDotDotDot' => 'Γράψε τη λεζάντα σου...', 'yourReportingThis' => 'You\'re reporting this :type for: :message', ]; From 5da274d98450edba726a31a9893962f948a23967 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 05:14:48 -0600 Subject: [PATCH 727/838] New translations studio.php (Greek) --- lang/el/studio.php | 62 +++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/lang/el/studio.php b/lang/el/studio.php index 71d602dd..ba1f1a74 100644 --- a/lang/el/studio.php +++ b/lang/el/studio.php @@ -1,49 +1,49 @@ 'Actions', - 'allowOthersTo' => 'Allow others to', - 'aspectRatios' => 'Aspect ratios', - 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', - 'caption' => 'Caption', + 'actions' => 'Ενέργειες', + 'allowOthersTo' => 'Επέτρεψε σε άλλους να', + 'aspectRatios' => 'Αναλογίες εικόνας', + 'aspectRatiosMessage' => 'Προτείνεται: 16:9 για τοπίο, 9:16 για κατακόρυφο.', + 'caption' => 'Λεζάντα', 'commentMessage' => 'Allow others to post comments and replies on this post', - 'comments' => 'Comments', + 'comments' => 'Σχόλια', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', - 'customCover' => 'Custom Cover', - 'describeYourVideoDotDotDot' => 'Describe your video...', - 'details' => 'Details', - 'download' => 'Download', - 'downloadMessage' => 'Allow others to download this video', - 'duet' => 'Duet', - 'duetMessage' => 'Allow others to duet this video with their own', - 'feed' => 'Feed', - 'fileFormats' => 'File formats', - 'followers' => 'Followers', - 'following' => 'Following', - 'found' => 'found', - 'hashtag' => 'Hashtag', - 'hashtags' => 'hashtags', - 'likes' => 'Likes', - 'maximumSize' => 'Maximum size:', - 'mbVideoDuration' => ' MB, video duration:', - 'mention' => 'Mention', - 'minutes' => 'minute(s).', - 'myPosts' => 'My Posts', - 'no' => 'No', + 'customCover' => 'Προσαρμοσμένο Εξώφυλλο', + 'describeYourVideoDotDotDot' => 'Περιέγραψε το βίντεο σου...', + 'details' => 'Λεπτομέρειες', + 'download' => 'Λήψη', + 'downloadMessage' => 'Επέτρεψε σε άλλους να κατεβάσουν αυτό το βίντεο', + 'duet' => 'Ντουέτο', + 'duetMessage' => 'Επέτρψεε σε άλλους να κάνουν ντουέτο αυτό το βίντεο με το δικό τους', + 'feed' => 'Ροή', + 'fileFormats' => 'Μορφές αρχείων', + 'followers' => 'Ακόλουθοι', + 'following' => 'Ακολουθεί', + 'found' => 'βρέθηκε', + 'hashtag' => 'Ετικέτα', + 'hashtags' => 'ετικέτες', + 'likes' => 'Μου αρέσει', + 'maximumSize' => 'Μέγιστο μέγεθος:', + 'mbVideoDuration' => ' MB, διάρκεια βίντεο:', + 'mention' => 'Αναφορά', + 'minutes' => 'λεπτό(ά).', + 'myPosts' => 'Οι Αναρτήσεις Μου', + 'no' => 'Όχι', 'orDragAndDropItHere' => 'Or drag and drop it here', 'otherMajorFormatsAreSupported' => '. Other major formats are supported.', 'posts' => 'Posts', - 'recommended' => 'Recommended:', - 'replace' => 'Replace', + 'recommended' => 'Προτεινόμενο:', + 'replace' => 'Αντικατάσταση', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', - 'settings' => 'Settings', + 'settings' => 'Ρυθμίσεις', 'sizeAndDuration' => 'Size and duration', - 'stitch' => 'Stitch', + 'stitch' => 'Συρραφή', 'stitchMessage' => 'Allow others to stitch this video with their own', 'unsavedWarning' => 'A video you were editing wasn\'t saved. Continue editing?', 'uploadFirstVideo' => 'Upload first video', From b4df0991cb936da63a84792c9cb99773e19d0e28 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:23 -0600 Subject: [PATCH 728/838] New translations studio.php (Italian) --- lang/it/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/it/studio.php b/lang/it/studio.php index da3d7ef8..e2e0c9fa 100644 --- a/lang/it/studio.php +++ b/lang/it/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Azioni', 'allowOthersTo' => 'Consenti agli altri di', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Formato', 'aspectRatiosMessage' => 'Consigliato: 16:9 per l\'orizzontale, 9:16 per il verticale.', 'caption' => 'Didascalia', 'commentMessage' => 'Consenti agli altri di pubblicare commenti e risposte su questo post', 'comments' => 'Commenti', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contiene contenuto NSFW/Contenuto sensibile', 'containsNSFWMessage' => 'Contrassegna questo post come Sensibile per mostrare un avviso', 'contentCreatedOn' => 'Contenuto (Creato su)', 'customCover' => 'Cover Personalizzata', 'describeYourVideoDotDotDot' => 'Descrivi il tuo video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Dettagli', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Scarica', 'downloadMessage' => 'Consenti agli altri di scaricare questo video', 'duet' => 'Duetto', 'duetMessage' => 'Permetti agli altri di duettare questo video con il proprio', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'Formati dei file', 'followers' => 'Follower', @@ -25,6 +33,7 @@ 'found' => 'trovato', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtag', + 'language' => 'Language', 'likes' => 'Mi piace', 'maximumSize' => 'Dimensione massima:', 'mbVideoDuration' => ' MB, durata video:', @@ -39,6 +48,8 @@ 'replace' => 'Sostituisci', 'searchByPostCaption' => 'Cerca per didascalia post', 'searchingDotDotDot' => 'Ricerca in corso...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Seleziona video', 'selectVideoToUpload' => 'Seleziona video da caricare', 'settings' => 'Impostazioni', From 363d6ed90c27f49a32cde5d7d1bcc8449770fdb1 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:24 -0600 Subject: [PATCH 729/838] New translations studio.php (Greek) --- lang/el/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/el/studio.php b/lang/el/studio.php index ba1f1a74..b0fce61f 100644 --- a/lang/el/studio.php +++ b/lang/el/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Ενέργειες', 'allowOthersTo' => 'Επέτρεψε σε άλλους να', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Αναλογίες εικόνας', 'aspectRatiosMessage' => 'Προτείνεται: 16:9 για τοπίο, 9:16 για κατακόρυφο.', 'caption' => 'Λεζάντα', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Σχόλια', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Προσαρμοσμένο Εξώφυλλο', 'describeYourVideoDotDotDot' => 'Περιέγραψε το βίντεο σου...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Λεπτομέρειες', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Λήψη', 'downloadMessage' => 'Επέτρεψε σε άλλους να κατεβάσουν αυτό το βίντεο', 'duet' => 'Ντουέτο', 'duetMessage' => 'Επέτρψεε σε άλλους να κάνουν ντουέτο αυτό το βίντεο με το δικό τους', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Ροή', 'fileFormats' => 'Μορφές αρχείων', 'followers' => 'Ακόλουθοι', @@ -25,6 +33,7 @@ 'found' => 'βρέθηκε', 'hashtag' => 'Ετικέτα', 'hashtags' => 'ετικέτες', + 'language' => 'Language', 'likes' => 'Μου αρέσει', 'maximumSize' => 'Μέγιστο μέγεθος:', 'mbVideoDuration' => ' MB, διάρκεια βίντεο:', @@ -39,6 +48,8 @@ 'replace' => 'Αντικατάσταση', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Ρυθμίσεις', From 7ae95ed5b7ea8fb8e3e02d036d8cd9faa4e69281 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:25 -0600 Subject: [PATCH 730/838] New translations studio.php (Romanian) --- lang/ro/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/ro/studio.php b/lang/ro/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/ro/studio.php +++ b/lang/ro/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From e10cd90dd5ffa45c3553fcd2ce155af03255c09f Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:25 -0600 Subject: [PATCH 731/838] New translations studio.php (French) --- lang/fr/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/fr/studio.php b/lang/fr/studio.php index 46d643c4..885c9a07 100644 --- a/lang/fr/studio.php +++ b/lang/fr/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Autoriser les autres à', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Format d\'image', 'aspectRatiosMessage' => 'Recommandé : utilisez le format d’image 16:9 pour une vidéo de format paysage, et 9:16 pour une vidéo de format vertical.', 'caption' => 'Sous-titre', 'commentMessage' => 'Autoriser la publication de commentaires et des réponses sur cette publication', 'comments' => 'Commentaires', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contient du contenu sensible/NSFW', 'containsNSFWMessage' => 'Étiqueter cette publication comme sensible pour afficher un avertissement', 'contentCreatedOn' => 'Contenu (créé le)', 'customCover' => 'Couverture personnalisée', 'describeYourVideoDotDotDot' => 'Décrivez votre vidéo...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Détails', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Télécharger', 'downloadMessage' => 'Autoriser le téléchargement de cette vidéo', 'duet' => 'Duo', 'duetMessage' => 'Autoriser les autres à faire un duet avec cette vidéo', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Fil', 'fileFormats' => 'Formats de fichier', 'followers' => 'Abonnés', @@ -25,6 +33,7 @@ 'found' => 'trouvé', 'hashtag' => 'Mot-clic', 'hashtags' => 'mots-clics', + 'language' => 'Language', 'likes' => 'J\'aime', 'maximumSize' => 'Taille maximale :', 'mbVideoDuration' => '  Mo, durée de la vidéo :', @@ -39,6 +48,8 @@ 'replace' => 'Remplacer', 'searchByPostCaption' => 'Recherche par légende de publication', 'searchingDotDotDot' => 'Recherche...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Sélectionner la vidéo', 'selectVideoToUpload' => 'Sélectionner la vidéo à envoyer', 'settings' => 'Paramètres', From f3355dedba3d29c4f03fc8194e07b169f25cecff Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:26 -0600 Subject: [PATCH 732/838] New translations studio.php (Spanish) --- lang/es/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/es/studio.php b/lang/es/studio.php index c2347f8b..a949cc7d 100644 --- a/lang/es/studio.php +++ b/lang/es/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Acciones', 'allowOthersTo' => 'Permitir a otros', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Relaciones de aspecto', 'aspectRatiosMessage' => 'Recomendados: 16:9 para horizontal, 9:16 para vertical.', 'caption' => 'Título', 'commentMessage' => 'Permitir que otros publiquen comentarios y respuestas en esta publicación', 'comments' => 'Comentarios', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contiene contenido NSFW/sensible', 'containsNSFWMessage' => 'Marca esta publicación como sensible para mostrar una advertencia', 'contentCreatedOn' => 'Contenido (Creado el)', 'customCover' => 'Portada personalizada', 'describeYourVideoDotDotDot' => 'Describe tu vídeo...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Detalles', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Descargar', 'downloadMessage' => 'Permitir a otros descarguen este vídeo', 'duet' => 'Dúo', 'duetMessage' => 'Permitir que otros hagan un dúo con este vídeo con el suyo propio', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Cronología', 'fileFormats' => 'Formatos de archivo', 'followers' => 'Seguidores', @@ -25,6 +33,7 @@ 'found' => 'encontrado', 'hashtag' => 'Etiqueta', 'hashtags' => 'etiquetas', + 'language' => 'Language', 'likes' => 'Me gusta', 'maximumSize' => 'Tamaño máximo:', 'mbVideoDuration' => ' MB, duración del vídeo:', @@ -39,6 +48,8 @@ 'replace' => 'Reemplazar', 'searchByPostCaption' => 'Buscar por título de publicación', 'searchingDotDotDot' => 'Buscando...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Seleccionar vídeo', 'selectVideoToUpload' => 'Seleccionar vídeo para subir', 'settings' => 'Configuraciones', From ade10f600dd33cb334009e16055f212b9ab73fe5 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:27 -0600 Subject: [PATCH 733/838] New translations studio.php (Afrikaans) --- lang/af/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/af/studio.php b/lang/af/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/af/studio.php +++ b/lang/af/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From 3d0106db2a7e0b2224d9b34d5272f8836c9c42da Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:28 -0600 Subject: [PATCH 734/838] New translations studio.php (Arabic) --- lang/ar/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/ar/studio.php b/lang/ar/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/ar/studio.php +++ b/lang/ar/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From 2998b7c42f2a74e1a7f5e00d49e6eb2ede73776f Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:29 -0600 Subject: [PATCH 735/838] New translations studio.php (Catalan) --- lang/ca/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/ca/studio.php b/lang/ca/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/ca/studio.php +++ b/lang/ca/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From 768266c8bcedc86c1eed657b37e77e0e5e7fe0ce Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:30 -0600 Subject: [PATCH 736/838] New translations studio.php (Czech) --- lang/cs/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/cs/studio.php b/lang/cs/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/cs/studio.php +++ b/lang/cs/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From 3b45610491e9782fac826548c4f97bd11f37ccbc Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:31 -0600 Subject: [PATCH 737/838] New translations studio.php (Danish) --- lang/da/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/da/studio.php b/lang/da/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/da/studio.php +++ b/lang/da/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From b7ecd7d78e075ed19d4f7e3de509d6fedd9d6862 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:32 -0600 Subject: [PATCH 738/838] New translations studio.php (German) --- lang/de/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/de/studio.php b/lang/de/studio.php index dbd065c8..218d5b05 100644 --- a/lang/de/studio.php +++ b/lang/de/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Aktionen', 'allowOthersTo' => 'Anderen Erlauben', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Seitenverhältnisse', 'aspectRatiosMessage' => 'Empfehlung: 16:9 für Waagerecht und 9:16 für Vertikal.', 'caption' => 'Untertitel', 'commentMessage' => 'Anderen erlauben zu kommentieren und auf diesen Post zu antworten', 'comments' => 'Kommentare', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Enthält NSFW/Sensitive Inhalte', 'containsNSFWMessage' => 'Diesen post, als Sensible markieren, um eine Warnung anzuzeigen', 'contentCreatedOn' => 'Inhalt (Erstellt am)', 'customCover' => 'Eigenes Vorschaubild', 'describeYourVideoDotDotDot' => 'Ihr Video beschreiben...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Herunterladen', 'downloadMessage' => 'Anderen Erlauben dieses Video Herunterzuladen', 'duet' => 'Duett', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'Dateiformate', 'followers' => 'Follower', @@ -25,6 +33,7 @@ 'found' => 'gefunden', 'hashtag' => 'Hashtag', 'hashtags' => 'Hashtags', + 'language' => 'Language', 'likes' => '"Gefällt mir"-Angaben', 'maximumSize' => 'Maximale Größe:', 'mbVideoDuration' => ' MB, Videolänge:', @@ -39,6 +48,8 @@ 'replace' => 'Ersetzten', 'searchByPostCaption' => 'Durchsuche Post Beschreibung', 'searchingDotDotDot' => 'Suche wird durchgeführt...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Video auswählen', 'selectVideoToUpload' => 'Video zum Hochladen auswählen', 'settings' => 'Einstellungen', From c4c529470dc1cdab9ba2a26d062c7097b82f4f49 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:33 -0600 Subject: [PATCH 739/838] New translations studio.php (Finnish) --- lang/fi/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/fi/studio.php b/lang/fi/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/fi/studio.php +++ b/lang/fi/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From 4fac4ec03bee1c6042bd3788c9df565c156d299c Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:34 -0600 Subject: [PATCH 740/838] New translations studio.php (Hebrew) --- lang/he/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/he/studio.php b/lang/he/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/he/studio.php +++ b/lang/he/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From e91b1bf3a517a3d9f53b3b0c7743e265a087ed11 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:35 -0600 Subject: [PATCH 741/838] New translations studio.php (Hungarian) --- lang/hu/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/hu/studio.php b/lang/hu/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/hu/studio.php +++ b/lang/hu/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From 340bf7f8441efeff0132c21e83100eb8c7556a57 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:36 -0600 Subject: [PATCH 742/838] New translations studio.php (Japanese) --- lang/ja/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/ja/studio.php b/lang/ja/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/ja/studio.php +++ b/lang/ja/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From 27fdfca41c5e03b893358ee562db9607af83546d Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:38 -0600 Subject: [PATCH 743/838] New translations studio.php (Korean) --- lang/ko/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/ko/studio.php b/lang/ko/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/ko/studio.php +++ b/lang/ko/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From d8eae6466d39d352df7c88b03e971dcfbad5a5f4 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:39 -0600 Subject: [PATCH 744/838] New translations studio.php (Dutch) --- lang/nl/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/nl/studio.php b/lang/nl/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/nl/studio.php +++ b/lang/nl/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From 75bc619def15234d9d2e6b94fb11dac341f139f8 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:40 -0600 Subject: [PATCH 745/838] New translations studio.php (Norwegian) --- lang/no/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/no/studio.php b/lang/no/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/no/studio.php +++ b/lang/no/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From a5c35015539d9a0939ab7fc0710f8fe7fb91a2e1 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:41 -0600 Subject: [PATCH 746/838] New translations studio.php (Polish) --- lang/pl/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/pl/studio.php b/lang/pl/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/pl/studio.php +++ b/lang/pl/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From a692c6abffe7f138ec6bcae99d3acac459017aa3 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:42 -0600 Subject: [PATCH 747/838] New translations studio.php (Portuguese) --- lang/pt/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/pt/studio.php b/lang/pt/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/pt/studio.php +++ b/lang/pt/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From 30bccdc5ed98ef72070bb4b34525bf5762a3921e Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:42 -0600 Subject: [PATCH 748/838] New translations studio.php (Russian) --- lang/ru/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/ru/studio.php b/lang/ru/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/ru/studio.php +++ b/lang/ru/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From 4a7f4fbc7eef33ff5ee8e49023dfa4a2bdcfcda6 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:43 -0600 Subject: [PATCH 749/838] New translations studio.php (Serbian (Cyrillic)) --- lang/sr/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/sr/studio.php b/lang/sr/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/sr/studio.php +++ b/lang/sr/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From c6c8a2721f3619b4e459fa5d8b11a87433af4433 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:44 -0600 Subject: [PATCH 750/838] New translations studio.php (Swedish) --- lang/sv/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/sv/studio.php b/lang/sv/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/sv/studio.php +++ b/lang/sv/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From b1bba978a828ff1d004e6835761159edc9a93312 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:45 -0600 Subject: [PATCH 751/838] New translations studio.php (Turkish) --- lang/tr/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/tr/studio.php b/lang/tr/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/tr/studio.php +++ b/lang/tr/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From f74a10b6f3a758bfac6612e9e586b5c4d7d1386b Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:46 -0600 Subject: [PATCH 752/838] New translations studio.php (Ukrainian) --- lang/uk/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/uk/studio.php b/lang/uk/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/uk/studio.php +++ b/lang/uk/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From e1217beb4ed6a61d5bfdb0cec3f2e08141a7532b Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:47 -0600 Subject: [PATCH 753/838] New translations studio.php (Chinese Simplified) --- lang/zh/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/zh/studio.php b/lang/zh/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/zh/studio.php +++ b/lang/zh/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From 72d30e1b7c6f2a4bddeee7a09c947e8ee8faf23b Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 1 Nov 2025 07:07:49 -0600 Subject: [PATCH 754/838] New translations studio.php (Vietnamese) --- lang/vi/studio.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lang/vi/studio.php b/lang/vi/studio.php index 71d602dd..8dbffdcd 100644 --- a/lang/vi/studio.php +++ b/lang/vi/studio.php @@ -3,21 +3,29 @@ return [ 'actions' => 'Actions', 'allowOthersTo' => 'Allow others to', + 'altText' => 'Alt Text', + 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Aspect ratios', 'aspectRatiosMessage' => 'Recommended: 16:9 for landscape, 9:16 for vertical.', 'caption' => 'Caption', 'commentMessage' => 'Allow others to post comments and replies on this post', 'comments' => 'Comments', + 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', + 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', 'containsNSFW' => 'Contains NSFW/Sensitive content', 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', 'contentCreatedOn' => 'Content (Created on)', 'customCover' => 'Custom Cover', 'describeYourVideoDotDotDot' => 'Describe your video...', + 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', 'details' => 'Details', + 'disclosePostContent' => 'Disclose post content', + 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', 'download' => 'Download', 'downloadMessage' => 'Allow others to download this video', 'duet' => 'Duet', 'duetMessage' => 'Allow others to duet this video with their own', + 'editAltText' => 'Edit Alt Text', 'feed' => 'Feed', 'fileFormats' => 'File formats', 'followers' => 'Followers', @@ -25,6 +33,7 @@ 'found' => 'found', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtags', + 'language' => 'Language', 'likes' => 'Likes', 'maximumSize' => 'Maximum size:', 'mbVideoDuration' => ' MB, video duration:', @@ -39,6 +48,8 @@ 'replace' => 'Replace', 'searchByPostCaption' => 'Search by post caption', 'searchingDotDotDot' => 'Searching...', + 'selectLanguage' => 'Select Language', + 'selectLanguageHelp' => 'Select the primary language spoken in your video', 'selectVideo' => 'Select video', 'selectVideoToUpload' => 'Select video to upload', 'settings' => 'Settings', From 907ace89848de7d7d3f74872aa4ce89fde71713d Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 2 Nov 2025 03:53:14 -0700 Subject: [PATCH 755/838] New translations studio.php (Spanish) --- lang/es/studio.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/es/studio.php b/lang/es/studio.php index a949cc7d..850393ce 100644 --- a/lang/es/studio.php +++ b/lang/es/studio.php @@ -3,7 +3,7 @@ return [ 'actions' => 'Acciones', 'allowOthersTo' => 'Permitir a otros', - 'altText' => 'Alt Text', + 'altText' => 'Texto alternativo', 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', 'aspectRatios' => 'Relaciones de aspecto', 'aspectRatiosMessage' => 'Recomendados: 16:9 para horizontal, 9:16 para vertical.', From 2e240e88480f0835adcb488dcb9bb9f549f2e601 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 2 Nov 2025 05:02:39 -0700 Subject: [PATCH 756/838] New translations studio.php (Spanish) --- lang/es/studio.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lang/es/studio.php b/lang/es/studio.php index 850393ce..65ac6045 100644 --- a/lang/es/studio.php +++ b/lang/es/studio.php @@ -4,28 +4,28 @@ 'actions' => 'Acciones', 'allowOthersTo' => 'Permitir a otros', 'altText' => 'Texto alternativo', - 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', + 'altTextHelp' => 'Describe el contenido de tu vídeo para que sea accesible para los espectadores con discapacidad visual que usan lectores de pantalla', 'aspectRatios' => 'Relaciones de aspecto', 'aspectRatiosMessage' => 'Recomendados: 16:9 para horizontal, 9:16 para vertical.', 'caption' => 'Título', 'commentMessage' => 'Permitir que otros publiquen comentarios y respuestas en esta publicación', 'comments' => 'Comentarios', - 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', - 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', + 'containsAlteredContent' => 'Contenido generado por IA, alterado o sintético', + 'containsAlteredContentHelp' => 'Selecciona esta opción si tu vídeo incluye elementos generados por IA, como voces sintéticas, imágenes creadas por IA, deepfakes o contenido modificado significativamente por herramientas de IA. Esto ayuda a mantener la transparencia y la confianza con tu audiencia', 'containsNSFW' => 'Contiene contenido NSFW/sensible', 'containsNSFWMessage' => 'Marca esta publicación como sensible para mostrar una advertencia', 'contentCreatedOn' => 'Contenido (Creado el)', 'customCover' => 'Portada personalizada', 'describeYourVideoDotDotDot' => 'Describe tu vídeo...', - 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', + 'describeYourVideoDotDotDotAltText' => 'Opcionalmente, describe tu vídeo para usuarios con discapacidad visual...', 'details' => 'Detalles', - 'disclosePostContent' => 'Disclose post content', - 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', + 'disclosePostContent' => 'Revelar el contenido de la publicación', + 'disclosePostContentHelp' => 'Informa a los demás de que esta publicación promociona una marca, un producto o un servicio', 'download' => 'Descargar', 'downloadMessage' => 'Permitir a otros descarguen este vídeo', 'duet' => 'Dúo', 'duetMessage' => 'Permitir que otros hagan un dúo con este vídeo con el suyo propio', - 'editAltText' => 'Edit Alt Text', + 'editAltText' => 'Editar texto alternativo', 'feed' => 'Cronología', 'fileFormats' => 'Formatos de archivo', 'followers' => 'Seguidores', @@ -33,7 +33,7 @@ 'found' => 'encontrado', 'hashtag' => 'Etiqueta', 'hashtags' => 'etiquetas', - 'language' => 'Language', + 'language' => 'Idioma', 'likes' => 'Me gusta', 'maximumSize' => 'Tamaño máximo:', 'mbVideoDuration' => ' MB, duración del vídeo:', @@ -48,8 +48,8 @@ 'replace' => 'Reemplazar', 'searchByPostCaption' => 'Buscar por título de publicación', 'searchingDotDotDot' => 'Buscando...', - 'selectLanguage' => 'Select Language', - 'selectLanguageHelp' => 'Select the primary language spoken in your video', + 'selectLanguage' => 'Seleccionar idioma', + 'selectLanguageHelp' => 'Selecciona el idioma principal que se habla en tu vídeo', 'selectVideo' => 'Seleccionar vídeo', 'selectVideoToUpload' => 'Seleccionar vídeo para subir', 'settings' => 'Configuraciones', From 277b959fe218a30468cf9f69a42640174ce8ed82 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 2 Nov 2025 06:20:34 -0700 Subject: [PATCH 757/838] New translations post.php (Greek) --- lang/el/post.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/el/post.php b/lang/el/post.php index d4da1a9a..3520ad89 100644 --- a/lang/el/post.php +++ b/lang/el/post.php @@ -43,20 +43,20 @@ 'reply' => 'Απάντηση', 'reportTextPlaceholder1018' => 'Παρακαλούμε περιέγραψε τη παραπληροφόρηση που αναφέρεις...', 'reportTextPlaceholder1021' => 'Παρακαλούμε περιέγραψε την δόλια δραστηριότητα...', - 'reportTextPlaceholder1023' => 'Please describe the illegal content...', - 'reportTextPlaceholder1026' => 'Please provide additional details about your report...', - 'reportTextPlaceholderDefault' => 'Please provide additional details...', + 'reportTextPlaceholder1023' => 'Παρακαλούμε περιέγραψε το παράνομο περιεχόμενο...', + 'reportTextPlaceholder1026' => 'Παρακαλούμε να δώσεις πρόσθετες λεπτομέρειες σχετικά με την αναφορά σου...', + 'reportTextPlaceholderDefault' => 'Παρακαλούμε να δώσεις πρόσθετες λεπτομέρειες...', 'saveChanges' => 'Αποθήκευση Αλλαγών', 'sensitiveContent' => 'Ευαίσθητο Περιεχόμενο', 'showLess' => 'Εμφάνιση λιγότερων', - 'showThisVideoAtTheTopOfYourProfile' => 'Show this video at the top of your profile', - 'signInToLeaveAComment' => 'Sign in to leave a comment', + 'showThisVideoAtTheTopOfYourProfile' => 'Εμφάνιση αυτού του βίντεο στην κορυφή του προφίλ σου', + 'signInToLeaveAComment' => 'Συνδέσου για να αφήσεις ένα σχόλιο', 'submit' => 'Υποβολή', 'submittingDotDotDot' => 'Υποβολή...', - 'thisActionCannotBeUndone' => 'This action cannot be undone. Your video will be permanently removed.', + 'thisActionCannotBeUndone' => 'Αυτή η ενέργεια δεν μπορεί να αναιρεθεί. Το βίντεό σου θα αφαιρεθεί μόνιμα.', 'view' => 'Προβολή', - 'viewAllComments' => 'View All Comments', + 'viewAllComments' => 'Δες Όλα τα Σχόλια', 'writeAReplyDotDotDot' => 'Γράψε μια απάντηση...', 'writeYourCaptionDotDotDot' => 'Γράψε τη λεζάντα σου...', - 'yourReportingThis' => 'You\'re reporting this :type for: :message', + 'yourReportingThis' => 'Αναφέρεις αυτό το :type για: :message', ]; From 91b151f71d1a158c1a408f9949cab08678b7a42a Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 2 Nov 2025 08:35:38 -0700 Subject: [PATCH 758/838] New translations settings.php (Italian) --- lang/it/settings.php | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/lang/it/settings.php b/lang/it/settings.php index ee4002c9..2d3d3f8f 100644 --- a/lang/it/settings.php +++ b/lang/it/settings.php @@ -60,29 +60,29 @@ 'oopsTheFollowingErrorsOccured' => 'Oops, si sono verificati i seguenti errori:', 'password' => 'Password', 'passwordAndAuthentication' => 'Password e autenticazione', - 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', + 'pleaseEnterA6DigitCode' => 'Inserisci un codice di 6 cifre', 'privacy' => 'Privacy', 'privateAccount' => 'Account privato', - 'recentExports' => 'Recent exports', - 'resendVerification' => 'Resend verification', - 'safety' => 'Safety', - 'security' => 'Security', - 'selectiveDataExport' => ' Selective data export', - 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', - 'sendingDotDotDot' => 'Sending...', - 'setup2FA' => 'Setup Two-Factor Authentication', - 'setup2FAStep1' => 'Step 1: Scan QR Code', + 'recentExports' => 'Esportazioni recenti', + 'resendVerification' => 'Invia nuovamente la verifica', + 'safety' => 'Protezione', + 'security' => 'Sicurezza', + 'selectiveDataExport' => ' Esportazione selettiva dei dati', + 'selectiveDataExportMessage' => 'Scegli tipi specifici di dati da esportare se non hai bisogno di tutto.', + 'sendingDotDotDot' => 'Invio in corso...', + 'setup2FA' => 'Imposta l\'Autenticazione a Due Fattori', + 'setup2FAStep1' => 'Passaggio 1: Scannerizza codice QR', 'setup2FAStep1Message' => 'Scansiona questo codice QR con la tua app di autenticazione (Google Authenticator, Authy, etc.)', - 'setup2FAStep2' => 'Step 2: Enter Verification Code', - 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', - 'status' => 'Status', + 'setup2FAStep2' => 'Passaggio 2: Inserisci Codice di Verifica', + 'setup2FAStep2Message' => 'Inserisci il codice a 6 cifre fornito dalla tua app di autenticazione', + 'status' => 'Stato', 'successExclamation' => 'Successo!', - 'successPasswordChangedMessage' => 'Your password was successfully updated!', - 'totalDataSize' => 'Total data size:', - 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', - 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', - 'twoFactorAuthentication' => 'Two-factor authentication', - 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', + 'successPasswordChangedMessage' => 'La tua password è stata aggiornata con successo!', + 'totalDataSize' => 'Dimensione totale dei dati:', + 'twoFactorAuthDisabled' => 'Autenticazione a Due Fattori Disabilitata', + 'twoFactorAuthDisabledMessage' => 'L\'autenticazione a due fattori è stata disabilitata con successo per il tuo account.', + 'twoFactorAuthentication' => 'Autenticazione a due fattori', + 'twoFactorEnabled' => 'Autenticazione a Due Fattori Abilitata', 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', 'unverified' => 'Non verificato', 'verified' => 'Verificato', From fd8dc7e43230087fd5827ceae3a200a2150e34e2 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 2 Nov 2025 09:36:22 -0700 Subject: [PATCH 759/838] New translations settings.php (Italian) --- lang/it/settings.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lang/it/settings.php b/lang/it/settings.php index 2d3d3f8f..382fe31b 100644 --- a/lang/it/settings.php +++ b/lang/it/settings.php @@ -1,8 +1,8 @@ 'Controllo dell\'account', - 'accountData' => 'Dati dell\'account', + 'accountControl' => 'Controllo account', + 'accountData' => 'Dati account', 'accountInformation' => 'Informazioni dell\'account', 'addAnExtraLayerOfSecurity' => 'Aggiungi un ulteriore livello di sicurezza al tuo account con 2FA utilizzando un\'app di autenticazione.', 'added' => 'Aggiunto', @@ -83,17 +83,17 @@ 'twoFactorAuthDisabledMessage' => 'L\'autenticazione a due fattori è stata disabilitata con successo per il tuo account.', 'twoFactorAuthentication' => 'Autenticazione a due fattori', 'twoFactorEnabled' => 'Autenticazione a Due Fattori Abilitata', - 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', + 'twoFactorEnabledMessage' => 'L\'autenticazione a due fattori è stata abilitata con successo per il tuo account', 'unverified' => 'Non verificato', 'verified' => 'Verificato', 'verifyAndEnable' => 'Verifica e Abilita', - 'verifyingDotDotDot' => 'Verifying...', + 'verifyingDotDotDot' => 'Verifiche in corso...', 'videosPosted' => 'Video pubblicati', - 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', - 'weveSentAnEmail' => 'We\'ve sent a verification email to', - 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', - 'yourAccountStatistics' => 'Your account statistics', - 'yourDataYourControl' => 'Your data, your control', - 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', - 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', + 'weMayRestrictAccounts' => 'Possiamo limitare gli account che non sono conformi alle nostre linee guida comunitarie.', + 'weveSentAnEmail' => 'Ti abbiamo inviato un\'email di verifica all\'indirizzo', + 'withAPrivateAccountMessage' => 'Con un account privato, solo gli utenti che approvi possono seguirti e guardare i tuoi video. I tuoi follower esistenti non saranno influenzati.', + 'yourAccountStatistics' => 'Statistiche del tuo account', + 'yourDataYourControl' => 'I tuoi dati, il tuo controllo', + 'yourDataYourControlMessage' => 'Scarica o controlla i dati del tuo account. Tutte le esportazioni sono fornite in formato JSON per una facile portabilità', + 'yourEmailIsUsedForRecoveryMessage' => 'La tua email è utilizzata per il recupero dell\'account, le notifiche e gli avvisi di sicurezza. Verificheremo eventuali modifiche per garantire la sicurezza dell\'account.', ]; From 74ce7c161fbee4e918afe3fec5fadd30b7855228 Mon Sep 17 00:00:00 2001 From: dansup Date: Mon, 3 Nov 2025 03:19:53 -0700 Subject: [PATCH 760/838] New translations profile.php (Greek) --- lang/el/profile.php | 52 ++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/lang/el/profile.php b/lang/el/profile.php index ae02af16..91852ae4 100644 --- a/lang/el/profile.php +++ b/lang/el/profile.php @@ -1,32 +1,32 @@ 'Applying...', - 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', - 'avatarFileSizeError' => 'Image file size must be less than 5MB.', - 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', - 'bio' => 'Bio', - 'bioHelp' => 'Optional bio (up to 80 characters)', - 'bioPlaceholder' => 'Add an optional bio', - 'block' => 'Block', - 'blocked' => 'Blocked', - 'deleteAvatar' => 'Delete Avatar', - 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', - 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', - 'displayName' => 'Display Name', - 'displayNameHelp' => 'Display names can be up to 30 characters long.', - 'editProfile' => 'Edit Profile', - 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', - 'followRequestPending' => 'Follow Request Pending', - 'likes' => 'Likes', - 'loadingProfileDotDotDot' => 'Loading profile...', - 'noFollowersYet' => 'No followers yet', - 'noMorePostsToLoad' => 'No more posts to load', - 'noVideosYet' => 'No videos yet', - 'notFollowingAnyone' => 'Not following anyone', - 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', - 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', - 'profileNotFound' => 'Profile not found', + 'applyingDotDotDot' => 'Εφαρμογή...', + 'avatarFailedToUploadError' => 'Απέτυχε η ενημέρωση του άβαταρ. Παρακαλώ προσπάθησε ξανά.', + 'avatarFileSizeError' => 'Το μέγεθος του αρχείου εικόνας πρέπει να είναι μικρότερο από 5MB.', + 'avatarFileTypeError' => 'Παρακαλώ επέλεξε ένα έγκυρο αρχείο εικόνας (PNG, JPEG ή JPG).', + 'bio' => 'Βιο', + 'bioHelp' => 'Προαιρετικό βιογραφικό (έως 80 χαρακτήρες)', + 'bioPlaceholder' => 'Πρόσθεσε ένα προαιρετικό βιογραφικό', + 'block' => 'Αποκλεισμός', + 'blocked' => 'Αποκλείστηκε', + 'deleteAvatar' => 'Διαγραφή Άβαταρ', + 'deleteAvatarConfirmMessage' => 'Σίγουρα θες να διαγράψεις το άβατάρ σου;', + 'deleteAvatarFailedMessage' => 'Απέτυχε η διαγραφή του άβαταρ. Παρακαλώ προσπάθησε ξανά.', + 'displayName' => 'Εμφανιζόμενο Όνομα', + 'displayNameHelp' => 'Εμφανιζόμενα ονόματα μπορεί να είναι έως και 30 χαρακτήρες.', + 'editProfile' => 'Επεξεργασία Προφίλ', + 'failedToUpdateProfileErrorMessage' => 'Απέτυχε η ενημέρωση του προφίλ. Παρακαλώ προσπάθησε ξανά.', + 'followRequestPending' => 'Εκκρεμεί Αίτημα Ακολούθησης', + 'likes' => 'Μου αρέσει', + 'loadingProfileDotDotDot' => 'Φόρτωση προφίλ...', + 'noFollowersYet' => 'Δεν έχεις ακόλουθους ακόμα', + 'noMorePostsToLoad' => 'Δεν υπάρχουν άλλες αναρτήσεις φόρτωση', + 'noVideosYet' => 'Δεν υπάρχουν ακόμα βίντεο', + 'notFollowingAnyone' => 'Δεν ακολουθεί κανέναν', + 'profile404ErrorMessage' => 'Δεν μπορέσαμε να βρούμε ένα προφίλ με το όνομα χρήστη @:userId. Παρακαλώ έλεγξε το όνομα χρήστη και προσπάθησε ξανά.', + 'profile500ErrorMessage' => 'Οι διακομιστές μας αντιμετωπίζουν προβλήματα αυτή τη στιγμή. Παρακαλώ δοκίμασε ξανά σε λίγα λεπτά.', + 'profileNotFound' => 'Δεν βρέθηκε το προφίλ', 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', 'tabFilterOptions' => [ From ac0349144dc2b78e149d0a7d1e3e24c653e7b13c Mon Sep 17 00:00:00 2001 From: dansup Date: Tue, 4 Nov 2025 03:18:15 -0700 Subject: [PATCH 761/838] New translations settings.php (Greek) --- lang/el/settings.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/lang/el/settings.php b/lang/el/settings.php index 51c6908b..c299da4f 100644 --- a/lang/el/settings.php +++ b/lang/el/settings.php @@ -1,21 +1,21 @@ 'Account control', - 'accountData' => 'Account data', - 'accountInformation' => 'Account information', - 'addAnExtraLayerOfSecurity' => 'Add an extra layer of security to your account with 2FA using an authenticator app.', - 'added' => 'Added', - 'allowYourAccountAndVideosToBeShared' => 'Allow your account and videos to be shared with people on other servers.', - 'analyticsTracking' => 'Analytics tracking', - 'analyticsTrackingMessage' => 'Allow Loops to track your usage for analytics and improving the service.', - 'back' => 'Back', - 'cancelChange' => 'Cancel change', - 'change' => 'Change', - 'changeEmail' => 'Change email', - 'changeEmailAddress' => 'Change email address', - 'changePassword' => 'Change Password', - 'changingDotDotDot' => 'Changing...', + 'accountControl' => 'Έλεγχος λογαριασμού', + 'accountData' => 'Δεδομένα λογαριασμού', + 'accountInformation' => 'Πληροφορίες λογαριασμού', + 'addAnExtraLayerOfSecurity' => 'Πρόσθεσε ένα επιπλέον επίπεδο ασφάλειας στο λογαριασμό σου με 2FA χρησιμοποιώντας μια εφαρμογή ελέγχου ταυτότητας.', + 'added' => 'Προστέθηκε', + 'allowYourAccountAndVideosToBeShared' => 'Να επιτρέπεται η κοινή χρήση του λογαριασμού και των βίντεο σου με άτομα σε άλλους διακομιστές.', + 'analyticsTracking' => 'Ανίχνευση αναλυτικών', + 'analyticsTrackingMessage' => 'Επέτρψε στο Loops να παρακολουθεί τη χρήση σου για αναλυτικά στοιχεία και βελτίωση της υπηρεσίας.', + 'back' => 'Πίσω', + 'cancelChange' => 'Ακύρωση αλλαγής', + 'change' => 'Αλλαγή', + 'changeEmail' => 'Αλλαγή email', + 'changeEmailAddress' => 'Αλλαγή διεύθυνσης email', + 'changePassword' => 'Αλλαγή Κωδικού Πρόσβασης', + 'changingDotDotDot' => 'Αλλαγή...', 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', 'commentsMade' => 'Comments made', 'confirmNewPassword' => 'Confirm new password', From 15f6dc65c82d5ac5ce7343611e5352c47a42636a Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 5 Nov 2025 03:34:56 -0700 Subject: [PATCH 762/838] New translations studio.php (Italian) --- lang/it/studio.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/lang/it/studio.php b/lang/it/studio.php index e2e0c9fa..9d252118 100644 --- a/lang/it/studio.php +++ b/lang/it/studio.php @@ -3,29 +3,29 @@ return [ 'actions' => 'Azioni', 'allowOthersTo' => 'Consenti agli altri di', - 'altText' => 'Alt Text', - 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', + 'altText' => 'Testo alternativo', + 'altTextHelp' => 'Descrivi il tuo contenuto video per renderlo accessibile per gli spettatori ipovedenti che utilizzano lettori di schermo', 'aspectRatios' => 'Formato', 'aspectRatiosMessage' => 'Consigliato: 16:9 per l\'orizzontale, 9:16 per il verticale.', 'caption' => 'Didascalia', 'commentMessage' => 'Consenti agli altri di pubblicare commenti e risposte su questo post', 'comments' => 'Commenti', - 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', - 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', + 'containsAlteredContent' => 'Contenuto di AI, alterato o sintetico', + 'containsAlteredContentHelp' => 'Selezionare questa opzione se il video include elementi generati da AI, come voci sintetiche, immagini create da AI, profondi falsi o contenuti modificati in modo significativo da strumenti AI. Questo aiuta a mantenere la trasparenza e la fiducia con il pubblico', 'containsNSFW' => 'Contiene contenuto NSFW/Contenuto sensibile', 'containsNSFWMessage' => 'Contrassegna questo post come Sensibile per mostrare un avviso', 'contentCreatedOn' => 'Contenuto (Creato su)', 'customCover' => 'Cover Personalizzata', 'describeYourVideoDotDotDot' => 'Descrivi il tuo video...', - 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', + 'describeYourVideoDotDotDotAltText' => 'Opzionalmente descrivi il tuo video per utenti ipovedenti...', 'details' => 'Dettagli', - 'disclosePostContent' => 'Disclose post content', - 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', + 'disclosePostContent' => 'Mostra il contenuto del post', + 'disclosePostContentHelp' => 'Fai sapere agli altri questo post promuove un brand, un prodotto o un servizio', 'download' => 'Scarica', 'downloadMessage' => 'Consenti agli altri di scaricare questo video', 'duet' => 'Duetto', 'duetMessage' => 'Permetti agli altri di duettare questo video con il proprio', - 'editAltText' => 'Edit Alt Text', + 'editAltText' => 'Modifica testo alternativo', 'feed' => 'Feed', 'fileFormats' => 'Formati dei file', 'followers' => 'Follower', @@ -33,7 +33,7 @@ 'found' => 'trovato', 'hashtag' => 'Hashtag', 'hashtags' => 'hashtag', - 'language' => 'Language', + 'language' => 'Lingua', 'likes' => 'Mi piace', 'maximumSize' => 'Dimensione massima:', 'mbVideoDuration' => ' MB, durata video:', @@ -48,19 +48,19 @@ 'replace' => 'Sostituisci', 'searchByPostCaption' => 'Cerca per didascalia post', 'searchingDotDotDot' => 'Ricerca in corso...', - 'selectLanguage' => 'Select Language', - 'selectLanguageHelp' => 'Select the primary language spoken in your video', + 'selectLanguage' => 'Seleziona Lingua', + 'selectLanguageHelp' => 'Seleziona la lingua principale parlata nel tuo video', 'selectVideo' => 'Seleziona video', 'selectVideoToUpload' => 'Seleziona video da caricare', 'settings' => 'Impostazioni', 'sizeAndDuration' => 'Dimensione e durata', - 'stitch' => 'Stitch', - 'stitchMessage' => 'Allow others to stitch this video with their own', + 'stitch' => 'Punto', + 'stitchMessage' => 'Permetti agli altri di cucire questo video con il proprio', 'unsavedWarning' => 'Un video che stavi modificando non è stato salvato. Vuoi continuare a modificarlo?', 'uploadFirstVideo' => 'Carica il primo video', 'users' => 'utenti', 'videoResolutions' => 'Risoluzioni video', 'videoResolutionsMessage' => 'Consigliata alta risoluzione: 1080p, 1440p, 4K.', - 'view' => 'View', - 'yourPostedAndProcessingVideos' => 'Your posted and processing videos will appear here', + 'view' => 'Visualizza', + 'yourPostedAndProcessingVideos' => 'Il tuo post e l\'elaborazione di video appariranno qui', ]; From 0e248fb5f64b8f4e0ba6664fc4972d9cc252e923 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 5 Nov 2025 03:34:58 -0700 Subject: [PATCH 763/838] New translations contact.php (Italian) --- lang/it/contact.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/it/contact.php b/lang/it/contact.php index af0d8802..5b236e20 100644 --- a/lang/it/contact.php +++ b/lang/it/contact.php @@ -2,7 +2,7 @@ return [ 'adminContact' => 'Contatta l\'amministratore', - 'adminContactMessage' => 'For inquiries related to essential operational matters (please use the in‑app reporting system for content issues).', + 'adminContactMessage' => 'Per le richieste relative a questioni operative essenziali (si prega di utilizzare il sistema di reporting in-app per le questioni relative ai contenuti).', 'bodyMessage' => 'Siamo qui per aiutarti. Contattaci attraverso uno dei canali disponibili e ti risponderemo il prima possibile.', 'communityForum' => 'Forum della Community', 'communityForumMessage' => 'Unisciti alla nostra community, chiedi e condividi le conoscenze con altri utenti.', @@ -10,10 +10,10 @@ 'getInTouch' => 'Contattaci', 'loadingContactInformationDotDotDot' => 'Caricamento delle informazioni di contatto...', 'responseTime' => 'Tempo di risposta', - 'responseTimeMessage' => 'We typically respond to all inquiries within 24 hours during business days. For urgent technical issues, please include "URGENT" in your subject line.', - 'socialConnect' => 'Social Connect', + 'responseTimeMessage' => 'In genere rispondiamo a tutte le richieste entro 24 ore durante i giorni lavorativi. Per problemi tecnici urgenti, si prega di includere "URGENT" nella vostra linea di argomento.', + 'socialConnect' => 'Connessione Sociale', 'socialConnectMessage' => 'Seguici sul Fediverso per aggiornamenti e domande rapide tramite messaggi diretti.', 'technicalSupport' => 'Assistenza tecnica', - 'technicalSupportMessage' => 'Need help with our platform? Get technical assistance and troubleshooting support.', + 'technicalSupportMessage' => 'Hai bisogno di aiuto con la nostra piattaforma? Ottieni assistenza tecnica e supporto per la risoluzione dei problemi.', 'visitForum' => 'Visita il forum', ]; From 1ef5ec8ea157f5dc23dc985c713b802d4af99550 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 5 Nov 2025 03:34:59 -0700 Subject: [PATCH 764/838] New translations profile.php (Italian) --- lang/it/profile.php | 58 ++++++++++++++++++++++----------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/lang/it/profile.php b/lang/it/profile.php index 55766c57..9a739f0b 100644 --- a/lang/it/profile.php +++ b/lang/it/profile.php @@ -1,46 +1,46 @@ 'Applying...', - 'avatarFailedToUploadError' => 'Failed to update avatar. Please try again.', - 'avatarFileSizeError' => 'Image file size must be less than 5MB.', - 'avatarFileTypeError' => 'Please select a valid image file (PNG, JPEG, or JPG).', - 'bio' => 'Bio', - 'bioHelp' => 'Optional bio (up to 80 characters)', - 'bioPlaceholder' => 'Add an optional bio', + 'applyingDotDotDot' => 'Applicazione in corso...', + 'avatarFailedToUploadError' => 'Aggiornamento avatar fallito. Si prega di riprovare.', + 'avatarFileSizeError' => 'La dimensione del file immagine deve essere inferiore a 5MB.', + 'avatarFileTypeError' => 'Seleziona un file d\'immagine valido (PNG, JPEG o JPG).', + 'bio' => 'Biografia', + 'bioHelp' => 'Bio opzionale (fino a 80 caratteri)', + 'bioPlaceholder' => 'Aggiungi una biografia opzionale', 'block' => 'Blocca', 'blocked' => 'Bloccato', 'deleteAvatar' => 'Elimina Avatar', - 'deleteAvatarConfirmMessage' => 'Are you sure you want to delete your avatar?', - 'deleteAvatarFailedMessage' => 'Failed to delete avatar. Please try again.', + 'deleteAvatarConfirmMessage' => 'Sei sicuro di voler eliminare il tuo avatar?', + 'deleteAvatarFailedMessage' => 'Aggiornamento avatar fallito. Si prega di riprovare.', 'displayName' => 'Nome Visualizzato', - 'displayNameHelp' => 'Display names can be up to 30 characters long.', + 'displayNameHelp' => 'I nomi visualizzati possono contenere fino a 30 caratteri.', 'editProfile' => 'Modifica Profilo', - 'failedToUpdateProfileErrorMessage' => 'Failed to update profile. Please try again.', - 'followRequestPending' => 'Follow Request Pending', + 'failedToUpdateProfileErrorMessage' => 'Aggiornamento profilo fallito. Prova di nuovo.', + 'followRequestPending' => 'Segui Richiesta In Sospeso', 'likes' => 'Mi piace', - 'loadingProfileDotDotDot' => 'Loading profile...', - 'noFollowersYet' => 'No followers yet', - 'noMorePostsToLoad' => 'No more posts to load', - 'noVideosYet' => 'No videos yet', - 'notFollowingAnyone' => 'Not following anyone', - 'profile404ErrorMessage' => 'We couldn\'t find a profile with the username @:userId. Please check the username and try again.', - 'profile500ErrorMessage' => 'Our servers are having trouble right now. Please try again in a few moments.', + 'loadingProfileDotDotDot' => 'Caricamento profilo...', + 'noFollowersYet' => 'Ancora nessun follower', + 'noMorePostsToLoad' => 'Nessun altro post da caricare', + 'noVideosYet' => 'Ancora nessun video', + 'notFollowingAnyone' => 'Non stai seguendo nessuno', + 'profile404ErrorMessage' => 'Non siamo riusciti a trovare un profilo con il nome utente @:userId. Controlla il nome utente e riprova.', + 'profile500ErrorMessage' => 'I nostri server stanno avendo problemi in questo momento. Riprova tra qualche istante.', 'profileNotFound' => 'Profilo non trovato', - 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', - 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'profileOfflineErrorMessage' => 'Per favore verifica la tua connessione internet e riprova.', + 'profileUnknownErrorMessage' => 'È accaduto qualcosa di inaspettato. Riprova o contattaci se il problema persiste.', 'tabFilterOptions' => [ - 'Latest' => 'Latest', - 'Popular' => 'Popular', - 'Oldest' => 'Oldest', + 'Latest' => 'Più recenti', + 'Popular' => 'Più Popolari', + 'Oldest' => 'Meno recenti', ], 'tabOptions' => [ 'Videos' => 'Video', ], 'unblock' => 'Sblocca', - 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', - 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', - 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', - 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', - 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', + 'userHasntPostedAnyVideosYet' => ':username non ha ancora pubblicato nessun video', + 'whenPeopleFollowThisAccount' => 'Quando la gente segue questo account, apparirà qui.', + 'whenThisAccountFollowsSomeone' => 'Quando questo account segue qualcuno, apparirà qui.', + 'youHaventPostedAnyVideosYet' => 'Non hai ancora pubblicato nessun video', + 'youveReachedTheEndOfThisList' => 'Hai raggiunto la fine di questa lista', ]; From 33facfb56cab15f9d5fb9429b2747bf3b22d122b Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 5 Nov 2025 04:42:57 -0700 Subject: [PATCH 765/838] New translations settings.php (Spanish) --- lang/es/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/es/settings.php b/lang/es/settings.php index 6d21e1e7..e2183701 100644 --- a/lang/es/settings.php +++ b/lang/es/settings.php @@ -47,7 +47,7 @@ 'exportHistory' => 'Exportar historial', 'hoursWatched' => 'Horas vistas', 'invalidVerificationCodePleaseTryAgain' => 'Código de verificación no válido. Inténtalo de nuevo.', - 'likesGiven' => 'Megusta dados', + 'likesGiven' => 'Me gusta dados', 'manageAccount' => 'Gestión de la cuenta', 'manageYourAccountEmail' => 'Gestionar el correo electrónico de tu cuenta.', 'manageYourAccountSecuritySettings' => 'Gestionar la configuración de seguridad de tu cuenta.', From b05197e15e4c68d67ef546e36bc5b29ac2051d87 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 5 Nov 2025 06:32:20 -0700 Subject: [PATCH 766/838] New translations profile.php (Greek) --- lang/el/profile.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/el/profile.php b/lang/el/profile.php index 91852ae4..c9d1aae8 100644 --- a/lang/el/profile.php +++ b/lang/el/profile.php @@ -27,15 +27,15 @@ 'profile404ErrorMessage' => 'Δεν μπορέσαμε να βρούμε ένα προφίλ με το όνομα χρήστη @:userId. Παρακαλώ έλεγξε το όνομα χρήστη και προσπάθησε ξανά.', 'profile500ErrorMessage' => 'Οι διακομιστές μας αντιμετωπίζουν προβλήματα αυτή τη στιγμή. Παρακαλώ δοκίμασε ξανά σε λίγα λεπτά.', 'profileNotFound' => 'Δεν βρέθηκε το προφίλ', - 'profileOfflineErrorMessage' => 'Please check your internet connection and try again.', - 'profileUnknownErrorMessage' => 'Something unexpected happened. Please try again or contact us if the problem persists.', + 'profileOfflineErrorMessage' => 'Παρακαλούμε ελέγξτε τη σύνδεσή σου στο διαδίκτυο και προσπάθησε ξανά.', + 'profileUnknownErrorMessage' => 'Κάτι αναπάντεχο συνέβη. Παρακαλώ δοκίμασε ξανά ή επικοινώνησε μαζί μας αν το πρόβλημα παραμένει.', 'tabFilterOptions' => [ - 'Latest' => 'Latest', - 'Popular' => 'Popular', - 'Oldest' => 'Oldest', + 'Latest' => 'Πρόσφατα', + 'Popular' => 'Δημοφιλή', + 'Oldest' => 'Παλαιότερα', ], 'tabOptions' => [ - 'Videos' => 'Videos', + 'Videos' => 'Βίντεο', ], 'unblock' => 'Unblock', 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', From c72497af2e4a12228a1c32134072d7f2455de4f1 Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 5 Nov 2025 09:33:20 -0700 Subject: [PATCH 767/838] New translations studio.php (Greek) --- lang/el/studio.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lang/el/studio.php b/lang/el/studio.php index b0fce61f..37e1bab6 100644 --- a/lang/el/studio.php +++ b/lang/el/studio.php @@ -3,21 +3,21 @@ return [ 'actions' => 'Ενέργειες', 'allowOthersTo' => 'Επέτρεψε σε άλλους να', - 'altText' => 'Alt Text', - 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', + 'altText' => 'Alt Κείμενο', + 'altTextHelp' => 'Περιέγραψε το περιεχόμενο του βίντεο σου για να γίνει προσβάσιμο για θεατές με προβλήματα όρασης που χρησιμοποιούν αναγνώστες οθόνης', 'aspectRatios' => 'Αναλογίες εικόνας', 'aspectRatiosMessage' => 'Προτείνεται: 16:9 για τοπίο, 9:16 για κατακόρυφο.', 'caption' => 'Λεζάντα', - 'commentMessage' => 'Allow others to post comments and replies on this post', + 'commentMessage' => 'Επέτρεψε σε άλλους να δημοσιεύσουν σχόλια και απαντήσεις σε αυτήν την ανάρτηση', 'comments' => 'Σχόλια', - 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', - 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', - 'containsNSFW' => 'Contains NSFW/Sensitive content', - 'containsNSFWMessage' => 'Mark this post as Sensitive to show a warning', - 'contentCreatedOn' => 'Content (Created on)', + 'containsAlteredContent' => 'Παραγωγής AI, Τροποποιημένο ή Συνθετικό Περιεχόμενο', + 'containsAlteredContentHelp' => 'Επέλεξε αυτό αν το βίντεο σου περιλαμβάνει στοιχεία που δημιουργούνται με AI, όπως συνθετικές φωνές, οπτικά στοιχεία που δημιουργούνται από AI, deepfakes ή περιεχόμενο σημαντικά τροποποιημένο από εργαλεία τεχνητής νοημοσύνης. Αυτό βοηθά στη διατήρηση της διαφάνειας και της εμπιστοσύνης με το κοινό σου', + 'containsNSFW' => 'Περιέχει NSFW/Ευαίσθητο περιεχόμενο', + 'containsNSFWMessage' => 'Επισήμανση αυτής της δημοσίευσης ως Ευαίσθητη για εμφάνιση μιας προειδοποίησης', + 'contentCreatedOn' => 'Περιεχόμενο (Δημιουργήθηκε σε)', 'customCover' => 'Προσαρμοσμένο Εξώφυλλο', 'describeYourVideoDotDotDot' => 'Περιέγραψε το βίντεο σου...', - 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', + 'describeYourVideoDotDotDotAltText' => 'Προαιρετικά περιέγραψε το βίντεό σου για χρήστες με προβλήματα όρασης...', 'details' => 'Λεπτομέρειες', 'disclosePostContent' => 'Disclose post content', 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', From 9540bc39ede7841d2ffd06ae1cdb2a602163c9db Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 5 Nov 2025 09:33:21 -0700 Subject: [PATCH 768/838] New translations profile.php (Greek) --- lang/el/profile.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/el/profile.php b/lang/el/profile.php index c9d1aae8..3e8f1d47 100644 --- a/lang/el/profile.php +++ b/lang/el/profile.php @@ -37,10 +37,10 @@ 'tabOptions' => [ 'Videos' => 'Βίντεο', ], - 'unblock' => 'Unblock', - 'userHasntPostedAnyVideosYet' => ':username hasn\'t posted any videos yet', - 'whenPeopleFollowThisAccount' => 'When people follow this account, they\'ll appear here.', - 'whenThisAccountFollowsSomeone' => 'When this account follows someone, they\'ll appear here.', - 'youHaventPostedAnyVideosYet' => 'You haven\'t posted any videos yet', - 'youveReachedTheEndOfThisList' => 'You\'ve reached the end of this list', + 'unblock' => 'Άρση αποκλεισμού', + 'userHasntPostedAnyVideosYet' => ':username δεν έχει δημοσιεύσει κανένα βίντεο ακόμα', + 'whenPeopleFollowThisAccount' => 'Όταν κάποιος ακολουθεί αυτόν τον λογαριασμό, θα εμφανίζεται εδώ.', + 'whenThisAccountFollowsSomeone' => 'Όταν αυτός ο λογαριασμός ακολουθεί κάποιον, θα εμφανιστεί εδώ.', + 'youHaventPostedAnyVideosYet' => 'Δεν έχεις δημοσιεύσει κανένα βίντεο ακόμα', + 'youveReachedTheEndOfThisList' => 'Έφτασες στο τέλος αυτής της λίστας', ]; From bf14b744157392c6a7462591d81c92227aa8a70e Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 5 Nov 2025 09:33:22 -0700 Subject: [PATCH 769/838] New translations settings.php (Greek) --- lang/el/settings.php | 158 +++++++++++++++++++++---------------------- 1 file changed, 79 insertions(+), 79 deletions(-) diff --git a/lang/el/settings.php b/lang/el/settings.php index c299da4f..72fd223f 100644 --- a/lang/el/settings.php +++ b/lang/el/settings.php @@ -16,84 +16,84 @@ 'changeEmailAddress' => 'Αλλαγή διεύθυνσης email', 'changePassword' => 'Αλλαγή Κωδικού Πρόσβασης', 'changingDotDotDot' => 'Αλλαγή...', - 'clickTheLinkInThatEmail' => 'Click the link in that email to complete the change.', - 'commentsMade' => 'Comments made', - 'confirmNewPassword' => 'Confirm new password', - 'confirmYourPassword' => 'Confirm your password', - 'currentEmailAddress' => 'Current email address', - 'currentPassword' => 'Current password', - 'dataExport' => 'Data export', - 'dataInsights' => 'Data insights', - 'dataManagement' => 'Data management', - 'dataRetention' => 'Data retention', - 'dataRetentionMessage' => 'Choose how long to keep your content and activity before automatic deletion.', - 'dataSharingForResearch' => 'Data sharing for research', - 'dataSharingForResearchMessage' => 'Allow anonymized data to be used for academic research and platform improvements.', - 'deactivate' => 'Deactivate', - 'deactivateAccount' => 'Deactivate account', - 'deleteAccount' => 'Delete account', - 'disable2FAButton' => 'Disable Two Factor', - 'disableTwoFactor' => 'Disable Two-Factor Authentication', - 'disableTwoFactorMessage' => 'Are you sure you want to disable two factor authentication? This will make your account less secure.', - 'downloadYourAccountDataExport' => 'Download your account data export.', + 'clickTheLinkInThatEmail' => 'Κάνε κλικ στο σύνδεσμο σ\' αυτό το email για να ολοκληρώσεις την αλλαγή.', + 'commentsMade' => 'Σχόλια που έγιναν', + 'confirmNewPassword' => 'Επιβεβαίωση νέου κωδικού', + 'confirmYourPassword' => 'Επιβεβαίωσε τον κωδικό πρόσβασης', + 'currentEmailAddress' => 'Τρέχουσα διεύθυνση email', + 'currentPassword' => 'Τρέχων κωδικός πρόσβασης', + 'dataExport' => 'Εξαγωγή δεδομένων', + 'dataInsights' => 'Πληροφορίες δεδομένων', + 'dataManagement' => 'Διαχείριση δεδομένων', + 'dataRetention' => 'Διατήρηση δεδομένων', + 'dataRetentionMessage' => 'Επέλεξε πόσο χρονικό διάστημα να διατηρηθεί το περιεχόμενο και η δραστηριότητά σου πριν από την αυτόματη διαγραφή.', + 'dataSharingForResearch' => 'Διαμοιρασμός δεδομένων για έρευνα', + 'dataSharingForResearchMessage' => 'Να επιτρέπεται η χρήση ανώνυμων δεδομένων για ακαδημαϊκή έρευνα και βελτιώσεις πλατφόρμας.', + 'deactivate' => 'Απενεργοποίηση', + 'deactivateAccount' => 'Απενεργοποίηση λογαριασμού', + 'deleteAccount' => 'Διαγραφή λογαριασμού', + 'disable2FAButton' => 'Απενεργοποίηση Δύο Παραγόντων', + 'disableTwoFactor' => 'Απενεργοποίηση Ταυτοποίησης Δύο Παραγόντων', + 'disableTwoFactorMessage' => 'Σίγουρα θες να απενεργοποιήσεις τον έλεγχο ταυτότητας δύο παραγόντων; Αυτό θα κάνει τον λογαριασμό σου λιγότερο ασφαλή.', + 'downloadYourAccountDataExport' => 'Λήψη της εξαγωγής δεδομένων του λογαριασμού σου.', 'email' => 'Email', - 'emailChangePending' => 'Email change pending', - 'emailSettings' => 'Email settings', - 'enableFederation' => 'Enable Federation', - 'enableTwoFactor' => 'Enable Two-Factor Authentication', - 'enableTwoFactorMessage' => 'Are you sure you want to enable two-factor authentication?', - 'enterYourCurrentPassword' => 'Enter your current password', - 'enterYourNewEmailAddress' => 'Enter your new email address', - 'exportHistory' => 'Export history', - 'hoursWatched' => 'Hours watched', - 'invalidVerificationCodePleaseTryAgain' => 'Invalid verification code. Please try again.', - 'likesGiven' => 'Likes given', - 'manageAccount' => 'Manage account', - 'manageYourAccountEmail' => 'Manage your account email.', - 'manageYourAccountSecuritySettings' => 'Manage your account security settings.', - 'manageYourLoopsAccount' => 'Manage Your Loops Account', - 'newEmailAddress' => 'New email address', - 'newPassword' => 'New password', - 'noExportsYet' => 'No exports yet', - 'noExportsYetMessage' => 'Your data exports will appear here when they\'re ready for download.', - 'noRestrictions' => 'No restrictions', - 'oopsTheFollowingErrorsOccured' => 'Oops, the following error(s) occured:', - 'password' => 'Password', - 'passwordAndAuthentication' => 'Password and authentication', - 'pleaseEnterA6DigitCode' => 'Please enter a 6-digit code', - 'privacy' => 'Privacy', - 'privateAccount' => 'Private account', - 'recentExports' => 'Recent exports', - 'resendVerification' => 'Resend verification', - 'safety' => 'Safety', - 'security' => 'Security', - 'selectiveDataExport' => ' Selective data export', - 'selectiveDataExportMessage' => 'Choose specific types of data to export if you don\'t need everything.', - 'sendingDotDotDot' => 'Sending...', - 'setup2FA' => 'Setup Two-Factor Authentication', - 'setup2FAStep1' => 'Step 1: Scan QR Code', - 'setup2FAStep1Message' => 'Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.)', - 'setup2FAStep2' => 'Step 2: Enter Verification Code', - 'setup2FAStep2Message' => 'Enter the 6-digit code from your authenticator app', - 'status' => 'Status', - 'successExclamation' => 'Success!', - 'successPasswordChangedMessage' => 'Your password was successfully updated!', - 'totalDataSize' => 'Total data size:', - 'twoFactorAuthDisabled' => 'Two-Factor Authentication Disabled', - 'twoFactorAuthDisabledMessage' => 'Two-factor authentication has been successfully disabled for your account.', - 'twoFactorAuthentication' => 'Two-factor authentication', - 'twoFactorEnabled' => 'Two-Factor Authentication Enabled', - 'twoFactorEnabledMessage' => 'Two-factor authentication has been successfully enabled for your account', - 'unverified' => 'Unverified', - 'verified' => 'Verified', - 'verifyAndEnable' => 'Verify & Enable', - 'verifyingDotDotDot' => 'Verifying...', - 'videosPosted' => 'Videos posted', - 'weMayRestrictAccounts' => 'We may restrict accounts that don\'t comply with our Community Guidelines.', - 'weveSentAnEmail' => 'We\'ve sent a verification email to', - 'withAPrivateAccountMessage' => 'With a private account, only users you approve can follow you and watch your videos. Your existing followers won\'t be affected.', - 'yourAccountStatistics' => 'Your account statistics', - 'yourDataYourControl' => 'Your data, your control', - 'yourDataYourControlMessage' => 'Download or review your account data. All exports are provided in JSON format for easy portability', - 'yourEmailIsUsedForRecoveryMessage' => 'Your email is used for account recovery, notifications, and security alerts. We\'ll verify any changes to ensure account security.', + 'emailChangePending' => 'Αλλαγή email σε αναμονή', + 'emailSettings' => 'Ρυθμίσεις email', + 'enableFederation' => 'Ενεργοποίηση Ομοσπονδίας', + 'enableTwoFactor' => 'Ενεργοποίηση Ταυτοποίησης Δύο Παραγόντων', + 'enableTwoFactorMessage' => 'Θες σίγουρα να ενεργοποιήσεις την ταυτοποίηση δύο παραγόντων;', + 'enterYourCurrentPassword' => 'Εισήγαγε τον τρέχοντα κωδικό πρόσβασης', + 'enterYourNewEmailAddress' => 'Εισάγετε τη νέα σου διεύθυνση email', + 'exportHistory' => 'Εξαγωγή ιστορικού', + 'hoursWatched' => 'Ώρες παρακολούθησης', + 'invalidVerificationCodePleaseTryAgain' => 'Μη έγκυρος κωδικός επαλήθευσης. Παρακαλώ προσπάθησε ξανά.', + 'likesGiven' => 'Μου αρέσει που δόθηκαν', + 'manageAccount' => 'Διαχείριση λογαριασμού', + 'manageYourAccountEmail' => 'Διαχείριση του email του λογαριασμού σου.', + 'manageYourAccountSecuritySettings' => 'Διαχειρίσου τις ρυθμίσεις ασφαλείας του λογαριασμού σου.', + 'manageYourLoopsAccount' => 'Διαχείριση του Λογαριασμού Loops σου', + 'newEmailAddress' => 'Νέα διεύθυνση email', + 'newPassword' => 'Νέος κωδικός πρόσβασης', + 'noExportsYet' => 'Δεν υπάρχουν ακόμη εξαγωγές', + 'noExportsYetMessage' => 'Οι εξαγωγές δεδομένων σου θα εμφανίζονται εδώ όταν είναι έτοιμες για λήψη.', + 'noRestrictions' => 'Χωρίς περιορισμούς', + 'oopsTheFollowingErrorsOccured' => 'Ωχ, παρουσιάστηκε το ακόλουθο(α) σφάλμα(τα):', + 'password' => 'Κωδικός πρόσβασης', + 'passwordAndAuthentication' => 'Κωδικός πρόσβασης και ταυτοποίηση', + 'pleaseEnterA6DigitCode' => 'Παρακαλούμε εισήγαγε έναν 6-ψήφιο κωδικό', + 'privacy' => 'Απόρρητο', + 'privateAccount' => 'Ιδιωτικός λογαριασμός', + 'recentExports' => 'Πρόσφατες εξαγωγές', + 'resendVerification' => 'Επαναποστολή επαλήθευσης', + 'safety' => 'Ασφάλεια', + 'security' => 'Ασφάλεια', + 'selectiveDataExport' => ' Εξαγωγή επιλεκτικών δεδομένων', + 'selectiveDataExportMessage' => 'Επέλεξε συγκεκριμένους τύπους δεδομένων για εξαγωγή αν δεν χρειάζεσαι τα πάντα.', + 'sendingDotDotDot' => 'Αποστολή...', + 'setup2FA' => 'Ρύθμιση Ελέγχου Ταυτότητας Δύο Παραμέτρων', + 'setup2FAStep1' => 'Step 1: Σάρωση Κωδικού QR', + 'setup2FAStep1Message' => 'Σάρωσε αυτόν τον κωδικό QR με την εφαρμογή ελέγχου ταυτότητας (Google Authenticator, Authy, κλπ.)', + 'setup2FAStep2' => 'Βήμα 2: Εισαγωγή Κωδικού Επαλήθευσης', + 'setup2FAStep2Message' => 'Εισήγαγε τον 6-ψήφιο κωδικό από την εφαρμογή επαλήθευσης', + 'status' => 'Κατάσταση', + 'successExclamation' => 'Επιτυχία!', + 'successPasswordChangedMessage' => 'Ο κωδικός πρόσβασής σου ενημερώθηκε επιτυχώς!', + 'totalDataSize' => 'Συνολικό μέγεθος δεδομένων:', + 'twoFactorAuthDisabled' => 'Ανενεργή Ταυτοποίηση Δύο Παραμέτρων', + 'twoFactorAuthDisabledMessage' => 'Ο έλεγχος ταυτότητας δύο παραγόντων απενεργοποιήθηκε επιτυχώς για το λογαριασμό σου.', + 'twoFactorAuthentication' => 'Ταυτοποίηση δύο παραγόντων', + 'twoFactorEnabled' => 'Έλεγχος Ταυτότητας Δύο Παραγόντων Ενεργός', + 'twoFactorEnabledMessage' => 'Ο έλεγχος ταυτότητας δύο παραγόντων ενεργοποιήθηκε με επιτυχία για το λογαριασμό σου', + 'unverified' => 'Μη επαληθευμένο', + 'verified' => 'Επαληθεύτηκε', + 'verifyAndEnable' => 'Επαλήθευση & Ενεργοποίηση', + 'verifyingDotDotDot' => 'Επαλήθευση...', + 'videosPosted' => 'Δημοσιευμένα βίντεο', + 'weMayRestrictAccounts' => 'Ενδέχεται να περιορίσουμε τους λογαριασμούς που δεν συμμορφώνονται με τις Οδηγίες Κοινότητάς μας.', + 'weveSentAnEmail' => 'Στείλαμε email επαλήθευσης στη διεύθυνση', + 'withAPrivateAccountMessage' => 'Με ιδιωτικό λογαριασμό, μόνο οι χρήστες που εγκρίνεις μπορούν να σε ακολουθήσουν και να παρακολουθήσουν τα βίντεό σου. Οι υπάρχοντες ακόλουθοί σου δεν θα επηρεαστούν.', + 'yourAccountStatistics' => 'Στατιστικά του λογαριασμού σου', + 'yourDataYourControl' => 'Δικά σου τα δεδομένα, δικός σου ο έλεγχος', + 'yourDataYourControlMessage' => 'Κατέβασε ή εξέτασε τα δεδομένα του λογαριασμού σου. Όλες οι εξαγωγές παρέχονται σε μορφή JSON για εύκολη φορητότητα', + 'yourEmailIsUsedForRecoveryMessage' => 'Το email σου χρησιμοποιείται για ανάκτηση λογαριασμού, ειδοποιήσεις και ειδοποιήσεις ασφαλείας. Θα επαληθεύσουμε τυχόν αλλαγές για να διασφαλίσουμε την ασφάλεια του λογαριασμού.', ]; From 31e17f532659ddd89ece291e6f25a456cd1f7ece Mon Sep 17 00:00:00 2001 From: dansup Date: Wed, 5 Nov 2025 09:33:23 -0700 Subject: [PATCH 770/838] New translations reports.php (Greek) --- lang/el/reports.php | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/lang/el/reports.php b/lang/el/reports.php index 9c1ad234..6f51ee28 100644 --- a/lang/el/reports.php +++ b/lang/el/reports.php @@ -2,30 +2,30 @@ return [ 'error' => [ - 'default' => 'An unexpected error occurred', - 'title' => 'Report Error', + 'default' => 'Παρουσιάστηκε ένα μη αναμενόμενο σφάλμα', + 'title' => 'Αναφορά Σφάλματος', ], 'success' => [ - 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', - 'title' => 'Report Submitted!', + 'message' => 'Η αναφορά σου στάλθηκε με επιτυχία και θα εξεταστεί από την ομάδα διαχείρισης περιεχομένου.

Ευχαριστούμε που βοηθάς την κοινότητά μας να είναι ασφαλής ❤️', + 'title' => 'Η Αναφορά Υποβλήθηκε!', ], 'types' => [ - 1010 => 'Inappropriate and irrelevant search', - 1011 => 'Violence, abuse, and criminal exploitation', - 1012 => 'Hate and harassment', - 1013 => 'Suicide and self-harm', - 1014 => 'Disordered eating and unhealthy body image', - 1015 => 'Dangerous activities and challenges', - 1016 => 'Nudity and sexual content', - 1017 => 'Shocking and graphic content', - 1018 => 'Misinformation', - 1019 => 'Deceptive behavior and spam', - 1020 => 'Regulated goods and activities', - 1021 => 'Frauds and scams', - 1022 => 'Sharing personal information', - 1023 => 'Report illegal content', - 1024 => 'Counterfeits and intellectual property', - 1025 => 'Undisclosed branded content', - 1026 => 'Other', + 1010 => 'Ακατάλληλη και άσχετη αναζήτηση', + 1011 => 'Βία, κακοποίηση και εγκληματική εκμετάλλευση', + 1012 => 'Μίσος και παρενόχληση', + 1013 => 'Αυτοκτονία και αυτοτραυματισμός', + 1014 => 'Διαταραγμένη διατροφή και ανθυγιεινή εικόνα του σώματος', + 1015 => 'Επικίνδυνες δραστηριότητες και προκλήσεις', + 1016 => 'Γυμνό και σεξουαλικό περιεχόμενο', + 1017 => 'Σοκαριστικό και γραφικό περιεχόμενο', + 1018 => 'Παραπληροφόρηση', + 1019 => 'Απατηλή συμπεριφορά και σπαμ', + 1020 => 'Ρυθμιζόμενα αγαθά και δραστηριότητες', + 1021 => 'Απάτες', + 1022 => 'Κοινή χρήση προσωπικών πληροφοριών', + 1023 => 'Αναφορά παράνομου περιεχομένου', + 1024 => 'Παραχάραξη και πνευματική ιδιοκτησία', + 1025 => 'Μη γνωστοποιημένο επώνυμο περιεχόμενο', + 1026 => 'Άλλο', ], ]; From eae3218b718c92457606e21ebc62b34fe719ca8a Mon Sep 17 00:00:00 2001 From: dansup Date: Thu, 6 Nov 2025 09:15:00 -0700 Subject: [PATCH 771/838] New translations notifications.php (Italian) --- lang/it/notifications.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/it/notifications.php b/lang/it/notifications.php index 1106e009..4feb61f0 100644 --- a/lang/it/notifications.php +++ b/lang/it/notifications.php @@ -1,17 +1,17 @@ 'You\'re all caught up!', - 'errorLoadingNotifications' => 'Error loading notifications', + 'allCaughtUp' => 'Sai già tutto!', + 'errorLoadingNotifications' => 'Errore nel caricamento delle notifiche', 'messageTypes' => [ - 'videoLike' => 'liked your video', + 'videoLike' => 'ha messo mi piace al tuo video', 'newFollower' => 'ha iniziato a seguirti', 'videoComment' => 'ha commentato sul tuo video', - 'videoCommentReply' => 'replied to a comment on your video', - 'videoCommentLike' => 'liked your comment', - 'videoCommentReplyLike' => 'liked your comment reply', - 'videoCommentShare' => 'shared your comment', - 'videoCommentReplyShare' => 'shared your comment reply', + 'videoCommentReply' => 'ha risposto a un commento sul tuo video', + 'videoCommentLike' => 'gli piace il tuo commento', + 'videoCommentReplyLike' => 'ha apprezzato la tua risposta al commento', + 'videoCommentShare' => 'ha condiviso il tuo commento', + 'videoCommentReplyShare' => 'ha condiviso la tua risposta al commento', 'videoShare' => 'ha condiviso il tuo video', 'default' => 'ha interagito con il tuo contenuto', ], From e7acec872990e481fc201360bee93efc26327cd4 Mon Sep 17 00:00:00 2001 From: dansup Date: Thu, 6 Nov 2025 09:15:01 -0700 Subject: [PATCH 772/838] New translations reports.php (Italian) --- lang/it/reports.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lang/it/reports.php b/lang/it/reports.php index 421bc61f..57db61fa 100644 --- a/lang/it/reports.php +++ b/lang/it/reports.php @@ -2,30 +2,30 @@ return [ 'error' => [ - 'default' => 'An unexpected error occurred', + 'default' => 'Si è verificato un errore imprevisto', 'title' => 'Segnala Errore', ], 'success' => [ - 'message' => 'Your report was successfully sent and will be reviewed by our content moderation team.

Thank you for helping keeping our community safe ❤️', - 'title' => 'Report Submitted!', + 'message' => 'Il tuo report è stato inviato con successo e sarà esaminato dal nostro team di moderazione dei contenuti.

Grazie per aver aiutato a mantenere la nostra comunità al sicuro ❤️', + 'title' => 'Segnalazione inviata!', ], 'types' => [ - 1010 => 'Inappropriate and irrelevant search', - 1011 => 'Violence, abuse, and criminal exploitation', + 1010 => 'Ricerca inopportuna e non pertinente', + 1011 => 'Violenza, abuso e sfruttamento criminale', 1012 => 'Odio e molestie', 1013 => 'Suicidio e autolesionismo', - 1014 => 'Disordered eating and unhealthy body image', + 1014 => 'Mangiare male e immagine malsana del corpo', 1015 => 'Attività e sfide pericolose', 1016 => 'Nudità e contenuti sessuali', 1017 => 'Contenuto grafico e scioccante', 1018 => 'Disinformazione', - 1019 => 'Deceptive behavior and spam', - 1020 => 'Regulated goods and activities', + 1019 => 'Comportamento ingannevole e spam', + 1020 => 'Merci e attività regolamentate', 1021 => 'Frodi e truffe', 1022 => 'Condivisione di informazioni personali', 1023 => 'Segnala contenuto illegale', - 1024 => 'Counterfeits and intellectual property', - 1025 => 'Undisclosed branded content', + 1024 => 'Contraffazioni e proprietà intellettuale', + 1025 => 'Contenuto del marchio non divulgato', 1026 => 'Altro', ], ]; From 81c79c21745c98e70bb4377b2770bc88b6d9b645 Mon Sep 17 00:00:00 2001 From: dansup Date: Thu, 6 Nov 2025 10:40:41 -0700 Subject: [PATCH 773/838] New translations nav.php (Italian) --- lang/it/nav.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lang/it/nav.php b/lang/it/nav.php index d26e70c0..6b988d30 100644 --- a/lang/it/nav.php +++ b/lang/it/nav.php @@ -1,26 +1,26 @@ 'About', - 'admin' => 'Admin', - 'clearAll' => 'Clear All', + 'about' => 'Info', + 'admin' => 'Amministratore', + 'clearAll' => 'Cancella tutto', 'community' => 'Community', - 'contact' => 'Contact', + 'contact' => 'Contatti', 'developers' => 'Sviluppatori', 'federation' => 'Federazione', 'help' => 'Aiuto', 'home' => 'Home', - 'join' => 'Join', + 'join' => 'Entra', 'logIn' => 'Accedi', 'logOut' => 'Esci', - 'loginOrRegister' => 'Login or Register', - 'more' => 'More', - 'noResultsFound' => 'No results found', - 'popular' => 'Popular', + 'loginOrRegister' => 'Entra o registrati', + 'more' => 'Altro', + 'noResultsFound' => 'Nessun risultato trovato', + 'popular' => 'Popolari', 'poweredBy' => 'Powered by', 'privacy' => 'Privacy', 'profile' => 'Profilo', - 'recentSearches' => 'Recent Searches', + 'recentSearches' => 'Ricerche Recenti', 'search' => 'Cerca', 'settings' => 'Impostazioni', 'terms' => 'Termini', From a8929ee8cd4245512821225c1c0f9f756b4d7665 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:16 -0700 Subject: [PATCH 774/838] New translations common.php (Spanish) --- lang/es/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/es/common.php b/lang/es/common.php index afe7ea5f..16b46d68 100644 --- a/lang/es/common.php +++ b/lang/es/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Hubo algún problema', 'status' => 'Estado', 'suggestions' => 'Sugerencias', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Condiciones del servicio', 'today' => 'Hoy', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Demasiados intentos fallidos, por favor inténtalo más tarde', From ba3ac264eb9df7fa3b94ca3a376763921b32b121 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:17 -0700 Subject: [PATCH 775/838] New translations common.php (Greek) --- lang/el/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/el/common.php b/lang/el/common.php index 39c4cd05..b4c82df3 100644 --- a/lang/el/common.php +++ b/lang/el/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Κάτι πήγε στραβά', 'status' => 'Κατάσταση', 'suggestions' => 'Προτάσεις', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Όροι Παροχής Υπηρεσιών', 'today' => 'Σήμερα', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Πάρα πολλές αποτυχημένες προσπάθειες, παρακαλώ προσπάθησε ξανά αργότερα', From 874afdee645f22608a24d88a9df39668a0772587 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:19 -0700 Subject: [PATCH 776/838] New translations common.php (Italian) --- lang/it/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/it/common.php b/lang/it/common.php index b319b8d9..54bd0f40 100644 --- a/lang/it/common.php +++ b/lang/it/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Qualcosa è andato storto', 'status' => 'Stato', 'suggestions' => 'Suggerimenti', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Termini di Servizio', 'today' => 'Oggi', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Troppi tentativi falliti, riprova tra un po\'', From 3c135dd0dbdd8701348e7f006ee8435176235c1a Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:20 -0700 Subject: [PATCH 777/838] New translations common.php (Romanian) --- lang/ro/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ro/common.php b/lang/ro/common.php index 16324701..840a572b 100644 --- a/lang/ro/common.php +++ b/lang/ro/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From ee6bc0beee6171a24a71731e701c569bb14524a0 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:21 -0700 Subject: [PATCH 778/838] New translations common.php (French) --- lang/fr/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/fr/common.php b/lang/fr/common.php index fbad8f42..581dbea1 100644 --- a/lang/fr/common.php +++ b/lang/fr/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Une erreur est survenue', 'status' => 'État', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Aujourd\'hui', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From bbb25d9d7ac0e63d1f86f12d22d0f4c568d18e83 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:22 -0700 Subject: [PATCH 779/838] New translations common.php (Afrikaans) --- lang/af/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/af/common.php b/lang/af/common.php index 16324701..840a572b 100644 --- a/lang/af/common.php +++ b/lang/af/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From 2983cbd11c4d94fa24f599795f21fc0752c1137f Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:23 -0700 Subject: [PATCH 780/838] New translations common.php (Arabic) --- lang/ar/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ar/common.php b/lang/ar/common.php index 16324701..840a572b 100644 --- a/lang/ar/common.php +++ b/lang/ar/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From 6ccb5f4fc11cae678acb2fac50deb7eaf305d3c0 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:24 -0700 Subject: [PATCH 781/838] New translations common.php (Catalan) --- lang/ca/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ca/common.php b/lang/ca/common.php index 16324701..840a572b 100644 --- a/lang/ca/common.php +++ b/lang/ca/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From eab043352491a6d72ddd6f4c79f414e4dd1d93fa Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:25 -0700 Subject: [PATCH 782/838] New translations common.php (Czech) --- lang/cs/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/cs/common.php b/lang/cs/common.php index 16324701..840a572b 100644 --- a/lang/cs/common.php +++ b/lang/cs/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From 479518f14c8b6f244fc44b0b070fd57455cb9ce6 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:27 -0700 Subject: [PATCH 783/838] New translations common.php (Danish) --- lang/da/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/da/common.php b/lang/da/common.php index 16324701..840a572b 100644 --- a/lang/da/common.php +++ b/lang/da/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From 69f23dd3c3f9747e271538990c001a2c6342e6ae Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:28 -0700 Subject: [PATCH 784/838] New translations common.php (German) --- lang/de/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/de/common.php b/lang/de/common.php index 2745fcfc..abb306b7 100644 --- a/lang/de/common.php +++ b/lang/de/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Etwas ist schiefgelaufen', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Heute', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From 3c205dbcffb81b9a2f4f14e689be075c41719548 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:29 -0700 Subject: [PATCH 785/838] New translations common.php (Finnish) --- lang/fi/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/fi/common.php b/lang/fi/common.php index 16324701..840a572b 100644 --- a/lang/fi/common.php +++ b/lang/fi/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From c44162a1b7eb1ead87aefc402a95e8379b933931 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:30 -0700 Subject: [PATCH 786/838] New translations common.php (Hebrew) --- lang/he/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/he/common.php b/lang/he/common.php index 16324701..840a572b 100644 --- a/lang/he/common.php +++ b/lang/he/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From 75ce585c97b8f0f441c951ba21abb288a317b3eb Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:31 -0700 Subject: [PATCH 787/838] New translations common.php (Hungarian) --- lang/hu/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/hu/common.php b/lang/hu/common.php index 16324701..840a572b 100644 --- a/lang/hu/common.php +++ b/lang/hu/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From 84e215ea8b8e96ead5a59148e9be04f3338b5551 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:32 -0700 Subject: [PATCH 788/838] New translations common.php (Japanese) --- lang/ja/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ja/common.php b/lang/ja/common.php index 16324701..840a572b 100644 --- a/lang/ja/common.php +++ b/lang/ja/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From 5f63f8b79a8ff4b24062f2450ea57b87dcfe5a98 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:33 -0700 Subject: [PATCH 789/838] New translations common.php (Korean) --- lang/ko/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ko/common.php b/lang/ko/common.php index 16324701..840a572b 100644 --- a/lang/ko/common.php +++ b/lang/ko/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From 1b470518bd3206c5661a63d8d6db57beaf2501ad Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:35 -0700 Subject: [PATCH 790/838] New translations common.php (Dutch) --- lang/nl/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/nl/common.php b/lang/nl/common.php index 16324701..840a572b 100644 --- a/lang/nl/common.php +++ b/lang/nl/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From 2b3c885a2b9a599ae89e7d342079ff6a8c2a1d1d Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:36 -0700 Subject: [PATCH 791/838] New translations common.php (Norwegian) --- lang/no/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/no/common.php b/lang/no/common.php index 16324701..840a572b 100644 --- a/lang/no/common.php +++ b/lang/no/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From 68a2176503c856246e7a55cdba647cead8387c7d Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:37 -0700 Subject: [PATCH 792/838] New translations common.php (Polish) --- lang/pl/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/pl/common.php b/lang/pl/common.php index 16324701..840a572b 100644 --- a/lang/pl/common.php +++ b/lang/pl/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From 8adf0c875d9b69465d3824d2ac4884cf4a43e2c3 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:38 -0700 Subject: [PATCH 793/838] New translations common.php (Portuguese) --- lang/pt/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/pt/common.php b/lang/pt/common.php index 16324701..840a572b 100644 --- a/lang/pt/common.php +++ b/lang/pt/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From 5d0ca6190bbc9b4e6a5bb8a8e5274a9fb4c62395 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:39 -0700 Subject: [PATCH 794/838] New translations common.php (Russian) --- lang/ru/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ru/common.php b/lang/ru/common.php index 16324701..840a572b 100644 --- a/lang/ru/common.php +++ b/lang/ru/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From 2fb1301a5459d13e74dfb566d8d397b30bb0e848 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:40 -0700 Subject: [PATCH 795/838] New translations common.php (Serbian (Cyrillic)) --- lang/sr/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/sr/common.php b/lang/sr/common.php index 16324701..840a572b 100644 --- a/lang/sr/common.php +++ b/lang/sr/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From be03d3a24bf244d4faf9b4a3c861e8458503d22c Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:41 -0700 Subject: [PATCH 796/838] New translations common.php (Swedish) --- lang/sv/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/sv/common.php b/lang/sv/common.php index 430137a1..81104dcc 100644 --- a/lang/sv/common.php +++ b/lang/sv/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Något gick fel', 'status' => 'Status', 'suggestions' => 'Förslag', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Användarvillkor', 'today' => 'Idag', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'För många misslyckade försök, försök igen senare', From fb6a9b88d66a5c4b685c576ac3f12aa5af7c54dd Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:43 -0700 Subject: [PATCH 797/838] New translations common.php (Turkish) --- lang/tr/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/tr/common.php b/lang/tr/common.php index 16324701..840a572b 100644 --- a/lang/tr/common.php +++ b/lang/tr/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From 18b28ee8187de1d35adb24075771aeed2abff892 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:44 -0700 Subject: [PATCH 798/838] New translations common.php (Ukrainian) --- lang/uk/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/uk/common.php b/lang/uk/common.php index 16324701..840a572b 100644 --- a/lang/uk/common.php +++ b/lang/uk/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From c294fe399e6d5e88dcf61758f342c59b08e084ad Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:45 -0700 Subject: [PATCH 799/838] New translations common.php (Chinese Simplified) --- lang/zh/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/zh/common.php b/lang/zh/common.php index 16324701..840a572b 100644 --- a/lang/zh/common.php +++ b/lang/zh/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From dda1e3184caed2d9c65f23f879103a4b5f8d86fa Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 05:02:46 -0700 Subject: [PATCH 800/838] New translations common.php (Vietnamese) --- lang/vi/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/vi/common.php b/lang/vi/common.php index 16324701..840a572b 100644 --- a/lang/vi/common.php +++ b/lang/vi/common.php @@ -134,6 +134,7 @@ 'somethingWentWrong' => 'Something went wrong', 'status' => 'Status', 'suggestions' => 'Suggestions', + 'tapToPlay' => 'Tap to Play', 'termsOfService' => 'Terms of Service', 'today' => 'Today', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', From 5cdfdcd2b20414bdb2897c00492a3a3121c5b40a Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 06:39:03 -0700 Subject: [PATCH 801/838] New translations common.php (Italian) --- lang/it/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/it/common.php b/lang/it/common.php index 54bd0f40..937c8a60 100644 --- a/lang/it/common.php +++ b/lang/it/common.php @@ -134,7 +134,7 @@ 'somethingWentWrong' => 'Qualcosa è andato storto', 'status' => 'Stato', 'suggestions' => 'Suggerimenti', - 'tapToPlay' => 'Tap to Play', + 'tapToPlay' => 'Tocca per riprodurre', 'termsOfService' => 'Termini di Servizio', 'today' => 'Oggi', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Troppi tentativi falliti, riprova tra un po\'', From ea93c97f4bca795786f28d65ebdab4c6f289602d Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:11:52 -0700 Subject: [PATCH 802/838] New translations common.php (Spanish) --- lang/es/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/es/common.php b/lang/es/common.php index 16b46d68..acab0510 100644 --- a/lang/es/common.php +++ b/lang/es/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => '¡Nuevo código de verificación enviado!', 'next' => 'Siguiente', 'noMoreResults' => 'No hay más resultados.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notificaciones', 'password' => 'Contraseña', 'passwordResetLinkHasBeenSentToYourEmail' => 'Se ha enviado un enlace a tu correo electrónico para restablecer tu contraseña.', From f70c53db1b80eb689eaee0aa558303341a200d86 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:11:53 -0700 Subject: [PATCH 803/838] New translations common.php (Greek) --- lang/el/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/el/common.php b/lang/el/common.php index b4c82df3..21e7318c 100644 --- a/lang/el/common.php +++ b/lang/el/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'Ο νέος κωδικός επαλήθευσης εστάλη!', 'next' => 'Επόμενο', 'noMoreResults' => 'Δεν υπάρχουν άλλα αποτελέσματα.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Ειδοποιήσεις', 'password' => 'Κωδικός πρόσβασης', 'passwordResetLinkHasBeenSentToYourEmail' => 'Ο σύνδεσμος επαναφοράς κωδικού έχει σταλεί στο email σου.', From 22697b92fcab9e78be58d85dd947571f70e0fce1 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:11:54 -0700 Subject: [PATCH 804/838] New translations common.php (Italian) --- lang/it/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/it/common.php b/lang/it/common.php index 937c8a60..0f7a8e7b 100644 --- a/lang/it/common.php +++ b/lang/it/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'Nuovo codice di verifica inviato!', 'next' => 'Avanti', 'noMoreResults' => 'Non ci sono altri risultati.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifiche', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Il link per reimpostare la password è stato inviato alla tua E-mail.', From c1a794930c90f37d438ebd51a44ef9066288af54 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:11:55 -0700 Subject: [PATCH 805/838] New translations common.php (Romanian) --- lang/ro/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ro/common.php b/lang/ro/common.php index 840a572b..518e4616 100644 --- a/lang/ro/common.php +++ b/lang/ro/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From 7a0ad9cf154d56b72ba839b8ead9923b32511ec9 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:11:57 -0700 Subject: [PATCH 806/838] New translations common.php (French) --- lang/fr/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/fr/common.php b/lang/fr/common.php index 581dbea1..59b838e3 100644 --- a/lang/fr/common.php +++ b/lang/fr/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Suivant', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From 4497536c2b69f84c5a0f4db4413e0a128dc01b48 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:11:58 -0700 Subject: [PATCH 807/838] New translations common.php (Afrikaans) --- lang/af/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/af/common.php b/lang/af/common.php index 840a572b..518e4616 100644 --- a/lang/af/common.php +++ b/lang/af/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From fb74dd55aaf19bc22edfa002c156680ae3f7dc88 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:00 -0700 Subject: [PATCH 808/838] New translations common.php (Arabic) --- lang/ar/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ar/common.php b/lang/ar/common.php index 840a572b..518e4616 100644 --- a/lang/ar/common.php +++ b/lang/ar/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From d01dc91292e68f9f6355a054ebc4f98c86fd7d52 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:01 -0700 Subject: [PATCH 809/838] New translations common.php (Catalan) --- lang/ca/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ca/common.php b/lang/ca/common.php index 840a572b..518e4616 100644 --- a/lang/ca/common.php +++ b/lang/ca/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From 24e74403f7fa48639dab35785e84bee7fea61d83 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:02 -0700 Subject: [PATCH 810/838] New translations common.php (Czech) --- lang/cs/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/cs/common.php b/lang/cs/common.php index 840a572b..518e4616 100644 --- a/lang/cs/common.php +++ b/lang/cs/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From 697ae8c87af981c59ec7443dd413fb1584bc72b0 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:03 -0700 Subject: [PATCH 811/838] New translations common.php (Danish) --- lang/da/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/da/common.php b/lang/da/common.php index 840a572b..518e4616 100644 --- a/lang/da/common.php +++ b/lang/da/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From 0266799cfb4110b05629b7067510d80c04ecc5ed Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:05 -0700 Subject: [PATCH 812/838] New translations common.php (German) --- lang/de/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/de/common.php b/lang/de/common.php index abb306b7..ee29667e 100644 --- a/lang/de/common.php +++ b/lang/de/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Weiter', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Benachrichtigungen', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From ef50661cfab436798dbf666df582801dec6bf219 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:06 -0700 Subject: [PATCH 813/838] New translations common.php (Finnish) --- lang/fi/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/fi/common.php b/lang/fi/common.php index 840a572b..518e4616 100644 --- a/lang/fi/common.php +++ b/lang/fi/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From 3680004215d64efe630c200f20022d0528b71320 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:07 -0700 Subject: [PATCH 814/838] New translations common.php (Hebrew) --- lang/he/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/he/common.php b/lang/he/common.php index 840a572b..518e4616 100644 --- a/lang/he/common.php +++ b/lang/he/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From b0e3f5fabac4de12f4d9f0ef3bef76f3e52ee555 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:08 -0700 Subject: [PATCH 815/838] New translations common.php (Hungarian) --- lang/hu/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/hu/common.php b/lang/hu/common.php index 840a572b..518e4616 100644 --- a/lang/hu/common.php +++ b/lang/hu/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From 18abcf8dde2c6b889a2f3d7081235eed1f278e12 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:09 -0700 Subject: [PATCH 816/838] New translations common.php (Japanese) --- lang/ja/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ja/common.php b/lang/ja/common.php index 840a572b..518e4616 100644 --- a/lang/ja/common.php +++ b/lang/ja/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From b6e4c1bb62a4bfc6e064557b66beeab8aa310207 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:11 -0700 Subject: [PATCH 817/838] New translations common.php (Korean) --- lang/ko/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ko/common.php b/lang/ko/common.php index 840a572b..518e4616 100644 --- a/lang/ko/common.php +++ b/lang/ko/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From 82bc18c50d861e985b289350c5cf059157cc19ad Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:12 -0700 Subject: [PATCH 818/838] New translations common.php (Dutch) --- lang/nl/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/nl/common.php b/lang/nl/common.php index 840a572b..518e4616 100644 --- a/lang/nl/common.php +++ b/lang/nl/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From f257953784f068c99466228d8e53361105cc9a09 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:13 -0700 Subject: [PATCH 819/838] New translations common.php (Norwegian) --- lang/no/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/no/common.php b/lang/no/common.php index 840a572b..518e4616 100644 --- a/lang/no/common.php +++ b/lang/no/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From 07adc784b9f09fc8d8774d676ca2502a145f4b54 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:14 -0700 Subject: [PATCH 820/838] New translations common.php (Polish) --- lang/pl/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/pl/common.php b/lang/pl/common.php index 840a572b..518e4616 100644 --- a/lang/pl/common.php +++ b/lang/pl/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From 5177f8ec310690f9915136fa447ebe2f7c87109f Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:15 -0700 Subject: [PATCH 821/838] New translations common.php (Portuguese) --- lang/pt/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/pt/common.php b/lang/pt/common.php index 840a572b..518e4616 100644 --- a/lang/pt/common.php +++ b/lang/pt/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From dc86e3b9643a0016ea73682d58ffda6a2ee6caf8 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:17 -0700 Subject: [PATCH 822/838] New translations common.php (Russian) --- lang/ru/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ru/common.php b/lang/ru/common.php index 840a572b..518e4616 100644 --- a/lang/ru/common.php +++ b/lang/ru/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From d4da74fdcf5269d3fe7fc5bbbd8ff2c22dc4e4b8 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:18 -0700 Subject: [PATCH 823/838] New translations common.php (Serbian (Cyrillic)) --- lang/sr/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/sr/common.php b/lang/sr/common.php index 840a572b..518e4616 100644 --- a/lang/sr/common.php +++ b/lang/sr/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From 2c0ddcf209cbcfe6090fc73ae60629fed042ab90 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:19 -0700 Subject: [PATCH 824/838] New translations common.php (Swedish) --- lang/sv/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/sv/common.php b/lang/sv/common.php index 81104dcc..fcfdd4a6 100644 --- a/lang/sv/common.php +++ b/lang/sv/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From 35c51961b7f41302c8cb06abb6abf4aa60bccf41 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:20 -0700 Subject: [PATCH 825/838] New translations common.php (Turkish) --- lang/tr/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/tr/common.php b/lang/tr/common.php index 840a572b..518e4616 100644 --- a/lang/tr/common.php +++ b/lang/tr/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From 92575cb1db963ecfb922ed971abef1c71a8abfc5 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:22 -0700 Subject: [PATCH 826/838] New translations common.php (Ukrainian) --- lang/uk/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/uk/common.php b/lang/uk/common.php index 840a572b..518e4616 100644 --- a/lang/uk/common.php +++ b/lang/uk/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From 18576ca705da90d4ee9942c202b129ca57504d16 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:24 -0700 Subject: [PATCH 827/838] New translations common.php (Chinese Simplified) --- lang/zh/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/zh/common.php b/lang/zh/common.php index 840a572b..518e4616 100644 --- a/lang/zh/common.php +++ b/lang/zh/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From 1fd38c2442a28db0028d67ac30a1740e66a66276 Mon Sep 17 00:00:00 2001 From: dansup Date: Fri, 7 Nov 2025 09:12:26 -0700 Subject: [PATCH 828/838] New translations common.php (Vietnamese) --- lang/vi/common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/vi/common.php b/lang/vi/common.php index 840a572b..518e4616 100644 --- a/lang/vi/common.php +++ b/lang/vi/common.php @@ -101,6 +101,7 @@ 'newVerificationCodeSent' => 'New verification code sent!', 'next' => 'Next', 'noMoreResults' => 'No more results.', + 'noPostsYet' => 'No posts yet', 'notifications' => 'Notifications', 'password' => 'Password', 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', From f5294dace0d56b74a36dfa00f57b7a0457758329 Mon Sep 17 00:00:00 2001 From: dansup Date: Sat, 8 Nov 2025 16:44:41 -0700 Subject: [PATCH 829/838] New translations common.php (Spanish) --- lang/es/common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/es/common.php b/lang/es/common.php index acab0510..b9c2043a 100644 --- a/lang/es/common.php +++ b/lang/es/common.php @@ -101,7 +101,7 @@ 'newVerificationCodeSent' => '¡Nuevo código de verificación enviado!', 'next' => 'Siguiente', 'noMoreResults' => 'No hay más resultados.', - 'noPostsYet' => 'No posts yet', + 'noPostsYet' => 'Aún no hay publicaciones', 'notifications' => 'Notificaciones', 'password' => 'Contraseña', 'passwordResetLinkHasBeenSentToYourEmail' => 'Se ha enviado un enlace a tu correo electrónico para restablecer tu contraseña.', @@ -135,7 +135,7 @@ 'somethingWentWrong' => 'Hubo algún problema', 'status' => 'Estado', 'suggestions' => 'Sugerencias', - 'tapToPlay' => 'Tap to Play', + 'tapToPlay' => 'Pulsa para reproducir', 'termsOfService' => 'Condiciones del servicio', 'today' => 'Hoy', 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Demasiados intentos fallidos, por favor inténtalo más tarde', From ba26f12b4367861a7cd25574ca698085f8e3e70d Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 9 Nov 2025 02:33:48 -0700 Subject: [PATCH 830/838] New translations explore.php (German) --- lang/de/explore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/de/explore.php b/lang/de/explore.php index f8d64afe..c327e78a 100644 --- a/lang/de/explore.php +++ b/lang/de/explore.php @@ -1,6 +1,6 @@ 'Discover trending content', + 'discoverTrendingContent' => 'Entdecke trendige Inhalte', 'noVideosFoundForThisHashtag' => 'Keine Videos für diesen Hashtag gefunden', ]; From 6be0fda50859e30ad5149ededdeb53cbccc15051 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 9 Nov 2025 02:33:49 -0700 Subject: [PATCH 831/838] New translations notifications.php (German) --- lang/de/notifications.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/de/notifications.php b/lang/de/notifications.php index 45678e3c..bc32ee99 100644 --- a/lang/de/notifications.php +++ b/lang/de/notifications.php @@ -7,10 +7,10 @@ 'videoLike' => 'gefällt dein Video', 'newFollower' => 'folgt Dir jetzt', 'videoComment' => 'hat dein Video kommentiert', - 'videoCommentReply' => 'replied to a comment on your video', - 'videoCommentLike' => 'liked your comment', + 'videoCommentReply' => 'auf einen Kommentar zu Deinem Video geantwortet', + 'videoCommentLike' => 'gefällt dein Kommentar', 'videoCommentReplyLike' => 'liked your comment reply', - 'videoCommentShare' => 'shared your comment', + 'videoCommentShare' => 'teilte deinen Kommentar', 'videoCommentReplyShare' => 'shared your comment reply', 'videoShare' => 'teilte dein Video', 'default' => 'hat mit deinen Inhalten interagiert', From c06e567e1ef1803c086c60537be397d413142c11 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 9 Nov 2025 02:33:50 -0700 Subject: [PATCH 832/838] New translations post.php (German) --- lang/de/post.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/de/post.php b/lang/de/post.php index 683c6767..3d740291 100644 --- a/lang/de/post.php +++ b/lang/de/post.php @@ -7,8 +7,8 @@ 'allowPeopleToDownloadThisVideo' => 'Downloads auf diesem Video erlauben', 'caption' => 'Untertitel', 'characters' => 'Zeichen', - 'commentDeleted' => 'This comment may have been deleted', - 'commentNotFound' => 'Comment not found', + 'commentDeleted' => 'Dieser Kommentar wurde möglicherweise gelöscht', + 'commentNotFound' => 'Kommentar nicht gefunden', 'comments' => 'Kommentare', 'commentsAreDisabledForThisVideo' => 'Kommentare sind für dieses Video deaktiviert', 'commentsEnabled' => 'Kommentare aktiviert', @@ -30,8 +30,8 @@ 'hide' => 'Verstecken', 'invalidCommentLink' => 'The comment link is invalid or broken', 'loadMoreReplies' => 'Weitere Antworten laden', - 'loadingComment' => 'Loading comment...', - 'loadingComments' => 'Loading comments...', + 'loadingComment' => 'Lade Kommentar...', + 'loadingComments' => 'Lade Kommentare...', 'loadingVideoDotDotDot' => 'Video wird geladen...', 'noCommentsYet' => 'Noch keine Kommentare', 'permalink' => 'Permanenter Link', @@ -55,7 +55,7 @@ 'submittingDotDotDot' => 'Wird übermittelt...', 'thisActionCannotBeUndone' => 'Diese Aktion kann nicht rückgängig gemacht werden. Video wird permanent gelöscht.', 'view' => 'Ansicht', - 'viewAllComments' => 'View All Comments', + 'viewAllComments' => 'Zeige alle Kommentare', 'writeAReplyDotDotDot' => 'Eine Antwort verfassen ...', 'writeYourCaptionDotDotDot' => 'Verfasse deine Beschreibung...', 'yourReportingThis' => 'Du meldest dieses/diesen :type für: :message', From abd944d60a506d379563986b0efe6d1f871cbd8d Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 9 Nov 2025 02:33:50 -0700 Subject: [PATCH 833/838] New translations profile.php (German) --- lang/de/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/de/profile.php b/lang/de/profile.php index 4cba4786..0f01acf4 100644 --- a/lang/de/profile.php +++ b/lang/de/profile.php @@ -17,7 +17,7 @@ 'displayNameHelp' => 'Anzeigename kann bis zu 30 Zeichen lang sein.', 'editProfile' => 'Profil bearbeiten', 'failedToUpdateProfileErrorMessage' => 'Fehler beim Aktualisieren des Profils. Bitte versuchen Sie es erneut.', - 'followRequestPending' => 'Follow Request Pending', + 'followRequestPending' => 'Follow-Anfrage ausstehend', 'likes' => '"Gefällt mir"-Angaben', 'loadingProfileDotDotDot' => 'Lade Profil...', 'noFollowersYet' => 'Noch keine Follower', From 18a6c2d5889ed1a8195120c6a73db53a0b7c7f3d Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 9 Nov 2025 08:44:15 -0700 Subject: [PATCH 834/838] New translations studio.php (German) --- lang/de/studio.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lang/de/studio.php b/lang/de/studio.php index 218d5b05..4d25cfe5 100644 --- a/lang/de/studio.php +++ b/lang/de/studio.php @@ -4,28 +4,28 @@ 'actions' => 'Aktionen', 'allowOthersTo' => 'Anderen Erlauben', 'altText' => 'Alt Text', - 'altTextHelp' => 'Describe your video content to make it accessible for visually impaired viewers using screen readers', + 'altTextHelp' => 'Beschreibe Deinen Videoinhalt, um ihn für sehbehinderte Zuschauer, die Screenreader verwenden, zugänglich zu machen', 'aspectRatios' => 'Seitenverhältnisse', 'aspectRatiosMessage' => 'Empfehlung: 16:9 für Waagerecht und 9:16 für Vertikal.', 'caption' => 'Untertitel', 'commentMessage' => 'Anderen erlauben zu kommentieren und auf diesen Post zu antworten', 'comments' => 'Kommentare', - 'containsAlteredContent' => 'AI-Generated, Altered, or Synthetic Content', - 'containsAlteredContentHelp' => 'Select this if your video includes AI-generated elements such as synthetic voices, AI-created visuals, deepfakes, or content significantly modified by AI tools. This helps maintain transparency and trust with your audience', + 'containsAlteredContent' => 'KI-generierte, veränderte oder synthetische Inhalte', + 'containsAlteredContentHelp' => 'Wähle diese Option, wenn Dein Video KI-generierte Elemente wie synthetische Stimmen, KI-erstellte Grafiken, Deepfakes oder Inhalte enthält, die durch KI-Tools erheblich verändert wurden. Dies trägt dazu bei, Transparenz und Vertrauen bei Deinem Publikum zu wahren', 'containsNSFW' => 'Enthält NSFW/Sensitive Inhalte', 'containsNSFWMessage' => 'Diesen post, als Sensible markieren, um eine Warnung anzuzeigen', 'contentCreatedOn' => 'Inhalt (Erstellt am)', 'customCover' => 'Eigenes Vorschaubild', 'describeYourVideoDotDotDot' => 'Ihr Video beschreiben...', - 'describeYourVideoDotDotDotAltText' => 'Optionally describe your video for visually impaired users...', + 'describeYourVideoDotDotDotAltText' => 'Beschreibe Dein Video optional für sehbehinderte Nutzer...', 'details' => 'Details', - 'disclosePostContent' => 'Disclose post content', - 'disclosePostContentHelp' => 'Let others know this post promotes a brand, product or service', + 'disclosePostContent' => 'Beitragsinhalt anzeigen', + 'disclosePostContentHelp' => 'Weise andere darauf hin, dass dieser Beitrag für eine Marke, ein Produkt oder eine Dienstleistung wirbt', 'download' => 'Herunterladen', 'downloadMessage' => 'Anderen Erlauben dieses Video Herunterzuladen', 'duet' => 'Duett', - 'duetMessage' => 'Allow others to duet this video with their own', - 'editAltText' => 'Edit Alt Text', + 'duetMessage' => 'Anderen erlauben, dieses Video mit ihrem eigenen zu duettieren', + 'editAltText' => 'Alt Text bearbeiten', 'feed' => 'Feed', 'fileFormats' => 'Dateiformate', 'followers' => 'Follower', @@ -33,7 +33,7 @@ 'found' => 'gefunden', 'hashtag' => 'Hashtag', 'hashtags' => 'Hashtags', - 'language' => 'Language', + 'language' => 'Sprache', 'likes' => '"Gefällt mir"-Angaben', 'maximumSize' => 'Maximale Größe:', 'mbVideoDuration' => ' MB, Videolänge:', @@ -48,8 +48,8 @@ 'replace' => 'Ersetzten', 'searchByPostCaption' => 'Durchsuche Post Beschreibung', 'searchingDotDotDot' => 'Suche wird durchgeführt...', - 'selectLanguage' => 'Select Language', - 'selectLanguageHelp' => 'Select the primary language spoken in your video', + 'selectLanguage' => 'Sprache auswählen', + 'selectLanguageHelp' => 'Wähle die Hauptsprache in deinem Video', 'selectVideo' => 'Video auswählen', 'selectVideoToUpload' => 'Video zum Hochladen auswählen', 'settings' => 'Einstellungen', From 3b30eadbaba5e69bf90d433a22fd5f9a0adbb71d Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 9 Nov 2025 08:44:16 -0700 Subject: [PATCH 835/838] New translations common.php (German) --- lang/de/common.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/de/common.php b/lang/de/common.php index ee29667e..db35528c 100644 --- a/lang/de/common.php +++ b/lang/de/common.php @@ -143,11 +143,11 @@ 'tryAgain' => 'Erneut Versuchen', 'unfollow' => 'Nicht mehr folgen', 'unread' => 'Ungelesen', - 'uploadAnAvatarToPersonalizeYourProfile' => 'Upload an avatar to personalize your profile', - 'uploadYourAvatar' => 'Upload your avatar', - 'useADifferentMethod' => 'Use a different method', - 'username' => 'Username', - 'verificationCode' => 'Verification Code', + 'uploadAnAvatarToPersonalizeYourProfile' => 'Lade einen Avatar hoch, um Dein Profil zu personalisieren', + 'uploadYourAvatar' => 'Lade deinen Avatar hoch', + 'useADifferentMethod' => 'Verwende eine andere Methode', + 'username' => 'Benutzername', + 'verificationCode' => 'Verifizierungscode', 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', 'verify' => 'Verify', 'verifyAnotherWay' => 'Verify another way', From a26e3c33b50a2b1883e3b0423c6dcb1cebe047e3 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 9 Nov 2025 08:44:17 -0700 Subject: [PATCH 836/838] New translations notifications.php (German) --- lang/de/notifications.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/de/notifications.php b/lang/de/notifications.php index bc32ee99..12c54d39 100644 --- a/lang/de/notifications.php +++ b/lang/de/notifications.php @@ -9,9 +9,9 @@ 'videoComment' => 'hat dein Video kommentiert', 'videoCommentReply' => 'auf einen Kommentar zu Deinem Video geantwortet', 'videoCommentLike' => 'gefällt dein Kommentar', - 'videoCommentReplyLike' => 'liked your comment reply', + 'videoCommentReplyLike' => 'gefällt deine Kommentar Antwort', 'videoCommentShare' => 'teilte deinen Kommentar', - 'videoCommentReplyShare' => 'shared your comment reply', + 'videoCommentReplyShare' => 'teilte deine Kommentar Antwort', 'videoShare' => 'teilte dein Video', 'default' => 'hat mit deinen Inhalten interagiert', ], From 290850f5f987d1af84c40e392e908f6b416acd1d Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 9 Nov 2025 08:44:18 -0700 Subject: [PATCH 837/838] New translations post.php (German) --- lang/de/post.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/de/post.php b/lang/de/post.php index 3d740291..1f6f75d7 100644 --- a/lang/de/post.php +++ b/lang/de/post.php @@ -28,7 +28,7 @@ 'goBack' => 'Zurück', 'goHome' => 'Zurück zur Startseite', 'hide' => 'Verstecken', - 'invalidCommentLink' => 'The comment link is invalid or broken', + 'invalidCommentLink' => 'Der Kommentar Link ist ungültig oder fehlerhaft', 'loadMoreReplies' => 'Weitere Antworten laden', 'loadingComment' => 'Lade Kommentar...', 'loadingComments' => 'Lade Kommentare...', @@ -37,7 +37,7 @@ 'permalink' => 'Permanenter Link', 'pinToProfile' => 'An dein Profil anheften', 'pleaseSelectAScenario' => 'Wähle ein Szenario', - 'post' => 'Post', + 'post' => 'veröffentlichen', 'postingDotDotDot' => 'Wird gepostet...', 'replies' => 'Antworten', 'reply' => 'Antworten', From 2144625e659a95f68ec8b4141bf2e2da6f3bbd82 Mon Sep 17 00:00:00 2001 From: dansup Date: Sun, 9 Nov 2025 09:47:31 -0700 Subject: [PATCH 838/838] New translations common.php (German) --- lang/de/common.php | 226 ++++++++++++++++++++++----------------------- 1 file changed, 113 insertions(+), 113 deletions(-) diff --git a/lang/de/common.php b/lang/de/common.php index db35528c..e5d218ef 100644 --- a/lang/de/common.php +++ b/lang/de/common.php @@ -1,145 +1,145 @@ 'Account created successfully! Welcome aboard!', - 'ageRestrictedContent' => 'Age-Restricted Content', - 'alreadyHaveAnAccount' => 'Already have an account?', - 'anUnexpectedErrorOccuredPleaseTryAgain' => 'An unexpected error occurred. Please try again.', - 'and' => 'and', + 'accountCreatedSuccessfullyWelcomeAboard' => 'Konto erfolgreich erstellt! Willkommen an Bord!', + 'ageRestrictedContent' => 'Inhalt mit Altersbeschränkung', + 'alreadyHaveAnAccount' => 'Hast du bereits ein Konto?', + 'anUnexpectedErrorOccuredPleaseTryAgain' => 'Ein unerwarteter Fehler ist aufgetreten. Bitte versuche es erneut.', + 'and' => 'und', 'apply' => 'Übernehmen', - 'authenticationCode' => 'Authentication Code', - 'authenticationSuccessful' => 'Authentication successful!', + 'authenticationCode' => 'Authentifizierungscode', + 'authenticationSuccessful' => 'Authentifizierung erfogreich!', 'avatar' => 'Avatar', - 'backToAuthenticatorApp' => 'Back to authenticator app', - 'backToSignIn' => 'Back to Sign In', - 'birthdate' => 'Birth date', - 'birthdateVerified' => 'Birthdate verified!', - 'browseTrendingTagsInstead' => 'Browse trending tags instead', - 'byContinuingYouAgreeToOur' => 'By continuing, you agree to our', + 'backToAuthenticatorApp' => 'Zurück zur Authentifizierungs-App', + 'backToSignIn' => 'Zurück zur Anmeldung', + 'birthdate' => 'Geburtstag', + 'birthdateVerified' => 'Geburtsdatum verifiziert!', + 'browseTrendingTagsInstead' => 'beliebte Tags durchsuchen', + 'byContinuingYouAgreeToOur' => 'Wenn du fortfährst, stimmst du unseren', 'cancel' => 'Abbrechen', - 'chooseAUsername' => 'Choose a username', - 'chooseAUsernameAndSecurePassword' => 'Choose a username and secure password', - 'chooseYourAvatar' => 'Choose your avatar', + 'chooseAUsername' => 'Wähle einen Benutzernamen', + 'chooseAUsernameAndSecurePassword' => 'Wähle einen Benutzernamen und sicheres Passwort', + 'chooseYourAvatar' => 'Wähle deinen Avatar', 'clickToReveal' => 'Klicken, zum Anzeigen', - 'clickToUploadImage' => 'Click to upload image', + 'clickToUploadImage' => 'Klicke zum Hochladen eines Bildes', 'close' => 'Schließen', - 'comment' => 'Comment', - 'communityGuidelines' => 'Community Guidelines', - 'confirmPassword' => 'Confirm Password', - 'confirmYourBirthdate' => 'Confirm your birthdate', - 'continue' => 'Continue', - 'createAFreeAccountToContinueExploring' => 'Create a free account to continue exploring videos and discover amazing content from creators around the world.', - 'createANewAccountToGetStarted' => 'Create a new account to get started', - 'createAStrongPassword' => 'Create a strong password', - 'createAccount' => 'Create Account', - 'day' => 'Day', + 'comment' => 'Kommentar', + 'communityGuidelines' => 'Community-Richtlinien', + 'confirmPassword' => 'Passwort bestätigen', + 'confirmYourBirthdate' => 'Bestätige dein Geburtsdatum', + 'continue' => 'Fortsetzen', + 'createAFreeAccountToContinueExploring' => 'Erstelle ein kostenloses Konto, um weitere Videos zu entdecken und fantastische Inhalte von Künstlern aus aller Welt zu finden.', + 'createANewAccountToGetStarted' => 'Erstelle ein neues Konto, um loszulegen', + 'createAStrongPassword' => 'Erstelle ein starkes Passwort', + 'createAccount' => 'Konto erstellen', + 'day' => 'Tag', 'delete' => 'Löschen', 'disable' => 'Deaktivieren', 'disabled' => 'Deaktiviert', 'discard' => 'Verwerfen', - 'dontHaveAnAccount' => 'Don\'t have an account?', - 'doubleCheckSpelling' => 'Double-check the spelling', + 'dontHaveAnAccount' => 'Du hast noch kein Konto?', + 'doubleCheckSpelling' => 'Überprüfe die Rechtschreibung noch einmal', 'edit' => 'Bearbeiten', - 'edited' => 'Edited', - 'email' => 'Email', - 'emailVerification' => 'Email Verification', - 'emailVerifiedSuccessfully' => 'Email verified successfully!', + 'edited' => 'Bearbeitet', + 'email' => 'E-Mail-Adresse', + 'emailVerification' => 'E-Mail-Adresse bestätigen', + 'emailVerifiedSuccessfully' => 'E-Mail erfolgreich verifiziert!', 'enable' => 'Aktivieren', 'enabled' => 'Aktiviert', - 'enterTheSixDigitCodeSentTo' => 'Enter the 6-digit code sent to', - 'enterYourEmail' => 'Enter your email', - 'enterYourEmailToGetStarted' => 'Enter your email to get started', - 'enterYourPassword' => 'Enter your password', + 'enterTheSixDigitCodeSentTo' => 'Gib den 6-stelligen Code ein, der an', + 'enterYourEmail' => 'E-Mail-Adresse eingeben', + 'enterYourEmailToGetStarted' => 'Gib deine E-Mail ein, um loszulegen', + 'enterYourPassword' => 'Gib dein Passwort ein', 'explore' => 'Entdecken', - 'exploreTags' => 'Explore Tags', - 'failedToResendVerificationCode' => 'Failed to resend code. Please try again.', - 'failedToSendResetLinkPleaseTryAgain' => 'Failed to send reset link. Please try again.', - 'failedToSendVerificationCode' => 'Failed to send verification code. Please try again.', - 'failedToVerifyAgePleaseTryAgain' => 'Failed to verify age. Please try again.', - 'finishSignUp' => 'Finish sign-up', + 'exploreTags' => 'Tags erkunden', + 'failedToResendVerificationCode' => 'Fehler beim Senden des Codes. Bitte erneut versuchen.', + 'failedToSendResetLinkPleaseTryAgain' => 'Reset-Link konnte nicht gesendet werden. Bitte versuche es erneut.', + 'failedToSendVerificationCode' => 'Fehler beim Senden des Bestätigungscodes. Bitte erneut versuchen.', + 'failedToVerifyAgePleaseTryAgain' => 'Fehler beim Überprüfen des Alters. Bitte versuche es erneut.', + 'finishSignUp' => 'Anmeldung beenden', 'follow' => 'Folgen', 'followers' => 'Followers', 'following' => 'Gefolgt', - 'forgotPassword' => 'Forgot password?', - 'formattedAs' => 'Formatted as', + 'forgotPassword' => 'Passwort vergessen?', + 'formattedAs' => 'Formatiert als', 'goToHome' => 'Zurück zur Startseite', - 'hashtagContainsAgeRestrictedContent' => 'This hashtag contains age-restricted content. Please log in to verify your age and view these videos.', - 'hashtagMayNotExist' => 'This hashtag may not exist, could be banned, or might contain a typo.', - 'hashtagNotFound' => 'Hashtag Not Found', - 'hashtagWeCouldntFind' => 'We couldn\'t find any videos for', - 'iAlreadyHaveTheCode' => 'I already have the code', - 'invalidCodeLength' => 'Invalid code length', - 'invalidOrExpiredCode' => 'Invalid or expired code', - 'invalidVerificationCode' => 'Invalid verification code. Please try again.', - 'keepWatching' => 'Keep Watching', + 'hashtagContainsAgeRestrictedContent' => 'Dieser Hashtag enthält altersbeschränkten Inhalt. Bitte melde dich an, um dein Alter zu überprüfen und diese Videos anzusehen.', + 'hashtagMayNotExist' => 'Dieser Hashtag existiert möglicherweise nicht, kann gebannt werden oder einen Tippfehler enthalten.', + 'hashtagNotFound' => 'Hashtag nicht gefunden', + 'hashtagWeCouldntFind' => 'Wir konnten keine Videos finden für', + 'iAlreadyHaveTheCode' => 'Ich habe den Code bereits', + 'invalidCodeLength' => 'Ungültige Code Länge', + 'invalidOrExpiredCode' => 'Ungültiger oder abgelaufener Code', + 'invalidVerificationCode' => 'Ungültiger Bestätigungscode. Bitte probiere es noch einmal.', + 'keepWatching' => 'Weiterschauen', 'lastUpdated' => 'Zuletzt aktualisiert', 'learnMore' => 'Mehr erfahren', 'loadMore' => 'Mehr anzeigen', 'loading' => 'Wird geladen', - 'loginFailedPleaseTryAgain' => 'Login failed. Please try again.', - 'loginToContinue' => 'Log in to continue', - 'loginToContinueExploring' => 'Log in to continue exploring videos and discover amazing content from creators around the world.', + 'loginFailedPleaseTryAgain' => 'Anmeldung fehlgeschlagen. Bitte erneut versuchen.', + 'loginToContinue' => 'Anmelden, um fortzufahren', + 'loginToContinueExploring' => 'Log dich ein, um weitere Videos zu entdecken und tolle Inhalte von Künstlern aus aller Welt zu sehen.', 'markAllAsReadConfirmMessage' => 'Sind Sie sicher, dass Sie alle ungelesenen Benachrichtigungen als gelesen markieren möchten?', 'markAllRead' => 'Alle als gelesen markieren', 'markAsRead' => 'Als gelesen markieren', - 'maxResendLimitReachedPleaseContactSupport' => 'Max resend limit reached. Please contact support.', - 'month' => 'Month', + 'maxResendLimitReachedPleaseContactSupport' => 'Das maximale Limit für erneute Sendeversuche wurde erreicht. Bitte kontaktiere den Support.', + 'month' => 'Monat', 'months' => [ - 'jan' => 'January', - 'feb' => 'February', - 'mar' => 'March', + 'jan' => 'Januar', + 'feb' => 'Februar', + 'mar' => 'März', 'apr' => 'April', - 'may' => 'May', - 'jun' => 'June', - 'jul' => 'July', + 'may' => 'Mai', + 'jun' => 'Juni', + 'jul' => 'Juli', 'aug' => 'August', 'sep' => 'September', - 'oct' => 'October', + 'oct' => 'Oktober', 'nov' => 'November', - 'dec' => 'December', + 'dec' => 'Dezember', ], - 'newVerificationCodeSent' => 'New verification code sent!', + 'newVerificationCodeSent' => 'Neuer Bestätigungscode gesendet!', 'next' => 'Weiter', - 'noMoreResults' => 'No more results.', - 'noPostsYet' => 'No posts yet', + 'noMoreResults' => 'Keine weiteren Ergebnisse.', + 'noPostsYet' => 'Noch keine Beiträge', 'notifications' => 'Benachrichtigungen', - 'password' => 'Password', - 'passwordResetLinkHasBeenSentToYourEmail' => 'Password reset link has been sent to your email.', - 'passwordStrength' => 'Password strength', - 'passwordsDoNotMatch' => 'Passwords do not match', - 'pleaseChooseAStrongerPassword' => 'Please choose a stronger password', - 'pleaseEnterYour2FACode' => 'Please enter your two-factor authentication code', - 'pleaseSelectYourBirthdate' => 'Please select your full birth date.', - 'privacyPolicy' => 'Privacy Policy', + 'password' => 'Passwort', + 'passwordResetLinkHasBeenSentToYourEmail' => 'Der Link zum Zurücksetzen des Kennworts wurde an deine E-Mail-Adresse gesendet.', + 'passwordStrength' => 'Passwortstärke', + 'passwordsDoNotMatch' => 'Passwörter stimmen nicht überein', + 'pleaseChooseAStrongerPassword' => 'Bitte wählen Sie ein stärkeres Passwort', + 'pleaseEnterYour2FACode' => 'Bitte gib deinen Zwei-Faktor-Authentifizierungscode ein', + 'pleaseSelectYourBirthdate' => 'Bitte wähle Dein vollständiges Geburtsdatum aus.', + 'privacyPolicy' => 'Datenschutzerklärung', 'profile' => 'Profil', - 'profileInformationSaved' => 'Profile information saved!', - 'readMore' => 'Read more', - 'registrationFailedPleaseTryAgain' => 'Registration failed. Please try again.', - 'rememberMe' => 'Remember me', + 'profileInformationSaved' => 'Profilinformationen gespeichert!', + 'readMore' => 'Weitere Informationen', + 'registrationFailedPleaseTryAgain' => 'Registrierung fehlgeschlagen. Bitte versuche es erneut.', + 'rememberMe' => 'Errinere mich', 'report' => 'Melden', - 'resendCode' => 'Resend code', - 'resendIn' => 'Resend in', - 'resetPassword' => 'Reset password', + 'resendCode' => 'Neuen Code anfordern', + 'resendIn' => 'Erneut senden', + 'resetPassword' => 'Passwort zurüksetzen', 'retry' => 'Erneut versuchen', 'retryingDotDotDot' => 'Neuer Versuch...', 'save' => 'Speichern', 'savingDotDotDot' => 'Wird gespeichert...', - 'sendCode' => 'Send Code', - 'sendResetLink' => 'Send Reset Link', - 'setUpYourProfile' => 'Set up your profile', + 'sendCode' => 'Code senden', + 'sendResetLink' => 'Zurücksetzungslink senden', + 'setUpYourProfile' => 'Richte Dein Profil ein', 'shareThisAccount' => 'Dieses Konto teilen', 'shareThisLoop' => 'Dieses Loop teilen', - 'signIn' => 'Sign in', - 'signIntoYourAccountToContinue' => 'Sign in to your account to continue', - 'signUp' => 'Sign up', + 'signIn' => 'Anmelden', + 'signIntoYourAccountToContinue' => 'Melde dich bei deinem Konto an, um fortzufahren', + 'signUp' => 'Registrieren', 'somethingWentWrong' => 'Etwas ist schiefgelaufen', 'status' => 'Status', - 'suggestions' => 'Suggestions', - 'tapToPlay' => 'Tap to Play', - 'termsOfService' => 'Terms of Service', + 'suggestions' => 'Vorschläge', + 'tapToPlay' => 'Zum Abspielen tippen', + 'termsOfService' => 'Nutzungsbedingungen', 'today' => 'Heute', - 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Too many failed attempts, please try again later', - 'tryARelatedOrSimilarHashtag' => 'Try a related or similar hashtag', + 'tooManyFailedAttemptsPleaseTryAgainLater' => 'Zu viele fehlgeschlagene Versuche, bitte versuche es später erneut', + 'tryARelatedOrSimilarHashtag' => 'Versuche einen ähnlichen Hashtag', 'tryAgain' => 'Erneut Versuchen', 'unfollow' => 'Nicht mehr folgen', 'unread' => 'Ungelesen', @@ -148,23 +148,23 @@ 'useADifferentMethod' => 'Verwende eine andere Methode', 'username' => 'Benutzername', 'verificationCode' => 'Verifizierungscode', - 'verificationCodeSentToYourEmail' => 'Verification code sent to your email!', - 'verify' => 'Verify', - 'verifyAnotherWay' => 'Verify another way', - 'verifyCode' => 'Verify Code', - 'verifyEmailCode' => 'Verify Email Code', - 'verifyTwoFactor' => 'Verify 2FA', - 'verifyYourEmail' => 'Verify your email', + 'verificationCodeSentToYourEmail' => 'Der Bestätigungscode wurde an Deine E-Mail-Adresse gesendet!', + 'verify' => 'Überprüfen', + 'verifyAnotherWay' => 'Auf andere Weise überprüfen', + 'verifyCode' => 'Code überprüfen', + 'verifyEmailCode' => 'E-Mail-Code bestätigen', + 'verifyTwoFactor' => '2FA überprüfen', + 'verifyYourEmail' => 'Überprüfe Deine E-Mail', 'videos' => 'Videos', - 'weNeedYourBirthdateToVerifyAge' => 'We need your birthdate to verify your age.', - 'weSentAVerificationCodeToYourEmail' => 'We sent a verification code to your email', - 'weUseThisToVerifyAge' => 'We use this to verify your age. It won’t be public.', - 'welcome' => 'Welcome', - 'welcomeBack' => 'Welcome Back', - 'wellSendAVerificationCodeTo' => 'We\'ll send a verification code to', - 'wellSendYouALinkToResetYourPassword' => 'We\'ll send you a link to reset your password', - 'year' => 'Year', + 'weNeedYourBirthdateToVerifyAge' => 'Wir benötigen Dein Geburtsdatum, um Dein Alter zu überprüfen.', + 'weSentAVerificationCodeToYourEmail' => 'Wir haben einen Bestätigungscode an Deine E-Mail-Adresse gesendet', + 'weUseThisToVerifyAge' => 'Wir verwenden diese Angaben, um Dein Alter zu überprüfen. Sie werden nicht veröffentlicht.', + 'welcome' => 'Willkommen', + 'welcomeBack' => 'Willkommen zurück', + 'wellSendAVerificationCodeTo' => 'Wir werden einen Bestätigungscode senden an', + 'wellSendYouALinkToResetYourPassword' => 'Wir werden Dir einen Link zum Zurücksetzen Deines Passwortes senden', + 'year' => 'Jahr', 'yesterday' => 'Gestern', - 'youMustBeAtLeastXYearsOld' => 'You must be at least :years years old to create an account.', - 'yourRegisteredEmailAddress' => 'your registered email address', + 'youMustBeAtLeastXYearsOld' => 'Sie müssen mindestens :years alt sein, um ein Konto zu erstellen.', + 'yourRegisteredEmailAddress' => 'deine registrierte E-Mail-Adresse', ];