From c3c83d9a2648e4449b40d5cb1a28d7f00f2cb48d Mon Sep 17 00:00:00 2001 From: Kira Date: Thu, 29 Jun 2023 11:49:02 +0800 Subject: [PATCH 1/4] add indonesian translations --- .../editor/locale/id/LC_MESSAGES/django.po | 55 ++++++++ categories/locale/id/LC_MESSAGES/django.po | 128 ++++++++++++++++++ 2 files changed, 183 insertions(+) create mode 100644 categories/editor/locale/id/LC_MESSAGES/django.po create mode 100644 categories/locale/id/LC_MESSAGES/django.po diff --git a/categories/editor/locale/id/LC_MESSAGES/django.po b/categories/editor/locale/id/LC_MESSAGES/django.po new file mode 100644 index 0000000..8e367f4 --- /dev/null +++ b/categories/editor/locale/id/LC_MESSAGES/django.po @@ -0,0 +1,55 @@ +# Indonesian translation of django-categories +# Copyright (C) 2023 Kira +# This file is distributed under the same license as the django-categories package. +# Kira , 2023. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: django-categories 1.9.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-06-29 11:17+0800\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kira \n" +"Language-Team: Kira \n" +"Language: Indonesian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: .\editor\templates\admin\editor\tree_list_results.html:16 +msgid "Remove from sorting" +msgstr "Hapus dari pengurutan" + +#: .\editor\templates\admin\editor\tree_list_results.html:17 +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Mengurutkan prioritas: %(priority_number)s" + +#: .\editor\templates\admin\editor\tree_list_results.html:18 +msgid "Toggle sorting" +msgstr "Alihkan pengurutan" + +#: .\editor\tree_editor.py:243 +msgid "Database error" +msgstr "Kesalahan basis data" + +#: .\editor\tree_editor.py:280 +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "%(count)s %(name)s berhasil diubah." +msgstr[1] "%(count)s %(name)s berhasil diubah." + +#: .\editor\tree_editor.py:320 +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "%(total_count)s yang dipilih" +msgstr[1] "Semua %(total_count)s yang dipilih" + +#: .\editor\tree_editor.py:325 +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 dari %(cnt)s yang dipilih" diff --git a/categories/locale/id/LC_MESSAGES/django.po b/categories/locale/id/LC_MESSAGES/django.po new file mode 100644 index 0000000..7740001 --- /dev/null +++ b/categories/locale/id/LC_MESSAGES/django.po @@ -0,0 +1,128 @@ +# Indonesian translation of django-categories +# Copyright (C) 2023 Kira +# This file is distributed under the same license as the django-categories package. +# Kira , 2023. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: django-categories 1.9.2\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-06-29 11:17+0800\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kira \n" +"Language-Team: Kira \n" +"Language: Indonesian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: .\admin.py:58 +msgid "Meta Data" +msgstr "Meta Data" + +#: .\admin.py:65 +msgid "Advanced" +msgstr "Lanjutan" + +#: .\base.py:45 +msgid "parent" +msgstr "induk" + +#: .\base.py:47 +msgid "name" +msgstr "nama" + +#: .\base.py:48 +msgid "slug" +msgstr "slug" + +#: .\base.py:49 +msgid "active" +msgstr "aktif" + +#: .\base.py:123 +msgid "The slug must be unique among the items at its level." +msgstr "Slug harus unik di antara item-item yang ada di levelnya." + +#: .\base.py:137 +msgid "You can't set the parent of the item to itself." +msgstr "Anda tidak dapat mengatur induk dari item ke dirinya sendiri." + +#: .\base.py:139 +msgid "You can't set the parent of the item to a descendant." +msgstr "Anda tidak dapat mengatur induk item menjadi keturunan." + +#: .\base.py:172 +msgid "Deactivate selected categories and their children" +msgstr "Menonaktifkan kategori yang dipilih dan anak-anaknya" + +#: .\base.py:185 +msgid "Activate selected categories and their children" +msgstr "Mengaktifkan kategori yang dipilih dan anak-anaknya" + +#: .\models.py:104 .\models.py:138 +msgid "category" +msgstr "kategori" + +#: .\models.py:105 +msgid "categories" +msgstr "kategori" + +#: .\models.py:143 +msgid "content type" +msgstr "jenis konten" + +#: .\models.py:145 +msgid "object id" +msgstr "id objek" + +#: .\models.py:148 +msgid "relation type" +msgstr "jenis hubungan" + +#: .\models.py:152 +msgid "A generic text field to tag a relation, like 'leadphoto'." +msgstr "Bidang teks umum untuk menandai hubungan, seperti 'leadphoto'." + +#: .\registration.py:50 +#, python-format +msgid "Field configuration for %(app)s should be a string or iterable" +msgstr "Konfigurasi bidang untuk %(app)s harus berupa string atau iterable" + +#: .\registration.py:54 +msgid "`field_type` must be either `\"ForeignKey\"` or `\"ManyToManyField\"`." +msgstr "`field_type` harus salah satu dari `\"ForeignKey\"` atau `\"ManyToManyField\"`." + +#: .\registration.py:92 +#, python-format +msgid "%(settings)s doesn't recognize the value of %(app)s.%(model)s" +msgstr "%(settings)s tidak mengenali nilai %(app)s.%(model)s" + +#: .\registration.py:154 +#, python-format +msgid "%(key)s is not a model" +msgstr "%(key)s bukan merupakan model" + +#: .\registration.py:164 .\registration.py:174 +#, python-format +msgid "%(settings)s doesn't recognize the value of %(key)s" +msgstr "%(settings)s tidak mengenali nilai %(key)s" + +#: .\settings.py:35 +msgid "%(transliterator) must be a callable or a string." +msgstr "%(transliterator) harus berupa sebuah callable atau string." + +#: .\templates\admin\edit_inline\gen_coll_tabular.html:13 +msgid "Delete?" +msgstr "Hapus?" + +#: .\templates\admin\edit_inline\gen_coll_tabular.html:24 +msgid "View on site" +msgstr "Lihat di situs" + +#: .\views.py:68 .\views.py:99 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Tidak ada %(verbose_name)s yang ditemukan cocok dengan kueri" From 8ad6fc9cb94274cd6964d4de65ac63f51f4a77cf Mon Sep 17 00:00:00 2001 From: Kira Date: Thu, 29 Jun 2023 11:52:41 +0800 Subject: [PATCH 2/4] makemessages all locales --- .../editor/locale/de/LC_MESSAGES/django.po | 23 ++- .../editor/locale/fr/LC_MESSAGES/django.po | 55 ++++++ .../editor/locale/id/LC_MESSAGES/django.po | 2 +- .../editor/locale/it/LC_MESSAGES/django.po | 55 ++++++ categories/locale/de/LC_MESSAGES/django.po | 153 ++++++++------- categories/locale/fr/LC_MESSAGES/django.po | 176 ++++++++--------- categories/locale/id/LC_MESSAGES/django.po | 6 +- categories/locale/it/LC_MESSAGES/django.po | 180 +++++++++--------- 8 files changed, 395 insertions(+), 255 deletions(-) create mode 100644 categories/editor/locale/fr/LC_MESSAGES/django.po create mode 100644 categories/editor/locale/it/LC_MESSAGES/django.po diff --git a/categories/editor/locale/de/LC_MESSAGES/django.po b/categories/editor/locale/de/LC_MESSAGES/django.po index f985356..26d7739 100644 --- a/categories/editor/locale/de/LC_MESSAGES/django.po +++ b/categories/editor/locale/de/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: django-categories 1.1.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-02 12:39+0200\n" +"POT-Creation-Date: 2023-06-29 11:49+0800\n" "PO-Revision-Date: 2012-09-01 02:38+0200\n" "Last-Translator: winniehell \n" "Language-Team: winniehell \n" @@ -16,25 +16,38 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: tree_editor.py:167 +#: .\editor\templates\admin\editor\tree_list_results.html:16 +msgid "Remove from sorting" +msgstr "" + +#: .\editor\templates\admin\editor\tree_list_results.html:17 +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +#: .\editor\templates\admin\editor\tree_list_results.html:18 +msgid "Toggle sorting" +msgstr "" + +#: .\editor\tree_editor.py:243 msgid "Database error" msgstr "" -#: tree_editor.py:206 +#: .\editor\tree_editor.py:280 #, python-format msgid "%(count)s %(name)s was changed successfully." msgid_plural "%(count)s %(name)s were changed successfully." msgstr[0] "" msgstr[1] "" -#: tree_editor.py:247 +#: .\editor\tree_editor.py:320 #, python-format msgid "%(total_count)s selected" msgid_plural "All %(total_count)s selected" msgstr[0] "" msgstr[1] "" -#: tree_editor.py:252 +#: .\editor\tree_editor.py:325 #, python-format msgid "0 of %(cnt)s selected" msgstr "" diff --git a/categories/editor/locale/fr/LC_MESSAGES/django.po b/categories/editor/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000..7945cb8 --- /dev/null +++ b/categories/editor/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,55 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-06-29 11:49+0800\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: .\editor\templates\admin\editor\tree_list_results.html:16 +msgid "Remove from sorting" +msgstr "" + +#: .\editor\templates\admin\editor\tree_list_results.html:17 +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +#: .\editor\templates\admin\editor\tree_list_results.html:18 +msgid "Toggle sorting" +msgstr "" + +#: .\editor\tree_editor.py:243 +msgid "Database error" +msgstr "" + +#: .\editor\tree_editor.py:280 +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#: .\editor\tree_editor.py:320 +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#: .\editor\tree_editor.py:325 +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" diff --git a/categories/editor/locale/id/LC_MESSAGES/django.po b/categories/editor/locale/id/LC_MESSAGES/django.po index 8e367f4..f5d1951 100644 --- a/categories/editor/locale/id/LC_MESSAGES/django.po +++ b/categories/editor/locale/id/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: django-categories 1.9.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-29 11:17+0800\n" +"POT-Creation-Date: 2023-06-29 11:49+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Kira \n" "Language-Team: Kira \n" diff --git a/categories/editor/locale/it/LC_MESSAGES/django.po b/categories/editor/locale/it/LC_MESSAGES/django.po new file mode 100644 index 0000000..ff89ef7 --- /dev/null +++ b/categories/editor/locale/it/LC_MESSAGES/django.po @@ -0,0 +1,55 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-06-29 11:49+0800\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: .\editor\templates\admin\editor\tree_list_results.html:16 +msgid "Remove from sorting" +msgstr "" + +#: .\editor\templates\admin\editor\tree_list_results.html:17 +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "" + +#: .\editor\templates\admin\editor\tree_list_results.html:18 +msgid "Toggle sorting" +msgstr "" + +#: .\editor\tree_editor.py:243 +msgid "Database error" +msgstr "" + +#: .\editor\tree_editor.py:280 +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "" +msgstr[1] "" + +#: .\editor\tree_editor.py:320 +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#: .\editor\tree_editor.py:325 +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" diff --git a/categories/locale/de/LC_MESSAGES/django.po b/categories/locale/de/LC_MESSAGES/django.po index 484a707..ae91673 100644 --- a/categories/locale/de/LC_MESSAGES/django.po +++ b/categories/locale/de/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: django-categories 1.1.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-02 15:59+0200\n" +"POT-Creation-Date: 2023-06-29 11:49+0800\n" "PO-Revision-Date: 2012-09-01 02:38+0200\n" "Last-Translator: winniehell \n" "Language-Team: winniehell \n" @@ -16,139 +16,150 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: admin.py:50 +#: .\admin.py:58 msgid "Meta Data" msgstr "Meta-Daten" -#: admin.py:55 +#: .\admin.py:65 msgid "Advanced" msgstr "Erweitert" -#: base.py:41 +#: .\base.py:45 msgid "parent" msgstr "oberkategorie" -#: base.py:42 +#: .\base.py:47 msgid "name" msgstr "name" -#: base.py:43 +#: .\base.py:48 msgid "slug" msgstr "slug" -#: base.py:44 +#: .\base.py:49 msgid "active" msgstr "aktiv" -#: base.py:99 +#: .\base.py:123 msgid "The slug must be unique among the items at its level." msgstr "Der Slug muss eindeutig innerhalb der Kategorien einer Ebene sein." -#: base.py:109 +#: .\base.py:137 msgid "You can't set the parent of the item to itself." msgstr "Eine Kategorie kann nicht Oberkategorie von sich selbst sein." -#: base.py:112 +#: .\base.py:139 msgid "You can't set the parent of the item to a descendant." msgstr "Die Oberkategorie kann keine untergeordnete Kategorie sein." -#: base.py:143 +#: .\base.py:172 msgid "Deactivate selected categories and their children" msgstr "Markierte Kategorien und ihre Unterkategorien deaktivieren" -#: base.py:156 +#: .\base.py:185 msgid "Activate selected categories and their children" msgstr "Markierte Kategorien und ihre Unterkategorien aktivieren" -#: migration.py:21 migration.py:91 -msgid "%(dependency) must be installed for this command to work" -msgstr "" -"%(dependency) muss installiert sein, damit dieses Kommando funktioniert" - -#: migration.py:43 -msgid "Added ForeignKey %(field_name) to %(model_name)" -msgstr "Fremdschlüssel %(field_name) zu %(model_name) hinzugefügt" - -#: migration.py:49 -msgid "ForeignKey %(field_name) to %(model_name) already exists" -msgstr "Fremdschlüssel %(field_name) zu %(model_name) existiert bereits" - -#: migration.py:66 -msgid "Added Many2Many table between %(model_name) and %(category_table)" -msgstr "M:N-Beziehung zwischen %(model_name) und %(category_table) hinzugefügt" - -#: migration.py:72 -msgid "" -"Many2Many table between %(model_name) and %(category_table) already exists" -msgstr "" -"M:N-Beziehung zwischen %(model_name) und %(category_table) existiert bereits" - -#: migration.py:98 -msgid "Dropping ForeignKey %(field_name) from %(model_name)" -msgstr "Entferne Fremdschlüssel %(field_name) zu %(model_name)" - -#: migration.py:109 -msgid "Dropping Many2Many table between %(model_name) and %(category_table)" -msgstr "Entferne M:N-Beziehung zwischen %(model_name) und %(category_table)" - -#: models.py:91 models.py:122 +#: .\models.py:104 .\models.py:138 msgid "category" msgstr "kategorie" -#: models.py:92 +#: .\models.py:105 msgid "categories" msgstr "kategorien" -#: models.py:124 +#: .\models.py:143 msgid "content type" msgstr "content type" -#: models.py:125 +#: .\models.py:145 msgid "object id" msgstr "objekt-ID" -#: models.py:127 +#: .\models.py:148 msgid "relation type" msgstr "relationstyp" -#: models.py:131 +#: .\models.py:152 msgid "A generic text field to tag a relation, like 'leadphoto'." msgstr "" "Ein generisches Textfeld um eine Relation zu bezeichnen, z.B. 'leadphoto'" -#: registration.py:45 +#: .\registration.py:50 #, python-format -msgid "%(key) is not a model" -msgstr "%(key) ist kein Model" +msgid "Field configuration for %(app)s should be a string or iterable" +msgstr "" -#: registration.py:54 registration.py:62 -msgid "%(settings) doesn't recognize the value of %(key)" +#: .\registration.py:54 +msgid "`field_type` must be either `\"ForeignKey\"` or `\"ManyToManyField\"`." +msgstr "" + +#: .\registration.py:92 +#, fuzzy, python-format +#| msgid "%(settings) doesn't recognize the value of %(key)" +msgid "%(settings)s doesn't recognize the value of %(app)s.%(model)s" msgstr "%(settings) erkennt den Wert von %(key) nicht" -#: settings.py:33 +#: .\registration.py:154 +#, fuzzy, python-format +#| msgid "%(key) is not a model" +msgid "%(key)s is not a model" +msgstr "%(key) ist kein Model" + +#: .\registration.py:164 .\registration.py:174 +#, fuzzy, python-format +#| msgid "%(settings) doesn't recognize the value of %(key)" +msgid "%(settings)s doesn't recognize the value of %(key)s" +msgstr "%(settings) erkennt den Wert von %(key) nicht" + +#: .\settings.py:35 msgid "%(transliterator) must be a callable or a string." msgstr "%(transliterator) muss callable oder string sein" -#: settings.py:39 -#, python-format -msgid "%(deprecated_setting) is deprecated; use %(replacement)s instead." -msgstr "" -"%(deprecated_setting) ist veraltet und wurde durch %(replacement)s ersetzt." +#: .\templates\admin\edit_inline\gen_coll_tabular.html:13 +msgid "Delete?" +msgstr "Löschen?" -#: views.py:73 -msgid "Category detail view %(view) must be called with a %(path_field)." -msgstr "" -"Kategorie-Detailansicht %(view) muss ein %(path_field) übergeben bekommen." +#: .\templates\admin\edit_inline\gen_coll_tabular.html:24 +msgid "View on site" +msgstr "Anzeigen" -#: views.py:80 +#: .\views.py:68 .\views.py:99 #, python-format msgid "No %(verbose_name)s found matching the query" msgstr "Es wurde kein passendes Objekt für %(verbose_name)s gefunden" -#: templates/admin/edit_inline/gen_coll_tabular.html:13 -msgid "Delete?" -msgstr "Löschen?" +#~ msgid "%(dependency) must be installed for this command to work" +#~ msgstr "" +#~ "%(dependency) muss installiert sein, damit dieses Kommando funktioniert" -#: templates/admin/edit_inline/gen_coll_tabular.html:24 -msgid "View on site" -msgstr "Anzeigen" +#~ msgid "Added ForeignKey %(field_name) to %(model_name)" +#~ msgstr "Fremdschlüssel %(field_name) zu %(model_name) hinzugefügt" + +#~ msgid "ForeignKey %(field_name) to %(model_name) already exists" +#~ msgstr "Fremdschlüssel %(field_name) zu %(model_name) existiert bereits" + +#~ msgid "Added Many2Many table between %(model_name) and %(category_table)" +#~ msgstr "" +#~ "M:N-Beziehung zwischen %(model_name) und %(category_table) hinzugefügt" + +#~ msgid "" +#~ "Many2Many table between %(model_name) and %(category_table) already exists" +#~ msgstr "" +#~ "M:N-Beziehung zwischen %(model_name) und %(category_table) existiert " +#~ "bereits" + +#~ msgid "Dropping ForeignKey %(field_name) from %(model_name)" +#~ msgstr "Entferne Fremdschlüssel %(field_name) zu %(model_name)" + +#~ msgid "Dropping Many2Many table between %(model_name) and %(category_table)" +#~ msgstr "Entferne M:N-Beziehung zwischen %(model_name) und %(category_table)" + +#~ msgid "%(deprecated_setting) is deprecated; use %(replacement)s instead." +#~ msgstr "" +#~ "%(deprecated_setting) ist veraltet und wurde durch %(replacement)s " +#~ "ersetzt." + +#~ msgid "Category detail view %(view) must be called with a %(path_field)." +#~ msgstr "" +#~ "Kategorie-Detailansicht %(view) muss ein %(path_field) übergeben bekommen." diff --git a/categories/locale/fr/LC_MESSAGES/django.po b/categories/locale/fr/LC_MESSAGES/django.po index a112300..1cc50e6 100644 --- a/categories/locale/fr/LC_MESSAGES/django.po +++ b/categories/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-19 16:53+0200\n" +"POT-Creation-Date: 2023-06-29 11:49+0800\n" "PO-Revision-Date: 2015-05-19 16:59+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,162 +18,164 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: admin.py:50 +#: .\admin.py:58 msgid "Meta Data" msgstr "Meta donnée" -#: admin.py:55 +#: .\admin.py:65 msgid "Advanced" msgstr "Avancé" -#: base.py:41 +#: .\base.py:45 msgid "parent" msgstr "parent" -#: base.py:42 +#: .\base.py:47 msgid "name" msgstr "nom" -#: base.py:43 +#: .\base.py:48 msgid "slug" msgstr "slug" -#: base.py:44 +#: .\base.py:49 msgid "active" msgstr "actif" -#: base.py:105 +#: .\base.py:123 msgid "The slug must be unique among the items at its level." msgstr "Le slug doit être unique parmi les items d'un même niveau." -#: base.py:115 +#: .\base.py:137 msgid "You can't set the parent of the item to itself." msgstr "Il n'est pas possible choisir l'item lui-même comme parent." -#: base.py:118 +#: .\base.py:139 msgid "You can't set the parent of the item to a descendant." -msgstr "Il n'est pas possible de choisir le parent de l'item pour un de ses descendants." +msgstr "" +"Il n'est pas possible de choisir le parent de l'item pour un de ses " +"descendants." -#: base.py:149 +#: .\base.py:172 msgid "Deactivate selected categories and their children" msgstr "Désactiver les catégories sélectionnées et leurs descendants." -#: base.py:162 +#: .\base.py:185 msgid "Activate selected categories and their children" msgstr "Activer les catégories sélectionnées et leurs descendants." -#: migration.py:21 migration.py:94 -msgid "%(dependency) must be installed for this command to work" -msgstr "%(dependency) doit être installée pour que cela fonctionne" - -#: migration.py:46 -msgid "Added ForeignKey %(field_name) to %(model_name)" -msgstr "ForeignKey %(field_name) ajoutée à %(model_name)" - -#: migration.py:52 -msgid "ForeignKey %(field_name) to %(model_name) already exists" -msgstr "La ForeignKey %(field_name) de %(model_name) existe déjà" - -#: migration.py:69 -msgid "Added Many2Many table between %(model_name) and %(category_table)" -msgstr "La table Many2Many entre %(model_name) et %(category_table) a été ajoutée" - -#: migration.py:75 -msgid "" -"Many2Many table between %(model_name) and %(category_table) already exists" -msgstr "La table Many2Many entre %(model_name) et %(category_table) existe déjà" - -#: migration.py:101 -msgid "Dropping ForeignKey %(field_name) from %(model_name)" -msgstr "Suppression de la ForeignKey %(field_name) de %(model_name)" - -#: migration.py:112 -msgid "Dropping Many2Many table between %(model_name) and %(category_table)" -msgstr "Suppression de la table Many2Many entre %(model_name) et %(category_table)" - -#: models.py:91 models.py:122 +#: .\models.py:104 .\models.py:138 msgid "category" msgstr "catégorie" -#: models.py:92 +#: .\models.py:105 msgid "categories" msgstr "catégories" -#: models.py:124 +#: .\models.py:143 msgid "content type" msgstr "type de contenu" -#: models.py:125 +#: .\models.py:145 msgid "object id" msgstr "object id" -#: models.py:127 +#: .\models.py:148 msgid "relation type" msgstr "type de relation" -#: models.py:131 +#: .\models.py:152 msgid "A generic text field to tag a relation, like 'leadphoto'." msgstr "Un champ texte générique pour marquer la relation, comme 'leadphoto'." -#: registration.py:46 +#: .\registration.py:50 +#, python-format +msgid "Field configuration for %(app)s should be a string or iterable" +msgstr "" + +#: .\registration.py:54 +msgid "`field_type` must be either `\"ForeignKey\"` or `\"ManyToManyField\"`." +msgstr "" + +#: .\registration.py:92 +#, fuzzy, python-format +#| msgid "%(settings)s doesn't recognize the value of %(key)s" +msgid "%(settings)s doesn't recognize the value of %(app)s.%(model)s" +msgstr "%(settings)s n'accepte pas la valeure %(key)s" + +#: .\registration.py:154 #, python-format msgid "%(key)s is not a model" msgstr "%(key)s n'est pas un modèle" -#: registration.py:55 registration.py:63 +#: .\registration.py:164 .\registration.py:174 #, python-format msgid "%(settings)s doesn't recognize the value of %(key)s" msgstr "%(settings)s n'accepte pas la valeure %(key)s" -#: settings.py:30 +#: .\settings.py:35 msgid "%(transliterator) must be a callable or a string." msgstr "%(transliterator) doit être un exécutable ou une chaîne." -#: views.py:73 +#: .\templates\admin\edit_inline\gen_coll_tabular.html:13 +msgid "Delete?" +msgstr "Supprimer ?" + +#: .\templates\admin\edit_inline\gen_coll_tabular.html:24 +msgid "View on site" +msgstr "Voir sur le site" + +#: .\views.py:68 .\views.py:99 #, python-format msgid "No %(verbose_name)s found matching the query" msgstr "Aucun(e) %(verbose_name)s ne correspond à la requête" -#: editor/tree_editor.py:167 -msgid "Database error" -msgstr "Erreur de base données" +#~ msgid "%(dependency) must be installed for this command to work" +#~ msgstr "%(dependency) doit être installée pour que cela fonctionne" -#: editor/tree_editor.py:206 -#, python-format -msgid "%(count)s %(name)s was changed successfully." -msgid_plural "%(count)s %(name)s were changed successfully." -msgstr[0] "%(count)s %(name)s modifié·e avec succès." -msgstr[1] "%(count)s %(name)s modifié·e·s avec succès." +#~ msgid "Added ForeignKey %(field_name) to %(model_name)" +#~ msgstr "ForeignKey %(field_name) ajoutée à %(model_name)" -#: editor/tree_editor.py:247 -#, python-format -msgid "%(total_count)s selected" -msgid_plural "All %(total_count)s selected" -msgstr[0] "%(total_count)s sélectionné·e" -msgstr[1] "%(total_count)s sélectionné·e·s" +#~ msgid "ForeignKey %(field_name) to %(model_name) already exists" +#~ msgstr "La ForeignKey %(field_name) de %(model_name) existe déjà" -#: editor/tree_editor.py:252 -#, python-format -msgid "0 of %(cnt)s selected" -msgstr "0 sur %(cnt)s sélectionné·e·s" +#~ msgid "Added Many2Many table between %(model_name) and %(category_table)" +#~ msgstr "" +#~ "La table Many2Many entre %(model_name) et %(category_table) a été ajoutée" -#: editor/templates/admin/editor/tree_list_results.html:16 -msgid "Remove from sorting" -msgstr "Enlever du tri" +#~ msgid "" +#~ "Many2Many table between %(model_name) and %(category_table) already exists" +#~ msgstr "" +#~ "La table Many2Many entre %(model_name) et %(category_table) existe déjà" -#: editor/templates/admin/editor/tree_list_results.html:17 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "Priorité de tri : %(priority_number)s" +#~ msgid "Dropping ForeignKey %(field_name) from %(model_name)" +#~ msgstr "Suppression de la ForeignKey %(field_name) de %(model_name)" -#: editor/templates/admin/editor/tree_list_results.html:18 -msgid "Toggle sorting" -msgstr "Inverser le tri" +#~ msgid "Dropping Many2Many table between %(model_name) and %(category_table)" +#~ msgstr "" +#~ "Suppression de la table Many2Many entre %(model_name) et %(category_table)" -#: templates/admin/edit_inline/gen_coll_tabular.html:13 -msgid "Delete?" -msgstr "Supprimer ?" +#~ msgid "Database error" +#~ msgstr "Erreur de base données" -#: templates/admin/edit_inline/gen_coll_tabular.html:24 -msgid "View on site" -msgstr "Voir sur le site" +#~ msgid "%(count)s %(name)s was changed successfully." +#~ msgid_plural "%(count)s %(name)s were changed successfully." +#~ msgstr[0] "%(count)s %(name)s modifié·e avec succès." +#~ msgstr[1] "%(count)s %(name)s modifié·e·s avec succès." + +#~ msgid "%(total_count)s selected" +#~ msgid_plural "All %(total_count)s selected" +#~ msgstr[0] "%(total_count)s sélectionné·e" +#~ msgstr[1] "%(total_count)s sélectionné·e·s" + +#~ msgid "0 of %(cnt)s selected" +#~ msgstr "0 sur %(cnt)s sélectionné·e·s" + +#~ msgid "Remove from sorting" +#~ msgstr "Enlever du tri" + +#~ msgid "Sorting priority: %(priority_number)s" +#~ msgstr "Priorité de tri : %(priority_number)s" + +#~ msgid "Toggle sorting" +#~ msgstr "Inverser le tri" diff --git a/categories/locale/id/LC_MESSAGES/django.po b/categories/locale/id/LC_MESSAGES/django.po index 7740001..678d77c 100644 --- a/categories/locale/id/LC_MESSAGES/django.po +++ b/categories/locale/id/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: django-categories 1.9.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-29 11:17+0800\n" +"POT-Creation-Date: 2023-06-29 11:49+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Kira \n" "Language-Team: Kira \n" @@ -93,7 +93,9 @@ msgstr "Konfigurasi bidang untuk %(app)s harus berupa string atau iterable" #: .\registration.py:54 msgid "`field_type` must be either `\"ForeignKey\"` or `\"ManyToManyField\"`." -msgstr "`field_type` harus salah satu dari `\"ForeignKey\"` atau `\"ManyToManyField\"`." +msgstr "" +"`field_type` harus salah satu dari `\"ForeignKey\"` atau `\"ManyToManyField" +"\"`." #: .\registration.py:92 #, python-format diff --git a/categories/locale/it/LC_MESSAGES/django.po b/categories/locale/it/LC_MESSAGES/django.po index 32f3f2d..ef3635d 100644 --- a/categories/locale/it/LC_MESSAGES/django.po +++ b/categories/locale/it/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-06-05 12:22+0200\n" +"POT-Creation-Date: 2023-06-29 11:49+0800\n" "PO-Revision-Date: 2013-06-05 12:48+0200\n" "Last-Translator: Iacopo Spalletti\n" "Language-Team: Italian \n" @@ -17,167 +17,169 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1)\n" "X-Generator: Lokalize 1.5\n" -#: admin.py:50 +#: .\admin.py:58 msgid "Meta Data" msgstr "Metadati" -#: admin.py:55 +#: .\admin.py:65 msgid "Advanced" msgstr "Avanzate" -#: base.py:41 +#: .\base.py:45 msgid "parent" msgstr "livello superiore" -#: base.py:42 +#: .\base.py:47 msgid "name" msgstr "nome" -#: base.py:43 +#: .\base.py:48 msgid "slug" msgstr "slug" -#: base.py:44 +#: .\base.py:49 msgid "active" msgstr "attivo" -#: base.py:104 +#: .\base.py:123 msgid "The slug must be unique among the items at its level." msgstr "Lo slug deve essere unico fra gli elementi allo stesso livello." -#: base.py:114 +#: .\base.py:137 msgid "You can't set the parent of the item to itself." msgstr "" "Non è possibile selezionare come livello superiore di un elemento l'elemento " "stesso." -#: base.py:117 +#: .\base.py:139 msgid "You can't set the parent of the item to a descendant." msgstr "" "Non è possibile selezionare come livello superiore di un elemento uno dei " "suoi discendenti." -#: base.py:148 +#: .\base.py:172 msgid "Deactivate selected categories and their children" msgstr "Disattiva le categorie selezionate e i discendenti" -#: base.py:161 +#: .\base.py:185 msgid "Activate selected categories and their children" msgstr "Attiva le categorie selezionate e i discendenti" -#: migration.py:21 migration.py:94 -msgid "%(dependency) must be installed for this command to work" -msgstr "%(dependency) deve essere installato per far funzionare il comando" - -#: migration.py:46 -msgid "Added ForeignKey %(field_name) to %(model_name)" -msgstr "Aggiunta ForeignKey %(field_name) a %(model_name)" - -#: migration.py:52 -msgid "ForeignKey %(field_name) to %(model_name) already exists" -msgstr "La ForeignKey %(field_name) a %(model_name) esiste già" - -#: migration.py:69 -msgid "Added Many2Many table between %(model_name) and %(category_table)" -msgstr "Aggiunta tabella Many2Many fra %(model_name) e %(category_table)" - -#: migration.py:75 -msgid "" -"Many2Many table between %(model_name) and %(category_table) already exists" -msgstr "La tabella Many2Many fra %(model_name) e %(category_table) esiste già" - -#: migration.py:101 -msgid "Dropping ForeignKey %(field_name) from %(model_name)" -msgstr "Eliminazione ForeignKey %(field_name) da %(model_name)" - -#: migration.py:112 -msgid "Dropping Many2Many table between %(model_name) and %(category_table)" -msgstr "" -"Eliminazione della tabella Many2Many fra %(model_name) e %(category_table)" - -#: models.py:91 models.py:122 +#: .\models.py:104 .\models.py:138 msgid "category" msgstr "categoria" -#: models.py:92 +#: .\models.py:105 msgid "categories" msgstr "categorie" -#: models.py:124 +#: .\models.py:143 msgid "content type" msgstr "content type" -#: models.py:125 +#: .\models.py:145 msgid "object id" msgstr "object id" -#: models.py:127 +#: .\models.py:148 msgid "relation type" msgstr "tipo di relazione" -#: models.py:131 +#: .\models.py:152 msgid "A generic text field to tag a relation, like 'leadphoto'." msgstr "" "Un campo di testo generico per marcare la relazione, ad es: 'leadphoto'." -#: registration.py:45 +#: .\registration.py:50 +#, python-format +msgid "Field configuration for %(app)s should be a string or iterable" +msgstr "" + +#: .\registration.py:54 +msgid "`field_type` must be either `\"ForeignKey\"` or `\"ManyToManyField\"`." +msgstr "" + +#: .\registration.py:92 +#, fuzzy, python-format +#| msgid "%(settings)s doesn't recognize the value of %(key)" +msgid "%(settings)s doesn't recognize the value of %(app)s.%(model)s" +msgstr "%(settings)s non riconosce il valore di %(key)" + +#: .\registration.py:154 #, python-format msgid "%(key)s is not a model" msgstr "%(key)s non è un model" -#: registration.py:54 registration.py:62 -msgid "%(settings)s doesn't recognize the value of %(key)" +#: .\registration.py:164 .\registration.py:174 +#, fuzzy, python-format +#| msgid "%(settings)s doesn't recognize the value of %(key)" +msgid "%(settings)s doesn't recognize the value of %(key)s" msgstr "%(settings)s non riconosce il valore di %(key)" -#: settings.py:30 -msgid "%(transliterator)s must be a callable or a string." +#: .\settings.py:35 +#, fuzzy +#| msgid "%(transliterator)s must be a callable or a string." +msgid "%(transliterator) must be a callable or a string." msgstr "%(transliterator)s deve essere un callable o una stringa." -#: views.py:73 +#: .\templates\admin\edit_inline\gen_coll_tabular.html:13 +msgid "Delete?" +msgstr "Cancella?" + +#: .\templates\admin\edit_inline\gen_coll_tabular.html:24 +msgid "View on site" +msgstr "Vedi sul sito" + +#: .\views.py:68 .\views.py:99 #, python-format msgid "No %(verbose_name)s found matching the query" msgstr "Nessun %(verbose_name)s corrispondente alla ricerca" -#: editor/tree_editor.py:167 -msgid "Database error" -msgstr "Errore di database" +#~ msgid "%(dependency) must be installed for this command to work" +#~ msgstr "%(dependency) deve essere installato per far funzionare il comando" -#: editor/tree_editor.py:206 -#, python-format -msgid "%(count)s %(name)s was changed successfully." -msgid_plural "%(count)s %(name)s were changed successfully." -msgstr[0] "%(count)s %(name)s modificati." -msgstr[1] "" +#~ msgid "Added ForeignKey %(field_name) to %(model_name)" +#~ msgstr "Aggiunta ForeignKey %(field_name) a %(model_name)" -#: editor/tree_editor.py:247 -#, python-format -msgid "%(total_count)s selected" -msgid_plural "All %(total_count)s selected" -msgstr[0] "%(total_count)s selezionati" -msgstr[1] "" +#~ msgid "ForeignKey %(field_name) to %(model_name) already exists" +#~ msgstr "La ForeignKey %(field_name) a %(model_name) esiste già" -#: editor/tree_editor.py:252 -#, python-format -msgid "0 of %(cnt)s selected" -msgstr "selezionati 0 su %(cnt)s" +#~ msgid "Added Many2Many table between %(model_name) and %(category_table)" +#~ msgstr "Aggiunta tabella Many2Many fra %(model_name) e %(category_table)" -#: editor/templates/admin/editor/tree_list_results.html:16 -msgid "Remove from sorting" -msgstr "Rimuovi dall'ordinamento" +#~ msgid "" +#~ "Many2Many table between %(model_name) and %(category_table) already exists" +#~ msgstr "" +#~ "La tabella Many2Many fra %(model_name) e %(category_table) esiste già" -#: editor/templates/admin/editor/tree_list_results.html:17 -#, python-format -msgid "Sorting priority: %(priority_number)s" -msgstr "Priorità di ordinamento: %(priority_number)s" +#~ msgid "Dropping ForeignKey %(field_name) from %(model_name)" +#~ msgstr "Eliminazione ForeignKey %(field_name) da %(model_name)" -#: editor/templates/admin/editor/tree_list_results.html:18 -msgid "Toggle sorting" -msgstr "Inverti ordinamento" +#~ msgid "Dropping Many2Many table between %(model_name) and %(category_table)" +#~ msgstr "" +#~ "Eliminazione della tabella Many2Many fra %(model_name) e %(category_table)" -#: templates/admin/edit_inline/gen_coll_tabular.html:13 -msgid "Delete?" -msgstr "Cancella?" +#~ msgid "Database error" +#~ msgstr "Errore di database" -#: templates/admin/edit_inline/gen_coll_tabular.html:24 -msgid "View on site" -msgstr "Vedi sul sito" +#~ msgid "%(count)s %(name)s was changed successfully." +#~ msgid_plural "%(count)s %(name)s were changed successfully." +#~ msgstr[0] "%(count)s %(name)s modificati." +#~ msgstr[1] "" + +#~ msgid "%(total_count)s selected" +#~ msgid_plural "All %(total_count)s selected" +#~ msgstr[0] "%(total_count)s selezionati" +#~ msgstr[1] "" + +#~ msgid "0 of %(cnt)s selected" +#~ msgstr "selezionati 0 su %(cnt)s" + +#~ msgid "Remove from sorting" +#~ msgstr "Rimuovi dall'ordinamento" + +#~ msgid "Sorting priority: %(priority_number)s" +#~ msgstr "Priorità di ordinamento: %(priority_number)s" + +#~ msgid "Toggle sorting" +#~ msgstr "Inverti ordinamento" From 161056cac031234a74f0925716b341bcedbb2232 Mon Sep 17 00:00:00 2001 From: Kira Date: Thu, 29 Jun 2023 11:56:46 +0800 Subject: [PATCH 3/4] compilemessages all locales --- .../editor/locale/de/LC_MESSAGES/django.mo | Bin 443 -> 443 bytes categories/locale/de/LC_MESSAGES/django.mo | Bin 3595 -> 2028 bytes categories/locale/fr/LC_MESSAGES/django.mo | Bin 3976 -> 2260 bytes categories/locale/it/LC_MESSAGES/django.mo | Bin 3877 -> 2003 bytes 4 files changed, 0 insertions(+), 0 deletions(-) diff --git a/categories/editor/locale/de/LC_MESSAGES/django.mo b/categories/editor/locale/de/LC_MESSAGES/django.mo index c1b6e64d8c72ce9b3b39c19d08cc52647fe85604..84076985216b9859718967617b23234f3ce38683 100644 GIT binary patch delta 28 jcmdnZyqkH#L_s5CT>~>+BTEHCLn{+YZ3ByqizFEVbB_mT delta 28 jcmdnZyqkH#L_tF%T?0#910w}PBP(M|Z3Cl?izFEVa{UKd diff --git a/categories/locale/de/LC_MESSAGES/django.mo b/categories/locale/de/LC_MESSAGES/django.mo index 9cf93798ef68d476762cce69dc65e47afd073c60..260d53d676e61b3050c4f3d19173ce7396dd6bad 100644 GIT binary patch delta 594 zcmX}pJ4ixd6u|NCrfELPvr8oOLNVV zfm4f9lu%nC)anvZdqn>umkyl!`@G-%&Nq`9xPGA|>e`CK}?o7u_hM%7|C_tM!-eM_bE zv@u`}*;9H(&+GG*IopZmjZOr^)4^zbC=y9b#>c|3%8T8v84r#d$5L)zr$jDqthtse ISMF`?593WlUH||9 literal 3595 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 U#y}yo$@dS;nb2$(5MgG11SA5ODF6Tf diff --git a/categories/locale/it/LC_MESSAGES/django.mo b/categories/locale/it/LC_MESSAGES/django.mo index b5312781dcb1a2da1c40869d6313d4a3c0410ef0..7ddd78d3bed4494a6676fa141a575fc9119a71f5 100644 GIT binary patch delta 611 zcmXxhJxD@P6u|NO%C9uD@0N;J5EvGIm1R*zQ_$QNfs{k^A*2{t(9#^i#i@oGDhLEg z+KQrCTHG3fmZqTE8v7r89XS5(d&hgvdGB5JSAB>Z z=xR_Zi1X;e9Sq|>IyJR{b4!8S(>rxW8goY5{X713#ji`-Ktw#U}cz0H;Y|9HTgk3EV+xaEr_M zgiF}RW3p5kl!5Y=M<@dyqYQj%-9N`Ru5T>wt@;ZZ^sg0Lk-?RZ>>?#P>nIOO!~bBP zVtCa-@>Xk2TTq%x$WZbo<)I|xA=+!J`lnPw{*Bb$aK>EEn4ax))=ZjP>9y3RF50#n zx#ae0YE56*r}e92LN7XFsD)&#r_rf2*`{7G)3H}_u2mT&D3jYk(-~;b&^k0Y1aQ{R2 zKKMs?2L26xMCP%09?nCt>scuBzXv}6e>8pmGbncb4zg6;hcR<-4vJk5@=xYJ3^84u zhN7K5Ux(&KM!~C-6s4j&tGHmlklJL<8Tq-E%+1^KaZjK=Oy?M{0)2>{vC>4 zi|=pzu?3&t{>Ko}>bLMX{1X)a{~L;3CouLgcp5$fx8axIuiz#4I+XQiF!~XA7K&a6 z3;2C_9=;02kN<)Esbe_rTktr%1_PA+{~C(k*QWdfM1}e*6o36|`uxA}0q)9CDNq27;-?ybsqi)xx)EiaRq;=?I8|{&^OFOi_w7xqzr3a&w^|sZ{r);VU*}V{T zzTr?71_R?uorB&9@g{0++6jj6%7?6t9)!|XJWe)e=lh9wWw6OFWF2ic^u4=f5oPt* zR3ocHkIje(mgIo8t=S%vt!y{jQms}MbB=h)i)ehRT(;5V5K%X?-smpIo9zlM5zA7J z7}QejMrpV9I?1Dd|D|gfCh02<8cq8Pn&{C`2 z?8YWrJ(GprZ2KWPn{@4~8`eb}@2WCduU5+vk6sGVy1swbPS{+nZL2<0@$CG`+KbJD z>HH1jC(H6r=Xy)qHt$&L_s^}>5hjiP$yPn}6cWb9cX8#K;fYCB+ZaPsYu3C;+t)ah zY|pE;7=}Zt}LD$^;5AKczosg z&Ef(fAbDGGTDGH?+e?oW?Z=AtS-rH}SzbQfUT(LUSX{MZC(;g`_vlJ9Z{4I^Y}VyQ zN=-*!Hr+4``h}qsNy^>aI+b{2`nK4#X25&unKNF0boBEp{0ro=s+18sx=8XIyKdDHe$ca%me z{?rZ~buN-OPObL)j;{f8bO|;Xxv!DTR?q}2ol)IS?s;)|lUWZbga98dcJC0^PDs?O{mCZ98dAv#cVRr~{-)Ba9^!3yiO041Y{D2a=LZvm!I>ONZ9~ tLwL1tM^CdkI+(4u Date: Thu, 29 Jun 2023 15:07:09 +0800 Subject: [PATCH 4/4] update de locale package version --- categories/editor/locale/de/LC_MESSAGES/django.po | 2 +- categories/locale/de/LC_MESSAGES/django.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/categories/editor/locale/de/LC_MESSAGES/django.po b/categories/editor/locale/de/LC_MESSAGES/django.po index 26d7739..f1989c5 100644 --- a/categories/editor/locale/de/LC_MESSAGES/django.po +++ b/categories/editor/locale/de/LC_MESSAGES/django.po @@ -4,7 +4,7 @@ # winniehell , 2012. msgid "" msgstr "" -"Project-Id-Version: django-categories 1.1.4\n" +"Project-Id-Version: django-categories 1.9.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-06-29 11:49+0800\n" "PO-Revision-Date: 2012-09-01 02:38+0200\n" diff --git a/categories/locale/de/LC_MESSAGES/django.po b/categories/locale/de/LC_MESSAGES/django.po index ae91673..5c42b20 100644 --- a/categories/locale/de/LC_MESSAGES/django.po +++ b/categories/locale/de/LC_MESSAGES/django.po @@ -4,7 +4,7 @@ # winniehell , 2012. msgid "" msgstr "" -"Project-Id-Version: django-categories 1.1.4\n" +"Project-Id-Version: django-categories 1.9.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-06-29 11:49+0800\n" "PO-Revision-Date: 2012-09-01 02:38+0200\n"