mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-20 08:12:03 +02:00
76 lines
2.4 KiB
Text
76 lines
2.4 KiB
Text
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * base_revision
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 16.0\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"PO-Revision-Date: 2025-02-22 11:06+0000\n"
|
||
"Last-Translator: İsmail Çağan Yılmaz <ismail.cagan.yilmaz@gmail.com>\n"
|
||
"Language-Team: none\n"
|
||
"Language: tr\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 5.6.2\n"
|
||
|
||
#. module: base_revision
|
||
#: model:ir.model.fields,field_description:base_revision.field_base_revision__active
|
||
msgid "Active"
|
||
msgstr "Aktif"
|
||
|
||
#. module: base_revision
|
||
#: model:ir.model.fields,field_description:base_revision.field_base_revision__current_revision_id
|
||
msgid "Current revision"
|
||
msgstr "Güncel revizyon"
|
||
|
||
#. module: base_revision
|
||
#: model:ir.model,name:base_revision.model_base_revision
|
||
msgid "Document Revision (abstract)"
|
||
msgstr "Doküman Revizyonu (özet)"
|
||
|
||
#. module: base_revision
|
||
#: model:ir.model.fields,field_description:base_revision.field_base_revision__has_old_revisions
|
||
msgid "Has Old Revisions"
|
||
msgstr "Eski Revizyonları Var"
|
||
|
||
#. module: base_revision
|
||
#. odoo-python
|
||
#: code:addons/base_revision/models/base_revision.py:0
|
||
#, python-format
|
||
msgid "New Revisions"
|
||
msgstr "Yeni Revizyonlar"
|
||
|
||
#. module: base_revision
|
||
#. odoo-python
|
||
#: code:addons/base_revision/models/base_revision.py:0
|
||
#, python-format
|
||
msgid "New revision created: %s"
|
||
msgstr "Yeni revizyon oluşturuldu: %s"
|
||
|
||
#. module: base_revision
|
||
#: model:ir.model.fields,field_description:base_revision.field_base_revision__old_revision_ids
|
||
msgid "Old revisions"
|
||
msgstr "Eski revizyonlar"
|
||
|
||
#. module: base_revision
|
||
#: model:ir.model.fields,field_description:base_revision.field_base_revision__unrevisioned_name
|
||
msgid "Original Reference"
|
||
msgstr "Orijinal Referans"
|
||
|
||
#. module: base_revision
|
||
#: model:ir.model.fields,field_description:base_revision.field_base_revision__revision_count
|
||
msgid "Previous versions count"
|
||
msgstr "Önceki sürüm sayısı"
|
||
|
||
#. module: base_revision
|
||
#: model:ir.model.constraint,message:base_revision.constraint_base_revision_revision_unique
|
||
msgid "Reference and revision must be unique."
|
||
msgstr "Referans ve revizyon benzersiz olmalıdır."
|
||
|
||
#. module: base_revision
|
||
#: model:ir.model.fields,field_description:base_revision.field_base_revision__revision_number
|
||
msgid "Revision"
|
||
msgstr "Revizyon"
|