Skip to content

Commit a4c6dc4

Browse files
committed
Update translations.
1 parent dfc8d78 commit a4c6dc4

File tree

18 files changed

+195
-189
lines changed

18 files changed

+195
-189
lines changed
712 Bytes
Binary file not shown.

admin_interface/locale/de/LC_MESSAGES/django.po

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-10-17 07:09-0500\n"
11+
"POT-Creation-Date: 2025-11-10 12:06-0600\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -80,7 +80,7 @@ msgstr "Änderungsformular"
8080

8181
#: admin_interface/admin.py
8282
msgid "Inlines"
83-
msgstr ""
83+
msgstr "Inline-Formulare"
8484

8585
#: admin_interface/admin.py
8686
msgid "Recent Actions"
@@ -247,19 +247,25 @@ msgstr "Inlines als Tabs"
247247

248248
#: admin_interface/models.py
249249
msgid "collapsible stacked inlines"
250-
msgstr ""
250+
msgstr "zusammenklappbare gestapelte Inlines"
251251

252252
#: admin_interface/models.py
253253
msgid "collapsible stacked inlines collapsed"
254-
msgstr ""
254+
msgstr "zusammenklappbare gestapelte Inlines eingeklappt"
255255

256256
#: admin_interface/models.py
257257
msgid "collapsible tabular inlines"
258-
msgstr ""
258+
msgstr "zusammenklappbare tabellarische Inlines"
259259

260260
#: admin_interface/models.py
261261
msgid "collapsible tabular inlines collapsed"
262-
msgstr ""
262+
msgstr "zusammenklappbare tabellarische Inlines eingeklappt"
263+
264+
#: admin_interface/models.py
265+
#, fuzzy
266+
#| msgid "sticky pagination"
267+
msgid "sticky actions"
268+
msgstr "angeheftete Aktionen"
263269

264270
#: admin_interface/models.py
265271
msgid "sticky submit"
@@ -279,7 +285,7 @@ msgstr "Themen"
279285

280286
#: admin_interface/templates/admin/change_list.html
281287
msgid "Filter"
282-
msgstr ""
288+
msgstr "Filter"
283289

284290
#. Translators: don't translate this, the django catalog already contains it
285291
#: admin_interface/templates/admin/change_list.html
@@ -299,27 +305,27 @@ msgstr ""
299305
#: admin_interface/templates/admin/edit_inline/headerless_stacked.html
300306
#: admin_interface/templates/admin/edit_inline/headerless_tabular.html
301307
msgid "Change"
302-
msgstr ""
308+
msgstr "Ändern"
303309

304310
#: admin_interface/templates/admin/edit_inline/headerless_stacked.html
305311
#: admin_interface/templates/admin/edit_inline/headerless_tabular.html
306312
msgid "View"
307-
msgstr ""
313+
msgstr "Anzeigen"
308314

309315
#: admin_interface/templates/admin/edit_inline/headerless_stacked.html
310316
#: admin_interface/templates/admin/edit_inline/headerless_tabular.html
311317
msgid "View on site"
312-
msgstr ""
318+
msgstr "Auf der Website anzeigen"
313319

314320
#: admin_interface/templates/admin/edit_inline/headerless_tabular.html
315321
msgid "Delete?"
316-
msgstr ""
322+
msgstr "Löschen?"
317323

318324
#: admin_interface/templates/admin/filter.html
319325
#: admin_interface/templates/admin_interface/dropdown_filter.html
320326
#, python-format
321327
msgid " By %(filter_title)s "
322-
msgstr ""
328+
msgstr " Nach %(filter_title)s "
323329

324330
#: admin_interface/templates/admin/popup_response.html
325331
msgid "Popup closing..."
595 Bytes
Binary file not shown.

admin_interface/locale/es/LC_MESSAGES/django.po

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: django-admin-interface\n"
1212
"Report-Msgid-Bugs-To: \n"
13-
"POT-Creation-Date: 2024-10-17 07:09-0500\n"
13+
"POT-Creation-Date: 2025-11-10 12:06-0600\n"
1414
"PO-Revision-Date: 2023-08-04 11:52-0300\n"
1515
"Last-Translator: Santiago Muñoz <smunoz@mythologylabs.com.uy>\n"
1616
"Language-Team: Spanish <dev@softbutterfly.io>\n"
@@ -82,7 +82,7 @@ msgstr "Cambiar Formulario"
8282

8383
#: admin_interface/admin.py
8484
msgid "Inlines"
85-
msgstr ""
85+
msgstr "Inlines"
8686

8787
#: admin_interface/admin.py
8888
msgid "Recent Actions"
@@ -145,6 +145,8 @@ msgid ""
145145
"(red: #E74C3C, orange: #E67E22, yellow: #F1C40F, green: #2ECC71, blue: "
146146
"#3498DB)"
147147
msgstr ""
148+
"(rojo: #E74C3C, naranja: #E67E22, amarillo: #F1C40F, verde: #2ECC71, azul: "
149+
"#3498DB)"
148150

149151
#: admin_interface/models.py
150152
msgid "visible in header (marker and name)"
@@ -191,16 +193,12 @@ msgid "link hover color"
191193
msgstr "color de enlace (hover)"
192194

193195
#: admin_interface/models.py
194-
#, fuzzy
195-
#| msgid "background color"
196196
msgid "background selected color"
197-
msgstr "color de fondo"
197+
msgstr "color de fondo seleccionado"
198198

199199
#: admin_interface/models.py
200-
#, fuzzy
201-
#| msgid "link color"
202200
msgid "link selected color"
203-
msgstr "color de enlace"
201+
msgstr "color de enlace seleccionado"
204202

205203
#: admin_interface/models.py
206204
msgid "rounded corners"
@@ -267,6 +265,10 @@ msgstr "inlines tabulares plegables"
267265
msgid "collapsible tabular inlines collapsed"
268266
msgstr "inlines tabulares plegables colapsados"
269267

268+
#: admin_interface/models.py
269+
msgid "sticky actions"
270+
msgstr "anclar acciones"
271+
270272
#: admin_interface/models.py
271273
msgid "sticky submit"
272274
msgstr "anclar botón de guardar"
@@ -284,10 +286,8 @@ msgid "Themes"
284286
msgstr "Temas"
285287

286288
#: admin_interface/templates/admin/change_list.html
287-
#, fuzzy
288-
#| msgid "List Filter"
289289
msgid "Filter"
290-
msgstr "Lista de filtros"
290+
msgstr "Filtrar"
291291

292292
#. Translators: don't translate this, the django catalog already contains it
293293
#: admin_interface/templates/admin/change_list.html
@@ -307,21 +307,21 @@ msgstr ""
307307
#: admin_interface/templates/admin/edit_inline/headerless_stacked.html
308308
#: admin_interface/templates/admin/edit_inline/headerless_tabular.html
309309
msgid "Change"
310-
msgstr ""
310+
msgstr "Cambiar"
311311

312312
#: admin_interface/templates/admin/edit_inline/headerless_stacked.html
313313
#: admin_interface/templates/admin/edit_inline/headerless_tabular.html
314314
msgid "View"
315-
msgstr ""
315+
msgstr "Ver"
316316

317317
#: admin_interface/templates/admin/edit_inline/headerless_stacked.html
318318
#: admin_interface/templates/admin/edit_inline/headerless_tabular.html
319319
msgid "View on site"
320-
msgstr ""
320+
msgstr "Ver en el sitio"
321321

322322
#: admin_interface/templates/admin/edit_inline/headerless_tabular.html
323323
msgid "Delete?"
324-
msgstr ""
324+
msgstr "¿Eliminar?"
325325

326326
#: admin_interface/templates/admin/filter.html
327327
#: admin_interface/templates/admin_interface/dropdown_filter.html
@@ -331,4 +331,4 @@ msgstr " Por %(filter_title)s "
331331

