-
-
Notifications
You must be signed in to change notification settings - Fork 672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX] hr_employee_firstname: translate name order config value #1385
Open
benwillig
wants to merge
1
commit into
OCA:16.0
Choose a base branch
from
acsone:16.0-hr_employee_firstname_translate_config-bwi
base: 16.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,19 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * hr_employee_firstname | ||
# * hr_employee_firstname | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Project-Id-Version: Odoo Server 16.0+e\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-01-28 02:12+0000\n" | ||
"PO-Revision-Date: 2024-02-23 10:46+0000\n" | ||
"Last-Translator: Vincent Hatakeyama <[email protected]>\n" | ||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" | ||
"Language: fr\n" | ||
"POT-Creation-Date: 2024-08-01 10:13+0000\n" | ||
"PO-Revision-Date: 2024-08-01 10:13+0000\n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n > 1;\n" | ||
"X-Generator: Weblate 4.17\n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: hr_employee_firstname | ||
#: model:ir.model,name:hr_employee_firstname.model_hr_employee_base | ||
|
@@ -44,30 +40,46 @@ msgstr "Ordre des noms d’employé" | |
#: model:ir.model.fields,field_description:hr_employee_firstname.field_hr_employee__firstname | ||
#: model:ir.model.fields,field_description:hr_employee_firstname.field_hr_employee_base__firstname | ||
#: model:ir.model.fields,field_description:hr_employee_firstname.field_hr_employee_public__firstname | ||
msgid "First name" | ||
msgid "Firstname" | ||
msgstr "Prénom" | ||
|
||
#. module: hr_employee_firstname | ||
#. odoo-python | ||
#: code:addons/hr_employee_firstname/models/base_config_settings.py:0 | ||
#, python-format | ||
msgid "Firstname Lastname" | ||
msgstr "Prénom, Nom" | ||
|
||
#. module: hr_employee_firstname | ||
#: model:ir.model.fields,field_description:hr_employee_firstname.field_hr_employee__lastname | ||
#: model:ir.model.fields,field_description:hr_employee_firstname.field_hr_employee_base__lastname | ||
#: model:ir.model.fields,field_description:hr_employee_firstname.field_hr_employee_public__lastname | ||
msgid "Last name" | ||
msgid "Lastname" | ||
msgstr "Nom" | ||
|
||
#. module: hr_employee_firstname | ||
#. odoo-python | ||
#: code:addons/hr_employee_firstname/models/base_config_settings.py:0 | ||
#, python-format | ||
msgid "Lastname Firstname" | ||
msgstr "Nom Prénom" | ||
|
||
#. module: hr_employee_firstname | ||
#. odoo-python | ||
#: code:addons/hr_employee_firstname/models/base_config_settings.py:0 | ||
#, python-format | ||
msgid "Lastname, Firstname" | ||
msgstr "Nom, Prénom" | ||
|
||
#. module: hr_employee_firstname | ||
#. odoo-python | ||
#: code:addons/hr_employee_firstname/models/hr_employee.py:0 | ||
#: code:addons/hr_employee_firstname/models/hr_employee.py:0 | ||
#, python-format | ||
msgid "No name set." | ||
msgstr "Aucun nom défini." | ||
|
||
#. module: hr_employee_firstname | ||
#: model:ir.model.fields,help:hr_employee_firstname.field_res_config_settings__employee_names_order | ||
msgid "Order to compose employee fullname" | ||
msgstr "Règle de composition des noms complets des employés" | ||
|
||
#~ msgid "Firstname" | ||
#~ msgstr "Prénom" | ||
|
||
#~ msgid "Lastname" | ||
#~ msgstr "Nom" | ||
msgstr "Règle de composition des noms complets des employés" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid these changes because they will be reverted by the bot anyway.
I'd suggest modifying just the Python code or in fault modifying also the
.pot
file but only terms related to your change.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Won't weblate override it anyway and do a msgmerge with the new translations from the .po ? I needed the translations now but yes I can remove theses changes if needed