Suggested changes made
This commit is contained in:
parent
1e81201476
commit
f14b463547
1 changed files with 45 additions and 45 deletions
|
@ -11,34 +11,34 @@
|
|||
<string name="channel_notifications_max_name">Notifications (max priority)</string>
|
||||
<string name="channel_subscriber_service_name">Subscription Service</string>
|
||||
<string name="channel_subscriber_notification_title">Listening for incoming notifications</string>
|
||||
<string name="channel_subscriber_notification_instant_text">Subscribing to instant delivery topics</string>
|
||||
<string name="channel_subscriber_notification_instant_text_one">Subscribing to one instant delivery topic</string>
|
||||
<string name="channel_subscriber_notification_instant_text_two">Subscribing to two instant delivery topics</string>
|
||||
<string name="channel_subscriber_notification_instant_text_three">Subscribing to three instant delivery topics</string>
|
||||
<string name="channel_subscriber_notification_instant_text_four">Subscribing to four instant delivery topics</string>
|
||||
<string name="channel_subscriber_notification_instant_text_more">Subscribing to %1$d instant delivery topics</string>
|
||||
<string name="channel_subscriber_notification_noinstant_text">Subscribing to topics</string>
|
||||
<string name="channel_subscriber_notification_noinstant_text_one">Subscribing to one topic</string>
|
||||
<string name="channel_subscriber_notification_noinstant_text_two">Subscribing to two topics</string>
|
||||
<string name="channel_subscriber_notification_noinstant_text_three">Subscribing to three topics</string>
|
||||
<string name="channel_subscriber_notification_noinstant_text_four">Subscribing to four topics</string>
|
||||
<string name="channel_subscriber_notification_noinstant_text_more">Subscribing to %1$d topics</string>
|
||||
<string name="channel_subscriber_notification_instant_text">Subscribed to instant delivery topics</string>
|
||||
<string name="channel_subscriber_notification_instant_text_one">Subscribed to one instant delivery topic</string>
|
||||
<string name="channel_subscriber_notification_instant_text_two">Subscribed to two instant delivery topics</string>
|
||||
<string name="channel_subscriber_notification_instant_text_three">Subscribed to three instant delivery topics</string>
|
||||
<string name="channel_subscriber_notification_instant_text_four">Subscribed to four instant delivery topics</string>
|
||||
<string name="channel_subscriber_notification_instant_text_more">Subscribed to %1$d instant delivery topics</string>
|
||||
<string name="channel_subscriber_notification_noinstant_text">Subscribed to topics</string>
|
||||
<string name="channel_subscriber_notification_noinstant_text_one">Subscribed to one topic</string>
|
||||
<string name="channel_subscriber_notification_noinstant_text_two">Subscribed to two topics</string>
|
||||
<string name="channel_subscriber_notification_noinstant_text_three">Subscribed to three topics</string>
|
||||
<string name="channel_subscriber_notification_noinstant_text_four">Subscribed to four topics</string>
|
||||
<string name="channel_subscriber_notification_noinstant_text_more">Subscribed to %1$d topics</string>
|
||||
|
||||
<!-- Common refresh toasts -->
|
||||
<string name="refresh_message_result">%1$d notification(s) received</string>
|
||||
<string name="refresh_message_no_results">Everything is up to date</string>
|
||||
<string name="refresh_message_error">Could not refresh %1$d subscription(s)\n\n%2$s</string>
|
||||
<string name="refresh_message_error">Could not refresh %1$d subscriptions\n\n%2$s</string>
|
||||
<string name="refresh_message_error_one">Could not refresh subscription: %1$s</string>
|
||||
|
||||
<!-- Main activity: Action bar -->
|
||||
<string name="main_action_bar_title">Subscribed topics</string>
|
||||
<string name="main_menu_notifications_enabled">Notifications on</string>
|
||||
<string name="main_menu_notifications_disabled_forever">Notifications off</string>
|
||||
<string name="main_menu_notifications_disabled_until">Notifications off till %1$s</string>
|
||||
<string name="main_menu_notifications_disabled_until">Notifications off until %1$s</string>
|
||||
<string name="main_menu_settings_title">Settings</string>
|
||||
<string name="main_menu_report_bug_title">Report a bug</string>
|
||||
<string name="main_menu_report_bug_url">https://github.com/binwiederhier/ntfy/issues</string>
|
||||
<string name="main_menu_docs_title">Read the documentation</string>
|
||||
<string name="main_menu_docs_title">Read the docs</string>
|
||||
<string name="main_menu_docs_url">https://ntfy.sh/docs</string>
|
||||
<string name="main_menu_rate_title">Rate the app ⭐</string>
|
||||
|
||||
|
@ -46,25 +46,25 @@
|
|||
<string name="main_action_mode_menu_unsubscribe">Unsubscribe</string>
|
||||
<string name="main_action_mode_delete_dialog_message">
|
||||
Unsubscribe from the selected topic(s) and
|
||||
delete all notifications you ever received for good?
|
||||
permanently delete all notifications?
|
||||
</string>
|
||||
<string name="main_action_mode_delete_dialog_permanently_delete">Delete for good</string>
|
||||
<string name="main_action_mode_delete_dialog_permanently_delete">Delete permanently</string>
|
||||
<string name="main_action_mode_delete_dialog_cancel">Cancel</string>
|
||||
|
||||
<!-- Main activity: List and such -->
|
||||
<string name="main_item_status_text_one">%1$d notification</string>
|
||||
<string name="main_item_status_text_not_one">%1$d notifications</string>
|
||||
<string name="main_item_status_reconnecting">Reconnecting …</string>
|
||||
<string name="main_item_status_reconnecting">reconnecting…</string>
|
||||
<string name="main_item_status_unified_push">%1$s (UnifiedPush)</string>
|
||||
<string name="main_item_date_yesterday">yesterday</string>
|
||||
<string name="main_add_button_description">Add subscription</string>
|
||||
<string name="main_no_subscriptions_text">Subscribe to something first :)</string>
|
||||
<string name="main_no_subscriptions_text">It looks like you don\'t have any subscriptions yet.</string>
|
||||
<string name="main_how_to_intro">
|
||||
Click the + to create or subscribe to a topic.
|
||||
Afterwards you receive notifications on your device
|
||||
when sending messages via PUT or POST.
|
||||
</string>
|
||||
<string name="main_how_to_link">More detailed instructions on ntfy.sh and in the documentation.
|
||||
<string name="main_how_to_link">Detailed instructions on ntfy.sh, and in the docs.
|
||||
</string>
|
||||
<string name="main_unified_push_toast">This subscription is managed by %1$s via UnifiedPush</string>
|
||||
|
||||
|
@ -75,7 +75,7 @@
|
|||
<string name="main_banner_battery_button_fix_now">Fix now</string>
|
||||
|
||||
<!-- Main activity: JSON stream banner -->
|
||||
<string name="main_banner_json_stream_text">From June 2022, only WebSockets can communicate with the ntfy servers. Ensure your self-hosted server is set up to support it. Check it works by turning it on in Settings → \"Connection protocol\".</string>
|
||||
<string name="main_banner_json_stream_text">Switch to WebSockets in Settings → \"Connection protocol\" now to ensure you can communicate with ntfy servers after June 2022.</string>
|
||||
<string name="main_banner_json_stream_button_remind_later">Ask later</string>
|
||||
<string name="main_banner_json_stream_button_dismiss">Dismiss</string>
|
||||
<string name="main_banner_json_stream_button_learn_more">Learn more</string>
|
||||
|
@ -100,7 +100,7 @@
|
|||
<string name="add_dialog_button_login">Log in</string>
|
||||
<string name="add_dialog_error_connection_failed">Connection failed: %1$s</string>
|
||||
<string name="add_dialog_login_title">Login required</string>
|
||||
<string name="add_dialog_login_description">Please type in your username and password.</string>
|
||||
<string name="add_dialog_login_description">Please type in your username and password to access the topic.</string>
|
||||
<string name="add_dialog_login_username_hint">Username</string>
|
||||
<string name="add_dialog_login_password_hint">Password</string>
|
||||
<string name="add_dialog_login_error_not_authorized">Login failed. The user \"%1$s\" is not authorized.</string>
|
||||
|
@ -112,20 +112,20 @@
|
|||
<string name="detail_how_to_intro">To send notifications to this topic, simply PUT or POST to the topic URL.
|
||||
</string>
|
||||
<string name="detail_how_to_example"><![CDATA[ Example (using curl):<br/><tt>$ curl -d \"Hi\" %1$s</tt> ]]></string>
|
||||
<string name="detail_how_to_link">More detailed instructions on ntfy.sh and in the documentation.
|
||||
<string name="detail_how_to_link">Detailed instructions available on ntfy.sh, and in the docs.
|
||||
</string>
|
||||
<string name="detail_clear_dialog_message">Delete all of the notifications in this topic?
|
||||
</string>
|
||||
<string name="detail_clear_dialog_permanently_delete">Delete for good</string>
|
||||
<string name="detail_clear_dialog_permanently_delete">Delete permanently</string>
|
||||
<string name="detail_clear_dialog_cancel">Cancel</string>
|
||||
<string name="detail_delete_dialog_message">
|
||||
Unsubscribe from this topic and delete all
|
||||
notifications you have ever received?
|
||||
Unsubscribe from this topic and delete
|
||||
all received notifications?
|
||||
</string>
|
||||
<string name="detail_delete_dialog_permanently_delete">Delete for good</string>
|
||||
<string name="detail_delete_dialog_permanently_delete">Delete permanently</string>
|
||||
<string name="detail_delete_dialog_cancel">Cancel</string>
|
||||
<string name="detail_test_title">Test: You can set a title if you like.</string>
|
||||
<string name="detail_test_message">This is a test notification from the ntfy Android app. It has a %1$d priority.
|
||||
<string name="detail_test_message">This is a test notification from the ntfy Android app. It has a level %1$d priority.
|
||||
If you send another, it may look different.
|
||||
</string>
|
||||
<string name="detail_test_message_error">Cannot send message: %1$s</string>
|
||||
|
@ -151,25 +151,25 @@
|
|||
<string name="detail_item_cannot_download">Cannot open or download attachment. The link expired and no local file could be found.</string>
|
||||
<string name="detail_item_cannot_open">Cannot open attachment: %1$s</string>
|
||||
<string name="detail_item_cannot_open_not_found">Cannot open attachment: The file may have been deleted, or no installed app can open the file.</string>
|
||||
<string name="detail_item_cannot_open_click_url">Cannot open clickable URL: %1$s</string>
|
||||
<string name="detail_item_cannot_open_click_url">Cannot open URL: %1$s</string>
|
||||
<string name="detail_item_cannot_save">Cannot save attachment: %1$s</string>
|
||||
<string name="detail_item_cannot_delete">Cannot delete attachment: %1$s</string>
|
||||
<string name="detail_item_download_failed">Could not download attachment: %1$s</string>
|
||||
<string name="detail_item_download_info_not_downloaded">Not downloaded.</string>
|
||||
<string name="detail_item_download_info_not_downloaded_expired">Not downloaded. The link expired.</string>
|
||||
<string name="detail_item_download_info_not_downloaded_expires_x">Not downloaded. Expires %1$s.</string>
|
||||
<string name="detail_item_download_info_not_downloaded">not downloaded</string>
|
||||
<string name="detail_item_download_info_not_downloaded_expired">not downloaded, link expired</string>
|
||||
<string name="detail_item_download_info_not_downloaded_expires_x">not downloaded, expires %1$s</string>
|
||||
<string name="detail_item_download_info_downloading_x_percent">%1$d%% downloaded</string>
|
||||
<string name="detail_item_download_info_deleted">Deleted</string>
|
||||
<string name="detail_item_download_info_deleted_expired">Deleted. The link expired.</string>
|
||||
<string name="detail_item_download_info_deleted_expires_x">Deleted. The link expires %1$s.</string>
|
||||
<string name="detail_item_download_info_download_failed">Download failed.</string>
|
||||
<string name="detail_item_download_info_download_failed_expired">Download failed. The link expired.</string>
|
||||
<string name="detail_item_download_info_download_failed_expires_x">Download failed. The link expires %1$s.</string>
|
||||
<string name="detail_item_download_info_deleted">deleted</string>
|
||||
<string name="detail_item_download_info_deleted_expired">deleted, link expired</string>
|
||||
<string name="detail_item_download_info_deleted_expires_x">deleted, link expires %1$s</string>
|
||||
<string name="detail_item_download_info_download_failed">Download failed</string>
|
||||
<string name="detail_item_download_info_download_failed_expired">download failed, link expired</string>
|
||||
<string name="detail_item_download_info_download_failed_expires_x">download failed, link expires %1$s</string>
|
||||
|
||||
<!-- Detail activity: Action bar -->
|
||||
<string name="detail_menu_notifications_enabled">Notifications on</string>
|
||||
<string name="detail_menu_notifications_disabled_forever">Notifications off</string>
|
||||
<string name="detail_menu_notifications_disabled_until">Notifications off till %1$s</string>
|
||||
<string name="detail_menu_notifications_disabled_until">Notifications off until %1$s</string>
|
||||
<string name="detail_menu_enable_instant">Enable instant delivery</string>
|
||||
<string name="detail_menu_disable_instant">Turn off instant delivery</string>
|
||||
<string name="detail_menu_test">Send test notification</string>
|
||||
|
@ -182,9 +182,9 @@
|
|||
<string name="detail_action_mode_menu_copy">Copy</string>
|
||||
<string name="detail_action_mode_menu_delete">Delete</string>
|
||||
<string name="detail_action_mode_delete_dialog_message">
|
||||
Delete the selected notification(s) for good?
|
||||
Delete the selected notification(s) permanently?
|
||||
</string>
|
||||
<string name="detail_action_mode_delete_dialog_permanently_delete">Delete for good</string>
|
||||
<string name="detail_action_mode_delete_dialog_permanently_delete">Delete permanently</string>
|
||||
<string name="detail_action_mode_delete_dialog_cancel">Cancel</string>
|
||||
|
||||
<!-- Detail settings -->
|
||||
|
@ -210,7 +210,7 @@
|
|||
<string name="notification_dialog_save">Save</string>
|
||||
<string name="notification_dialog_enabled_toast_message">Notifications re-enabled</string>
|
||||
<string name="notification_dialog_muted_forever_toast_message">Notifications paused</string>
|
||||
<string name="notification_dialog_muted_until_toast_message">Notifications paused till %1$s</string>
|
||||
<string name="notification_dialog_muted_until_toast_message">Notifications paused until %1$s</string>
|
||||
<string name="notification_dialog_show_all">Show all notifications</string>
|
||||
<string name="notification_dialog_30min">30 minutes</string>
|
||||
<string name="notification_dialog_1h">1 hour</string>
|
||||
|
@ -297,14 +297,14 @@
|
|||
<string name="settings_general_dark_mode_entry_system">Use system default</string>
|
||||
<string name="settings_general_dark_mode_entry_light">Light mode</string>
|
||||
<string name="settings_general_dark_mode_entry_dark">Dark mode</string>
|
||||
<string name="settings_backup_restore_header">Backups and restoration</string>
|
||||
<string name="settings_backup_restore_header">Backups/restoring</string>
|
||||
<string name="settings_backup_restore_backup_key">Backup</string>
|
||||
<string name="settings_backup_restore_backup_title">Backup to file</string>
|
||||
<string name="settings_backup_restore_backup_title">Back up to file</string>
|
||||
<string name="settings_backup_restore_backup_summary">Export config, notifications and users</string>
|
||||
<string name="settings_backup_restore_backup_entry_everything">Everything</string>
|
||||
<string name="settings_backup_restore_backup_entry_everything_no_users">Everything, except users</string>
|
||||
<string name="settings_backup_restore_backup_entry_settings_only">Settings only</string>
|
||||
<string name="settings_backup_restore_backup_successful">Backup made</string>
|
||||
<string name="settings_backup_restore_backup_successful">Backup created</string>
|
||||
<string name="settings_backup_restore_backup_failed">Backup failed: %1$s</string>
|
||||
<string name="settings_backup_restore_restore_key">Restore</string>
|
||||
<string name="settings_backup_restore_restore_title">Restore from file</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue