Weblate-4.1.1

Total Page:16

File Type:pdf, Size:1020Kb

Weblate-4.1.1 The Weblate Manual Release 4.1.1 Michal Čihař Jun 19, 2020 USER DOCS 1 User docs 1 1.1 Weblate basics ............................................ 1 1.2 Registration and user profile ..................................... 1 1.3 Translating using Weblate ...................................... 9 1.4 Downloading and uploading translations ............................... 19 1.5 Checks and fixups .......................................... 21 1.6 Searching ............................................... 36 1.7 Application developer guide ..................................... 40 1.8 Translation workflows ......................................... 58 1.9 Frequently Asked Questions ..................................... 61 1.10 Supported file formats ........................................ 68 1.11 Version control integration ...................................... 87 1.12 Weblate’s Web API .......................................... 94 1.13 Weblate Client ............................................ 131 1.14 Weblate’s Python API ........................................ 134 2 Administrator docs 137 2.1 Configuration instructions ....................................... 137 2.2 Weblate deployments ......................................... 186 2.3 Upgrading Weblate .......................................... 187 2.4 Backing up and moving Weblate ................................... 194 2.5 Authentication ............................................ 199 2.6 Access control ............................................ 207 2.7 Translation projects .......................................... 214 2.8 Language definitions ......................................... 228 2.9 Continuous localization ........................................ 230 2.10 Licensing translations ......................................... 239 2.11 Translation process .......................................... 241 2.12 Checks and fixups .......................................... 247 2.13 Machine translation .......................................... 255 2.14 Addons ................................................ 261 2.15 Translation Memory ......................................... 270 2.16 Configuration ............................................. 271 2.17 Sample configuration ......................................... 292 2.18 Management commands ....................................... 307 2.19 Announcements ............................................ 318 2.20 Component Lists ........................................... 320 2.21 Optional Weblate modules ...................................... 321 2.22 Customizing Weblate ......................................... 326 2.23 Management interface ........................................ 328 2.24 Getting support for Weblate ..................................... 335 2.25 Legal documents ........................................... 336 3 Contributor docs 338 i 3.1 Contributing to Weblate ....................................... 338 3.2 Starting contributing code to Weblate ................................ 339 3.3 Weblate source code ......................................... 343 3.4 Debugging Weblate .......................................... 344 3.5 Weblate internals ........................................... 344 3.6 Weblate frontend ........................................... 346 3.7 Reporting issues in Weblate ..................................... 347 3.8 Weblate testsuite and continuous integration ............................. 347 3.9 Data schemas ............................................. 349 3.10 Releasing Weblate .......................................... 350 3.11 About Weblate ............................................ 350 3.12 License ................................................ 351 4 Change History 352 4.1 Weblate 4.1.1 ............................................. 352 4.2 Weblate 4.1 .............................................. 352 4.3 Weblate 4.0.4 ............................................. 353 4.4 Weblate 4.0.3 ............................................. 354 4.5 Weblate 4.0.2 ............................................. 354 4.6 Weblate 4.0.1 ............................................. 354 4.7 Weblate 4.0 .............................................. 355 4.8 Weblate 3.11.3 ............................................ 355 4.9 Weblate 3.11.2 ............................................ 356 4.10 Weblate 3.11.1 ............................................ 356 4.11 Weblate 3.11 ............................................. 356 4.12 Weblate 3.10.3 ............................................ 357 4.13 Weblate 3.10.2 ............................................ 357 4.14 Weblate 3.10.1 ............................................ 358 4.15 Weblate 3.10 ............................................. 358 4.16 Weblate 3.9.1 ............................................. 359 4.17 Weblate 3.9 .............................................. 359 4.18 Weblate 3.8 .............................................. 360 4.19 Weblate 3.7.1 ............................................. 361 4.20 Weblate 3.7 .............................................. 361 4.21 Weblate 3.6.1 ............................................. 362 4.22 Weblate 3.6 .............................................. 362 4.23 Weblate 3.5.1 ............................................. 363 4.24 Weblate 3.5 .............................................. 363 4.25 Weblate 3.4 .............................................. 364 4.26 Weblate 3.3 .............................................. 364 4.27 Weblate 3.2.2 ............................................. 364 4.28 Weblate 3.2.1 ............................................. 365 4.29 Weblate 3.2 .............................................. 365 4.30 Weblate 3.1.1 ............................................. 366 4.31 Weblate 3.1 .............................................. 366 4.32 Weblate 3.0.1 ............................................. 366 4.33 Weblate 3.0 .............................................. 367 4.34 Weblate 2.x series .......................................... 367 4.35 Weblate 1.x series .......................................... 378 4.36 Weblate 0.x series .......................................... 382 Python Module Index 386 HTTP Routing Table 387 Index 389 ii CHAPTER ONE USER DOCS 1.1 Weblate basics 1.1.1 Project structure In Weblate translations are organized into projects and components. Each project can contain number of components and those contain translations into individual languages. The component corresponds to one translatable file (for example GNU gettext or Android string resources). The projects are there to help you organize component into logical sets (for example to group all translations used within one application). Internally, each project has translations to common strings propagated across other components within it by default. This lightens the burden of repetitive and multi version translation. Disable it as per Component configuration, still producing errors for seemingly inconsistent resulting translations. 1.2 Registration and user profile 1.2.1 Registration Everybody can browse projects, view translations or suggest translations by default. Only registered users are allowed to actually save changes, and are credited for every translation made. You can register by following a few simple steps: 1. Fill out the registration form with your credentials. 2. Activate registration by following the link in the e-mail you receive. 3. Optionally adjust your profile to choose which languages you know. 1.2.2 Dashboard When you sign in, you will see an overview of projects and components, as well as their respective translation pro- gression. New in version 2.5. Components of projects you are watching are shown by default, and cross-referenced with your preferred languages. Hint: You can switch to different views using the navigation tabs. 1 The Weblate Manual, Release 4.1.1 The menu has these options: • Projects > Browse all projects in the main menu showing translation status for each project on the Weblate instance. • Selecting a language in the main menu Languages will show translation status of all projects, filtered by one of your primary languages. • Watched translations in the Dashboard will show translation status of only those projects you are watching, filtered by your primary languages. In addition, the drop-down can also show any number of component lists, sets of project components preconfigured by the Weblate administrator, see Component Lists. You can configure your personal default dashboard view in the Preferences section of your user profile settings. Note: When Weblate is configured for a single project using SINGLE_PROJECT in the settings.py file (see Configuration), the dashboard will not be shown, as the user will be redirected to a single project or component instead. 2 Chapter 1. User docs The Weblate Manual, Release 4.1.1 1.2.3 User profile The user profile is accessible by clicking your user icon in the top-right of the top menu, then the Settings menu. The user profile contains your preferences. Name and e-mail address is used in VCS commits, so keep this info accurate. Note: All language selections only offer currently translated languages. Hint: Request or add other languages you want to translate by clicking the button to make them available too. Translated languages Choose which languages you prefer to translate, and they will be offered on the main page of watched projects, so that you have easier access to these all translations in each of those languages. 1.2. Registration and
Recommended publications
  • Release 2.19 Michalˇcihar
    Weblate Documentation Release 2.19 Michal Cihaˇ rˇ Feb 15, 2018 Contents 1 About Weblate 3 1.1 Project goals...............................................3 1.2 Project name...............................................3 1.3 Project website..............................................3 1.4 Authors..................................................3 2 Translators guide 5 2.1 Weblate basics..............................................5 2.2 Registration and user profile.......................................5 2.3 Translating using Weblate........................................ 11 2.4 Downloading and uploading translations................................ 18 2.5 Checks and fixups............................................ 20 3 Application developer guide 27 3.1 Starting with internationalization.................................... 27 3.2 Managing translations.......................................... 31 3.3 Reviewing source strings......................................... 31 3.4 Promoting the translation........................................ 35 3.5 Translation progress reporting...................................... 36 4 Administrators guide 39 4.1 Quick setup guide............................................ 39 4.2 Installation instructions......................................... 40 4.3 Weblate deployments........................................... 62 4.4 Upgrading Weblate............................................ 73 4.5 Authentication.............................................. 83 4.6 Access control.............................................
    [Show full text]
  • Weblate-4.5.3
    The Weblate Manual 4.5.3 Michal Čihař 20210401 Weblate Weblate 1 : GNU gettext Android string resources1 Component configuration : ../devel/integration : 1. 2. 3. 2.5 . : 1 : > Weblate Weblate : : settings.py : SINGLE_PROJECT Weblate 2 VCS : : UI 3 : 4 : 5 Component configuration Web : VCS editor://open/?file={{filename}}&line={{line}} : URL Nette documentation : 2 DE- FAULT_AUTO_WATCH : 6 7 Weblate : Weblate : Weblate GitLab GitHubGoogleFacebookBitbucket OAuth 2.0 8 9 ENABLE_AVATARS https://gravatar.com/ API API IP : Weblate Weblate 2 : : : 10 11 : Weblate 3 : Markdown @mention : report-source : variants : : labels : (X) () () weblate 1 "car" 1 "cars" 2 Weblate Weblate Unicode Language Plural Rules : 12 13 2.18 : 2.18 : Alt+Home Alt+End Alt+PageUp or 1 Ctrl ↑ or Alt ↑ or Cmd ↑ Alt+PageDown or Ctrl+↓ or Alt+↓ or Cmd+↓ Alt+Enter or Ctrl+Enter or Cmd+Enter Ctrl+Shift+Enter or Cmd+Shift+Enter Ctrl+E or Cmd+E Ctrl+U or Cmd+U Ctrl+M or : Cmd+M Ctrl+1 to Ctrl+9 or Cmd+1 to Cmd+9 Ctrl+M+1 to 9 or Cmd+M+1 to 9 Ctrl+I+1 to 9 or 1 Cmd+I+1 to 9 Ctrl+J or Cmd+J Ctrl+S or Cmd+S Ctrl+O or Cmd+O Ctrl+Y or Cmd+Y 3 : Weblate RTL SPECIAL_CHARS 14 IDmsgctxt Weblate : Visual context for strings : : Weblate 15 Weblate 10 LIMIT_TRANSLATION_LENGTH_BY_SOURCE_LENGTH Weblate Bilingual and monolingual formats : : Weblate 1 : : 16 2 : Weblate : : WEB : Keeping translations same across components 17 : : 2 1 : : : : labels : : Bulk edit addon : Available options might be limited by access control settings. The first option is to download the file in the original format as it is stored in the repository.
    [Show full text]
  • Weblate-3.10
    The Weblate Manual Release 3.10 Michal Čihař Dec 20, 2019 User docs 1 User docs 1 1.1 Weblate basics .......................................... 1 1.2 Registration and user profile .................................. 1 1.3 Translating using Weblate ................................... 8 1.4 Downloading and uploading translations ........................... 16 1.5 Checks and fixups ........................................ 17 1.6 Searching ............................................. 28 1.7 Application developer guide ................................... 29 1.8 Translation workflows ...................................... 43 1.9 Frequently Asked Questions .................................. 46 1.10 Supported file formats ...................................... 53 1.11 Version control integration ................................... 68 1.12 Weblate’s Web API ....................................... 74 1.13 Weblate Client .......................................... 97 1.14 Weblate’s Python API ...................................... 101 2 Administrator docs 103 2.1 Installation instructions ..................................... 103 2.2 Configuration instructions ................................... 125 2.3 Weblate deployments ...................................... 145 2.4 Upgrading Weblate ....................................... 145 2.5 Backing up and moving Weblate ................................ 151 2.6 Authentication .......................................... 156 2.7 Access control .......................................... 163 2.8 Translation projects
    [Show full text]
  • Release 3.2.2 Michalˇcihar
    Weblate Documentation Release 3.2.2 Michal Cihaˇ rˇ Oct 21, 2018 Contents 1 About Weblate 3 1.1 Project goals...............................................3 1.2 Project name...............................................3 1.3 Project website..............................................3 1.4 Authors..................................................3 2 Translators guide 5 2.1 Weblate basics..............................................5 2.2 Registration and user profile.......................................5 2.3 Translating using Weblate........................................ 10 2.4 Downloading and uploading translations................................ 18 2.5 Checks and fixups............................................ 20 3 Application developer guide 29 3.1 Starting with internationalization.................................... 29 3.2 Managing translations.......................................... 34 3.3 Reviewing source strings......................................... 34 3.4 Promoting the translation........................................ 38 3.5 Translation progress reporting...................................... 40 4 Administrators guide 43 4.1 Quick setup guide............................................ 43 4.2 Installation instructions......................................... 46 4.3 Weblate deployments........................................... 70 4.4 Upgrading Weblate............................................ 81 4.5 Backing up and moving Weblate..................................... 84 4.6 Authentication.............................................
    [Show full text]
  • Weblate-4.0.3
    The Weblate Manual Versión 4.0.3 Michal Čihař 20 de julio de 2020 User docs 1 User docs 1 1.1 Weblate basics .......................................... 1 1.2 Registration and user profile .................................. 1 1.3 Translating using Weblate ................................... 9 1.4 Downloading and uploading translations ........................... 18 1.5 Checks and fixups ........................................ 20 1.6 Searching ............................................. 32 1.7 Application developer guide ................................... 34 1.8 Translation workflows ...................................... 52 1.9 Frequently Asked Questions .................................. 55 1.10 Supported file formats ...................................... 62 1.11 Version control integration ................................... 76 1.12 Weblate’s Web API ....................................... 82 1.13 Weblate Client .......................................... 110 1.14 Weblate’s Python API ...................................... 114 2 Administrator docs 116 2.1 Configuration instructions ................................... 116 2.2 Weblate deployments ...................................... 162 2.3 Upgrading Weblate ....................................... 163 2.4 Backing up and moving Weblate ................................ 169 2.5 Authentication .......................................... 174 2.6 Access control .......................................... 182 2.7 Translation projects ....................................... 188 2.8 Language
    [Show full text]
  • Release 3.10.1 Michal Čihař
    The Weblate Manual Release 3.10.1 Michal Čihař Jan 09, 2020 User docs 1 User docs 1 1.1 Weblate basics .......................................... 1 1.2 Registration and user profile .................................. 1 1.3 Translating using Weblate ................................... 8 1.4 Downloading and uploading translations ........................... 16 1.5 Checks and fixups ........................................ 17 1.6 Searching ............................................. 28 1.7 Application developer guide ................................... 29 1.8 Translation workflows ...................................... 43 1.9 Frequently Asked Questions .................................. 46 1.10 Supported file formats ...................................... 53 1.11 Version control integration ................................... 68 1.12 Weblate’s Web API ....................................... 74 1.13 Weblate Client .......................................... 98 1.14 Weblate’s Python API ...................................... 101 2 Administrator docs 103 2.1 Installation instructions ..................................... 103 2.2 Configuration instructions ................................... 125 2.3 Weblate deployments ...................................... 145 2.4 Upgrading Weblate ....................................... 146 2.5 Backing up and moving Weblate ................................ 152 2.6 Authentication .......................................... 157 2.7 Access control .......................................... 164 2.8 Translation
    [Show full text]
  • The Weblate Manual Versión 4.3 Michal Čihař
    The Weblate Manual Versión 4.3 Michal Čihař 15 de octubre de 2020 Documentación para usuarios 1 Documentación para usuarios 1 1.1 Fundamentos de Weblate ....................................... 1 1.2 Registro y perfil de usuario ...................................... 1 1.3 Traducir con Weblate ......................................... 10 1.4 Descargar y cargar traducciones ................................... 20 1.5 Comprobaciones y correcciones ................................... 22 1.6 Búsquedas .............................................. 38 1.7 Guía para el programador de aplicaciones .............................. 42 1.8 Flujos de trabajo de traducción .................................... 62 1.9 Preguntas frecuentes ......................................... 66 1.10 Formatos de archivo admitidos .................................... 73 1.11 Integración de control de versiones .................................. 91 1.12 API REST de Weblate ........................................ 97 1.13 Cliente de Weblate .......................................... 141 1.14 API de Python de Weblate ...................................... 146 2 Documentación para administradores 148 2.1 Instrucciones de configuración .................................... 148 2.2 Implantaciones de Weblate ...................................... 200 2.3 Actualizar Weblate .......................................... 201 2.4 Backing up and moving Weblate ................................... 206 2.5 Autenticación ............................................. 212 2.6 Control de acceso
    [Show full text]
  • Weblate-2.4 --No-Git 2
    Weblate Documentation Versión 2.4 Michal Cihaˇ rˇ 20 de julio de 2020 Índice general 1. About Weblate 3 1.1. Project goals...............................................3 1.2. Project name...............................................3 1.3. Project website..............................................3 1.4. Authors..................................................3 2. Translators guide 5 2.1. Weblate basics..............................................5 2.2. Registration and user profile.......................................5 2.3. Translating using Weblate........................................9 2.4. Checks and fixups............................................ 16 3. Application developer guide 21 3.1. Activity reports.............................................. 21 3.2. Promoting the translation........................................ 22 3.3. Reviewing source strings......................................... 23 3.4. Adding new translations......................................... 24 4. Administrators guide 25 4.1. Quick setup guide............................................ 25 4.2. Installation instructions......................................... 26 4.3. Weblate deployments........................................... 40 4.4. Upgrading Weblate............................................ 44 4.5. Authentication.............................................. 49 4.6. Access control.............................................. 51 4.7. Translation projects........................................... 55 4.8. Continuous translation.........................................
    [Show full text]
  • Release 3.4 Michalˇcihar
    Weblate Documentation Release 3.4 Michal Cihaˇ rˇ Jan 22, 2019 Contents 1 About Weblate 3 1.1 Project goals...............................................3 1.2 Project name...............................................3 1.3 Project website..............................................3 1.4 Authors..................................................3 2 Translators guide 5 2.1 Weblate basics..............................................5 2.2 Registration and user profile.......................................5 2.3 Translating using Weblate........................................ 10 2.4 Downloading and uploading translations................................ 18 2.5 Checks and fixups............................................ 20 3 Application developer guide 29 3.1 Starting with internationalization.................................... 29 3.2 Translation component alerts....................................... 34 3.3 Managing translations.......................................... 35 3.4 Reviewing source strings......................................... 35 3.5 Promoting the translation........................................ 39 3.6 Translation progress reporting...................................... 41 4 Administrators guide 43 4.1 Quick setup guide............................................ 43 4.2 Installation instructions......................................... 46 4.3 Weblate deployments........................................... 72 4.4 Upgrading Weblate............................................ 84 4.5 Backing up and moving Weblate....................................
    [Show full text]
  • A Preliminary Analysis of Localization in Free Software: How Translations Are Performed Laura Arjona Reina, Gregorio Robles, Jesús González-Barahona
    A Preliminary Analysis of Localization in Free Software: How Translations Are Performed Laura Arjona Reina, Gregorio Robles, Jesús González-Barahona To cite this version: Laura Arjona Reina, Gregorio Robles, Jesús González-Barahona. A Preliminary Analysis of Localiza- tion in Free Software: How Translations Are Performed. 9th Open Source Software (OSS), Jun 2013, Koper-Capodistria, Slovenia. pp.153-167, 10.1007/978-3-642-38928-3_11. hal-01467568 HAL Id: hal-01467568 https://hal.inria.fr/hal-01467568 Submitted on 14 Feb 2017 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Distributed under a Creative Commons Attribution| 4.0 International License A preliminary analysis of localization in free software: how translations are performed Laura Arjona Reina1, Gregorio Robles2, and Jes´usM. Gonz´alez-Barahona2 1 Technical University of Madrid (UPM), Madrid (Spain) [email protected] 2 GSyC/Libresoft, Universidad Rey Juan Carlos, Madrid (Spain) {grex,jgb}@gsyc.urjc.es Abstract. Software is more than just source code. There is a myriad of elements that compose a software project, among others documentation, translations, multimedia, artwork, marketing. In this paper, we focus on the translation efforts that free, libre, open source software (FLOSS) projects undergo to provide their software in multiple languages.
    [Show full text]
  • Ubports Documentation
    UBports Documentation Marius Gripsgard Sep 23, 2021 ABOUT 1 Introduction 3 2 Processes 5 3 Install Ubuntu Touch 11 4 Daily use 15 5 Advanced use 27 6 Contributing to UBports 35 7 App development 47 8 Human interface guidelines 87 9 System software development 123 10 Introduction 143 11 Building and booting 149 12 Configuring, testing and fixing 165 13 Finalizing the port 177 i ii UBports Documentation Welcome to the official documentation of the UBports project! UBports develops the mobile phone operating system Ubuntu Touch. Ubuntu Touch is a mobile operating system focused on ease of use, privacy, and convergence. On this website you find guides to install Ubuntu Touch on your mobile phone, use Ubuntu Touch, develop Ubuntu Touch apps, port Ubuntu Touch to an Android handset and learn more about system components. If this is your first time here, please consider reading our introduction. If you want to help improving this documentation, the Documentation contribute page will get you started. You may view this documentation in the following languages: • English • Català • Français • Deutsch • Italiano • Română • • Türkçe • Español • Simplified Chinese ABOUT 1 UBports Documentation 2 ABOUT CHAPTER ONE INTRODUCTION Our goal is to create a copylefted libre mobile operating system. One you can use, study, change and share; with all. 1.1 About UBports The project was founded by Marius Gripsgard in 2015 and in its infancy a place where developers could share ideas and educate each other in hopes of bringing the Ubuntu Touch platform to more mobile devices. After Canonical suddenly announced plans to terminate support for Ubuntu Touch in April of 2017, UBports and its sister projects began work on the source code; maintaining and expanding its possibilities for the future.
    [Show full text]
  • Release 4.8.1 Michal Čihař
    The Weblate Manual Release 4.9 Michal Čihař Sep 23, 2021 USER DOCS 1 User docs 1 1.1 Weblate basics ............................................ 1 1.2 Registration and user profile ..................................... 1 1.3 Translating using Weblate ...................................... 10 1.4 Downloading and uploading translations ............................... 19 1.5 Glossary ............................................... 23 1.6 Checks and fixups .......................................... 25 1.7 Searching ............................................... 47 1.8 Translation workflows ......................................... 52 1.9 Frequently Asked Questions ..................................... 55 1.10 Supported file formats ........................................ 62 1.11 Version control integration ...................................... 82 1.12 Weblate’s REST API ......................................... 89 1.13 Weblate Client ............................................ 133 1.14 Weblate’s Python API ........................................ 137 2 Administrator docs 140 2.1 Configuration instructions ....................................... 140 2.2 Weblate deployments ......................................... 199 2.3 Upgrading Weblate .......................................... 200 2.4 Backing up and moving Weblate ................................... 207 2.5 Authentication ............................................ 213 2.6 Access control ............................................ 223 2.7 Translation projects .........................................
    [Show full text]