Automatic translations update

This commit is contained in:
ArchiBot 2023-01-06 02:21:02 +00:00
parent 76d7528fe9
commit 873a109f84
No known key found for this signature in database
GPG key ID: A3D181DF2D554CCF
4 changed files with 124 additions and 37 deletions

View file

@ -62,4 +62,20 @@
PublicKeyToken=b77a5c561934e089
</value>
</resheader>
<data name="ActivelyMatchingItemsRound" xml:space="preserve">
<value>התאימו בסך הכל {0} ערכות בסיבוב זה.</value>
<comment>{0} will be replaced by number of sets traded</comment>
</data>
<data name="ListingAnnouncing" xml:space="preserve">
<value>מכריז על {0} ({1}) עם מלאי מורכב מ-{2} פריטים בסך הכל ברישום...</value>
<comment>{0} will be replaced by steam ID (number), {1} will be replaced by user's nickname, {2} will be replaced with number of items in the inventory</comment>
</data>
<data name="MatchingFound" xml:space="preserve">
<value>התאים סך של {0} פריטים לבוט {1} ({2}), שולח הצעת סחר...</value>
<comment>{0} will be replaced by number of items matched, {1} will be replaced by steam ID (number), {2} will be replaced by user's nickname</comment>
</data>
<data name="TradeOfferFailed" xml:space="preserve">
<value>נכשל שליחת הצעת סחר לבוט {0} ({1}), ממשיך הלאה...</value>
<comment>{0} will be replaced by steam ID (number), {1} will be replaced by user's nickname'</comment>
</data>
</root>

View file

@ -62,26 +62,52 @@
PublicKeyToken=b77a5c561934e089
</value>
</resheader>
<data name="PluginDisabledMissingBuildToken" xml:space="preserve">
<value>{0} הושבת עקב אסימון בנייה חסר</value>
<comment>{0} will be replaced by the name of the plugin (e.g. "SteamTokenDumperPlugin")</comment>
</data>
<data name="PluginDisabledInConfig" xml:space="preserve">
<value>{0} מושבת כעת בהתאם לתצורה שלך. אם תרצה לעזור ל-SteamDB בהגשת נתונים, בדוק את המדריך שלנו.</value>
<comment>{0} will be replaced by the name of the plugin (e.g. "SteamTokenDumperPlugin")</comment>
</data>
<data name="BotRetrievingAppAccessTokens" xml:space="preserve">
<value>מאחזר {0} אסימוני גישה לאפליקציה...</value>
<comment>{0} will be replaced by the number (count this batch) of app access tokens being retrieved</comment>
</data>
<data name="BotFinishedRetrievingAppAccessTokens" xml:space="preserve">
<value>סיים לאחזר {0} אסימוני גישה לאפליקציה.</value>
<comment>{0} will be replaced by the number (count this batch) of app access tokens retrieved</comment>
</data>
<data name="BotRetrievingDepotKeys" xml:space="preserve">
<value>מאחזר {0} מפתחות מחסן...</value>
<comment>{0} will be replaced by the number (count this batch) of depot keys being retrieved</comment>
</data>
<data name="BotFinishedRetrievingDepotKeys" xml:space="preserve">
<value>סיים לאחזר {0} מפתחות מחסן.</value>
<comment>{0} will be replaced by the number (count this batch) of depot keys retrieved</comment>
</data>
<data name="BotFinishedRetrievingTotalDepots" xml:space="preserve">
<value>סיים לאחזר את כל מפתחות המחסן עבור סך של {0} אפליקציות.</value>
<comment>{0} will be replaced by the number (total count) of apps retrieved</comment>
</data>
<data name="SubmissionNoNewData" xml:space="preserve">
<value>אין נתונים חדשים להגיש, הכל מעודכן.</value>
</data>
<data name="SubmissionSuccessful" xml:space="preserve">
<value>הנתונים נשלחו בהצלחה. השרת רשם סך של יישומים/חבילות/מחסנים חדשים: {0} ({1} מאומת)/{2} ({3} מאומת)/{4} ({5} מאומת).</value>
<comment>{0} will be replaced by the number of new app access tokens that the server has registered, {1} will be replaced by the number of verified app access tokens that the server has registered, {2} will be replaced by the number of new package access tokens that the server has registered, {3} will be replaced by the number of verified package access tokens that the server has registered, {4} will be replaced by the number of new depot keys that the server has registered, {5} will be replaced by the number of verified depot keys that the server has registered</comment>
</data>
<data name="SubmissionSuccessfulNewApps" xml:space="preserve">
<value>יישומים חדשים: {0}</value>
<comment>{0} will be replaced by list of the apps (IDs, numbers), separated by a comma</comment>
@ -98,8 +124,14 @@
<value>חבילות מאומתות: {0}</value>
<comment>{0} will be replaced by list of the packages (IDs, numbers), separated by a comma</comment>
</data>
<data name="SubmissionSuccessfulNewDepots" xml:space="preserve">
<value>מחסנים חדשים: {0}</value>
<comment>{0} will be replaced by list of the depots (IDs, numbers), separated by a comma</comment>
</data>
<data name="SubmissionSuccessfulVerifiedDepots" xml:space="preserve">
<value>מחסנים מאומתים: {0}</value>
<comment>{0} will be replaced by list of the depots (IDs, numbers), separated by a comma</comment>
</data>
<data name="PluginSecretListInitialized" xml:space="preserve">
<value>{0} אותחל, הפלאגין לא יפתור אף אחד מאלה: {1}.</value>
<comment>{0} will be replaced by the name of the config property (e.g. "SecretPackageIDs"), {1} will be replaced by list of the objects (IDs, numbers), separated by a comma</comment>

View file

@ -104,7 +104,9 @@ StackTrace:
<value>{0} אינה חוקית!</value>
<comment>{0} will be replaced by object's name</comment>
</data>
<data name="ErrorNoBotsDefined" xml:space="preserve">
<value>לא מוגדרים בוטים. שכחת להגדיר את ה-ASF שלך? עקוב אחר מדריך 'הכנה' במדריך אם אתה מבולבל.</value>
</data>
<data name="ErrorObjectIsNull" xml:space="preserve">
<value>{0} הוא ריק!</value>
<comment>{0} will be replaced by object's name</comment>
@ -192,7 +194,10 @@ StackTrace:
<value>אנא הכנס את קוד האימות מאפליקציית המאמת של Steam: </value>
<comment>Please note that this translation should end with space</comment>
</data>
<data name="UserInputSteamGuard" xml:space="preserve">
<value>אנא הזן את קוד האימות של SteamGuard אשר נשלח אליך בדואר אלקטרוני: </value>
<comment>Please note that this translation should end with space</comment>
</data>
<data name="UserInputSteamLogin" xml:space="preserve">
<value>נא הזינו את משתמש ה- Steam שלכם: </value>
<comment>Please note that this translation should end with space</comment>
@ -238,7 +243,9 @@ StackTrace:
<data name="IgnoredPermanentPauseEnabled" xml:space="preserve">
<value>מתעלם מבקשה זו, כיוון שהשהיה תמידית פועלת!</value>
</data>
@ -314,7 +321,10 @@ StackTrace:
<value>ניתוק מסטים: {0}</value>
<comment>{0} will be replaced by logging off reason (string)</comment>
</data>
<data name="BotLoggedOn" xml:space="preserve">
<value>התחבר בהצלחה בתור {0}.</value>
<comment>{0} will be replaced by steam ID (number)</comment>
</data>
<data name="BotLoggingIn" xml:space="preserve">
<value>מתחבר...</value>
</data>
@ -330,7 +340,9 @@ StackTrace:
<data name="BotLootingSuccess" xml:space="preserve">
<value>הצעת סחר חליפין נשלחה בהצלחה!</value>
</data>
<data name="BotSendingTradeToYourself" xml:space="preserve">
<value>אתה לא יכול לשלוח בקשת החלפה לעצמך!</value>
</data>
<data name="BotNoASFAuthenticator" xml:space="preserve">
<value>לבוט זה אין ASF 2FA מופעל! האם שכחת להכניס את המאמת שלך כ- ASF 2FA?</value>
</data>
@ -488,30 +500,57 @@ StackTrace:
<value>יתרה בארנק: {1}{0}</value>
<comment>{0} will be replaced by wallet balance value, {1} will be replaced by currency name</comment>
</data>
<data name="BotHasNoWallet" xml:space="preserve">
<value>לבוט אין ארנק.</value>
</data>
<data name="BotLevel" xml:space="preserve">
<value>לבוט יש רמה {0}.</value>
<comment>{0} will be replaced by bot's level</comment>
</data>
<data name="ErrorAborted" xml:space="preserve">
<value>הופסק!</value>
</data>
<data name="PluginLoaded" xml:space="preserve">
<value>{0} נטען בהצלחה!</value>
<comment>{0} will be replaced by the name of the custom ASF plugin</comment>
</data>
<data name="PluginLoading" xml:space="preserve">
<value>טוען {0} V{1}...</value>
<comment>{0} will be replaced by the name of the custom ASF plugin, {1} will be replaced by its version</comment>
</data>
<data name="NothingFound" xml:space="preserve">
<value>לא נמצא דבר!</value>
</data>
<data name="PleaseWait" xml:space="preserve">
<value>אנא המתן...</value>
</data>
<data name="EnterCommand" xml:space="preserve">
<value>הקש פקודה: </value>
</data>
<data name="BotGamesToRedeemInBackgroundCount" xml:space="preserve">
<value>לבוט נותרו {0} משחקים בתור ברקע.</value>
<comment>{0} will be replaced by remaining number of games in BGR's queue</comment>
</data>
<data name="UpdateCleanup" xml:space="preserve">
<value>מנקה קבצים ישנים לאחר עדכון...</value>
</data>
<data name="Result" xml:space="preserve">
<value>תוצאה: {0}</value>
<comment>{0} will be replaced by generic result of various functions that use this string</comment>
</data>

2
wiki

@ -1 +1 @@
Subproject commit 452cbf570063eec45abc9ec806523f28ec3b383e
Subproject commit d36b8f0f429a7e434c6a11af9586b2e6c1181028