Skip to content

Commit 3bff0bb

Browse files
LauraVForgeFlowweblate
authored andcommitted
Added translation using Weblate (Swedish)
1 parent 8bc8cf0 commit 3bff0bb

1 file changed

Lines changed: 304 additions & 0 deletions

File tree

fs_attachment/i18n/sv.po

Lines changed: 304 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,304 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * fs_attachment
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 19.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: fs_attachment
18+
#: model:ir.model,name:fs_attachment.model_ir_attachment
19+
#: model_terms:ir.ui.view,arch_db:fs_attachment.fs_storage_form_view
20+
msgid "Attachment"
21+
msgstr ""
22+
23+
#. module: fs_attachment
24+
#: model_terms:ir.ui.view,arch_db:fs_attachment.fs_storage_form_view
25+
msgid "Attachment's Url"
26+
msgstr ""
27+
28+
#. module: fs_attachment
29+
#: model:ir.model.fields,field_description:fs_attachment.field_fs_storage__autovacuum_gc
30+
msgid "Autovacuum Garbage Collection"
31+
msgstr ""
32+
33+
#. module: fs_attachment
34+
#: model:ir.model.fields,field_description:fs_attachment.field_fs_storage__base_url
35+
msgid "Base Url"
36+
msgstr ""
37+
38+
#. module: fs_attachment
39+
#: model:ir.model.fields,field_description:fs_attachment.field_fs_storage__base_url_for_files
40+
msgid "Base Url For Files"
41+
msgstr ""
42+
43+
#. module: fs_attachment
44+
#: model:ir.model.fields,field_description:fs_attachment.field_fs_file_gc__create_uid
45+
msgid "Created by"
46+
msgstr ""
47+
48+
#. module: fs_attachment
49+
#: model:ir.model.fields,field_description:fs_attachment.field_fs_file_gc__create_date
50+
msgid "Created on"
51+
msgstr ""
52+
53+
#. module: fs_attachment
54+
#: model:ir.model.fields,field_description:fs_attachment.field_fs_file_gc__display_name
55+
#: model:ir.model.fields,field_description:fs_attachment.field_fs_storage__display_name
56+
#: model:ir.model.fields,field_description:fs_attachment.field_ir_attachment__display_name
57+
#: model:ir.model.fields,field_description:fs_attachment.field_ir_binary__display_name
58+
msgid "Display Name"
59+
msgstr ""
60+
61+
#. module: fs_attachment
62+
#: model:ir.model,name:fs_attachment.model_fs_storage
63+
msgid "FS Storage"
64+
msgstr ""
65+
66+
#. module: fs_attachment
67+
#: model:ir.model.fields,field_description:fs_attachment.field_ir_attachment__fs_filename
68+
msgid "File Name into the filesystem storage"
69+
msgstr ""
70+
71+
#. module: fs_attachment
72+
#: model:ir.model,name:fs_attachment.model_ir_binary
73+
msgid "File streaming helper model for controllers"
74+
msgstr ""
75+
76+
#. module: fs_attachment
77+
#: model:ir.model.fields,field_description:fs_attachment.field_ir_attachment__fs_storage_id
78+
msgid "Filesystem Storage"
79+
msgstr ""
80+
81+
#. module: fs_attachment
82+
#: model:ir.model.fields,field_description:fs_attachment.field_ir_attachment__fs_storage_code
83+
msgid "Filesystem Storage Code"
84+
msgstr ""
85+
86+
#. module: fs_attachment
87+
#: model:ir.model.fields,field_description:fs_attachment.field_ir_attachment__fs_url
88+
msgid "Filesystem URL"
89+
msgstr ""
90+
91+
#. module: fs_attachment
92+
#: model:ir.model.fields,field_description:fs_attachment.field_ir_attachment__fs_url_path
93+
msgid "Filesystem URL Path"
94+
msgstr ""
95+
96+
#. module: fs_attachment
97+
#: model:ir.model,name:fs_attachment.model_fs_file_gc
98+
msgid "Filesystem storage file garbage collector"
99+
msgstr ""
100+
101+
#. module: fs_attachment
102+
#: model:ir.model.fields,field_description:fs_attachment.field_fs_storage__force_db_for_default_attachment_rules
103+
msgid "Force Db For Default Attachment Rules"
104+
msgstr ""
105+
106+
#. module: fs_attachment
107+
#: model:ir.model.fields,field_description:fs_attachment.field_fs_file_gc__id
108+
#: model:ir.model.fields,field_description:fs_attachment.field_fs_storage__id
109+
#: model:ir.model.fields,field_description:fs_attachment.field_ir_attachment__id
110+
#: model:ir.model.fields,field_description:fs_attachment.field_ir_binary__id
111+
msgid "ID"
112+
msgstr ""
113+
114+
#. module: fs_attachment
115+
#: model:ir.model.fields,help:fs_attachment.field_fs_storage__use_x_sendfile_to_serve_internal_url
116+
msgid ""
117+
"If checked and odoo is behind a proxy that supports x-sendfile, the content "
118+
"served by the attachment's internal URL will be servedby the proxy using the"
119+
" fs_url if defined. If not, the file will be served by odoo that will stream"
120+
" the content read from the filesystem storage. This option is useful to "
121+
"avoid to serve files from odoo and therefore to avoid to load the odoo "
122+
"process. "
123+
msgstr ""
124+
125+
#. module: fs_attachment
126+
#: model:ir.model.fields,help:fs_attachment.field_fs_storage__autovacuum_gc
127+
msgid ""
128+
"If checked, the autovacuum of the garbage collection will be automatically "
129+
"executed when the storage is used to store attachments. Sometime, the "
130+
"autovacuum is to avoid when files in the storage are referenced by other "
131+
"systems (like a website). In such case, records in the fs.file.gc table must"
132+
" be manually processed."
133+
msgstr ""
134+
135+
#. module: fs_attachment
136+
#: model:ir.model.fields,help:fs_attachment.field_fs_storage__optimizes_directory_path
137+
msgid ""
138+
"If checked, the directory path will be optimized to avoid too much files "
139+
"into the same directory. This options is used when the storage is used to "
140+
"store attachments. Depending on the storage, this option can be ignored. "
141+
"It's useful for storage based on real file. This way, files with similar "
142+
"properties will be stored in the same directory, avoiding overcrowding in "
143+
"the root directory and optimizing access times."
144+
msgstr ""
145+
146+
#. module: fs_attachment
147+
#: model:ir.model.fields,help:fs_attachment.field_fs_storage__use_filename_obfuscation
148+
msgid ""
149+
"If checked, the filename will be obfuscated. This option is useful to avoid "
150+
"to expose sensitive information trough the URL or in the remote storage. The"
151+
" obfuscation is done using a hash of the filename. The original filename is "
152+
"stored in the attachment metadata. The obfusation is to avoid if the storage"
153+
" is used to store files that are referenced by other systems (like a "
154+
"website) where the filename is important for SEO."
155+
msgstr ""
156+
157+
#. module: fs_attachment
158+
#: model:ir.model.fields,help:fs_attachment.field_fs_storage__use_as_default_for_attachments
159+
msgid "If checked, this storage will be used to store all the attachments "
160+
msgstr ""
161+
162+
#. module: fs_attachment
163+
#: model:ir.model.fields,field_description:fs_attachment.field_ir_attachment__internal_url
164+
msgid "Internal URL"
165+
msgstr ""
166+
167+
#. module: fs_attachment
168+
#: model:ir.model.fields,field_description:fs_attachment.field_fs_storage__is_directory_path_in_url
169+
msgid "Is Directory Path In Url"
170+
msgstr ""
171+
172+
#. module: fs_attachment
173+
#: model:ir.model.fields,field_description:fs_attachment.field_fs_file_gc__write_uid
174+
msgid "Last Updated by"
175+
msgstr ""
176+
177+
#. module: fs_attachment
178+
#: model:ir.model.fields,field_description:fs_attachment.field_fs_file_gc__write_date
179+
msgid "Last Updated on"
180+
msgstr ""
181+
182+
#. module: fs_attachment
183+
#: model:ir.model.fields,help:fs_attachment.field_fs_storage__is_directory_path_in_url
184+
msgid ""
185+
"Normally the directory_path is for internal usage. If this flag is enabled "
186+
"the path will be used to compute the public URL."
187+
msgstr ""
188+
189+
#. module: fs_attachment
190+
#. odoo-python
191+
#: code:addons/fs_attachment/models/ir_attachment.py:0
192+
msgid "Only administrators can execute this action."
193+
msgstr ""
194+
195+
#. module: fs_attachment
196+
#. odoo-python
197+
#: code:addons/fs_attachment/models/fs_storage.py:0
198+
msgid "Only one storage can be used as default for attachments"
199+
msgstr ""
200+
201+
#. module: fs_attachment
202+
#: model:ir.model.fields,field_description:fs_attachment.field_fs_storage__optimizes_directory_path
203+
msgid "Optimizes Directory Path"
204+
msgstr ""
205+
206+
#. module: fs_attachment
207+
#: model:ir.model.fields,field_description:fs_attachment.field_fs_file_gc__fs_storage_code
208+
msgid "Storage Code"
209+
msgstr ""
210+
211+
#. module: fs_attachment
212+
#: model:ir.model.fields,field_description:fs_attachment.field_fs_file_gc__store_fname
213+
msgid "Stored Filename"
214+
msgstr ""
215+
216+
#. module: fs_attachment
217+
#: model:ir.model.fields,help:fs_attachment.field_ir_attachment__fs_storage_code
218+
msgid ""
219+
"Technical code used to identify the storage backend into the code.This code "
220+
"must be unique. This code is used for example to define the storage backend "
221+
"to store the attachments via the configuration parameter "
222+
"'ir_attachment.storage.force.database' when the module 'fs_attachment' is "
223+
"installed."
224+
msgstr ""
225+
226+
#. module: fs_attachment
227+
#: model:ir.model.fields,help:fs_attachment.field_ir_attachment__fs_url
228+
msgid "The URL to access the file from the filesystem storage."
229+
msgstr ""
230+
231+
#. module: fs_attachment
232+
#: model:ir.model.fields,help:fs_attachment.field_ir_attachment__internal_url
233+
msgid "The URL to access the file from the server."
234+
msgstr ""
235+
236+
#. module: fs_attachment
237+
#. odoo-python
238+
#: code:addons/fs_attachment/models/fs_storage.py:0
239+
msgid ""
240+
"The force_db_for_default_attachment_rules can only be set if the storage is "
241+
"used as default for attachments."
242+
msgstr ""
243+
244+
#. module: fs_attachment
245+
#. odoo-python
246+
#: code:addons/fs_attachment/models/fs_storage.py:0
247+
msgid "The force_db_for_default_attachment_rules is not a valid python dict."
248+
msgstr ""
249+
250+
#. module: fs_attachment
251+
#: model:ir.model.fields,help:fs_attachment.field_ir_attachment__fs_filename
252+
msgid ""
253+
"The name of the file in the filesystem storage.To preserve the mimetype and "
254+
"the meaning of the filenamethe filename is computed from the name and the "
255+
"extension"
256+
msgstr ""
257+
258+
#. module: fs_attachment
259+
#: model:ir.model.fields,help:fs_attachment.field_ir_attachment__fs_url_path
260+
msgid "The path to access the file from the filesystem storage."
261+
msgstr ""
262+
263+
#. module: fs_attachment
264+
#: model:ir.model.fields,help:fs_attachment.field_ir_attachment__fs_storage_id
265+
msgid "The storage where the file is stored."
266+
msgstr ""
267+
268+
#. module: fs_attachment
269+
#: model:ir.model.constraint,message:fs_attachment.constraint_fs_file_gc_store_fname_uniq
270+
msgid "The stored filename must be unique!"
271+
msgstr ""
272+
273+
#. module: fs_attachment
274+
#: model:ir.model.fields,field_description:fs_attachment.field_fs_storage__use_as_default_for_attachments
275+
msgid "Use As Default For Attachments"
276+
msgstr ""
277+
278+
#. module: fs_attachment
279+
#: model:ir.model.fields,field_description:fs_attachment.field_fs_storage__use_filename_obfuscation
280+
msgid "Use Filename Obfuscation"
281+
msgstr ""
282+
283+
#. module: fs_attachment
284+
#: model:ir.model.fields,field_description:fs_attachment.field_fs_storage__use_x_sendfile_to_serve_internal_url
285+
msgid "Use X-Sendfile To Serve Internal Url"
286+
msgstr ""
287+
288+
#. module: fs_attachment
289+
#: model:ir.model.fields,help:fs_attachment.field_fs_storage__force_db_for_default_attachment_rules
290+
msgid ""
291+
"When storing attachments in an external storage, storage may be slow.If the storage is used to store odoo attachments by default, this could lead to a bad user experience since small images (128, 256) are used in Odoo in list / kanban views. We want them to be fast to read.This field allows to force the store of some attachments in the odoo database. The value is a dict Where the key is the beginning of the mimetype to configure and the value is the limit in size below which attachments are kept in DB. 0 means no limit.\n"
292+
"Default configuration means:\n"
293+
"* images mimetypes (image/png, image/jpeg, ...) below 50KB are stored in database\n"
294+
"* application/javascript are stored in database whatever their size \n"
295+
"* text/css are stored in database whatever their size"
296+
msgstr ""
297+
298+
#. module: fs_attachment
299+
#. odoo-python
300+
#: code:addons/fs_attachment/models/ir_attachment.py:0
301+
msgid ""
302+
"You can't write on multiple attachments with different mimetypes at the same"
303+
" time."
304+
msgstr ""

0 commit comments

Comments
 (0)