Преглед изворни кода

Merge branch 'main' of https://hosted.weblate.org/git/ntfy/web

binwiederhier пре 5 дана
родитељ
комит
2827df26ee
2 измењених фајлова са 53 додато и 1 уклоњено
  1. 1 1
      web/public/static/langs/de.json
  2. 52 0
      web/public/static/langs/he.json

+ 1 - 1
web/public/static/langs/de.json

@@ -73,7 +73,7 @@
     "publish_dialog_tags_placeholder": "Komma-getrennte Liste von Tags, z.B. Warnung, srv1-Backup",
     "publish_dialog_priority_label": "Priorität",
     "publish_dialog_filename_label": "Dateiname",
-    "publish_dialog_title_placeholder": "Benachrichtigungs-Titel, z.B. CPU-Last-Warnung",
+    "publish_dialog_title_placeholder": "Benachrichtigungstitel, z. B. Speicherplatzwarnung",
     "publish_dialog_tags_label": "Tags",
     "publish_dialog_click_label": "Klick-URL",
     "publish_dialog_click_placeholder": "URL die geöffnet werden soll, wenn die Benachrichtigung angeklickt wird",

+ 52 - 0
web/public/static/langs/he.json

@@ -0,0 +1,52 @@
+{
+    "common_cancel": "ביטול",
+    "common_save": "שמירה",
+    "common_add": "הוספה",
+    "common_back": "חזרה",
+    "common_copy_to_clipboard": "העתקה ללוח הגזירים",
+    "signup_title": "יצירת חשבון ntfy",
+    "signup_form_username": "שם משתמש",
+    "signup_form_password": "סיסמה",
+    "signup_form_confirm_password": "אישור סיסמה",
+    "signup_form_button_submit": "הרשמה",
+    "signup_form_toggle_password_visibility": "הצגת/הסתרת סיסמה",
+    "signup_already_have_account": "כבר יש לך חשבון? אפשר להיכנס איתו!",
+    "signup_disabled": "הרשמה כבויה",
+    "signup_error_username_taken": "שם המשתמש {{username}} כבר תפוס",
+    "signup_error_creation_limit_reached": "הגעת למגבלת יצירת חשבונות",
+    "login_title": "כניסה לחשבון ה־ntfy שלך",
+    "login_form_button_submit": "כניסה",
+    "login_link_signup": "הרשמה",
+    "login_disabled": "הכניסה מושבתת",
+    "action_bar_show_menu": "הצגת תפריט",
+    "action_bar_logo_alt": "הלוגו של ntfy",
+    "action_bar_settings": "הגדרות",
+    "action_bar_account": "חשבון",
+    "action_bar_change_display_name": "החלפת שם תצוגה",
+    "action_bar_reservation_add": "שימור נושא",
+    "action_bar_reservation_edit": "החלפת מצב שימור",
+    "action_bar_reservation_delete": "הסרת שימור",
+    "action_bar_reservation_limit_reached": "הגעת למגבלה",
+    "action_bar_send_test_notification": "שליחת התראת ניסוי",
+    "action_bar_clear_notifications": "לפנות את כל ההתראות",
+    "action_bar_mute_notifications": "השתקת התראות",
+    "action_bar_unmute_notifications": "ביטול השתקת התראות",
+    "action_bar_unsubscribe": "ביטול מינוי",
+    "notifications_list_item": "התראה",
+    "notifications_mark_read": "סימון כנקראה",
+    "notifications_delete": "מחיקה",
+    "notifications_copied_to_clipboard": "הועתקה ללוח הגזירים",
+    "notifications_tags": "תגיות",
+    "notifications_priority_x": "עדיפות {{priority}}",
+    "notifications_new_indicator": "התראה חדשה",
+    "notifications_attachment_copy_url_button": "העתקת כתובת",
+    "notifications_attachment_open_title": "מעבר אל {{url}}",
+    "notifications_attachment_open_button": "פתיחת צרופה",
+    "notifications_attachment_link_expires": "תוקף הקישור פג ב־{{date}}",
+    "notifications_attachment_link_expired": "תוקף קישור ההורדה פג",
+    "notifications_actions_failed_notification": "פעולה לא מוצלחת",
+    "notifications_none_for_topic_title": "לא קיבלת התראות בנושא הזה עדיין.",
+    "notifications_none_for_topic_description": "כדי לשלוח התראות לנושא הזה, צריך לשלוח PUT או POST לכתובת הנושא הזה.",
+    "notifications_none_for_any_title": "לא קיבלת התראות כלל.",
+    "notifications_no_subscriptions_title": "נראה שלא נרשמת למינויים עדיין."
+}