Skip to content

Commit

Permalink
ci: update Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Jun 10, 2024
1 parent c83d3c9 commit e3f3569
Show file tree
Hide file tree
Showing 102 changed files with 1,122 additions and 306 deletions.
14 changes: 11 additions & 3 deletions src/nls/ar/lastTranslated.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,15 +301,23 @@
"STATUSBAR_TASKS_PAUSE": "Pause",
"STATUSBAR_TASKS_STOP": "Stop",
"STATUSBAR_TASKS_RESTART": "Restart",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} Problems",
"SINGLE_ERROR": "1 {0} Problem",
"MULTIPLE_ERRORS": "{1} {0} Problems",
"ERRORS_NO_FILE": "No File Open",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} Problems - {1}",
"ERRORS_PANEL_TITLE_MULTIPLE_FIXABLE": "{0} Problems, {1} Fixable - {2}",
"SINGLE_ERROR": "1 {0} Problem - {1}",
"SINGLE_ERROR_FIXABLE": "1 {0} Problem, {1} Fixable - {2}",
"MULTIPLE_ERRORS": "{0} {1} Problems - {2}",
"MULTIPLE_ERRORS_FIXABLE": "{0} {1} Problems, {2} Fixable - {3}",
"NO_ERRORS": "No {0} problems found - good job!",
"NO_ERRORS_MULTIPLE_PROVIDER": "No problems found - good job!",
"LINT_DISABLED": "Linting is disabled",
"NO_LINT_AVAILABLE": "No linter available for {0}",
"NOTHING_TO_LINT": "Nothing to lint",
"COPY_ERROR": "Copy Error Message",
"FIX_ERROR": "Fix Problem",
"FIX": "Fix",
"CANNOT_FIX_TITLE": "Failed to Apply Fix",
"CANNOT_FIX_MESSAGE": "The document has been modified since the fix was prepared. Please try again.",
"LINTER_TIMED_OUT": "{0} has timed out after waiting for {1} ms",
"LINTER_FAILED": "{0} terminated with error: {1}",
"FILE_MENU": "File",
Expand Down
14 changes: 11 additions & 3 deletions src/nls/ar/lastTranslatedLocale.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,15 +301,23 @@
"STATUSBAR_TASKS_PAUSE": "يوقف",
"STATUSBAR_TASKS_STOP": "قف",
"STATUSBAR_TASKS_RESTART": "إعادة تشغيل",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} المشاكل",
"SINGLE_ERROR": "1 {0} مشكلة",
"MULTIPLE_ERRORS": "{1} {0} المشكلات",
"ERRORS_NO_FILE": "لا يوجد ملف مفتوح",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} المشاكل - {1}",
"ERRORS_PANEL_TITLE_MULTIPLE_FIXABLE": "{0} المشاكل، {1} قابلة للإصلاح - {2}",
"SINGLE_ERROR": "1 {0} مشكلة - {1}",
"SINGLE_ERROR_FIXABLE": "1 {0} مشكلة، {1} قابلة للإصلاح - {2}",
"MULTIPLE_ERRORS": "{0} {1} مشاكل - {2}",
"MULTIPLE_ERRORS_FIXABLE": "{0} {1} مشاكل، {2} قابلة للإصلاح - {3}",
"NO_ERRORS": "لم يتم العثور على {0} مشاكل - أحسنت.",
"NO_ERRORS_MULTIPLE_PROVIDER": "لم يتم العثور على مشاكل - عمل جيد!",
"LINT_DISABLED": "تم تعطيل الفحص",
"NO_LINT_AVAILABLE": "لا يوجد ضوء متاح لـ {0}",
"NOTHING_TO_LINT": "لا شيء لينت",
"COPY_ERROR": "نسخ رسالة الخطأ",
"FIX_ERROR": "اصلح المشكلة",
"FIX": "يصلح",
"CANNOT_FIX_TITLE": "فشل في تطبيق الإصلاح",
"CANNOT_FIX_MESSAGE": "تم تعديل المستند منذ أن تم إعداد الإصلاح. حاول مرة اخرى.",
"LINTER_TIMED_OUT": "انتهت مهلة {0} بعد الانتظار لمدة {1} مللي ثانية",
"LINTER_FAILED": "{0} تم إنهاؤه بسبب الخطأ: {1}",
"FILE_MENU": "ملف",
Expand Down
14 changes: 11 additions & 3 deletions src/nls/ar/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,15 +321,23 @@ define({
"STATUSBAR_TASKS_PAUSE": "يوقف",
"STATUSBAR_TASKS_STOP": "قف",
"STATUSBAR_TASKS_RESTART": "إعادة تشغيل",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} المشاكل",
"SINGLE_ERROR": "1 {0} مشكلة",
"MULTIPLE_ERRORS": "{1} {0} المشكلات",
"ERRORS_NO_FILE": "لا يوجد ملف مفتوح",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} المشاكل - {1}",
"ERRORS_PANEL_TITLE_MULTIPLE_FIXABLE": "{0} المشاكل، {1} قابلة للإصلاح - {2}",
"SINGLE_ERROR": "1 {0} مشكلة - {1}",
"SINGLE_ERROR_FIXABLE": "1 {0} مشكلة، {1} قابلة للإصلاح - {2}",
"MULTIPLE_ERRORS": "{0} {1} مشاكل - {2}",
"MULTIPLE_ERRORS_FIXABLE": "{0} {1} مشاكل، {2} قابلة للإصلاح - {3}",
"NO_ERRORS": "لم يتم العثور على {0} مشاكل - أحسنت.",
"NO_ERRORS_MULTIPLE_PROVIDER": "لم يتم العثور على مشاكل - عمل جيد!",
"LINT_DISABLED": "تم تعطيل الفحص",
"NO_LINT_AVAILABLE": "لا يوجد ضوء متاح لـ {0}",
"NOTHING_TO_LINT": "لا شيء لينت",
"COPY_ERROR": "نسخ رسالة الخطأ",
"FIX_ERROR": "اصلح المشكلة",
"FIX": "يصلح",
"CANNOT_FIX_TITLE": "فشل في تطبيق الإصلاح",
"CANNOT_FIX_MESSAGE": "تم تعديل المستند منذ أن تم إعداد الإصلاح. حاول مرة اخرى.",
"LINTER_TIMED_OUT": "انتهت مهلة {0} بعد الانتظار لمدة {1} مللي ثانية",
"LINTER_FAILED": "{0} تم إنهاؤه بسبب الخطأ: {1}",
"FILE_MENU": "ملف",
Expand Down
14 changes: 11 additions & 3 deletions src/nls/bg/lastTranslated.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,15 +301,23 @@
"STATUSBAR_TASKS_PAUSE": "Pause",
"STATUSBAR_TASKS_STOP": "Stop",
"STATUSBAR_TASKS_RESTART": "Restart",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} Problems",
"SINGLE_ERROR": "1 {0} Problem",
"MULTIPLE_ERRORS": "{1} {0} Problems",
"ERRORS_NO_FILE": "No File Open",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} Problems - {1}",
"ERRORS_PANEL_TITLE_MULTIPLE_FIXABLE": "{0} Problems, {1} Fixable - {2}",
"SINGLE_ERROR": "1 {0} Problem - {1}",
"SINGLE_ERROR_FIXABLE": "1 {0} Problem, {1} Fixable - {2}",
"MULTIPLE_ERRORS": "{0} {1} Problems - {2}",
"MULTIPLE_ERRORS_FIXABLE": "{0} {1} Problems, {2} Fixable - {3}",
"NO_ERRORS": "No {0} problems found - good job!",
"NO_ERRORS_MULTIPLE_PROVIDER": "No problems found - good job!",
"LINT_DISABLED": "Linting is disabled",
"NO_LINT_AVAILABLE": "No linter available for {0}",
"NOTHING_TO_LINT": "Nothing to lint",
"COPY_ERROR": "Copy Error Message",
"FIX_ERROR": "Fix Problem",
"FIX": "Fix",
"CANNOT_FIX_TITLE": "Failed to Apply Fix",
"CANNOT_FIX_MESSAGE": "The document has been modified since the fix was prepared. Please try again.",
"LINTER_TIMED_OUT": "{0} has timed out after waiting for {1} ms",
"LINTER_FAILED": "{0} terminated with error: {1}",
"FILE_MENU": "File",
Expand Down
14 changes: 11 additions & 3 deletions src/nls/bg/lastTranslatedLocale.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,15 +301,23 @@
"STATUSBAR_TASKS_PAUSE": "Пауза",
"STATUSBAR_TASKS_STOP": "Спри се",
"STATUSBAR_TASKS_RESTART": "Рестартирам",
"ERRORS_PANEL_TITLE_MULTIPLE": "Проблеми от {0}",
"SINGLE_ERROR": "1 проблем от {0} ",
"MULTIPLE_ERRORS": "{1} проблема от {0}",
"ERRORS_NO_FILE": "Няма отворен файл",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} Проблеми - {1}",
"ERRORS_PANEL_TITLE_MULTIPLE_FIXABLE": "{0} проблеми, {1} поправими - {2}",
"SINGLE_ERROR": "1 {0} проблем - {1}",
"SINGLE_ERROR_FIXABLE": "1 {0} проблем, {1} поправимо - {2}",
"MULTIPLE_ERRORS": "{0} {1} Проблеми - {2}",
"MULTIPLE_ERRORS_FIXABLE": "{0} {1} проблеми, {2} поправими - {3}",
"NO_ERRORS": "Не са открити проблеми от {0} — добра работа!",
"NO_ERRORS_MULTIPLE_PROVIDER": "Не са открити проблеми — добра работа!",
"LINT_DISABLED": "Проверката е изключена",
"NO_LINT_AVAILABLE": "Няма налични системи за проверка на {0}",
"NOTHING_TO_LINT": "Няма нищо за проверка",
"COPY_ERROR": "Копиране на съобщение за грешка",
"FIX_ERROR": "Отстраняване на проблема",
"FIX": "Поправете",
"CANNOT_FIX_TITLE": "Неуспешно прилагане на корекция",
"CANNOT_FIX_MESSAGE": "Документът е променен след изготвянето на корекцията. Моля, опитайте отново.",
"LINTER_TIMED_OUT": "Времето на {0} изтече след като чака {1} милисекунди",
"LINTER_FAILED": "{0} приключи с грешка: {1}",
"FILE_MENU": "Файл",
Expand Down
14 changes: 11 additions & 3 deletions src/nls/bg/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,15 +321,23 @@ define({
"STATUSBAR_TASKS_PAUSE": "Пауза",
"STATUSBAR_TASKS_STOP": "Спри се",
"STATUSBAR_TASKS_RESTART": "Рестартирам",
"ERRORS_PANEL_TITLE_MULTIPLE": "Проблеми от {0}",
"SINGLE_ERROR": "1 проблем от {0} ",
"MULTIPLE_ERRORS": "{1} проблема от {0}",
"ERRORS_NO_FILE": "Няма отворен файл",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} Проблеми - {1}",
"ERRORS_PANEL_TITLE_MULTIPLE_FIXABLE": "{0} проблеми, {1} поправими - {2}",
"SINGLE_ERROR": "1 {0} проблем - {1}",
"SINGLE_ERROR_FIXABLE": "1 {0} проблем, {1} поправимо - {2}",
"MULTIPLE_ERRORS": "{0} {1} Проблеми - {2}",
"MULTIPLE_ERRORS_FIXABLE": "{0} {1} проблеми, {2} поправими - {3}",
"NO_ERRORS": "Не са открити проблеми от {0} — добра работа!",
"NO_ERRORS_MULTIPLE_PROVIDER": "Не са открити проблеми — добра работа!",
"LINT_DISABLED": "Проверката е изключена",
"NO_LINT_AVAILABLE": "Няма налични системи за проверка на {0}",
"NOTHING_TO_LINT": "Няма нищо за проверка",
"COPY_ERROR": "Копиране на съобщение за грешка",
"FIX_ERROR": "Отстраняване на проблема",
"FIX": "Поправете",
"CANNOT_FIX_TITLE": "Неуспешно прилагане на корекция",
"CANNOT_FIX_MESSAGE": "Документът е променен след изготвянето на корекцията. Моля, опитайте отново.",
"LINTER_TIMED_OUT": "Времето на {0} изтече след като чака {1} милисекунди",
"LINTER_FAILED": "{0} приключи с грешка: {1}",
"FILE_MENU": "Файл",
Expand Down
14 changes: 11 additions & 3 deletions src/nls/cs/lastTranslated.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,15 +301,23 @@
"STATUSBAR_TASKS_PAUSE": "Pause",
"STATUSBAR_TASKS_STOP": "Stop",
"STATUSBAR_TASKS_RESTART": "Restart",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} Problems",
"SINGLE_ERROR": "1 {0} Problem",
"MULTIPLE_ERRORS": "{1} {0} Problems",
"ERRORS_NO_FILE": "No File Open",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} Problems - {1}",
"ERRORS_PANEL_TITLE_MULTIPLE_FIXABLE": "{0} Problems, {1} Fixable - {2}",
"SINGLE_ERROR": "1 {0} Problem - {1}",
"SINGLE_ERROR_FIXABLE": "1 {0} Problem, {1} Fixable - {2}",
"MULTIPLE_ERRORS": "{0} {1} Problems - {2}",
"MULTIPLE_ERRORS_FIXABLE": "{0} {1} Problems, {2} Fixable - {3}",
"NO_ERRORS": "No {0} problems found - good job!",
"NO_ERRORS_MULTIPLE_PROVIDER": "No problems found - good job!",
"LINT_DISABLED": "Linting is disabled",
"NO_LINT_AVAILABLE": "No linter available for {0}",
"NOTHING_TO_LINT": "Nothing to lint",
"COPY_ERROR": "Copy Error Message",
"FIX_ERROR": "Fix Problem",
"FIX": "Fix",
"CANNOT_FIX_TITLE": "Failed to Apply Fix",
"CANNOT_FIX_MESSAGE": "The document has been modified since the fix was prepared. Please try again.",
"LINTER_TIMED_OUT": "{0} has timed out after waiting for {1} ms",
"LINTER_FAILED": "{0} terminated with error: {1}",
"FILE_MENU": "File",
Expand Down
14 changes: 11 additions & 3 deletions src/nls/cs/lastTranslatedLocale.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,15 +301,23 @@
"STATUSBAR_TASKS_PAUSE": "Pauza",
"STATUSBAR_TASKS_STOP": "Stop",
"STATUSBAR_TASKS_RESTART": "Restartujte",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} chyb",
"SINGLE_ERROR": "1 {0} chyba",
"MULTIPLE_ERRORS": "{1} {0} chyby",
"ERRORS_NO_FILE": "Žádný soubor otevřen",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} Problémy – {1}",
"ERRORS_PANEL_TITLE_MULTIPLE_FIXABLE": "{0} Problémy, {1} Opravitelné – {2}",
"SINGLE_ERROR": "1 Problém {0} – {1}",
"SINGLE_ERROR_FIXABLE": "1 Problém {0}, {1} opravitelný – {2}",
"MULTIPLE_ERRORS": "{0} Problémy {1} – {2}",
"MULTIPLE_ERRORS_FIXABLE": "{0} {1} problémů, {2} opravitelných – {3}",
"NO_ERRORS": "Žádné {0} chyby - dobrá práce!",
"NO_ERRORS_MULTIPLE_PROVIDER": "Žádné chyby nenalezeny - dobrá práce!",
"LINT_DISABLED": "Lintování je vypnuto",
"NO_LINT_AVAILABLE": "Žádný linter není dostupný pro {0}",
"NOTHING_TO_LINT": "Nic k lintování",
"COPY_ERROR": "Kopírovat chybovou zprávu",
"FIX_ERROR": "Opravit problém",
"FIX": "Opravit",
"CANNOT_FIX_TITLE": "Nepodařilo se použít opravu",
"CANNOT_FIX_MESSAGE": "Dokument byl od přípravy opravy upraven. Prosím zkuste to znovu.",
"LINTER_TIMED_OUT": "{0} - vypršel časový limit po uplynutí {1} ms",
"LINTER_FAILED": "{0} byl(a) ukončen(a) s chybou: {1}",
"FILE_MENU": "Soubor",
Expand Down
14 changes: 11 additions & 3 deletions src/nls/cs/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,15 +321,23 @@ define({
"STATUSBAR_TASKS_PAUSE": "Pauza",
"STATUSBAR_TASKS_STOP": "Stop",
"STATUSBAR_TASKS_RESTART": "Restartujte",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} chyb",
"SINGLE_ERROR": "1 {0} chyba",
"MULTIPLE_ERRORS": "{1} {0} chyby",
"ERRORS_NO_FILE": "Žádný soubor otevřen",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} Problémy – {1}",
"ERRORS_PANEL_TITLE_MULTIPLE_FIXABLE": "{0} Problémy, {1} Opravitelné – {2}",
"SINGLE_ERROR": "1 Problém {0} – {1}",
"SINGLE_ERROR_FIXABLE": "1 Problém {0}, {1} opravitelný – {2}",
"MULTIPLE_ERRORS": "{0} Problémy {1} – {2}",
"MULTIPLE_ERRORS_FIXABLE": "{0} {1} problémů, {2} opravitelných – {3}",
"NO_ERRORS": "Žádné {0} chyby - dobrá práce!",
"NO_ERRORS_MULTIPLE_PROVIDER": "Žádné chyby nenalezeny - dobrá práce!",
"LINT_DISABLED": "Lintování je vypnuto",
"NO_LINT_AVAILABLE": "Žádný linter není dostupný pro {0}",
"NOTHING_TO_LINT": "Nic k lintování",
"COPY_ERROR": "Kopírovat chybovou zprávu",
"FIX_ERROR": "Opravit problém",
"FIX": "Opravit",
"CANNOT_FIX_TITLE": "Nepodařilo se použít opravu",
"CANNOT_FIX_MESSAGE": "Dokument byl od přípravy opravy upraven. Prosím zkuste to znovu.",
"LINTER_TIMED_OUT": "{0} - vypršel časový limit po uplynutí {1} ms",
"LINTER_FAILED": "{0} byl(a) ukončen(a) s chybou: {1}",
"FILE_MENU": "Soubor",
Expand Down
14 changes: 11 additions & 3 deletions src/nls/da/lastTranslated.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,15 +301,23 @@
"STATUSBAR_TASKS_PAUSE": "Pause",
"STATUSBAR_TASKS_STOP": "Stop",
"STATUSBAR_TASKS_RESTART": "Restart",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} Problems",
"SINGLE_ERROR": "1 {0} Problem",
"MULTIPLE_ERRORS": "{1} {0} Problems",
"ERRORS_NO_FILE": "No File Open",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} Problems - {1}",
"ERRORS_PANEL_TITLE_MULTIPLE_FIXABLE": "{0} Problems, {1} Fixable - {2}",
"SINGLE_ERROR": "1 {0} Problem - {1}",
"SINGLE_ERROR_FIXABLE": "1 {0} Problem, {1} Fixable - {2}",
"MULTIPLE_ERRORS": "{0} {1} Problems - {2}",
"MULTIPLE_ERRORS_FIXABLE": "{0} {1} Problems, {2} Fixable - {3}",
"NO_ERRORS": "No {0} problems found - good job!",
"NO_ERRORS_MULTIPLE_PROVIDER": "No problems found - good job!",
"LINT_DISABLED": "Linting is disabled",
"NO_LINT_AVAILABLE": "No linter available for {0}",
"NOTHING_TO_LINT": "Nothing to lint",
"COPY_ERROR": "Copy Error Message",
"FIX_ERROR": "Fix Problem",
"FIX": "Fix",
"CANNOT_FIX_TITLE": "Failed to Apply Fix",
"CANNOT_FIX_MESSAGE": "The document has been modified since the fix was prepared. Please try again.",
"LINTER_TIMED_OUT": "{0} has timed out after waiting for {1} ms",
"LINTER_FAILED": "{0} terminated with error: {1}",
"FILE_MENU": "File",
Expand Down
14 changes: 11 additions & 3 deletions src/nls/da/lastTranslatedLocale.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,15 +301,23 @@
"STATUSBAR_TASKS_PAUSE": "Pause",
"STATUSBAR_TASKS_STOP": "Hold op",
"STATUSBAR_TASKS_RESTART": "Genstart",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} problemer",
"SINGLE_ERROR": "1 {0}-problem",
"MULTIPLE_ERRORS": "{1} {0}-problemer",
"ERRORS_NO_FILE": "Ingen fil åben",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} Problemer - {1}",
"ERRORS_PANEL_TITLE_MULTIPLE_FIXABLE": "{0} Problemer, {1} Kan løses - {2}",
"SINGLE_ERROR": "1 {0} Problem - {1}",
"SINGLE_ERROR_FIXABLE": "1 {0} problem, {1} kan løses - {2}",
"MULTIPLE_ERRORS": "{0} {1} Problemer - {2}",
"MULTIPLE_ERRORS_FIXABLE": "{0} {1} Problemer, {2} Kan løses - {3}",
"NO_ERRORS": "Ingen {0}-problemer fundet - godt gået!",
"NO_ERRORS_MULTIPLE_PROVIDER": "Ingen problemer fundet - godt gået!",
"LINT_DISABLED": "Lintning er slået fra",
"NO_LINT_AVAILABLE": "Ingen linter tilgængelig for {0}",
"NOTHING_TO_LINT": "Intet at linte",
"COPY_ERROR": "Kopiér fejlmeddelelse",
"FIX_ERROR": "Løs problem",
"FIX": "Rette op",
"CANNOT_FIX_TITLE": "Kunne ikke anvende rettelse",
"CANNOT_FIX_MESSAGE": "Dokumentet er blevet ændret, siden rettelsen blev udarbejdet. Prøv igen.",
"LINTER_TIMED_OUT": "{0} har opgivet at vente efter {1} ms",
"LINTER_FAILED": "{0} afsluttede med fejl: {1}",
"FILE_MENU": "Filer",
Expand Down
14 changes: 11 additions & 3 deletions src/nls/da/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,15 +321,23 @@ define({
"STATUSBAR_TASKS_PAUSE": "Pause",
"STATUSBAR_TASKS_STOP": "Hold op",
"STATUSBAR_TASKS_RESTART": "Genstart",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} problemer",
"SINGLE_ERROR": "1 {0}-problem",
"MULTIPLE_ERRORS": "{1} {0}-problemer",
"ERRORS_NO_FILE": "Ingen fil åben",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} Problemer - {1}",
"ERRORS_PANEL_TITLE_MULTIPLE_FIXABLE": "{0} Problemer, {1} Kan løses - {2}",
"SINGLE_ERROR": "1 {0} Problem - {1}",
"SINGLE_ERROR_FIXABLE": "1 {0} problem, {1} kan løses - {2}",
"MULTIPLE_ERRORS": "{0} {1} Problemer - {2}",
"MULTIPLE_ERRORS_FIXABLE": "{0} {1} Problemer, {2} Kan løses - {3}",
"NO_ERRORS": "Ingen {0}-problemer fundet - godt gået!",
"NO_ERRORS_MULTIPLE_PROVIDER": "Ingen problemer fundet - godt gået!",
"LINT_DISABLED": "Lintning er slået fra",
"NO_LINT_AVAILABLE": "Ingen linter tilgængelig for {0}",
"NOTHING_TO_LINT": "Intet at linte",
"COPY_ERROR": "Kopiér fejlmeddelelse",
"FIX_ERROR": "Løs problem",
"FIX": "Rette op",
"CANNOT_FIX_TITLE": "Kunne ikke anvende rettelse",
"CANNOT_FIX_MESSAGE": "Dokumentet er blevet ændret, siden rettelsen blev udarbejdet. Prøv igen.",
"LINTER_TIMED_OUT": "{0} har opgivet at vente efter {1} ms",
"LINTER_FAILED": "{0} afsluttede med fejl: {1}",
"FILE_MENU": "Filer",
Expand Down
14 changes: 11 additions & 3 deletions src/nls/de/lastTranslated.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,15 +301,23 @@
"STATUSBAR_TASKS_PAUSE": "Pause",
"STATUSBAR_TASKS_STOP": "Stop",
"STATUSBAR_TASKS_RESTART": "Restart",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} Problems",
"SINGLE_ERROR": "1 {0} Problem",
"MULTIPLE_ERRORS": "{1} {0} Problems",
"ERRORS_NO_FILE": "No File Open",
"ERRORS_PANEL_TITLE_MULTIPLE": "{0} Problems - {1}",
"ERRORS_PANEL_TITLE_MULTIPLE_FIXABLE": "{0} Problems, {1} Fixable - {2}",
"SINGLE_ERROR": "1 {0} Problem - {1}",
"SINGLE_ERROR_FIXABLE": "1 {0} Problem, {1} Fixable - {2}",
"MULTIPLE_ERRORS": "{0} {1} Problems - {2}",
"MULTIPLE_ERRORS_FIXABLE": "{0} {1} Problems, {2} Fixable - {3}",
"NO_ERRORS": "No {0} problems found - good job!",
"NO_ERRORS_MULTIPLE_PROVIDER": "No problems found - good job!",
"LINT_DISABLED": "Linting is disabled",
"NO_LINT_AVAILABLE": "No linter available for {0}",
"NOTHING_TO_LINT": "Nothing to lint",
"COPY_ERROR": "Copy Error Message",
"FIX_ERROR": "Fix Problem",
"FIX": "Fix",
"CANNOT_FIX_TITLE": "Failed to Apply Fix",
"CANNOT_FIX_MESSAGE": "The document has been modified since the fix was prepared. Please try again.",
"LINTER_TIMED_OUT": "{0} has timed out after waiting for {1} ms",
"LINTER_FAILED": "{0} terminated with error: {1}",
"FILE_MENU": "File",
Expand Down
Loading

0 comments on commit e3f3569

Please sign in to comment.