مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2026-01-16 21:23:37 +00:00
a sad sad day in postal-land, no more puns.
هذا الالتزام موجود في:
@@ -8,7 +8,7 @@
|
||||
.pageContent.pageContent--compact
|
||||
|
||||
- if @address_endpoints.empty?
|
||||
.noData.noData--koala.noData--clean
|
||||
.noData.noData--clean
|
||||
%h2.noData__title There aren't any address endpoints yet.
|
||||
%p.noData__text
|
||||
Address endpoints are e-mail addresses hosted on other platforms that you'd
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
= render 'servers/header', :active_nav => :credentials
|
||||
.pageContent.pageContent--compact
|
||||
- if @credentials.empty?
|
||||
.noData.noData--goat.noData--clean
|
||||
%h2.noData__title This is goating out of hand. You have no credentials!
|
||||
.noData..noData--clean
|
||||
%h2.noData__title There are no credentials for this server.
|
||||
%p.noData__text
|
||||
In order to authenticate to your mail server, you use credentials. Once
|
||||
you've added a credential, you'll have a unique token which you can use to
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
.pageContent.pageContent--compact
|
||||
|
||||
- if @domains.empty?
|
||||
.noData.noData--penguin.noData--clean
|
||||
%h2.noData__title Brrrr. It's chilly in here without any domains.
|
||||
.noData.noData--clean
|
||||
%h2.noData__title There are no domains for this server.
|
||||
%p.noData__text
|
||||
To send & receive messages you need to add & verify the domain you wish to send/receive
|
||||
messages to/from. Add your domain below to get started.
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
.pageContent.pageContent--compact
|
||||
|
||||
- if @http_endpoints.empty?
|
||||
.noData.noData--cock.noData--clean
|
||||
%h2.noData__title Oh cock! There aren't any HTTP endpoints yet.
|
||||
.noData.noData--clean
|
||||
%h2.noData__title There aren't any HTTP endpoints yet.
|
||||
%p.noData__text
|
||||
HTTP endpoints are essentially URLs that you'd like incoming e-mails
|
||||
to be delivered to. Once you've added some endpoints, you can route messages
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
.pageContent.pageContent--compact
|
||||
- if @ip_pool_rules.empty?
|
||||
.noData.noData--panda.noData--clean
|
||||
.noData.noData--clean
|
||||
- if @server.nil?
|
||||
%h2.noData__title No global rules have been configured yet.
|
||||
%p.noData__text
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
.pageContent.pageContent--compact
|
||||
|
||||
- if @ip_pools.empty?
|
||||
.noData.noData--cat2.noData--clean
|
||||
.noData.noData--clean
|
||||
%p.noData__title There are no IP pools configured.
|
||||
%p.noData__text
|
||||
All messages sent from your mail server can be sent from certain pools of
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
- if message.deliveries.empty?
|
||||
%li.deliveryList__item
|
||||
.noData.noData--fox.noData--clean
|
||||
.noData.noData--clean
|
||||
%h2.noData__text No delivery attempts yet.
|
||||
- else
|
||||
- for delivery in message.deliveries.reverse
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
= render 'search'
|
||||
|
||||
- if @messages[:records].empty?
|
||||
.noData.noData--clean.noData--koala
|
||||
%h2.noData__title No koalified messages found matching your filter.
|
||||
.noData
|
||||
%h2.noData__title No messages found matching your filter.
|
||||
%p.noData__text
|
||||
There were no messages which matched the query that you entered. Sorry about that.
|
||||
- else
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
= render 'message_header', :active_nav => :attachments
|
||||
.pageContent.pageContent--compact
|
||||
- if @message.attachments.empty?
|
||||
.noData.noData--clean.noData--wolf
|
||||
.noData.noData--clean
|
||||
%h2.noData__title There are no attachments for this message.
|
||||
%p.noData__text
|
||||
This means that we no longer store the raw data for this e-mail
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
- if @message.headers.empty?
|
||||
.pageContent.pageContent--compact
|
||||
.noData.noData--clean.noData--cat2
|
||||
.noData.noData--clean
|
||||
%h2.noData__title There are no headers for this message.
|
||||
%p.noData__text
|
||||
This means that we no longer store the raw data for this e-mail.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
= render 'header', :active_nav => :held
|
||||
- if @messages.empty? && !@queried
|
||||
.pageContent--compact
|
||||
.noData.noData--deer.noData--clean
|
||||
.noData.noData--clean
|
||||
%h2.noData__title You haven't got any held messages.
|
||||
%p.noData__text
|
||||
You haven't sent any messages through this mail server yet. Not to worry though
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
= render 'message_header', :active_nav => :html
|
||||
- if @message.html_body.blank?
|
||||
.pageContent.pageContent--compact
|
||||
.noData.noData--clean.noData--panda
|
||||
.noData.noData--clean
|
||||
%h2.noData__title There's no HTML body for this message.
|
||||
%p.noData__text
|
||||
This means that we no longer store the raw data for this e-mail
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
= render 'header', :active_nav => :incoming
|
||||
- if @messages[:records].empty? && !@queried
|
||||
.pageContent--compact
|
||||
.noData.noData--deer.noData--clean
|
||||
%h2.noData__title Oh deer! You haven't received any messages yet.
|
||||
.noData.noData--clean
|
||||
%h2.noData__title No messages have been received yet.
|
||||
%p.noData__text
|
||||
You haven't received any messages through this mail server yet. Not to worry though
|
||||
they'll start appearing here as soon as you start receiving them.
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
= render 'header', :active_nav => :outgoing
|
||||
- if @messages[:records].empty? && !@queried
|
||||
.pageContent--compact
|
||||
.noData.noData--deer.noData--clean
|
||||
%h2.noData__title Oh deer! You haven't sent any messages yet.
|
||||
.noData.noData--clean
|
||||
%h2.noData__title No messages have been sent yet.
|
||||
%p.noData__text
|
||||
You haven't sent any messages through this mail server yet. Not to worry though
|
||||
they'll start appearing here as soon as you start sending them.
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
= render 'message_header', :active_nav => :plain
|
||||
.pageContent.pageContent--compact
|
||||
- if @message.plain_body.blank?
|
||||
.noData.noData--clean.noData--owl
|
||||
.noData.noData--clean
|
||||
%h2.noData__title There's no plain text body for this message.
|
||||
%p.noData__text
|
||||
This means that we no longer store the raw data for this e-mail
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
= render 'header', :active_nav => :suppressions
|
||||
.pageContent.pageContent--compact
|
||||
- if @suppressions[:records].empty?
|
||||
.noData.noData--clean.noData--owl
|
||||
.noData.noData--clean
|
||||
%h2.noData__title No addresses on the suppression list.
|
||||
%p.noData__text
|
||||
When messages cannot be delivered, addresses are added to the suppression list which stops
|
||||
|
||||
@@ -27,12 +27,12 @@
|
||||
%p= submit_tag "Save IP pool assignment", :class => 'button button--positive'
|
||||
- else
|
||||
- if @ip_pools.empty?
|
||||
.noData.noData--koala.noData--clean
|
||||
.noData.noData--clean
|
||||
- if @server.nil?
|
||||
%h2.noData__title You don't have any dedicated IP addresses.
|
||||
%h2.noData__title You don't have any assigned IP addresses.
|
||||
%p.noData__text
|
||||
Once you've been assigned dedicated IP addresses they will appear here. You can then use them in rules and
|
||||
for servers. To request dedicated IP addresses please contact our team.
|
||||
Once you've been assigned IP addresses they will appear here. You can then use them in rules and
|
||||
for servers.
|
||||
- else
|
||||
.ipList
|
||||
- for ip_pool in @ip_pools
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
.pageContent.pageContent--compact
|
||||
|
||||
- if @organizations.empty?
|
||||
.noData.noData--panda.noData--clean
|
||||
.noData.noData--clean
|
||||
%p.noData__title There are no organizations.
|
||||
- if current_user.admin?
|
||||
%p.noData__text
|
||||
That's not on. You need an organization otherwise you can't do much here. Hit
|
||||
You need an organization otherwise you can't do much here. Hit
|
||||
the button below to create the first organization.
|
||||
%p.noData__button= link_to "Create the first organization", :new_organization, :class => 'button button--positive'
|
||||
- else
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
|
||||
.pageContent.pageContent--compact
|
||||
- if @routes.empty?
|
||||
.noData.noData--monkey.noData--clean
|
||||
%h2.noData__title We heard on the ape vine, you've got no routes yet.
|
||||
.noData.noData--clean
|
||||
%h2.noData__title No routes have been configured for this server.
|
||||
%p.noData__text
|
||||
To receive incoming mail, you need to add routes so where we should send
|
||||
messages we receive for your domain. You can send incoming e-mail to
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
.pageContent.pageContent--compact
|
||||
|
||||
- if @servers.empty?
|
||||
.noData.noData--owl.noData--clean
|
||||
%p.noData__title Well owls about that, you've no mail servers yet.
|
||||
.noData.noData--clean
|
||||
%p.noData__title There are no mail servers for this organization yet.
|
||||
%p.noData__text
|
||||
Great - you've got an organization, now you need to provision a mail server.
|
||||
Once you've got a mail server, you can start sending & receiving messages.
|
||||
@@ -28,8 +28,8 @@
|
||||
%p= server.name
|
||||
%p.largeList__subText #{number_with_precision server.message_rate, :precision => 2} messages/minute
|
||||
.js-searchable__empty.is-hidden
|
||||
.noData.noData--owl.noData--clean
|
||||
%p.noData__title Well owls about that, no servers found.
|
||||
.noData.noData--clean
|
||||
%p.noData__title No servers were found...
|
||||
%p.noData__text
|
||||
There were no servers found matching what you've typed it.
|
||||
%p.u-center= link_to "Build a new mail server", [:new, organization, :server], :class => 'button button--positive'
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
|
||||
- if @messages.empty?
|
||||
.pageContent--compact
|
||||
.noData.noData--cat2.noData--clean
|
||||
%h2.noData__title Your queue is empty. It won't stay like that fur-ever.
|
||||
.noData.noData--clean
|
||||
%h2.noData__title Your queue is current empty.
|
||||
%p.noData__text
|
||||
Messages which haven't yet been delivered successfully will appear in your queue until
|
||||
we've delivered them or we've given up trying.
|
||||
|
||||
@@ -4,12 +4,10 @@
|
||||
|
||||
- if @messages.empty?
|
||||
.pageContent--compact
|
||||
.noData.noData--cat.noData--clean
|
||||
%h2.noData__title Stop pro-cat-inating! Your new mail server is ready.
|
||||
.noData.noData--clean
|
||||
%h2.noData__title Your new mail server is ready to go.
|
||||
%p.noData__text
|
||||
We can't wait to help you get up and running. The first thing you need
|
||||
to do is add & verify your domain so you can send & receive e-mail to/from it.
|
||||
It'll only take a few seconds.
|
||||
Check out the information below to get started sending & receiving e-mail through your new mail server.
|
||||
%p.noData__button.buttonSet.buttonSet--center
|
||||
= link_to "Read about sending e-mail", [organization, @server, :help_outgoing], :class => "button"
|
||||
= link_to "Read about receiving e-mail", [organization, @server, :help_incoming], :class => "button"
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
.pageContent.pageContent--compact
|
||||
|
||||
- if @smtp_endpoints.empty?
|
||||
.noData.noData--dog.noData--clean
|
||||
%h2.noData__title Im-paws-ible! You've got no SMTP endpoints.
|
||||
.noData.noData--clean
|
||||
%h2.noData__title There are no SMTP endpoints for this server.
|
||||
%p.noData__text
|
||||
SMTP endpoints are other mail servers that you'd like incoming e-mails
|
||||
to be passed onto. Once you've added some endpoints, you can route messages
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
.pageContent.pageContent--compact
|
||||
|
||||
- if @track_domains.empty?
|
||||
.noData.noData--fox.noData--clean
|
||||
%h2.noData__title You haven't set up any tracking domains yet.
|
||||
.noData.noData--clean
|
||||
%h2.noData__title There are no tracking domains for this server.
|
||||
%p.noData__text
|
||||
To use Postal's open & click tracking, you need to configure a domain that links will be re-written to use. Enable
|
||||
message tracking by adding a sutiable tracking domain for your outbound e-mails.
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
= render 'organizations/nav', :active_nav => :users
|
||||
.pageContent.pageContent--compact
|
||||
- if @users.empty? && @pending_users.empty?
|
||||
.noData.noData--penguin.noData--clean
|
||||
.noData.noData--clean
|
||||
%p.noData__title There are no users assigned to this organization.
|
||||
%p.noData__text
|
||||
You add additional users that will be permitted to access this organization.
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
.pageContent.pageContent--compact
|
||||
- if @requests[:records].empty?
|
||||
.noData.noData--clean.noData--cat3
|
||||
.noData.noData--clean
|
||||
%h2.noData__title No webhook requests recorded.
|
||||
%p.noData__text
|
||||
This page shows the last 10 days worth of webhook requests that have been sent by Postal. This page will
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
= render 'header', :active_nav => :webhooks
|
||||
.pageContent.pageContent--compact
|
||||
- if @webhooks.empty?
|
||||
.noData.noData--clean.noData--lion
|
||||
%h2.noData__title You've got no webhooks. We're not lion.
|
||||
.noData.noData--clean
|
||||
%h2.noData__title No webhooks have been configured for this server.
|
||||
%p.noData__text
|
||||
You haven't added any webhooks for this server yet. A webhook enables your web
|
||||
application to be notified when certain events occur in the lifecycle of the mail server.
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم