From dd437222d0bb6d9ec6f459f6f63b6619c9343969 Mon Sep 17 00:00:00 2001 From: Artik Banana Date: Tue, 5 Jun 2018 09:09:30 +0000 Subject: [PATCH 1/7] Update messages.js --- src/i18n/messages.js | 136 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 135 insertions(+), 1 deletion(-) diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 54a99b5a..479e9899 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -1681,6 +1681,139 @@ const nb = { } } +const he = { + chat: { + title: 'צ\'אט' + }, + nav: { + chat: 'צ\'אט מקומי', + timeline: 'ציר הזמן', + mentions: 'אזכורים', + public_tl: 'ציר הזמן הציבורי', + twkn: 'כל הרשת הידועה' + }, + user_card: { + follows_you: 'עוקב אחריך!', + following: 'עוקב!', + follow: 'עקוב', + blocked: 'חסום!', + block: 'חסימה', + statuses: 'סטטוסים', + mute: 'השתק', + muted: 'מושתק', + followers: 'עוקבים', + followees: 'נעקבים', + per_day: 'ליום', + remote_follow: 'עקיבה מרחוק' + }, + timeline: { + show_new: 'הראה חדש', + error_fetching: 'שגיאה בהבאת הודעות', + up_to_date: 'עדכני', + load_older: 'טען סטטוסים חדשים', + conversation: 'שיחה', + collapse: 'מוטט', + repeated: 'חזר' + }, + settings: { + user_settings: 'הגדרות משתמש', + name_bio: 'שם ואודות', + name: 'שם', + bio: 'אודות', + avatar: 'תמונת פרופיל', + current_avatar: 'תמונת הפרופיל הנוכחית שלך', + set_new_avatar: 'Set new avatar', + profile_banner: 'Profile Banner', + current_profile_banner: 'Your current profile banner', + set_new_profile_banner: 'Set new profile banner', + profile_background: 'Profile Background', + set_new_profile_background: 'Set new profile background', + settings: 'הגדרות', + theme: 'Theme', + presets: 'Presets', + theme_help: 'Use hex color codes (#rrggbb) to customize your color theme.', + radii_help: 'Set up interface edge rounding (in pixels)', + background: 'רקע', + foreground: 'חזית', + text: 'טקסט', + links: 'לינקים', + cBlue: 'Blue (Reply, follow)', + cRed: 'Red (Cancel)', + cOrange: 'Orange (Favorite)', + cGreen: 'Green (Retweet)', + btnRadius: 'Buttons', + inputRadius: 'Input fields', + panelRadius: 'Panels', + avatarRadius: 'Avatars', + avatarAltRadius: 'Avatars (Notifications)', + tooltipRadius: 'Tooltips/alerts', + attachmentRadius: 'Attachments', + filtering: 'Filtering', + filtering_explanation: 'All statuses containing these words will be muted, one per line', + attachments: 'Attachments', + hide_attachments_in_tl: 'Hide attachments in timeline', + hide_attachments_in_convo: 'Hide attachments in conversations', + nsfw_clickthrough: 'Enable clickthrough NSFW attachment hiding', + stop_gifs: 'Play-on-hover GIFs', + autoload: 'Enable automatic loading when scrolled to the bottom', + streaming: 'Enable automatic streaming of new posts when scrolled to the top', + reply_link_preview: 'Enable reply-link preview on mouse hover', + follow_import: 'יבוא עקיבות', + import_followers_from_a_csv_file: 'Import follows from a csv file', + follows_imported: 'Follows imported! Processing them will take a while.', + follow_import_error: 'Error importing followers', + delete_account: 'מחק משתמש', + delete_account_description: 'Permanently delete your account and all your messages.', + delete_account_instructions: 'Type your password in the input below to confirm account deletion.', + delete_account_error: 'There was an issue deleting your account. If this persists please contact your instance administrator.', + follow_export: 'יצוא עקיבות', + follow_export_processing: 'Processing, you\'ll soon be asked to download your file', + follow_export_button: 'Export your follows to a csv file', + change_password: 'שנה סיסמה', + current_password: 'סיסמה נוכחית', + new_password: 'סיסמה חדשה', + confirm_new_password: 'אשר סיסמה', + changed_password: 'סיסמה שונתה בהצלחה!', + change_password_error: 'הייתה בעיה בשינוי סיסמתך.' + }, + notifications: { + notifications: 'התראות', + read: 'קרא!', + followed_you: 'עקב אחריך!', + favorited_you: 'אהב את הסטטוס שלך', + repeated_you: 'חזר על הסטטוס שלך' + }, + login: { + login: 'התחבר', + username: 'שם המשתמש', + password: 'סיסמה', + register: 'הירשם', + logout: 'התנתק' + }, + registration: { + registration: 'הרשמה', + fullname: 'שם תצוגה', + email: 'אימייל', + bio: 'אודות', + password_confirm: 'אישור סיסמה' + }, + post_status: { + posting: 'מפרסם', + default: 'הרגע נחת ב-ל.א.' + }, + finder: { + find_user: 'מציאת משתמש', + error_fetching_user: 'שגיאה במציאת משתמש' + }, + general: { + submit: 'שלח', + apply: 'החל' + }, + user_profile: { + timeline_title: 'ציר זמן המשתמש' + } +} + const messages = { de, fi, @@ -1697,7 +1830,8 @@ const messages = { es, pt, ru, - nb + nb, + he } export default messages From 8a491741710037a51653064ab321c6f10957d416 Mon Sep 17 00:00:00 2001 From: Artik Banana Date: Wed, 6 Jun 2018 17:43:36 +0000 Subject: [PATCH 2/7] Update messages.js --- src/i18n/messages.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 479e9899..0ed84547 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -1741,14 +1741,14 @@ const he = { cRed: 'Red (Cancel)', cOrange: 'Orange (Favorite)', cGreen: 'Green (Retweet)', - btnRadius: 'Buttons', + btnRadius: 'כפתורים', inputRadius: 'Input fields', panelRadius: 'Panels', avatarRadius: 'Avatars', avatarAltRadius: 'Avatars (Notifications)', tooltipRadius: 'Tooltips/alerts', attachmentRadius: 'Attachments', - filtering: 'Filtering', + filtering: 'סינון', filtering_explanation: 'All statuses containing these words will be muted, one per line', attachments: 'Attachments', hide_attachments_in_tl: 'Hide attachments in timeline', @@ -1759,16 +1759,16 @@ const he = { streaming: 'Enable automatic streaming of new posts when scrolled to the top', reply_link_preview: 'Enable reply-link preview on mouse hover', follow_import: 'יבוא עקיבות', - import_followers_from_a_csv_file: 'Import follows from a csv file', - follows_imported: 'Follows imported! Processing them will take a while.', - follow_import_error: 'Error importing followers', + import_followers_from_a_csv_file: 'ייבא את הנעקבים שלך מקובץ csv', + follows_imported: 'נעקבים יובאו! ייקח זמן מה לעבד אותם.', + follow_import_error: 'שגיאה בייבוא נעקבים.', delete_account: 'מחק משתמש', delete_account_description: 'Permanently delete your account and all your messages.', delete_account_instructions: 'Type your password in the input below to confirm account deletion.', - delete_account_error: 'There was an issue deleting your account. If this persists please contact your instance administrator.', + delete_account_error: 'הייתה בעיה במחיקת המשתמש. אם זה ממשיך, אנא עדכן את מנהל השרת שלך.', follow_export: 'יצוא עקיבות', - follow_export_processing: 'Processing, you\'ll soon be asked to download your file', - follow_export_button: 'Export your follows to a csv file', + follow_export_processing: 'טוען. בקרוב תתבקש להוריד את הקובץ את הקובץ שלך', + follow_export_button: 'ייצא את הנעקבים שלך לקובץ csv', change_password: 'שנה סיסמה', current_password: 'סיסמה נוכחית', new_password: 'סיסמה חדשה', From da444e85eeb59b940ddeb3d80de6cf75acebb2c2 Mon Sep 17 00:00:00 2001 From: Artik Banana Date: Thu, 7 Jun 2018 19:56:25 +0000 Subject: [PATCH 3/7] Update messages.js --- src/i18n/messages.js | 58 ++++++++++++++++++++++---------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 0ed84547..eb8f4ee3 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -1722,49 +1722,49 @@ const he = { bio: 'אודות', avatar: 'תמונת פרופיל', current_avatar: 'תמונת הפרופיל הנוכחית שלך', - set_new_avatar: 'Set new avatar', - profile_banner: 'Profile Banner', - current_profile_banner: 'Your current profile banner', - set_new_profile_banner: 'Set new profile banner', - profile_background: 'Profile Background', - set_new_profile_background: 'Set new profile background', + set_new_avatar: 'קבע תמונת פרופיל חדשה', + profile_banner: 'כרזת הפרופיל', + current_profile_banner: 'כרזת הפרופיל הנוכחית שלך', + set_new_profile_banner: 'קבע כרזת פרופיל חדשה', + profile_background: 'רקע הפרופיל', + set_new_profile_background: 'קבע רקע פרופיל חדש', settings: 'הגדרות', - theme: 'Theme', - presets: 'Presets', + theme: 'תמה', + presets: 'ערכים קבועים מראש', theme_help: 'Use hex color codes (#rrggbb) to customize your color theme.', radii_help: 'Set up interface edge rounding (in pixels)', background: 'רקע', foreground: 'חזית', text: 'טקסט', links: 'לינקים', - cBlue: 'Blue (Reply, follow)', - cRed: 'Red (Cancel)', - cOrange: 'Orange (Favorite)', - cGreen: 'Green (Retweet)', + cBlue: 'כחול (תגובה, עקיבה)', + cRed: 'אדום (ביטול)', + cOrange: 'כתום (לייק)', + cGreen: 'ירוק (חזרה)', btnRadius: 'כפתורים', - inputRadius: 'Input fields', - panelRadius: 'Panels', - avatarRadius: 'Avatars', - avatarAltRadius: 'Avatars (Notifications)', - tooltipRadius: 'Tooltips/alerts', - attachmentRadius: 'Attachments', + inputRadius: 'שדות קלט', + panelRadius: 'פאנלים', + avatarRadius: 'תמונות פרופיל', + avatarAltRadius: 'תמונות פרופיל (התראות)', + tooltipRadius: 'טולטיפ \ התראות', + attachmentRadius: 'צירופים', filtering: 'סינון', - filtering_explanation: 'All statuses containing these words will be muted, one per line', - attachments: 'Attachments', - hide_attachments_in_tl: 'Hide attachments in timeline', - hide_attachments_in_convo: 'Hide attachments in conversations', - nsfw_clickthrough: 'Enable clickthrough NSFW attachment hiding', - stop_gifs: 'Play-on-hover GIFs', - autoload: 'Enable automatic loading when scrolled to the bottom', - streaming: 'Enable automatic streaming of new posts when scrolled to the top', - reply_link_preview: 'Enable reply-link preview on mouse hover', + filtering_explanation: 'כל הסטטוסים הכוללים את המילים הללו יושתקו, אחד לשורה', + attachments: 'צירופים', + hide_attachments_in_tl: 'החבא צירופים בציר הזמן', + hide_attachments_in_convo: 'החבא צירופים בשיחות', + nsfw_clickthrough: 'החל החבאת צירופים לא בטוחים לצפיה בעת עבודה בעזרת לחיצת עכבר', + stop_gifs: 'נגן-בעת-ריחוף GIFs', + autoload: 'החל טעינה אוטומטית בגלילה לתחתית הדף', + streaming: 'החל זרימת הודעות אוטומטית בעת גלילה למעלה הדף', + reply_link_preview: 'החל תצוגה מקדימה של לינק-תגובה בעת ריחוף עם העכבר', follow_import: 'יבוא עקיבות', import_followers_from_a_csv_file: 'ייבא את הנעקבים שלך מקובץ csv', follows_imported: 'נעקבים יובאו! ייקח זמן מה לעבד אותם.', follow_import_error: 'שגיאה בייבוא נעקבים.', delete_account: 'מחק משתמש', - delete_account_description: 'Permanently delete your account and all your messages.', - delete_account_instructions: 'Type your password in the input below to confirm account deletion.', + delete_account_description: 'מחק לצמיתות את המשתמש שלך ואת כל הודעותיך.', + delete_account_instructions: 'הכנס את סיסמתך בקלט למטה על מנת לאשר מחיקת משתמש.', delete_account_error: 'הייתה בעיה במחיקת המשתמש. אם זה ממשיך, אנא עדכן את מנהל השרת שלך.', follow_export: 'יצוא עקיבות', follow_export_processing: 'טוען. בקרוב תתבקש להוריד את הקובץ את הקובץ שלך', From 17aa44862b86195abe457d6c1586c2cfb4894e48 Mon Sep 17 00:00:00 2001 From: Artik Banana Date: Thu, 7 Jun 2018 20:20:20 +0000 Subject: [PATCH 4/7] Update messages.js --- src/i18n/messages.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/messages.js b/src/i18n/messages.js index eb8f4ee3..320e1d72 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -1731,8 +1731,8 @@ const he = { settings: 'הגדרות', theme: 'תמה', presets: 'ערכים קבועים מראש', - theme_help: 'Use hex color codes (#rrggbb) to customize your color theme.', - radii_help: 'Set up interface edge rounding (in pixels)', + theme_help: 'השתמש בקודי צבע הקס (#אדום-אדום-ירוק-ירוק-כחול-כחול) על מנת להתאים אישית את תמת הצבע שלך.', + radii_help: 'קבע מראש עיגול פינות לממשק (בפיקסלים)', background: 'רקע', foreground: 'חזית', text: 'טקסט', From da0dcdaaf8f363f4374a099db781260505f127a1 Mon Sep 17 00:00:00 2001 From: Artik Banana Date: Thu, 7 Jun 2018 20:28:16 +0000 Subject: [PATCH 5/7] Update messages.js --- src/i18n/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 320e1d72..f76a74e1 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -1746,7 +1746,7 @@ const he = { panelRadius: 'פאנלים', avatarRadius: 'תמונות פרופיל', avatarAltRadius: 'תמונות פרופיל (התראות)', - tooltipRadius: 'טולטיפ \ התראות', + tooltipRadius: 'טולטיפ \\ התראות', attachmentRadius: 'צירופים', filtering: 'סינון', filtering_explanation: 'כל הסטטוסים הכוללים את המילים הללו יושתקו, אחד לשורה', From 24eddeb3e16facfa2b88b00fa0fef043d175c967 Mon Sep 17 00:00:00 2001 From: Artik Banana Date: Thu, 7 Jun 2018 20:28:43 +0000 Subject: [PATCH 6/7] Update messages.js --- src/i18n/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/messages.js b/src/i18n/messages.js index f76a74e1..a2014969 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -1746,7 +1746,7 @@ const he = { panelRadius: 'פאנלים', avatarRadius: 'תמונות פרופיל', avatarAltRadius: 'תמונות פרופיל (התראות)', - tooltipRadius: 'טולטיפ \\ התראות', + tooltipRadius: 'טולטיפ / התראות', attachmentRadius: 'צירופים', filtering: 'סינון', filtering_explanation: 'כל הסטטוסים הכוללים את המילים הללו יושתקו, אחד לשורה', From 72d9322c025b0786b3d683fca30cc7440e57bd59 Mon Sep 17 00:00:00 2001 From: Artik Banana Date: Thu, 7 Jun 2018 20:37:06 +0000 Subject: [PATCH 7/7] Update messages.js --- src/i18n/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/messages.js b/src/i18n/messages.js index a2014969..f76a74e1 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -1746,7 +1746,7 @@ const he = { panelRadius: 'פאנלים', avatarRadius: 'תמונות פרופיל', avatarAltRadius: 'תמונות פרופיל (התראות)', - tooltipRadius: 'טולטיפ / התראות', + tooltipRadius: 'טולטיפ \\ התראות', attachmentRadius: 'צירופים', filtering: 'סינון', filtering_explanation: 'כל הסטטוסים הכוללים את המילים הללו יושתקו, אחד לשורה',