From 4c04af83e60467658e249187dd3732dc1ae3e6f9 Mon Sep 17 00:00:00 2001 From: Avishai Dernis Date: Sat, 14 Feb 2026 14:13:10 +0200 Subject: [PATCH 1/3] Added Hebrew translations file --- .../Properties/xlf/Resources.he.xlf | 187 ++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 src/System.CommandLine/Properties/xlf/Resources.he.xlf diff --git a/src/System.CommandLine/Properties/xlf/Resources.he.xlf b/src/System.CommandLine/Properties/xlf/Resources.he.xlf new file mode 100644 index 0000000000..f1a853bb45 --- /dev/null +++ b/src/System.CommandLine/Properties/xlf/Resources.he.xlf @@ -0,0 +1,187 @@ + + + + + + Cannot parse argument '{0}' as expected type '{1}'. + לא ניתן לנתח את הארגומנט '{0}' כמצופה מסוג '{1}'. + + + + Cannot parse argument '{0}' for command '{1}' as expected type '{2}'. + לא ניתן לנתח את הארגומנט '{0}' עבור הפקודה '{1}' כמצופה מסוג '{2}'. + + + + Cannot parse argument '{0}' for command '{1}' as expected type '{2}'. Did you mean one of the following?{3} + לא ניתן לנתח את הארגומנט '{0}' עבור הפקודה '{1}' כמצופה מסוג '{2}'. האם התכוונת לאחת מהאפשרויות הבאות?{3} + + + + Cannot parse argument '{0}' for option '{1}' as expected type '{2}'. + לא ניתן לנתח את הארגומנט '{0}' עבור האפשרות '{1}' כמצופה מסוג '{2}'. + + + + Cannot parse argument '{0}' for option '{1}' as expected type '{2}'. Did you mean one of the following?{3} + לא ניתן לנתח את הארגומנט '{0}' עבור האפשרות '{1}' כמצופה מסוג '{2}'. האם התכוונת לאחת מהאפשרויות הבאות?{3} + + + + Required argument missing for command: '{0}'. + חסר ארגומנט נדרש עבור הפקודה: '{0}'. + + + + Directory does not exist: '{0}'. + התיקייה לא קיימת: '{0}'. + + + + Error reading response file '{0}': {1} + שגיאה בקריאת קובץ התגובה '{0}': {1} + + + + Unhandled exception: + חריג לא מטופל: + + + + File does not exist: '{0}'. + הקובץ אינו קיים: '{0}'. + + + + File or directory does not exist: '{0}'. + קובץ או תיקייה אינם קיימים: '{0}'. + + + + Arguments passed to the application that is being run. + ארגומנטים שהועברו ליישום שפועל. + + + + Additional Arguments: + ארגומנטים נוספים: + + + + default + ברירת מחדל + + + + Arguments: + ארגומנטים: + + + + Commands: + פקודות: + + + + Description: + תיאור: + + + + Show help and usage information + הצג עזרה ומידע שימוש + + + + (REQUIRED) + (נדרש) + + + + [command] + [פקודה] + + + + [options] + [אפשרויות] + + + + Character not allowed in a file name: '{0}'. + תווים שאינם מותרים בשם קובץ: '{0}'. + + + + Options: + אפשרויות: + + + + [[--] <additional arguments>...]] + [[--] <ארגומנטים נוספים>...]] + + + + Usage: + שימוש: + + + + Character not allowed in a path: '{0}'. + תווים שאינם מותרים בנתיב: '{0}'. + + + + Option '{0}' expects a single argument but {1} were provided. + האפשרות '{0}' מצפה לארגומנט יחיד אך {1} סופקו. + + + + Required argument missing for option: '{0}'. + חסר ארגומנט נדרש עבור האפשרות: '{0}'. + + + + Required command was not provided. + הפקודה הנדרשת לא סופקה. + + + + Option '{0}' is required. + האפשרות '{0}' נדרשת. + + + + Response file not found '{0}'. + קובץ התגובה לא נמצא '{0}'. + + + + '{0}' was not matched. Did you mean one of the following? + לא נמצא התאמה בין '{0}'. האם התכוונת לאחת מהאפשרויות הבאות? + + + + Argument '{0}' not recognized. Must be one of:{1} + Argument '{0}' not recognized. Must be one of: {1} + + + + Unrecognized command or argument '{0}'. + פקודה או ארגומנט לא מזוהה '{0}'. + + + + {0} option cannot be combined with other arguments. + לא ניתן לשלב את האפשרות {0} עם ארגומנטים אחרים. + + + + Show version information + הצג מידע על גרסה + + + + + From 6d008e07965322d04215bdf91d17bb24aef7a8ef Mon Sep 17 00:00:00 2001 From: Avishai Dernis Date: Sat, 14 Feb 2026 15:45:21 +0200 Subject: [PATCH 2/3] Added missing Hebrew translation --- src/System.CommandLine/Properties/xlf/Resources.he.xlf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System.CommandLine/Properties/xlf/Resources.he.xlf b/src/System.CommandLine/Properties/xlf/Resources.he.xlf index f1a853bb45..aeb8e74b3a 100644 --- a/src/System.CommandLine/Properties/xlf/Resources.he.xlf +++ b/src/System.CommandLine/Properties/xlf/Resources.he.xlf @@ -164,7 +164,7 @@ Argument '{0}' not recognized. Must be one of:{1} - Argument '{0}' not recognized. Must be one of: {1} + הארגומנט '{0}' לא זוהה. חייב להיות אחד מ: {1} From a1d72d5f450ab40881632c4f9ea8300a770a2edb Mon Sep 17 00:00:00 2001 From: Avishai Dernis Date: Sat, 14 Feb 2026 15:46:02 +0200 Subject: [PATCH 3/3] Updated XlfLanguages to include Finnish and Hebrew --- .../System.CommandLine.csproj | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/src/System.CommandLine/System.CommandLine.csproj b/src/System.CommandLine/System.CommandLine.csproj index 1d86feebc4..4f0e19bcfe 100644 --- a/src/System.CommandLine/System.CommandLine.csproj +++ b/src/System.CommandLine/System.CommandLine.csproj @@ -15,6 +15,10 @@ true true + + + cs;de;es;fi;fr;he;it;ja;ko;pl;pt-BR;ru;tr;zh-Hans;zh-Hant + @@ -26,18 +30,7 @@ - - True - True - Resources.resx - - - - - - ResXFileCodeGenerator - Resources.Designer.cs - +