Skip to content

Commit

Permalink
chore: add extracted translation source files from frontend-app-staff…
Browse files Browse the repository at this point in the history
…-dashboard
  • Loading branch information
openedx-transifex-bot committed Feb 7, 2025
1 parent 602bbe1 commit 30e7bce
Showing 1 changed file with 35 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@
"library.sort.oldestFirst": "Oldest First",
"library.videos.addNew": "Add new video",
"library.videos.noVideos": "No videos available.",
"notifications.title": "Title",
"notifications.notFound": "Not found",
"notifications.noNotifications": "No notifications to show",
"notifications.today": "Today",
"notifications.older": "Older",
"notifications.markAllAsRead": "Mark all as read",
"platform.settings.title": "Platform Settings",
"platform.settings.customization": "Customization",
"platform.settings.integrations": "Integrations",
Expand All @@ -144,11 +150,15 @@
"platform.settings.integrations.stripe.description": "Connect your Stripe account to enable payments and subscriptions.",
"platform.settings.integrations.kinescope": "Kinescope",
"platform.settings.integrations.kinescope.description": "Connect your Kinescope account to enable Video Library",
"platform.settings.integrations.googleTagManager": "Google Tag Manager",
"platform.settings.integrations.googleTagManager.description": "Connect your Google Tag Manager account to enable Google Tag Manager",
"platform.settings.integrations.openai": "OpenAI",
"platform.settings.integrations.openai.description": "Connect your OpenAI account to enable AI-powered content generation",
"platform.settings.integrations.azureAi": "Azure AI",
"platform.settings.integrations.azureAi.description": "Connect your Azure AI account to enable AI-powered content generation",
"platform.settings.integrations.stripe.configure": "Configure Stripe",
"platform.settings.integrations.clarity": "Microsoft Clarity",
"platform.settings.integrations.clarity.description": "Connect your Clarity account to get insights on your website traffic",
"platform.settings.integrations.configurations": "Configurations",
"platform.settings.integrations.close": "Close",
"platform.settings.integrations.save": "Save",
Expand Down Expand Up @@ -247,6 +257,24 @@
"users.staffs.saveChanges": "Save Changes",
"users.staffs.cancel": "Cancel",
"users.staffs.actions": "Actions",
"users.invite": "Invite",
"users.uploadData": "Upload Data for {action} Users",
"users.selectedUsers": "{count} Users Selected to {action} to the platform",
"users.uploadCsv": "Upload CSV",
"users.downloadCsvTemplate": "Download CSV template",
"users.enterEmailError": "Please enter an email address",
"users.nameMinLengthError": "Name must be at least 3 characters long",
"users.csvColumnError": "CSV file must have exactly {count} columns: {columns}",
"users.csvNoValidData": "No valid data found in CSV file",
"users.csvProcessSuccess": "Successfully processed {count} entries",
"users.addSuccess": "Users added successfully",
"users.addError": "Users addition failed",
"users.inviteSuccess": "Users invited successfully",
"users.inviteError": "Users invitation failed",
"users.all": "All",
"users.admin": "Admin",
"users.selectRole": "Select a role for this user:",
"users.user": "User",
"notification.title": "Notifications",
"notification.markAllRead": "Mark all as read",
"notification.clearAll": "Clear all",
Expand Down Expand Up @@ -327,6 +355,10 @@
"platform.settings.customization.appearance.trademarkLogo": "Trademark Logo",
"platform.settings.customization.appearance.configure": "Configure",
"platform.settings.customization.appearance.configurationsAndSettings": "Configurations and Settings",
"platform.settings.customization.contact.select": "Select",
"platform.settings.customization.contact.enterAddress": "Enter Address",
"platform.settings.customization.contact.enterEmail": "Enter Email",
"platform.settings.customization.contact.enterName": "Enter Name",
"staff.features.update.success": "Feature updated successfully",
"staff.features.update.error": "Failed to update feature",
"program.single.routes.courses": "Courses",
Expand Down Expand Up @@ -424,7 +456,6 @@
"student.progress.learningPath.noData": "No learning path data available",
"student.progress.learningPath.viewCourse": "View Course",
"notifications.date": "Date & Time",
"notifications.title": "Title",
"notifications.content": "Content",
"notifications.sendTo": "Send To",
"notifications.channel": "Channel",
Expand All @@ -444,6 +475,9 @@
"notifications.email": "Email",
"notifications.searchLearners": "Search learners",
"notifications.selectLearners": "Select learners",
"notifications.sendNotificationTo": "Send notification to learners",
"notifications.enterTitle": "Enter title",
"notifications.enterContent": "Enter content",
"staff.recent-activity.days-ago": "{days} days ago",
"staff.recent-activity.hours-ago": "{hours} hours ago",
"staff.recent-activity.minutes-ago": "{minutes} minutes ago",
Expand Down

0 comments on commit 30e7bce

Please sign in to comment.