FreeCAD Logo FreeCAD 1.0
  • Английский Африкаанс Арабский Белорусский Каталанский Чешский Немецкий Греческий Испанский Испанский Баскский Финский Филиппинский Французский Галисийский Хорватский Венгерский Индонезийский Итальянский Японский Кабильский Корейский Литовский Нидерландский Норвежская букмол Польский Португальский Португальский Румынский Русский Словацкий Словенский Сербский Шведский Турецкий Украинский Валенсианский Вьетнамский Китайский Китайский
  • Возможности
  • Скачать
  • Блог
  • Документация
    Индекс документации Приступая к работе Пользовательская документация Руководство по FreeCAD Документация верстаков Документация по кодированию на Python Документация по коду C++ Уроки Часто задаваемые вопросы Политика конфиденциальности О программе FreeCAD
  • Внести вклад
    Как помочь Sponsor Сообщить об ошибке Сделать запрос Задачи и финансирование Руководство по участию в разработке Руководство для разработчиков Переводы
  • Сообщество
    Кодекс поведения Форум The FPA GitHub GitLab Codeberg Mastodon Matrix IRC IRC via Webchat Gitter Discord Reddit Twitter Facebook LinkedIn Календарь
  • ♥ Donate

Donate

$
Информация о SEPA
Пожалуйста, настройте банковский перевод SEPA:
Beneficiary: The FreeCAD project association
IBAN: BE04 0019 2896 4531
BIC/SWIFT: GEBABEBBXXX
Банковское агентство: BNP Paribas Fortis
Адрес: Rue de la Station 64, 1360 Perwez, Belgium

While Stripe doesn't support monthly donations, you can still become a sponsor! Simply make a one-time donation equivalent to 12 months of support, and you'll gain access to the corresponding sponsoring tier. It's an easy and flexible way to contribute.

If you are not sure or not able to commit to a regular donation, but still want to help the project, you can do a one-time donation, of any amount.

Choose freely the amount you wish to donate one time only.

You can support FreeCAD by sponsoring it as an individual or organization through various platforms. Sponsorship provides a steady income for developers, allowing the FPA to plan ahead and enabling greater investment in FreeCAD. To encourage sponsorship, we offer different tiers, and unless you choose to remain anonymous, your name or company logo will be featured on our website accordingly.

from 1 USD / 1 EUR per month. You will not have your name displayed here, but you will have helped the project a lot anyway. Together, normal sponsors maintain the project on its feet as much as the bigger sponsors.

from 25 USD / 25 EUR per month. Your name or company name is displayed on this page.

from 100 USD / 100 EUR per month. Your name or company name is displayed on this page, with a link to your website, and a one-line description text.

from 200 USD / 200 EUR per month. Your name or company name and logo displayed on this page, with a link to your website and a custom description text. Companies that have helped FreeCAD early on also appear under Gold sponsors.

Instead of donating each month, you might find it more comfortable to make a one-time donation that, when divided by twelve, would give you right to enter a sponsoring tier. Don't hesitate to do so!

Choose freely the amount you wish to donate each month.

Please inform your forum name or twitter handle as a notein your transfer, or reach to us, so we can give you proper credits!

Роли

  • Translator
    • Ability to suggest and vote on translations in a language.
    • Ask for more context; ask for clarity; report mistakes in the string to be translated; dispute a current translation entry etc...
  • Proofreader
    • Manages the translations that translators suggest and/or vote on. The proofreader then accepts/reject the translation.
    • An extra step is needed to also give the final approval of the the translation string. Because 'Approving' a translation requires reading it again and check-marking it, it provides a type of 'Quality Assurance' layer. Once a translation is approved it will mark the string green and will add more progress to the green status bar of the language that is getting translated. The green progress bar can indicate the 'health' of the language being translated. It also allows an extra flexibility to the developers to merge translations that have only been approved.
    • Address the questions of translators within the Crowdin interface. For example, if more context is needed; or there's an error in the string that is to be translated, or a translation that was accepted or approved is disputed etc...
    • Report to devs any relevant issues that require changes to the source code etc..

Filtering strings

Filtering strings is a useful feature for proofreaders and managers. It give the person ability to effectively sort through many translation strings to for example show only strings that have been marked as 'missing more contextual information' or 'incorrect source string'. This service that the translators are doing for FreeCAD provides an extra layer of QA testing. Many typos, grammar issues, and even bugs can be exposed via checking translation strings. And so users mark these said problematic strings for us to respond to and eventually 'Resolve'.

Keyboard shortcuts

Using keyboard shortcuts is a major time-saving and efficiency tip. It is worth learning if you're a translator, proofreader, or manager. It is possible to see the list of keyboard shortcuts by pressing on the keyboard icon in the top right-hand portion of the Crowdin user interface.

Important Note: Please be mindful not to introduce mistakes in to translation strings produced by rogue keypresses that were meant to be a keyboard shortcut.

Frequently used shortcuts:

  • Copy source translation: Alt+C
  • Save translation: Ctrl+Enter
  • Approve translation: Alt+L (relevant for proofreaders)

Fix translation issues

If you notice a string in the FreeCAD UI that is not translated do the following:

  1. If you are not sure to which workbench the string belongs, first locate it in the FreeCAD source code. On Linux you can use grep -r "English text" *.
  2. For example, if the string is "Solver Calculix Standard" you will find this file: src/Mod/Fem/femcommands/commands.py, and you will know that the string belongs to the FEM workbench.
  3. Now search for this string on Crowdin. If your language is French visit https://crowdin.com/project/freecad/fr, go to the FEM workbench, and check if it is there and translated.
  4. There two possibilities:
    1. The string is not on Crowdin because it has not been picked up by the script that gathers strings from the FreeCAD source code and packs them into .ts files. There can be two reasons for this:
      • The string is not properly handled by translate() code (or QT_TRANSLATE_NOOP() code for special cases like command names), that means there is a problem that must be solved in the source code.
      • Everything seems normal, but the gathering script has a problem with that specific string, which can happen as it has many bugs.
    2. The string is on Crowdin. There are several possibilities then:
      • It might be that the latest Crowdin strings have not yet been merged. You can check if that's the case by searching for the string (see above), and check if it appears in the translated .ts files. In our example "Solver Calculix Standard" would then be found in src/Mod/Fem/Gui/Resources/translations/Fem_fr.ts. This indicates that the translated string is in the FreeCAD source and everything should be fine in the next build.
      • If the string is still missing in the next build, the problem is more complex and we'll need to do some debugging:
        1. Check in the source file if the original string is handled by translate() or QT_TRANSLATE_NOOP().
        2. Verify that the context matches what is on Crowdin.
        3. In case of QT_TRANSLATE_NOOP(), there are several particular cases. For commands, the context must be the exact command name, the same as used in FreeCADGui.runCommand(). For properties it must be "App::Property". For the names of menus and toolbars it must be "Workbench".

Links

  • Localisation
  • Crowdin Scripts
  • Release process


Эта страница получена от https://wiki.freecad.org/Crowdin_Administration

Свяжитесь с нами!
Forum GitHub Mastodon Matrix IRC Gitter.im Discord Reddit Twitter Facebook LinkedIn

©Команда FreeCAD. Авторы изображений (сверху вниз): ppemawm, r-frank, epileftric, regis, regis, rider_mortagnais, bejant.

Этот проект поддерживается: , KiCad Services Corp. и другие спонсоры

GitHubУлучшить эту страницу на GitHub