332332
#: admin_interface/templates/admin/popup_response.html
333333
msgid "Popup closing..."
334-
msgstr "Cerando popup..."
334+
msgstr "Cerrando popup..."
2.1 KB
Binary file not shown.

admin_interface/locale/fa/LC_MESSAGES/django.po

Lines changed: 33 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: django-admin-interface\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-10-17 07:09-0500\n"
11+
"POT-Creation-Date: 2025-11-10 12:06-0600\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Amir Ajorloo <amirajorloo@gmail.com>\n"
1414
"Language-Team: Farsi <LL@li.org>\n"
@@ -59,27 +59,27 @@ msgstr "دکمههای حذف"
5959

6060
#: admin_interface/admin.py
6161
msgid "Navigation Bar"
62-
msgstr ""
62+
msgstr "نوار ناوبری"
6363

6464
#: admin_interface/admin.py
6565
msgid "Related Modal"
6666
msgstr "مدلهای مرتبط"
6767

6868
#: admin_interface/admin.py
6969
msgid "Form Controls"
70-
msgstr ""
70+
msgstr "کنترل‌های فرم"
7171

7272
#: admin_interface/admin.py
7373
msgid "List Filter"
7474
msgstr "فیلترهای لیست"
7575

7676
#: admin_interface/admin.py
7777
msgid "Change Form"
78-
msgstr ""
78+
msgstr "فرم تغییر"
7979

8080
#: admin_interface/admin.py
8181
msgid "Inlines"
82-
msgstr ""
82+
msgstr "فرم‌های درون خطی"
8383

8484
#: admin_interface/admin.py
8585
msgid "Recent Actions"
@@ -123,11 +123,11 @@ msgstr "لوگو"
123123

124124
#: admin_interface/models.py
125125
msgid "max width"
126-
msgstr ""
126+
msgstr "حداکثر عرض"
127127

128128
#: admin_interface/models.py
129129
msgid "max height"
130-
msgstr ""
130+
msgstr "حداکثر ارتفاع"
131131

132132
#: admin_interface/models.py
133133
msgid "(.ico|.png|.gif - 16x16|32x32 px)"
@@ -154,15 +154,15 @@ msgstr "نمایان در آیکون تب"
154154

155155
#: admin_interface/models.py
156156
msgid "Default Select"
157-
msgstr ""
157+
msgstr "انتخاب پیش‌فرض"
158158

159159
#: admin_interface/models.py
160160
msgid "Minimal Select"
161-
msgstr ""
161+
msgstr "انتخاب حداقلی"
162162

163163
#: admin_interface/models.py
164164
msgid "control"
165-
msgstr ""
165+
msgstr "کنترل"
166166

167167
#: admin_interface/models.py
168168
msgid "code"
@@ -189,16 +189,12 @@ msgid "link hover color"
189189
msgstr "رنگ لینک در حالت هاور"
190190

191191
#: admin_interface/models.py
192-
#, fuzzy
193-
#| msgid "background color"
194192
msgid "background selected color"
195-
msgstr "رنگ پسزمینه"
193+
msgstr "رنگ پس‌زمینه انتخاب شده"
196194

197195
#: admin_interface/models.py
198-
#, fuzzy
199-
#| msgid "link color"
200196
msgid "link selected color"
201-
msgstr "رنگ لینک"
197+
msgstr "رنگ لینک انتخاب شده"
202198

203199
#: admin_interface/models.py
204200
msgid "rounded corners"
@@ -222,55 +218,59 @@ msgstr "دکمه بستن نمایان باشد"
222218

223219
#: admin_interface/models.py
224220
msgid "highlight active"
225-
msgstr ""
221+
msgstr "برجسته‌سازی فعال"
226222

227223
#: admin_interface/models.py
228224
msgid "use dropdown"
229225
msgstr "استفاده از دراپ داون"
230226

