Przeglądaj źródła

Add missing string

Denis K 8 lat temu
rodzic
commit
2de74cd076

BIN
jet/locale/en/LC_MESSAGES/djangojs.mo


+ 4 - 0
jet/locale/en/LC_MESSAGES/djangojs.po

@@ -38,3 +38,7 @@ msgstr ""
 #: static/jet/js/src/features/selects.js:112
 msgid "deselect all"
 msgstr ""
+
+#: static/jet/js/src/layout-updaters/changeform-tabs.js:15 static/jet/js/src/layout-updaters/changeform-tabs.js:30
+msgid "General"
+msgstr "Общее"

BIN
jet/locale/ru/LC_MESSAGES/djangojs.mo


+ 4 - 0
jet/locale/ru/LC_MESSAGES/djangojs.po

@@ -38,3 +38,7 @@ msgstr "выбрать все"
 #: static/jet/js/src/features/selects.js:112
 msgid "deselect all"
 msgstr "убрать все"
+
+#: static/jet/js/src/layout-updaters/changeform-tabs.js:15 static/jet/js/src/layout-updaters/changeform-tabs.js:30
+msgid "General"
+msgstr "Общее"

Plik diff jest za duży
+ 0 - 0
jet/static/jet/js/build/bundle.min.js


+ 1 - 1
jet/static/jet/js/src/layout-updaters/changeform-tabs.js

@@ -27,7 +27,7 @@ ChangeFormTabsUpdater.prototype = {
         $inlines.each(function(i) {
             var $inline = $(this);
             var $header = $inline.find('> h2, > fieldset.module > h2, .tabular.inline-related > .module > h2').first();
-            var title = $header.length != 0 ? $header.html() : t('Tab');
+            var title = $header.length != 0 ? $header.html() : t('General');
             var className = 'inline_' + i;
 
             $inline.addClass(className);

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików