Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

How to see a location/context of the term I want to translate?

Subscribe

Get notified when there's activity on this post

This question has been flagged
4 Replies
6862 Views
Avatar
Danijel

I go to Settings -> Translations -> Application terms -> Terms .

There i see thousands of words waiting to be translated. I know how to use the advanced filters,
but am I missing something? I cannot see/find the way how to find a location of a word that I am translating in a context.

For example: I find a term: ''In function of''. I see that it belongs to the module "delivery.grid.line" .
I want to translate the source ''In function of'' to my language, but the problem is that it could have
more than just 1 meaning. It depends on the context where it is used.

Can anyone please  help me how to find a context (usage at ''end user'') of any term, for example meantion above In function of?

Screenshot: http://www.image-share.com/ijpg-2745-262.html

0
Avatar
Discard
Avatar
Stephen Mack
Best Answer

Well it took a little digging but here is the string you are trying to translate in launchpad (where if you translate it there you help everyone).  Which referes to this code on GitHub.

From reading the code on line 4 it is a menu item called "Delivery" on the "stock.menu_stock_configuration" menu but I have not had time to find that screen and see how it is used.

That being said, it's not easy. :) 

You may wish to use my thread on language translations as a starting point for your translation efforts so that your work can be shared with others

0
Avatar
Discard
Avatar
Danijel
Author Best Answer

it's not just about that specific term, it's about thousands of terms. It's very annoying and time-wasting if you can't see where exactly is the term you are translating located at. Does Launchpad allow that? I haven't run it yet. Because if I have to do at least 10 click (like u described above) then this is not very user friendly.

The easiest way would be ''on_mouse_over'' -> ''show the context'', but I guess I wish too much.
 

Update: I find this very hard to believe that you guys are translating terms which you are not exactly sure what they mean. 
English is a language that you cannot translate literaly in your language. You must see the context of the translated term, where is located. I don't know about your language, but mine requires accuracy and you must be concentrated when translating.

If there's another way to find out the location/context of the translated term, then please enlight me.

Regards

 

0
Avatar
Discard
Avatar
Ivan
Best Answer

Translation Type and Fields give a hint on where the Translated Terms come from.  Here are the supported types according to openerp/addons/base/ir/ir_translation.py:     ('field', 'Field'), ('model', 'Object'), ('rml', 'RML  (deprecated - use Report)'), ('report', 'Report/Template'), ('selection', 'Selection'), ('view', 'View'), ('wizard_button', 'Wizard Button'), ('wizard_field', 'Wizard Field'), ('wizard_view', 'Wizard View'), ('xsl', 'XSL'), ('help', 'Help'), ('code', 'Code'), ('constraint', 'Constraint'), ('sql_constraint', 'SQL Constraint').  I'm not claiming that I'm the master of translation, but here are what I know from experience: Field is used to translate the string/label of a field/column.  Object is used to translate the name of the object.  Report is used to translate any terms called through t() function in reports.  Selection is used to translate selection items.  View is used to translate literals in the View. Help is to translate the help argument of a field/column. Code is used to translate any literals that is called through _() function in Python Code.  Constraint and SQL Contraint is used to translate literals used in _contraint and _sql_constraint respectively.

You need to be in the Translated Terms form view to view some of the fields I mentioned above.  For Code, the Record ID indicates the line number of the code.

0
Avatar
Discard
Avatar
Med Said BARA
Best Answer

The response is in your question.

If you translate "In function of" it will be translated only for the field "delivery.grid.line" in the module "delivery" and nowhere else ...

Just use a tool like PoEdit to edit your .pot files and you will understand how things work.

0
Avatar
Discard
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Sign up
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now