231227
#: admin_interface/models.py
232228
msgid "sticky position"
233-
msgstr ""
229+
msgstr "موقعیت چسبنده"
234230

235231
#: admin_interface/models.py
236232
msgid "quick remove links for active filters at top of sidebar"
237-
msgstr ""
233+
msgstr "لینک‌های حذف سریع برای فیلترهای فعال در بالای نوار کناری"
238234

239235
#: admin_interface/models.py
240236
msgid "foldable apps"
241-
msgstr ""
237+
msgstr "برنامه‌های تاشو"
242238

243239
#: admin_interface/models.py
244240
msgid "fieldsets as tabs"
245-
msgstr ""
241+
msgstr "فیلدست‌ها به صورت تب"
246242

247243
#: admin_interface/models.py
248244
msgid "inlines as tabs"
249-
msgstr ""
245+
msgstr "فرم‌های درون خطی به صورت تب"
250246

251247
#: admin_interface/models.py
252248
msgid "collapsible stacked inlines"
253-
msgstr ""
249+
msgstr "فرم‌های درون خطی پشته‌ای جمع‌شونده"
254250

255251
#: admin_interface/models.py
256252
msgid "collapsible stacked inlines collapsed"
257-
msgstr ""
253+
msgstr "فرم‌های درون خطی پشته‌ای جمع‌شونده (جمع شده)"
258254

259255
#: admin_interface/models.py
260256
msgid "collapsible tabular inlines"
261-
msgstr ""
257+
msgstr "فرم‌های درون خطی جدولی جمع‌شونده"
262258

263259
#: admin_interface/models.py
264260
msgid "collapsible tabular inlines collapsed"
265-
msgstr ""
261+
msgstr "فرم‌های درون خطی جدولی جمع‌شونده (جمع شده)"
262+
263+
#: admin_interface/models.py
264+
msgid "sticky actions"
265+
msgstr "اقدامات چسبنده"
266266

267267
#: admin_interface/models.py
268268
msgid "sticky submit"
269-
msgstr ""
269+
msgstr "ارسال چسبنده"
270270

271271
#: admin_interface/models.py
272272
msgid "sticky pagination"
273-
msgstr ""
273+
msgstr "صفحه‌بندی چسبنده"
274274

275275
#: admin_interface/models.py
276276
msgid "Theme"
@@ -281,10 +281,8 @@ msgid "Themes"
281281
msgstr "تمها"
282282

283283
#: admin_interface/templates/admin/change_list.html
284-
#, fuzzy
285-
#| msgid "List Filter"
286284
msgid "Filter"
287-
msgstr "فیلترهای لیست"
285+
msgstr "فیلتر"
288286

289287
#. Translators: don't translate this, the django catalog already contains it
290288
#: admin_interface/templates/admin/change_list.html
@@ -304,21 +302,21 @@ msgstr ""
304302
#: admin_interface/templates/admin/edit_inline/headerless_stacked.html
305303
#: admin_interface/templates/admin/edit_inline/headerless_tabular.html
306304
msgid "Change"
307-
msgstr ""
305+
msgstr "تغییر"
308306

309307
#: admin_interface/templates/admin/edit_inline/headerless_stacked.html
310308
#: admin_interface/templates/admin/edit_inline/headerless_tabular.html
311309
msgid "View"
312-
msgstr ""
310+
msgstr "نمایش"
313311

314312
#: admin_interface/templates/admin/edit_inline/headerless_stacked.html
315313
#: admin_interface/templates/admin/edit_inline/headerless_tabular.html
316314
msgid "View on site"
317-
msgstr ""
315+
msgstr "نمایش در سایت"
318316

319317
#: admin_interface/templates/admin/edit_inline/headerless_tabular.html
320318
msgid "Delete?"
321-
msgstr ""
319+
msgstr "حذف؟"
322320

323321
#: admin_interface/templates/admin/filter.html
324322
#: admin_interface/templates/admin_interface/dropdown_filter.html
1000 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)