The Complete Strapi™ Course with Plugins and Deployment - Admin Panel Translations

The Complete Strapi™ Course with Plugins and Deployment - Admin Panel Translations

Assessment

Interactive Video

Computers

9th - 10th Grade

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial guides users through the process of setting up a Strappy admin panel. It begins with renaming necessary files and creating an extensions folder. The tutorial then explains how to configure locale settings for the admin UI, distinguishing them from content internationalization settings. It also covers extending translations for specific labels within the admin panel. The video concludes with a brief overview of what will be covered in the next tutorial, focusing on changing logos and other options.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in setting up the application according to the tutorial?

Install additional plugins

Delete the example webpack configuration file

Rename the app.example.js file to app.js

Create a new folder named 'config'

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where should the default logo be placed according to the setup instructions?

In the root directory

Inside the extensions folder in the admin subfolder

In the assets folder

In the SRC folder

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the configuration object in the application setup?

To configure network settings

To update the database schema

To change locales and other settings

To manage user accounts

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can a user change the interface language in the admin panel?

By editing the app.js file

Through the user profile settings

By modifying the database

Using the command line interface

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between UI language settings and internationalization plugin settings?

Both settings are for content types

Both settings are for the admin panel

UI settings are for the admin panel, while internationalization is for content types

UI settings affect content types, while internationalization affects the admin panel

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you do if you want to change a specific label in the admin panel?

Edit the IT.json file directly

Copy the key from IT.json and set it in your translations

Modify the app.js file

Change the settings in the user profile

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What topic is hinted at for the next video in the series?

User management

Advanced security settings

Changing logos and other options

Database optimization