Interfața de gestionare¶
Interfața de gestionare oferă setări de administrare în cadrul URL-ului /manage/. Aceasta este disponibilă pentru utilizatorii conectați cu privilegii de administrator, accesibilă cu ajutorul pictogramei cu cheie franceză din dreapta sus:
Acesta include o prezentare generală de bază a Weblate-ului dumneavoastră:
Support status, see Obținerea de asistență pentru Weblate.
Backups, see Copierea de rezervă și mutarea Weblate.
Shared translation memory, see Memorie de traducere.
Raport de performanță to review Weblate health and length of Celery queues.
SSH keys management, see Depozite SSH.
Alerts overview for all components, see Translation component diagnostics.
Users and teams, see Controlul accesului la nivelul întregului site.
Configure Sugestii automate.
Configure site-wide addons, see Suplimente.
Raport de performanță¶
This page provides an overview of Weblate configuration and performance status.
Configuration errors indicate issues present in your environment. It covers missing optional dependencies (see Dependențe Python), configuration issues or delayed processing of background tasks (see Sarcini de fundal folosind Celery).
System checks lists possible configuration issues. These can be
silenced using SILENCED_SYSTEM_CHECKS, see also
Deployment checklist.
Celery queues provides overview of Celery queues. These typically
should be close to zero. The same can be obtained on the command line using
celery_queues.
HTTP environment allows you to see HTTP environment observed by Weblate. This is useful when debugging reverse proxy configuration, see Rularea în spatele unui proxy invers. HTTP headers shows complete HTTP request headers to provide additional information.
System encoding should list UTF-8 encoding in all processes.
This needs to be configured in your system, see Locațiile și codificarea sistemului.
Connectivity shows latencies to the database, cache, and Celery. This might be useful to diagnose connectivity issues.
Appearance customization¶
Added in version 4.4.
Notă
The colors are currently used in both dark and light theme, so be careful when choosing them.
Colors, fonts, and page appearance can be customized here.
If you are looking for more customization, see Personalizarea Weblate.
Interfața de administrare Django¶
Atenționare
Use with caution as this is a low level interface. You should not need it in most cases as most things are comfortably approachable through Weblate UI or API.
Here you can manage objects stored in the database, such as users, translations and other settings.
În secțiunea Reports, puteți verifica starea site-ului dumneavoastră, îl puteți ajusta pentru Configurarea producției sau puteți gestiona cheile SSH utilizate pentru a accesa Accesarea depozitelor.
Use the Weblate UI or API for normal operations such as creating projects, creating components, managing users, or posting announcements.
Project and component creation¶
Projects and components are created from the regular Weblate UI. Projects serve as containers for translation components, and components can use bilingual or monolingual translation files. See Configurația proiectului and Configurația componentei for the available settings, and Formate bilingve și monolingve for how bilingual and monolingual formats differ.