mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
chore: lint for i18n place holder (#31283)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
This commit is contained in:
@ -81,7 +81,7 @@
|
||||
"debugInfo.title": "Debugowanie",
|
||||
"debugInfo.viewDocs": "Wyświetlanie dokumentów",
|
||||
"deprecated": "Nieaktualny",
|
||||
"detailPanel.actionNum": "{{liczba}} {{akcja}} ZAWARTE",
|
||||
"detailPanel.actionNum": "{{num}} {{action}} ZAWARTE",
|
||||
"detailPanel.categoryTip.debugging": "Wtyczka do debugowania",
|
||||
"detailPanel.categoryTip.github": "Zainstalowany z Github",
|
||||
"detailPanel.categoryTip.local": "Wtyczka lokalna",
|
||||
@ -106,7 +106,7 @@
|
||||
"detailPanel.endpointsDocLink": "Wyświetlanie dokumentu",
|
||||
"detailPanel.endpointsEmpty": "Kliknij przycisk \"+\", aby dodać punkt końcowy",
|
||||
"detailPanel.endpointsTip": "Ta wtyczka zapewnia określone funkcje za pośrednictwem punktów końcowych i można skonfigurować wiele zestawów punktów końcowych dla bieżącego obszaru roboczego.",
|
||||
"detailPanel.modelNum": "{{liczba}} MODELE W ZESTAWIE",
|
||||
"detailPanel.modelNum": "{{num}} MODELE W ZESTAWIE",
|
||||
"detailPanel.operation.back": "Wstecz",
|
||||
"detailPanel.operation.checkUpdate": "Sprawdź aktualizację",
|
||||
"detailPanel.operation.detail": "Szczegóły",
|
||||
@ -116,7 +116,7 @@
|
||||
"detailPanel.operation.update": "Aktualizacja",
|
||||
"detailPanel.operation.viewDetail": "Pokaż szczegóły",
|
||||
"detailPanel.serviceOk": "Serwis OK",
|
||||
"detailPanel.strategyNum": "{{liczba}} {{strategia}} ZAWARTE",
|
||||
"detailPanel.strategyNum": "{{num}} {{strategy}} ZAWARTE",
|
||||
"detailPanel.switchVersion": "Wersja przełącznika",
|
||||
"detailPanel.toolSelector.auto": "Auto",
|
||||
"detailPanel.toolSelector.descriptionLabel": "Opis narzędzia",
|
||||
@ -236,7 +236,7 @@
|
||||
"task.installSuccess": "{{successLength}} plugins installed successfully",
|
||||
"task.installed": "Installed",
|
||||
"task.installedError": "Nie udało się zainstalować wtyczek {{errorLength}}",
|
||||
"task.installing": "Instalowanie wtyczek {{installingLength}}, 0 gotowe.",
|
||||
"task.installing": "Instalowanie wtyczek.",
|
||||
"task.installingWithError": "Instalacja wtyczek {{installingLength}}, {{successLength}} powodzenie, {{errorLength}} niepowodzenie",
|
||||
"task.installingWithSuccess": "Instalacja wtyczek {{installingLength}}, {{successLength}} powodzenie.",
|
||||
"task.runningPlugins": "Installing Plugins",
|
||||
|
||||
Reference in New Issue
Block a user