Skip to content

Commit 20227a0

Browse files
jakobkrabbeweblate
authored andcommitted
Added translation using Weblate (Swedish)
1 parent 4fc3220 commit 20227a0

1 file changed

Lines changed: 123 additions & 0 deletions

File tree

  • data_encryption/i18n

data_encryption/i18n/sv.po

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * data_encryption
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 18.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: Automatically generated\n"
10+
"Language-Team: none\n"
11+
"Language: sv\n"
12+
"MIME-Version: 1.0\n"
13+
"Content-Type: text/plain; charset=UTF-8\n"
14+
"Content-Transfer-Encoding: \n"
15+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
16+
17+
#. module: data_encryption
18+
#: model:ir.model.fields,help:data_encryption.field_encrypted_data__environment
19+
msgid "Concerned Odoo environment (prod, preprod...)"
20+
msgstr ""
21+
22+
#. module: data_encryption
23+
#: model:ir.model.fields,field_description:data_encryption.field_encrypted_data__create_uid
24+
msgid "Created by"
25+
msgstr ""
26+
27+
#. module: data_encryption
28+
#: model:ir.model.fields,field_description:data_encryption.field_encrypted_data__create_date
29+
msgid "Created on"
30+
msgstr ""
31+
32+
#. module: data_encryption
33+
#: model:ir.model.fields,field_description:data_encryption.field_encrypted_data__display_name
34+
msgid "Display Name"
35+
msgstr ""
36+
37+
#. module: data_encryption
38+
#: model:ir.model.fields,field_description:data_encryption.field_encrypted_data__encrypted_data
39+
msgid "Encrypted Data"
40+
msgstr ""
41+
42+
#. module: data_encryption
43+
#. odoo-python
44+
#: code:addons/data_encryption/models/encrypted_data.py:0
45+
msgid "Encrypted data can only be read with suspended security (sudo)"
46+
msgstr ""
47+
48+
#. module: data_encryption
49+
#: model:ir.model.fields,field_description:data_encryption.field_encrypted_data__environment
50+
msgid "Environment"
51+
msgstr ""
52+
53+
#. module: data_encryption
54+
#: model:ir.model.fields,field_description:data_encryption.field_encrypted_data__id
55+
msgid "ID"
56+
msgstr ""
57+
58+
#. module: data_encryption
59+
#: model:ir.model.fields,field_description:data_encryption.field_encrypted_data__write_uid
60+
msgid "Last Updated by"
61+
msgstr ""
62+
63+
#. module: data_encryption
64+
#: model:ir.model.fields,field_description:data_encryption.field_encrypted_data__write_date
65+
msgid "Last Updated on"
66+
msgstr ""
67+
68+
#. module: data_encryption
69+
#: model:ir.model.fields,field_description:data_encryption.field_encrypted_data__name
70+
msgid "Name"
71+
msgstr ""
72+
73+
#. module: data_encryption
74+
#. odoo-python
75+
#: code:addons/data_encryption/models/encrypted_data.py:0
76+
msgid ""
77+
"No '%(key_name)s' entry found in config file. Use a key similar to: %(key)s"
78+
msgstr ""
79+
80+
#. module: data_encryption
81+
#. odoo-python
82+
#: code:addons/data_encryption/models/encrypted_data.py:0
83+
msgid ""
84+
"No environment found, please check your running_env entry in your config "
85+
"file."
86+
msgstr ""
87+
88+
#. module: data_encryption
89+
#. odoo-python
90+
#: code:addons/data_encryption/models/encrypted_data.py:0
91+
msgid ""
92+
"Password has been encrypted with a different key. Unless you can recover the"
93+
" previous key, this password is unreadable."
94+
msgstr ""
95+
96+
#. module: data_encryption
97+
#: model:ir.model,name:data_encryption.model_encrypted_data
98+
msgid "Store any encrypted data by environment"
99+
msgstr ""
100+
101+
#. module: data_encryption
102+
#: model:ir.model.fields,help:data_encryption.field_encrypted_data__name
103+
msgid "Technical name"
104+
msgstr ""
105+
106+
#. module: data_encryption
107+
#. odoo-python
108+
#: code:addons/data_encryption/models/encrypted_data.py:0
109+
msgid "The data you are trying to read are not in a json format"
110+
msgstr ""
111+
112+
#. module: data_encryption
113+
#: model:ir.model.constraint,message:data_encryption.constraint_encrypted_data_name_environment_uniq
114+
msgid ""
115+
"You can not store multiple encrypted data for the same record and "
116+
"environment"
117+
msgstr ""
118+
119+
#. module: data_encryption
120+
#. odoo-python
121+
#: code:addons/data_encryption/models/encrypted_data.py:0
122+
msgid "You can only encrypt data with suspended security (sudo)"
123+
msgstr ""

0 commit comments

Comments
 (0)