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..aeb8e74b3a --- /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} + הארגומנט '{0}' לא זוהה. חייב להיות אחד מ: {1} + + + + Unrecognized command or argument '{0}'. + פקודה או ארגומנט לא מזוהה '{0}'. + + + + {0} option cannot be combined with other arguments. + לא ניתן לשלב את האפשרות {0} עם ארגומנטים אחרים. + + + + Show version information + הצג מידע על גרסה + + + + + 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 - +