mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-18 10:12:01 +02:00
116 lines
3.3 KiB
Text
116 lines
3.3 KiB
Text
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * auth_api_key
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 16.0\n"
|
|
"Report-Msgid-Bugs-To: \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: \n"
|
|
|
|
#. module: auth_api_key
|
|
#: model:ir.model,name:auth_api_key.model_auth_api_key
|
|
msgid "API Key"
|
|
msgstr "API ključ"
|
|
|
|
#. module: auth_api_key
|
|
#: model:ir.model.constraint,message:auth_api_key.constraint_auth_api_key_name_uniq
|
|
msgid "Api Key name must be unique."
|
|
msgstr "Naziv API ključa mora biti jedinstven."
|
|
|
|
#. module: auth_api_key
|
|
#: model:ir.actions.act_window,name:auth_api_key.auth_api_key_act_window
|
|
msgid "Auth Api Key"
|
|
msgstr "Auth API ključ"
|
|
|
|
#. module: auth_api_key
|
|
#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__create_uid
|
|
msgid "Created by"
|
|
msgstr "Kreirao"
|
|
|
|
#. module: auth_api_key
|
|
#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__create_date
|
|
msgid "Created on"
|
|
msgstr "Kreirano"
|
|
|
|
#. module: auth_api_key
|
|
#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__display_name
|
|
msgid "Display Name"
|
|
msgstr "Prikazani naziv"
|
|
|
|
#. module: auth_api_key
|
|
#: model:ir.model,name:auth_api_key.model_ir_http
|
|
msgid "HTTP Routing"
|
|
msgstr "HTTP usmjeravanje"
|
|
|
|
#. module: auth_api_key
|
|
#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__id
|
|
msgid "ID"
|
|
msgstr "ID"
|
|
|
|
#. module: auth_api_key
|
|
#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__key
|
|
msgid "Key"
|
|
msgstr "Ključ"
|
|
|
|
#. module: auth_api_key
|
|
#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key____last_update
|
|
msgid "Last Modified on"
|
|
msgstr "Zadnja izmjena na"
|
|
|
|
#. module: auth_api_key
|
|
#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__write_uid
|
|
msgid "Last Updated by"
|
|
msgstr "Zadnje ažuriranje izvršio"
|
|
|
|
#. module: auth_api_key
|
|
#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__write_date
|
|
msgid "Last Updated on"
|
|
msgstr "Zadnje ažuriranje na"
|
|
|
|
#. module: auth_api_key
|
|
#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__name
|
|
msgid "Name"
|
|
msgstr "Naziv:"
|
|
|
|
#. module: auth_api_key
|
|
#: model:ir.model.fields,help:auth_api_key.field_auth_api_key__key
|
|
msgid ""
|
|
"The API key. Enter a dummy value in this field if it is\n"
|
|
" obtained from the server environment configuration."
|
|
msgstr ""
|
|
"API ključ. Unesite lažnu vrijednost u ovo polje ako se\n"
|
|
" dobija iz konfiguracije serverskog okruženja."
|
|
|
|
#. module: auth_api_key
|
|
#. odoo-python
|
|
#: code:addons/auth_api_key/models/auth_api_key.py
|
|
#, python-format
|
|
msgid "The key %s is not allowed"
|
|
msgstr "Ključ %s nije dozvoljen"
|
|
|
|
#. module: auth_api_key
|
|
#: model:ir.model.fields,help:auth_api_key.field_auth_api_key__user_id
|
|
msgid ""
|
|
"The user used to process the requests authenticated by\n"
|
|
" the api key"
|
|
msgstr ""
|
|
"Korisnik korišten za obradu zahtjeva autentificiranih\n"
|
|
" api ključem"
|
|
|
|
#. module: auth_api_key
|
|
#: model:ir.model.fields,field_description:auth_api_key.field_auth_api_key__user_id
|
|
msgid "User"
|
|
msgstr "Korisnik"
|
|
|
|
#. module: auth_api_key
|
|
#. odoo-python
|
|
#: code:addons/auth_api_key/models/auth_api_key.py
|
|
#, python-format
|
|
msgid "User is not allowed"
|
|
msgstr "Korisnik nije dozvoljen"
|