mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-03 02:14:22 +01:00
Replace placeholders
This commit is contained in:
parent
2ec9a7307e
commit
e8b020ff45
3 changed files with 4 additions and 4 deletions
|
@ -121,7 +121,7 @@
|
||||||
"subscribe_dialog_login_button_login": "Вход",
|
"subscribe_dialog_login_button_login": "Вход",
|
||||||
"subscribe_dialog_error_user_not_authorized": "Потребителят {{username}} няма достъп",
|
"subscribe_dialog_error_user_not_authorized": "Потребителят {{username}} няма достъп",
|
||||||
"prefs_appearance_title": "Външен вид",
|
"prefs_appearance_title": "Външен вид",
|
||||||
"publish_dialog_delay_placeholder": "Забавяне при доставянето, 1649029748, 30m или tomorrow, 9am",
|
"publish_dialog_delay_placeholder": "Забавяне при доставянето, {{unixTimestamp}}, {{relativeTime}} или \"{{naturalLanguage}}\"",
|
||||||
"prefs_notifications_delete_after_one_week": "След една седмица",
|
"prefs_notifications_delete_after_one_week": "След една седмица",
|
||||||
"prefs_users_title": "Управление на потребители",
|
"prefs_users_title": "Управление на потребители",
|
||||||
"prefs_users_table_base_url_header": "Адрес на услугата",
|
"prefs_users_table_base_url_header": "Адрес на услугата",
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"publish_dialog_attached_file_filename_placeholder": "Dateiname des Anhangs",
|
"publish_dialog_attached_file_filename_placeholder": "Dateiname des Anhangs",
|
||||||
"subscribe_dialog_login_description": "Dieses Thema benötigt eine Anmeldung. Bitte gib Benutzernamen und Kennwort ein.",
|
"subscribe_dialog_login_description": "Dieses Thema benötigt eine Anmeldung. Bitte gib Benutzernamen und Kennwort ein.",
|
||||||
"prefs_notifications_title": "Benachrichtigungen",
|
"prefs_notifications_title": "Benachrichtigungen",
|
||||||
"prefs_notifications_sound_title": "Benachrichtungston",
|
"prefs_notifications_sound_title": "Benachrichtigungston",
|
||||||
"prefs_notifications_min_priority_max_only": "Nur höchste Priorität",
|
"prefs_notifications_min_priority_max_only": "Nur höchste Priorität",
|
||||||
"prefs_notifications_delete_after_never": "Nie",
|
"prefs_notifications_delete_after_never": "Nie",
|
||||||
"prefs_users_dialog_password_label": "Kennwort",
|
"prefs_users_dialog_password_label": "Kennwort",
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
"publish_dialog_chip_attach_file_label": "Lokale Datei anhängen",
|
"publish_dialog_chip_attach_file_label": "Lokale Datei anhängen",
|
||||||
"prefs_notifications_min_priority_title": "Minimale Priorität",
|
"prefs_notifications_min_priority_title": "Minimale Priorität",
|
||||||
"prefs_users_add_button": "Benutzer hinzufügen",
|
"prefs_users_add_button": "Benutzer hinzufügen",
|
||||||
"publish_dialog_delay_placeholder": "Auslieferung verzögern, z.B. 1649029748, 30m, oder tomorrow, 9am",
|
"publish_dialog_delay_placeholder": "Auslieferung verzögern, z.B. {{unixTimestamp}}, {{relativeTime}}, oder \"{{naturalLanguage}}\" (nur Englisch)",
|
||||||
"prefs_appearance_title": "Darstellung",
|
"prefs_appearance_title": "Darstellung",
|
||||||
"subscribe_dialog_login_password_label": "Kennwort",
|
"subscribe_dialog_login_password_label": "Kennwort",
|
||||||
"subscribe_dialog_login_button_back": "Zurück",
|
"subscribe_dialog_login_button_back": "Zurück",
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
"publish_dialog_title_placeholder": "Bildirim başlığı, örn. Disk alanı uyarısı",
|
"publish_dialog_title_placeholder": "Bildirim başlığı, örn. Disk alanı uyarısı",
|
||||||
"publish_dialog_message_placeholder": "Buraya bir mesaj yazın",
|
"publish_dialog_message_placeholder": "Buraya bir mesaj yazın",
|
||||||
"publish_dialog_tags_label": "Etiketler",
|
"publish_dialog_tags_label": "Etiketler",
|
||||||
"publish_dialog_delay_placeholder": "Teslimat gecikmesi, örn. 1649029748, 30m veya tomorrow, 9am",
|
"publish_dialog_delay_placeholder": "Teslimat gecikmesi, örn. {{unixTimestamp}}, {{relativeTime}} veya \"{{naturalLanguage}}\"",
|
||||||
"publish_dialog_chip_attach_file_label": "Yerel dosya ekle",
|
"publish_dialog_chip_attach_file_label": "Yerel dosya ekle",
|
||||||
"publish_dialog_chip_delay_label": "Teslimat gecikmesi",
|
"publish_dialog_chip_delay_label": "Teslimat gecikmesi",
|
||||||
"publish_dialog_chip_topic_label": "Konuyu değiştir",
|
"publish_dialog_chip_topic_label": "Konuyu değiştir",
|
||||||
|
|
Loading…
Reference in a new issue