mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix missing trailing »"« in src/gui/html/js/l10n.js.
This commit is contained in:
@@ -968,7 +968,7 @@ msgstr ""
|
||||
|
||||
#: gui/html/js/l10n.js:314
|
||||
msgid ""
|
||||
"Plugins can be drag and dropped from the sidebar into editors' \"load after, "
|
||||
"Plugins can be drag and dropped from the sidebar into editors' \"load after\", "
|
||||
"\"requirements\" and \"incompatibility\" tables."
|
||||
msgstr ""
|
||||
"Plugins kan trækkes og slippes fra sidebjælken ind i redigeringsvinduets "
|
||||
|
||||
@@ -966,7 +966,7 @@ msgstr ""
|
||||
|
||||
#: resources/report/js/l10n.js:314
|
||||
msgid ""
|
||||
"Plugins can be drag and dropped from the sidebar into editors' \"load after, "
|
||||
"Plugins can be drag and dropped from the sidebar into editors' \"load after\", "
|
||||
"\"requirements\" and \"incompatibility\" tables."
|
||||
msgstr ""
|
||||
"Plugins können per Drag-and-Drop von der Sidebar in die Tabellen \"Lade nach"
|
||||
|
||||
@@ -979,7 +979,7 @@ msgstr ""
|
||||
|
||||
#: resources/report/js/l10n.js:314
|
||||
msgid ""
|
||||
"Plugins can be drag and dropped from the sidebar into editors' \"load after, "
|
||||
"Plugins can be drag and dropped from the sidebar into editors' \"load after\", "
|
||||
"\"requirements\" and \"incompatibility\" tables."
|
||||
msgstr ""
|
||||
"Les plugins peuvent être déplacés de la barre latérale vers les panneaux "
|
||||
|
||||
@@ -823,7 +823,7 @@ msgstr ""
|
||||
|
||||
#: resources/report/js/l10n.js:308
|
||||
msgid ""
|
||||
"Plugins can be drag and dropped from the sidebar into editors' \"load after, "
|
||||
"Plugins can be drag and dropped from the sidebar into editors' \"load after\", "
|
||||
"\"requirements\" and \"incompatibility\" tables."
|
||||
msgstr ""
|
||||
"플러그인은 사이드바에서 편집기로 '선행 로드', 요구 사항', '비호환성'테이블"
|
||||
|
||||
@@ -973,11 +973,11 @@ msgstr ""
|
||||
|
||||
#: resources/report/js/l10n.js:314
|
||||
msgid ""
|
||||
"Plugins can be drag and dropped from the sidebar into editors' \"load after, "
|
||||
"Plugins can be drag and dropped from the sidebar into editors' \"load after\", "
|
||||
"\"requirements\" and \"incompatibility\" tables."
|
||||
msgstr ""
|
||||
"Плагины можно перетащить из боковой панели в таблицы редакторов ' \"грузить "
|
||||
"после, \"требования\" и \"несовместимости\"."
|
||||
"после\", \"требования\" и \"несовместимости\"."
|
||||
|
||||
#: resources/report/js/l10n.js:315
|
||||
msgid ""
|
||||
|
||||
@@ -917,7 +917,7 @@ msgstr ""
|
||||
|
||||
#: resources/report/js/l10n.js:314
|
||||
msgid ""
|
||||
"Plugins can be drag and dropped from the sidebar into editors' \"load after, "
|
||||
"Plugins can be drag and dropped from the sidebar into editors' \"load after\", "
|
||||
"\"requirements\" and \"incompatibility\" tables."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -938,7 +938,7 @@ msgstr ""
|
||||
|
||||
#: resources/report/js/l10n.js:314
|
||||
msgid ""
|
||||
"Plugins can be drag and dropped from the sidebar into editors' \"load after, "
|
||||
"Plugins can be drag and dropped from the sidebar into editors' \"load after\", "
|
||||
"\"requirements\" and \"incompatibility\" tables."
|
||||
msgstr ""
|
||||
"插件可以从侧边栏拖动进入编辑器的\"加载在……后面,\"需求\"和\"不兼容\"表格。"
|
||||
|
||||
@@ -311,7 +311,7 @@
|
||||
|
||||
firstRun.querySelector('li:nth-child(3)').textContent = l10n.translate("CRCs are only displayed after plugins have been loaded, either by conflict filtering, or by sorting.").fetch();
|
||||
firstRun.querySelector('li:nth-child(4)').textContent = l10n.translate("Double-click a plugin in the sidebar to quickly open its metadata editor. Multiple metadata editors can be opened at once.").fetch();
|
||||
firstRun.querySelector('li:nth-child(5)').textContent = l10n.translate("Plugins can be drag and dropped from the sidebar into editors' \"load after, \"requirements\" and \"incompatibility\" tables.").fetch();
|
||||
firstRun.querySelector('li:nth-child(5)').textContent = l10n.translate("Plugins can be drag and dropped from the sidebar into editors' \"load after\", \"requirements\" and \"incompatibility\" tables.").fetch();
|
||||
firstRun.querySelector('li:nth-child(6)').textContent = l10n.translate("Some features are disabled while there is an editor open, or while there is a sorted load order that has not been applied or discarded.").fetch();
|
||||
firstRun.querySelector('li:last-child').textContent = l10n.translate("Many interface elements have tooltips. If you don't know what something is, try hovering your mouse over it to find out. Otherwise, LOOT's documentation can be accessed through the main menu.").fetch();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user