diff --git a/i18n/en.json b/i18n/en.json index b54a3cd..04c35b6 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -14,5 +14,5 @@ "tgbot-the-current-translation-is": "The current translation is:", "tgbot-skip-current-message": "Skip translating this message", "tgbot-no-untranslated-messages-left": "No more messages to translate. Please fetch more.", - "tgbot-next-message": "The next untranslated message is: " + "tgbot-next-message": "The next message to translate is:" } diff --git a/i18n/he.json b/i18n/he.json index 406bc34..d0e5bcd 100644 --- a/i18n/he.json +++ b/i18n/he.json @@ -6,10 +6,13 @@ }, "tgbot-what-would-you-like-prompt": "מה תרצה לעשות?", "tgbot-load-messages": "לטעון הודעות לתרגום", - "tgbot-get-documentation": "הצגת תיעוד", "tgbot-your-language-is": "השפה שלך היא:", "tgbot-automatically-setting-your-language": "השפה שלך מוגדרת באופן אוטומטי ל:", "tgbot-to-change-your-language": "כדי לשנות את השפה שלך, יש להריץ את הפקודה /setlanguage", + "tgbot-get-documentation": "הצגת תיעוד", "tgbot-show-translations-of-similar": "הצגת תרגומים של הודעת דומות", - "tgbot-the-current-translation-is": "התרגום הנוכחי הוא:" + "tgbot-the-current-translation-is": "התרגום הנוכחי הוא:", + "tgbot-skip-current-message": "לדלג על ההודעה הזאת", + "tgbot-no-untranslated-messages-left": "אין עוד הודעות לתרגם. נא לאחזר עוד.", + "tgbot-next-message": "ההודעה הבאה לתרגום היא:" }