Use American English spelling throughout
This commit is contained in:
@@ -3,7 +3,7 @@ import { plural, setCatalog } from "@/lib/i18n";
|
||||
import { catalog as ru } from "@/locales/ru";
|
||||
|
||||
/**
|
||||
* Russian is the first shipped catalogue that needs `few` and `many`, so this
|
||||
* Russian is the first shipped catalog that needs `few` and `many`, so this
|
||||
* checks the real entries rather than a fixture. English would have rendered
|
||||
* "5 письмо" for all of these, which is the kind of wrong that makes a
|
||||
* translation read as machine output however good the vocabulary is.
|
||||
@@ -26,7 +26,7 @@ describe("Russian plurals", () => {
|
||||
});
|
||||
|
||||
it("carries every form for each counted string it ships", () => {
|
||||
// A catalogue missing `few` silently falls back to `other`, which is
|
||||
// A catalog missing `few` silently falls back to `other`, which is
|
||||
// grammatical often enough to go unnoticed and wrong the rest of the time.
|
||||
for (const [key, forms] of Object.entries(ru.plurals)) {
|
||||
for (const cat of ["one", "few", "many", "other"] as const) {
|
||||
|
||||
+21
-22
@@ -124,7 +124,7 @@ export const catalog: Catalog = {
|
||||
"This account signs in through an external directory, so its password can't be set here.": "Dieses Konto meldet sich über ein externes Verzeichnis an, daher kann sein Passwort hier nicht festgelegt werden.",
|
||||
"The server's license allows no more accounts.": "Die Lizenz des Servers erlaubt keine weiteren Konten.",
|
||||
"That domain name is already in use on this server, as a domain or another domain's other name.": "Dieser Domainname wird auf diesem Server bereits verwendet – als Domain oder als weiterer Name einer anderen Domain.",
|
||||
"Your organisation has reached the number of domains it is allowed.": "Ihre Organisation hat die Anzahl der erlaubten Domains erreicht.",
|
||||
"Your organization has reached the number of domains it is allowed.": "Ihre Organisation hat die Anzahl der erlaubten Domains erreicht.",
|
||||
"That is more than the mail server accepts in one change.": "Das ist mehr, als der Mailserver in einer Änderung annimmt.",
|
||||
"The mail server rejected one of the values. Check what you entered and try again.": "Der Mailserver hat einen der Werte abgelehnt. Prüfen Sie Ihre Eingaben und versuchen Sie es erneut.",
|
||||
"The mail server refused the change ({code}).": "Der Mailserver hat die Änderung abgelehnt ({code}).",
|
||||
@@ -179,7 +179,7 @@ export const catalog: Catalog = {
|
||||
"Search groups": "Gruppen durchsuchen",
|
||||
"No groups match": "Keine passenden Gruppen",
|
||||
"No groups yet": "Noch keine Gruppen",
|
||||
"Your organisation has reached the number of groups it is allowed.": "Ihre Organisation hat die erlaubte Anzahl an Gruppen erreicht.",
|
||||
"Your organization has reached the number of groups it is allowed.": "Ihre Organisation hat die erlaubte Anzahl an Gruppen erreicht.",
|
||||
"This group no longer exists. Someone may have deleted it.": "Diese Gruppe existiert nicht mehr. Jemand hat sie möglicherweise gelöscht.",
|
||||
"The server did not say whether the group was created.": "Der Server hat nicht mitgeteilt, ob die Gruppe angelegt wurde.",
|
||||
"Mailing lists": "Mailinglisten",
|
||||
@@ -204,7 +204,7 @@ export const catalog: Catalog = {
|
||||
"Search mailing lists": "Mailinglisten durchsuchen",
|
||||
"No mailing lists match": "Keine passenden Mailinglisten",
|
||||
"No mailing lists yet": "Noch keine Mailinglisten",
|
||||
"Your organisation has reached the number of mailing lists it is allowed.": "Ihre Organisation hat die erlaubte Anzahl an Mailinglisten erreicht.",
|
||||
"Your organization has reached the number of mailing lists it is allowed.": "Ihre Organisation hat die erlaubte Anzahl an Mailinglisten erreicht.",
|
||||
"This mailing list no longer exists. Someone may have deleted it.": "Diese Mailingliste existiert nicht mehr. Jemand hat sie möglicherweise gelöscht.",
|
||||
"The server did not say whether the list was created.": "Der Server hat nicht mitgeteilt, ob die Liste angelegt wurde.",
|
||||
"Roles": "Rollen",
|
||||
@@ -255,13 +255,13 @@ export const catalog: Catalog = {
|
||||
"Open {name}": "{name} öffnen",
|
||||
"Default for {kinds}": "Standard bei {kinds}",
|
||||
"You can't give a role permissions your own role doesn't have.": "Sie können einer Rolle keine Berechtigungen geben, die Ihre eigene Rolle nicht hat.",
|
||||
"Your organisation has reached the number of roles it is allowed.": "Ihre Organisation hat die erlaubte Anzahl an Rollen erreicht.",
|
||||
"Your organization has reached the number of roles it is allowed.": "Ihre Organisation hat die erlaubte Anzahl an Rollen erreicht.",
|
||||
"This role no longer exists. Someone may have deleted it.": "Diese Rolle existiert nicht mehr. Jemand hat sie möglicherweise gelöscht.",
|
||||
"the default roles": "den Standardrollen",
|
||||
"The server did not say whether the role was created.": "Der Server hat nicht mitgeteilt, ob die Rolle angelegt wurde.",
|
||||
"No tenant": "Kein Mandant",
|
||||
"You can't move your own account into a tenant.": "Sie können Ihr eigenes Konto nicht in einen Mandanten verschieben.",
|
||||
"An account can be in the tenant its domain is in. In a tenant it is limited by the tenant's role and counts towards its limits, and Administrator means administrator of that tenant.": "Ein Konto kann in dem Mandanten sein, in dem seine Domain ist. In einem Mandanten ist es durch dessen Rolle begrenzt und zählt zu dessen Limits, und Administrator bedeutet Administrator dieses Mandanten.",
|
||||
"An account can be in the tenant its domain is in. In a tenant it is limited by the tenant's role and counts toward its limits, and Administrator means administrator of that tenant.": "Ein Konto kann in dem Mandanten sein, in dem seine Domain ist. In einem Mandanten ist es durch dessen Rolle begrenzt und zählt zu dessen Limits, und Administrator bedeutet Administrator dieses Mandanten.",
|
||||
"Tenants": "Mandanten",
|
||||
"Storage in GB": "Speicher in GB",
|
||||
"Default tenant roles": "Standardrollen für Mandanten",
|
||||
@@ -289,7 +289,7 @@ export const catalog: Catalog = {
|
||||
"Delete tenant…": "Mandant löschen…",
|
||||
"Still holds {things}. Move them out first.": "Enthält noch {things}. Verschieben Sie diese zuerst.",
|
||||
"Delete tenant": "Mandant löschen",
|
||||
"Separate organisations on one server, each with its own people, domains and limits.": "Getrennte Organisationen auf einem Server, jede mit eigenen Personen, Domains und Limits.",
|
||||
"Separate organizations on one server, each with its own people, domains and limits.": "Getrennte Organisationen auf einem Server, jede mit eigenen Personen, Domains und Limits.",
|
||||
"Tenants are a Stalwart Enterprise feature.": "Mandanten sind eine Funktion von Stalwart Enterprise.",
|
||||
"Search tenants": "Mandanten durchsuchen",
|
||||
"No tenants match": "Keine passenden Mandanten",
|
||||
@@ -355,7 +355,7 @@ export const catalog: Catalog = {
|
||||
"The mail server refused this. Your role may not allow it.": "Der Mailserver hat dies abgelehnt. Ihre Rolle erlaubt es möglicherweise nicht.",
|
||||
"That address is already in use on this server, as an account, a list or an alias.": "Diese Adresse wird auf diesem Server bereits verwendet – als Konto, Liste oder Alias.",
|
||||
"One of the chosen domain, role or group can't be used for this account.": "Die gewählte Domain, Rolle oder Gruppe kann für dieses Konto nicht verwendet werden.",
|
||||
"Your organisation has reached the number of accounts it is allowed.": "Ihre Organisation hat die Anzahl der erlaubten Konten erreicht.",
|
||||
"Your organization has reached the number of accounts it is allowed.": "Ihre Organisation hat die Anzahl der erlaubten Konten erreicht.",
|
||||
"Something still depends on this, so the server kept it.": "Etwas hängt noch davon ab, daher hat der Server es behalten.",
|
||||
"This account no longer exists. Someone may have deleted it.": "Dieses Konto existiert nicht mehr. Möglicherweise hat es jemand gelöscht.",
|
||||
"The password was not accepted: {reason}": "Das Passwort wurde nicht akzeptiert: {reason}",
|
||||
@@ -432,7 +432,7 @@ export const catalog: Catalog = {
|
||||
"Turn off": "Deaktivieren",
|
||||
"Clear": "Leeren",
|
||||
"Clear selection": "Auswahl aufheben",
|
||||
"Clear custom colour": "Eigene Farbe entfernen",
|
||||
"Clear custom color": "Eigene Farbe entfernen",
|
||||
"Select": "Auswählen",
|
||||
"Select all": "Alle auswählen",
|
||||
"Unsubscribe": "Abbestellen",
|
||||
@@ -625,7 +625,7 @@ export const catalog: Catalog = {
|
||||
"Maybe": "Vielleicht",
|
||||
"Confirmed": "Zugesagt",
|
||||
"Tentative": "Vorläufig",
|
||||
"Cancelled": "Abgesagt",
|
||||
"Canceled": "Abgesagt",
|
||||
"organizer": "Organisator",
|
||||
"Organizer: {name}": "Organisator: {name}",
|
||||
"Free": "Frei",
|
||||
@@ -640,7 +640,7 @@ export const catalog: Catalog = {
|
||||
"Working hours": "Arbeitszeiten",
|
||||
"Working hours start": "Arbeitszeit beginnt",
|
||||
"Working hours end": "Arbeitszeit endet",
|
||||
"Colour categories": "Farbkategorien",
|
||||
"Color categories": "Farbkategorien",
|
||||
"Category": "Kategorie",
|
||||
"No category": "Keine Kategorie",
|
||||
"New category": "Neue Kategorie",
|
||||
@@ -648,7 +648,7 @@ export const catalog: Catalog = {
|
||||
"Manage categories…": "Kategorien verwalten…",
|
||||
"Use category color": "Kategoriefarbe verwenden",
|
||||
"Use calendar color": "Kalenderfarbe verwenden",
|
||||
"Use the default colour": "Standardfarbe verwenden",
|
||||
"Use the default color": "Standardfarbe verwenden",
|
||||
"+{n} more": "+{n} weitere",
|
||||
|
||||
"Contacts": "Kontakte",
|
||||
@@ -803,7 +803,6 @@ export const catalog: Catalog = {
|
||||
"Theme": "Design",
|
||||
"Accent color": "Akzentfarbe",
|
||||
"Color": "Farbe",
|
||||
"Colour": "Farbe",
|
||||
"Text color": "Textfarbe",
|
||||
"Density & text": "Dichte & Text",
|
||||
"Display density": "Anzeigedichte",
|
||||
@@ -821,7 +820,7 @@ export const catalog: Catalog = {
|
||||
"Collapse sidebar to icons": "Seitenleiste auf Symbole verkleinern",
|
||||
"Apply the theme to messages too": "Design auch auf Nachrichten anwenden",
|
||||
"Apply it even to mail that styles itself": "Auch auf Mails anwenden, die sich selbst gestalten",
|
||||
"Most marketing and receipt mail sets a colour somewhere, so the setting above leaves nearly all of it on a white card. With this on, the theme is forced over the sender's own colours: backgrounds they laid the message on are dropped, while buttons and coloured banners are kept so their text stays readable. Some mail will not survive it intact, which is why it is separate.": "Fast jede Werbe- oder Beleg-Mail setzt irgendwo eine Farbe, deshalb lässt die Einstellung darüber nahezu alle davon auf einer weißen Karte. Mit dieser Option wird das Design über die Farben des Absenders gelegt: Hintergründe, auf denen die Nachricht liegt, entfallen, während Schaltflächen und farbige Banner erhalten bleiben, damit ihr Text lesbar bleibt. Manche Mail übersteht das nicht unbeschadet – deshalb ist es eine eigene Einstellung.",
|
||||
"Most marketing and receipt mail sets a color somewhere, so the setting above leaves nearly all of it on a white card. With this on, the theme is forced over the sender's own colors: backgrounds they laid the message on are dropped, while buttons and colored banners are kept so their text stays readable. Some mail will not survive it intact, which is why it is separate.": "Fast jede Werbe- oder Beleg-Mail setzt irgendwo eine Farbe, deshalb lässt die Einstellung darüber nahezu alle davon auf einer weißen Karte. Mit dieser Option wird das Design über die Farben des Absenders gelegt: Hintergründe, auf denen die Nachricht liegt, entfallen, während Schaltflächen und farbige Banner erhalten bleiben, damit ihr Text lesbar bleibt. Manche Mail übersteht das nicht unbeschadet – deshalb ist es eine eigene Einstellung.",
|
||||
"Swiping": "Wischgesten",
|
||||
"Swipe left": "Nach links wischen",
|
||||
"Swipe right": "Nach rechts wischen",
|
||||
@@ -1067,7 +1066,7 @@ export const catalog: Catalog = {
|
||||
"Each identity is a sender address with its own name, Reply-To and signature. The default identity is preselected when you compose; set a Reply-To when replies should go somewhere other than the From address.": "Jede Identität ist eine Absenderadresse mit eigenem Namen, eigener Antwortadresse und eigener Signatur. Die Standardidentität ist beim Verfassen vorausgewählt; legen Sie eine Antwortadresse fest, wenn Antworten woanders hingehen sollen als an die Absenderadresse.",
|
||||
"This signature is larger than the server's {limit}-byte limit. ihasmail will keep the full version in your Files and store a short text fallback on the server — other mail clients will see the plain-text version.": "Diese Signatur überschreitet das Limit des Servers von {limit} Byte. ihasmail behält die vollständige Fassung in Ihren Dateien und speichert eine kurze Textfassung auf dem Server — andere E-Mail-Programme sehen die Nur-Text-Fassung.",
|
||||
"Outlook-style categories you can assign to events from the right-click menu or the event editor. The category name is stored on the event, so it syncs to other clients.": "Kategorien im Outlook-Stil, die Sie Terminen über das Rechtsklick-Menü oder den Termin-Editor zuweisen können. Der Kategoriename wird im Termin gespeichert und daher mit anderen Clients synchronisiert.",
|
||||
"Plain-text mail already follows the theme. With this on, HTML mail that brings no colours of its own does as well, instead of sitting on a white card. Messages that style themselves are left exactly as the sender designed them.": "Nur-Text-Nachrichten folgen dem Design bereits. Ist dies aktiviert, gilt das auch für HTML-Nachrichten ohne eigene Farben, statt sie auf einer weißen Fläche darzustellen. Nachrichten mit eigener Gestaltung bleiben genau so, wie der Absender sie entworfen hat.",
|
||||
"Plain-text mail already follows the theme. With this on, HTML mail that brings no colors of its own does as well, instead of sitting on a white card. Messages that style themselves are left exactly as the sender designed them.": "Nur-Text-Nachrichten folgen dem Design bereits. Ist dies aktiviert, gilt das auch für HTML-Nachrichten ohne eigene Farben, statt sie auf einer weißen Fläche darzustellen. Nachrichten mit eigener Gestaltung bleiben genau so, wie der Absender sie entworfen hat.",
|
||||
"This is separate from {setting} in General, which decides how dates, times and numbers are written. You can read an English interface with German dates, or the other way round.": "Das ist unabhängig von {setting} unter „Allgemein“, wo festgelegt wird, wie Datum, Uhrzeit und Zahlen geschrieben werden. Sie können eine englische Oberfläche mit deutschen Datumsangaben lesen — oder umgekehrt.",
|
||||
"On a touchscreen, drag a message sideways to act on it. Each direction can do one thing, or nothing. These follow your account, so a phone and a tablet agree; a mouse ignores them and keeps dragging messages into folders instead.": "Auf einem Touchscreen ziehen Sie eine Nachricht zur Seite, um sie zu bearbeiten. Jede Richtung kann eine Aktion ausführen — oder keine. Die Einstellung folgt Ihrem Konto, sodass Telefon und Tablet übereinstimmen; mit der Maus wird sie ignoriert und Nachrichten werden weiterhin in Ordner gezogen.",
|
||||
"This screen has no touchscreen, so nothing here changes what it does. Your phone or tablet will pick these up.": "Dieser Bildschirm hat keinen Touchscreen, hier ändert sich also nichts. Ihr Telefon oder Tablet übernimmt diese Einstellungen.",
|
||||
@@ -1217,12 +1216,12 @@ export const catalog: Catalog = {
|
||||
"Applying filter to existing messages…": "Filter wird auf vorhandene Nachrichten angewendet…",
|
||||
"Attachments are still uploading": "Anhänge werden noch hochgeladen",
|
||||
"Calendar saved": "Kalender gespeichert",
|
||||
"Categorised as {name}": "Kategorie „{name}“ zugewiesen",
|
||||
"Categorized as {name}": "Kategorie „{name}“ zugewiesen",
|
||||
"Category cleared": "Kategorie entfernt",
|
||||
"Change this event?": "Diesen Termin ändern?",
|
||||
"Choose a calendar": "Wählen Sie einen Kalender",
|
||||
"Choose an address book": "Wählen Sie ein Adressbuch",
|
||||
"Colour updated": "Farbe geändert",
|
||||
"Color updated": "Farbe geändert",
|
||||
"Contact created": "Kontakt erstellt",
|
||||
"Contact deleted": "Kontakt gelöscht",
|
||||
"Contact saved": "Kontakt gespeichert",
|
||||
@@ -1246,7 +1245,7 @@ export const catalog: Catalog = {
|
||||
"Could not update: {error}": "Aktualisierung fehlgeschlagen: {error}",
|
||||
"Create": "Erstellen",
|
||||
"Create an address book first": "Legen Sie zuerst ein Adressbuch an",
|
||||
"Custom colour removed": "Eigene Farbe entfernt",
|
||||
"Custom color removed": "Eigene Farbe entfernt",
|
||||
"Deactivate": "Deaktivieren",
|
||||
"Delete failed: {error}": "Löschen fehlgeschlagen: {error}",
|
||||
"Delete forever": "Endgültig löschen",
|
||||
@@ -1333,7 +1332,7 @@ export const catalog: Catalog = {
|
||||
"Script saved": "Skript gespeichert",
|
||||
"Send (Ctrl+Enter)": "Senden (Strg+Enter)",
|
||||
"Send anyway": "Trotzdem senden",
|
||||
"Send cancelled — the message is back in Drafts": "Senden abgebrochen – die Nachricht liegt wieder in den Entwürfen",
|
||||
"Send canceled — the message is back in Drafts": "Senden abgebrochen – die Nachricht liegt wieder in den Entwürfen",
|
||||
"Send failed: {error}": "Senden fehlgeschlagen: {error}",
|
||||
"Send invites": "Einladungen senden",
|
||||
"Send scheduled for {when}": "Senden geplant für {when}",
|
||||
@@ -1482,7 +1481,7 @@ export const catalog: Catalog = {
|
||||
"Counts people rather than headers, so one address in To and nine in Cc is a message to ten. Catches a reply-all onto a long thread.": "Zählt Personen statt Kopfzeilen: eine Adresse in An und neun in Cc ergeben eine Nachricht an zehn. Erfasst ein Allen-Antworten auf einen langen Thread.",
|
||||
"Date received": "Empfangsdatum",
|
||||
"Date sent": "Sendedatum",
|
||||
"Palettes named after another project are that project's work, used under its own license; the shades between their published colours are derived, and every one is checked for contrast. The accent colour below still applies over any of them.": "Paletten, die nach einem anderen Projekt benannt sind, stammen von diesem Projekt und werden unter dessen eigener Lizenz verwendet; die Abstufungen zwischen den veröffentlichten Farben sind abgeleitet, und jede davon wird auf Kontrast geprüft. Die Akzentfarbe unten gilt weiterhin über jeder von ihnen.",
|
||||
"Palettes named after another project are that project's work, used under its own license; the shades between their published colors are derived, and every one is checked for contrast. The accent color below still applies over any of them.": "Paletten, die nach einem anderen Projekt benannt sind, stammen von diesem Projekt und werden unter dessen eigener Lizenz verwendet; die Abstufungen zwischen den veröffentlichten Farben sind abgeleitet, und jede davon wird auf Kontrast geprüft. Die Akzentfarbe unten gilt weiterhin über jeder von ihnen.",
|
||||
"Earlier": "Früher",
|
||||
"Every folder": "Jeder Ordner",
|
||||
"Everyone addressed will receive this.": "Alle Adressierten erhalten dies.",
|
||||
@@ -1491,7 +1490,7 @@ export const catalog: Catalog = {
|
||||
"Forward as attachment": "Als Anhang weiterleiten",
|
||||
"From the birthdays on your contacts. Nothing is stored.": "Aus den Geburtstagen Ihrer Kontakte. Es wird nichts gespeichert.",
|
||||
"Import iCAL file…": "iCAL-Datei importieren…",
|
||||
"Labels are IMAP keywords stored on your messages, so every other client sees them. Names, colours and nesting are ihasmail’s own and follow your account. Nesting is display only — it rewrites nothing in the mailbox.": "Label sind IMAP-Keywords, die auf Ihren Nachrichten gespeichert werden, sodass jeder andere Client sie sieht. Namen, Farben und Verschachtelung gehören ihasmail selbst und folgen Ihrem Konto. Die Verschachtelung dient nur der Anzeige — sie schreibt im Postfach nichts um.",
|
||||
"Labels are IMAP keywords stored on your messages, so every other client sees them. Names, colors and nesting are ihasmail’s own and follow your account. Nesting is display only — it rewrites nothing in the mailbox.": "Label sind IMAP-Keywords, die auf Ihren Nachrichten gespeichert werden, sodass jeder andere Client sie sieht. Namen, Farben und Verschachtelung gehören ihasmail selbst und folgen Ihrem Konto. Die Verschachtelung dient nur der Anzeige — sie schreibt im Postfach nichts um.",
|
||||
"Largest first": "Größte zuerst",
|
||||
"Later": "Später",
|
||||
"Light or dark": "Hell oder dunkel",
|
||||
@@ -1532,7 +1531,7 @@ export const catalog: Catalog = {
|
||||
"Save your changes?": "Änderungen speichern?",
|
||||
"Saved": "Gespeichert",
|
||||
"Select all {n} in {folder}": "Alle {n} in {folder} auswählen",
|
||||
"Send outside your organisation?": "Nach außerhalb Ihrer Organisation senden?",
|
||||
"Send outside your organization?": "Nach außerhalb Ihrer Organisation senden?",
|
||||
"Send to {count} people?": "An {count} Personen senden?",
|
||||
"Show birthdays from your contacts": "Geburtstage aus Ihren Kontakten anzeigen",
|
||||
"Show in the sidebar": "In der Seitenleiste anzeigen",
|
||||
@@ -1574,7 +1573,7 @@ export const catalog: Catalog = {
|
||||
"A to Z": "A bis Z",
|
||||
"It reads {shown} but goes to {actual}.": "Angezeigt wird {shown}, geöffnet wird aber {actual}.",
|
||||
"The full address is {href}.": "Die vollständige Adresse lautet {href}.",
|
||||
"This message came from {domain}, which is outside your organisation.": "Diese Nachricht kam von {domain} und damit von außerhalb Ihrer Organisation.",
|
||||
"This message came from {domain}, which is outside your organization.": "Diese Nachricht kam von {domain} und damit von außerhalb Ihrer Organisation.",
|
||||
"Unsaved changes": "Nicht gespeicherte Änderungen",
|
||||
"View as": "Anzeigen als",
|
||||
"Warnings": "Warnungen",
|
||||
|
||||
+21
-22
@@ -116,7 +116,7 @@ export const catalog: Catalog = {
|
||||
"This account signs in through an external directory, so its password can't be set here.": "Esta cuenta inicia sesión mediante un directorio externo, así que su contraseña no se puede establecer aquí.",
|
||||
"The server's license allows no more accounts.": "La licencia del servidor no permite más cuentas.",
|
||||
"That domain name is already in use on this server, as a domain or another domain's other name.": "Ese nombre de dominio ya está en uso en este servidor, como dominio o como otro nombre de otro dominio.",
|
||||
"Your organisation has reached the number of domains it is allowed.": "Su organización ha alcanzado el número de dominios permitido.",
|
||||
"Your organization has reached the number of domains it is allowed.": "Su organización ha alcanzado el número de dominios permitido.",
|
||||
"That is more than the mail server accepts in one change.": "Eso supera lo que el servidor de correo acepta en un solo cambio.",
|
||||
"The mail server rejected one of the values. Check what you entered and try again.": "El servidor de correo ha rechazado uno de los valores. Revise lo que ha escrito e inténtelo de nuevo.",
|
||||
"The mail server refused the change ({code}).": "El servidor de correo ha rechazado el cambio ({code}).",
|
||||
@@ -171,7 +171,7 @@ export const catalog: Catalog = {
|
||||
"Search groups": "Buscar grupos",
|
||||
"No groups match": "Ningún grupo coincide",
|
||||
"No groups yet": "Aún no hay grupos",
|
||||
"Your organisation has reached the number of groups it is allowed.": "Su organización ha alcanzado el número de grupos permitido.",
|
||||
"Your organization has reached the number of groups it is allowed.": "Su organización ha alcanzado el número de grupos permitido.",
|
||||
"This group no longer exists. Someone may have deleted it.": "Este grupo ya no existe. Puede que alguien lo haya eliminado.",
|
||||
"The server did not say whether the group was created.": "El servidor no indicó si el grupo se creó.",
|
||||
"Mailing lists": "Listas de correo",
|
||||
@@ -196,7 +196,7 @@ export const catalog: Catalog = {
|
||||
"Search mailing lists": "Buscar listas de correo",
|
||||
"No mailing lists match": "Ninguna lista de correo coincide",
|
||||
"No mailing lists yet": "Aún no hay listas de correo",
|
||||
"Your organisation has reached the number of mailing lists it is allowed.": "Su organización ha alcanzado el número de listas de correo permitido.",
|
||||
"Your organization has reached the number of mailing lists it is allowed.": "Su organización ha alcanzado el número de listas de correo permitido.",
|
||||
"This mailing list no longer exists. Someone may have deleted it.": "Esta lista de correo ya no existe. Puede que alguien la haya eliminado.",
|
||||
"The server did not say whether the list was created.": "El servidor no indicó si la lista se creó.",
|
||||
"Roles": "Roles",
|
||||
@@ -247,13 +247,13 @@ export const catalog: Catalog = {
|
||||
"Open {name}": "Abrir {name}",
|
||||
"Default for {kinds}": "Predeterminado para {kinds}",
|
||||
"You can't give a role permissions your own role doesn't have.": "No puede dar a un rol permisos que su propio rol no tiene.",
|
||||
"Your organisation has reached the number of roles it is allowed.": "Su organización ha alcanzado el número de roles permitido.",
|
||||
"Your organization has reached the number of roles it is allowed.": "Su organización ha alcanzado el número de roles permitido.",
|
||||
"This role no longer exists. Someone may have deleted it.": "Este rol ya no existe. Puede que alguien lo haya eliminado.",
|
||||
"the default roles": "los roles predeterminados",
|
||||
"The server did not say whether the role was created.": "El servidor no indicó si el rol se creó.",
|
||||
"No tenant": "Sin inquilino",
|
||||
"You can't move your own account into a tenant.": "No puede mover su propia cuenta a un inquilino.",
|
||||
"An account can be in the tenant its domain is in. In a tenant it is limited by the tenant's role and counts towards its limits, and Administrator means administrator of that tenant.": "Una cuenta puede estar en el inquilino en el que está su dominio. En un inquilino está limitada por el rol del inquilino y cuenta para sus límites, y Administrador significa administrador de ese inquilino.",
|
||||
"An account can be in the tenant its domain is in. In a tenant it is limited by the tenant's role and counts toward its limits, and Administrator means administrator of that tenant.": "Una cuenta puede estar en el inquilino en el que está su dominio. En un inquilino está limitada por el rol del inquilino y cuenta para sus límites, y Administrador significa administrador de ese inquilino.",
|
||||
"Tenants": "Inquilinos",
|
||||
"Storage in GB": "Almacenamiento en GB",
|
||||
"Default tenant roles": "Roles de inquilino predeterminados",
|
||||
@@ -281,7 +281,7 @@ export const catalog: Catalog = {
|
||||
"Delete tenant…": "Eliminar inquilino…",
|
||||
"Still holds {things}. Move them out first.": "Aún tiene {things}. Muévalos primero.",
|
||||
"Delete tenant": "Eliminar inquilino",
|
||||
"Separate organisations on one server, each with its own people, domains and limits.": "Organizaciones separadas en un mismo servidor, cada una con sus propias personas, dominios y límites.",
|
||||
"Separate organizations on one server, each with its own people, domains and limits.": "Organizaciones separadas en un mismo servidor, cada una con sus propias personas, dominios y límites.",
|
||||
"Tenants are a Stalwart Enterprise feature.": "Los inquilinos son una función de Stalwart Enterprise.",
|
||||
"Search tenants": "Buscar inquilinos",
|
||||
"No tenants match": "Ningún inquilino coincide",
|
||||
@@ -347,7 +347,7 @@ export const catalog: Catalog = {
|
||||
"The mail server refused this. Your role may not allow it.": "El servidor de correo lo ha rechazado. Es posible que su rol no lo permita.",
|
||||
"That address is already in use on this server, as an account, a list or an alias.": "Esa dirección ya está en uso en este servidor, como cuenta, lista o alias.",
|
||||
"One of the chosen domain, role or group can't be used for this account.": "El dominio, el rol o el grupo elegido no se puede usar para esta cuenta.",
|
||||
"Your organisation has reached the number of accounts it is allowed.": "Su organización ha alcanzado el número de cuentas permitido.",
|
||||
"Your organization has reached the number of accounts it is allowed.": "Su organización ha alcanzado el número de cuentas permitido.",
|
||||
"Something still depends on this, so the server kept it.": "Algo todavía depende de esto, así que el servidor lo ha conservado.",
|
||||
"This account no longer exists. Someone may have deleted it.": "Esta cuenta ya no existe. Puede que alguien la haya eliminado.",
|
||||
"The password was not accepted: {reason}": "La contraseña no se ha aceptado: {reason}",
|
||||
@@ -424,7 +424,7 @@ export const catalog: Catalog = {
|
||||
"Turn off": "Desactivar",
|
||||
"Clear": "Vaciar",
|
||||
"Clear selection": "Anular la selección",
|
||||
"Clear custom colour": "Quitar el color personalizado",
|
||||
"Clear custom color": "Quitar el color personalizado",
|
||||
"Select": "Seleccionar",
|
||||
"Select all": "Seleccionar todo",
|
||||
"Unsubscribe": "Darse de baja",
|
||||
@@ -617,7 +617,7 @@ export const catalog: Catalog = {
|
||||
"Maybe": "Quizá",
|
||||
"Confirmed": "Confirmado",
|
||||
"Tentative": "Provisional",
|
||||
"Cancelled": "Cancelado",
|
||||
"Canceled": "Cancelado",
|
||||
"organizer": "organizador",
|
||||
"Organizer: {name}": "Organizador: {name}",
|
||||
"Free": "Libre",
|
||||
@@ -632,7 +632,7 @@ export const catalog: Catalog = {
|
||||
"Working hours": "Horario laboral",
|
||||
"Working hours start": "El horario laboral empieza",
|
||||
"Working hours end": "El horario laboral termina",
|
||||
"Colour categories": "Categorías de color",
|
||||
"Color categories": "Categorías de color",
|
||||
"Category": "Categoría",
|
||||
"No category": "Sin categoría",
|
||||
"New category": "Categoría nueva",
|
||||
@@ -640,7 +640,7 @@ export const catalog: Catalog = {
|
||||
"Manage categories…": "Gestionar las categorías…",
|
||||
"Use category color": "Usar el color de la categoría",
|
||||
"Use calendar color": "Usar el color del calendario",
|
||||
"Use the default colour": "Usar el color predeterminado",
|
||||
"Use the default color": "Usar el color predeterminado",
|
||||
"+{n} more": "+{n} más",
|
||||
|
||||
"Contacts": "Contactos",
|
||||
@@ -799,7 +799,6 @@ export const catalog: Catalog = {
|
||||
"Theme": "Tema",
|
||||
"Accent color": "Color de acento",
|
||||
"Color": "Color",
|
||||
"Colour": "Color",
|
||||
"Text color": "Color del texto",
|
||||
"Density & text": "Densidad y texto",
|
||||
"Display density": "Densidad de visualización",
|
||||
@@ -817,7 +816,7 @@ export const catalog: Catalog = {
|
||||
"Collapse sidebar to icons": "Reducir la barra lateral a iconos",
|
||||
"Apply the theme to messages too": "Aplicar el tema también a los mensajes",
|
||||
"Apply it even to mail that styles itself": "Aplicarlo incluso al correo que se da estilo propio",
|
||||
"Most marketing and receipt mail sets a colour somewhere, so the setting above leaves nearly all of it on a white card. With this on, the theme is forced over the sender's own colours: backgrounds they laid the message on are dropped, while buttons and coloured banners are kept so their text stays readable. Some mail will not survive it intact, which is why it is separate.": "Casi todo el correo publicitario y de recibos define algún color, así que el ajuste anterior deja casi todo sobre una tarjeta blanca. Con esto activado, el tema se impone sobre los colores del remitente: se descartan los fondos sobre los que apoyó el mensaje, mientras que los botones y los banners de color se conservan para que su texto siga siendo legible. Algunos mensajes no sobrevivirán intactos, y por eso es un ajuste aparte.",
|
||||
"Most marketing and receipt mail sets a color somewhere, so the setting above leaves nearly all of it on a white card. With this on, the theme is forced over the sender's own colors: backgrounds they laid the message on are dropped, while buttons and colored banners are kept so their text stays readable. Some mail will not survive it intact, which is why it is separate.": "Casi todo el correo publicitario y de recibos define algún color, así que el ajuste anterior deja casi todo sobre una tarjeta blanca. Con esto activado, el tema se impone sobre los colores del remitente: se descartan los fondos sobre los que apoyó el mensaje, mientras que los botones y los banners de color se conservan para que su texto siga siendo legible. Algunos mensajes no sobrevivirán intactos, y por eso es un ajuste aparte.",
|
||||
"Swiping": "Deslizamiento",
|
||||
"Swipe left": "Deslizar a la izquierda",
|
||||
"Swipe right": "Deslizar a la derecha",
|
||||
@@ -1129,7 +1128,7 @@ export const catalog: Catalog = {
|
||||
"Each identity is a sender address with its own name, Reply-To and signature. The default identity is preselected when you compose; set a Reply-To when replies should go somewhere other than the From address.": "Cada identidad es una dirección de envío con su propio nombre, dirección de respuesta y firma. La identidad predeterminada se preselecciona al redactar; defina una dirección de respuesta cuando las respuestas deban llegar a un sitio distinto del remitente.",
|
||||
"This signature is larger than the server's {limit}-byte limit. ihasmail will keep the full version in your Files and store a short text fallback on the server — other mail clients will see the plain-text version.": "Esta firma supera el límite de {limit} bytes del servidor. ihasmail conservará la versión completa en sus Archivos y guardará una versión corta de texto en el servidor: los demás clientes verán la versión en texto sin formato.",
|
||||
"Outlook-style categories you can assign to events from the right-click menu or the event editor. The category name is stored on the event, so it syncs to other clients.": "Categorías al estilo de Outlook que puede asignar a los eventos desde el menú contextual o el editor de eventos. El nombre de la categoría se guarda en el evento, así que se sincroniza con otros clientes.",
|
||||
"Plain-text mail already follows the theme. With this on, HTML mail that brings no colours of its own does as well, instead of sitting on a white card. Messages that style themselves are left exactly as the sender designed them.": "El correo en texto sin formato ya sigue el tema. Con esta opción, el correo HTML sin colores propios también lo hace, en lugar de mostrarse sobre un fondo blanco. Los mensajes con estilo propio se dejan exactamente como los diseñó el remitente.",
|
||||
"Plain-text mail already follows the theme. With this on, HTML mail that brings no colors of its own does as well, instead of sitting on a white card. Messages that style themselves are left exactly as the sender designed them.": "El correo en texto sin formato ya sigue el tema. Con esta opción, el correo HTML sin colores propios también lo hace, en lugar de mostrarse sobre un fondo blanco. Los mensajes con estilo propio se dejan exactamente como los diseñó el remitente.",
|
||||
"This is separate from {setting} in General, which decides how dates, times and numbers are written. You can read an English interface with German dates, or the other way round.": "Esto es independiente de {setting} en General, que determina cómo se escriben las fechas, horas y números. Puede leer una interfaz en inglés con fechas en español, o al revés.",
|
||||
"On a touchscreen, drag a message sideways to act on it. Each direction can do one thing, or nothing. These follow your account, so a phone and a tablet agree; a mouse ignores them and keeps dragging messages into folders instead.": "En una pantalla táctil, deslice un mensaje hacia un lado para actuar sobre él. Cada dirección puede hacer una cosa, o ninguna. Estos ajustes siguen a su cuenta, así que el teléfono y la tableta coinciden; con el ratón se ignoran y se sigue arrastrando mensajes a las carpetas.",
|
||||
"This screen has no touchscreen, so nothing here changes what it does. Your phone or tablet will pick these up.": "Esta pantalla no es táctil, así que nada de esto cambia su comportamiento. Su teléfono o tableta tomará estos ajustes.",
|
||||
@@ -1190,12 +1189,12 @@ export const catalog: Catalog = {
|
||||
"Applying filter to existing messages…": "Aplicando el filtro a los mensajes existentes…",
|
||||
"Attachments are still uploading": "Los archivos adjuntos aún se están subiendo",
|
||||
"Calendar saved": "Calendario guardado",
|
||||
"Categorised as {name}": "Categoría «{name}» asignada",
|
||||
"Categorized as {name}": "Categoría «{name}» asignada",
|
||||
"Category cleared": "Categoría quitada",
|
||||
"Change this event?": "¿Cambiar este evento?",
|
||||
"Choose a calendar": "Elija un calendario",
|
||||
"Choose an address book": "Elija una libreta de direcciones",
|
||||
"Colour updated": "Color actualizado",
|
||||
"Color updated": "Color actualizado",
|
||||
"Contact created": "Contacto creado",
|
||||
"Contact deleted": "Contacto eliminado",
|
||||
"Contact saved": "Contacto guardado",
|
||||
@@ -1219,7 +1218,7 @@ export const catalog: Catalog = {
|
||||
"Could not update: {error}": "No se pudo actualizar: {error}",
|
||||
"Create": "Crear",
|
||||
"Create an address book first": "Cree primero una libreta de direcciones",
|
||||
"Custom colour removed": "Color personalizado quitado",
|
||||
"Custom color removed": "Color personalizado quitado",
|
||||
"Deactivate": "Desactivar",
|
||||
"Delete failed: {error}": "No se pudo eliminar: {error}",
|
||||
"Delete forever": "Eliminar definitivamente",
|
||||
@@ -1306,7 +1305,7 @@ export const catalog: Catalog = {
|
||||
"Script saved": "Script guardado",
|
||||
"Send (Ctrl+Enter)": "Enviar (Ctrl+Intro)",
|
||||
"Send anyway": "Enviar de todos modos",
|
||||
"Send cancelled — the message is back in Drafts": "Envío cancelado: el mensaje ha vuelto a Borradores",
|
||||
"Send canceled — the message is back in Drafts": "Envío cancelado: el mensaje ha vuelto a Borradores",
|
||||
"Send failed: {error}": "No se pudo enviar: {error}",
|
||||
"Send invites": "Enviar invitaciones",
|
||||
"Send scheduled for {when}": "Envío programado para {when}",
|
||||
@@ -1438,7 +1437,7 @@ export const catalog: Catalog = {
|
||||
"Date received": "Fecha de recepción",
|
||||
"Date sent": "Fecha de envío",
|
||||
"Day view": "Vista de día",
|
||||
"Palettes named after another project are that project's work, used under its own license; the shades between their published colours are derived, and every one is checked for contrast. The accent colour below still applies over any of them.": "Las paletas que llevan el nombre de otro proyecto son obra de ese proyecto y se usan bajo su propia licencia; los tonos intermedios entre sus colores publicados son derivados, y cada uno se comprueba para el contraste. El color de acento de abajo sigue aplicándose sobre cualquiera de ellas.",
|
||||
"Palettes named after another project are that project's work, used under its own license; the shades between their published colors are derived, and every one is checked for contrast. The accent color below still applies over any of them.": "Las paletas que llevan el nombre de otro proyecto son obra de ese proyecto y se usan bajo su propia licencia; los tonos intermedios entre sus colores publicados son derivados, y cada uno se comprueba para el contraste. El color de acento de abajo sigue aplicándose sobre cualquiera de ellas.",
|
||||
"Earlier": "Antes",
|
||||
"Every folder": "Todas las carpetas",
|
||||
"Everyone addressed will receive this.": "Todos los destinatarios lo recibirán.",
|
||||
@@ -1455,7 +1454,7 @@ export const catalog: Catalog = {
|
||||
"Go to Settings": "Ir a Configuración",
|
||||
"Go to Starred": "Ir a Destacados",
|
||||
"Import iCAL file…": "Importar archivo iCAL…",
|
||||
"Labels are IMAP keywords stored on your messages, so every other client sees them. Names, colours and nesting are ihasmail’s own and follow your account. Nesting is display only — it rewrites nothing in the mailbox.": "Las etiquetas son palabras clave IMAP guardadas en sus mensajes, así que cualquier otro cliente las ve. Los nombres, los colores y el anidamiento son propios de ihasmail y acompañan a su cuenta. El anidamiento es solo de presentación: no reescribe nada en el buzón.",
|
||||
"Labels are IMAP keywords stored on your messages, so every other client sees them. Names, colors and nesting are ihasmail’s own and follow your account. Nesting is display only — it rewrites nothing in the mailbox.": "Las etiquetas son palabras clave IMAP guardadas en sus mensajes, así que cualquier otro cliente las ve. Los nombres, los colores y el anidamiento son propios de ihasmail y acompañan a su cuenta. El anidamiento es solo de presentación: no reescribe nada en el buzón.",
|
||||
"Largest first": "Los más grandes primero",
|
||||
"Later": "Después",
|
||||
"Light or dark": "Claro u oscuro",
|
||||
@@ -1503,7 +1502,7 @@ export const catalog: Catalog = {
|
||||
"Saved": "Guardado",
|
||||
"Select all {n} in {folder}": "Seleccionar los {n} de {folder}",
|
||||
"Send message": "Enviar el mensaje",
|
||||
"Send outside your organisation?": "¿Enviar fuera de su organización?",
|
||||
"Send outside your organization?": "¿Enviar fuera de su organización?",
|
||||
"Send to {count} people?": "¿Enviar a {count} personas?",
|
||||
"Show birthdays from your contacts": "Mostrar los cumpleaños de sus contactos",
|
||||
"Show in the sidebar": "Mostrar en la barra lateral",
|
||||
@@ -1546,7 +1545,7 @@ export const catalog: Catalog = {
|
||||
"A to Z": "De la A a la Z",
|
||||
"It reads {shown} but goes to {actual}.": "Dice {shown}, pero lleva a {actual}.",
|
||||
"The full address is {href}.": "La dirección completa es {href}.",
|
||||
"This message came from {domain}, which is outside your organisation.": "Este mensaje procede de {domain}, que está fuera de su organización.",
|
||||
"This message came from {domain}, which is outside your organization.": "Este mensaje procede de {domain}, que está fuera de su organización.",
|
||||
"Unsaved changes": "Cambios sin guardar",
|
||||
"View as": "Ver como",
|
||||
"Warnings": "Avisos",
|
||||
|
||||
+21
-22
@@ -121,7 +121,7 @@ export const catalog: Catalog = {
|
||||
"This account signs in through an external directory, so its password can't be set here.": "Ce compte se connecte via un annuaire externe, son mot de passe ne peut donc pas être défini ici.",
|
||||
"The server's license allows no more accounts.": "La license du serveur ne permet pas de comptes supplémentaires.",
|
||||
"That domain name is already in use on this server, as a domain or another domain's other name.": "Ce nom de domaine est déjà utilisé sur ce serveur, comme domaine ou comme autre nom d’un autre domaine.",
|
||||
"Your organisation has reached the number of domains it is allowed.": "Votre organisation a atteint le nombre de domaines autorisé.",
|
||||
"Your organization has reached the number of domains it is allowed.": "Votre organisation a atteint le nombre de domaines autorisé.",
|
||||
"That is more than the mail server accepts in one change.": "C’est plus que ce que le serveur de messagerie accepte en une seule modification.",
|
||||
"The mail server rejected one of the values. Check what you entered and try again.": "Le serveur de messagerie a refusé l’une des valeurs. Vérifiez votre saisie et réessayez.",
|
||||
"The mail server refused the change ({code}).": "Le serveur de messagerie a refusé la modification ({code}).",
|
||||
@@ -176,7 +176,7 @@ export const catalog: Catalog = {
|
||||
"Search groups": "Rechercher des groupes",
|
||||
"No groups match": "Aucun groupe ne correspond",
|
||||
"No groups yet": "Aucun groupe pour l’instant",
|
||||
"Your organisation has reached the number of groups it is allowed.": "Votre organisation a atteint le nombre de groupes autorisé.",
|
||||
"Your organization has reached the number of groups it is allowed.": "Votre organisation a atteint le nombre de groupes autorisé.",
|
||||
"This group no longer exists. Someone may have deleted it.": "Ce groupe n’existe plus. Quelqu’un l’a peut-être supprimé.",
|
||||
"The server did not say whether the group was created.": "Le serveur n’a pas indiqué si le groupe a été créé.",
|
||||
"Mailing lists": "Listes de diffusion",
|
||||
@@ -201,7 +201,7 @@ export const catalog: Catalog = {
|
||||
"Search mailing lists": "Rechercher des listes de diffusion",
|
||||
"No mailing lists match": "Aucune liste de diffusion ne correspond",
|
||||
"No mailing lists yet": "Aucune liste de diffusion pour l’instant",
|
||||
"Your organisation has reached the number of mailing lists it is allowed.": "Votre organisation a atteint le nombre de listes de diffusion autorisé.",
|
||||
"Your organization has reached the number of mailing lists it is allowed.": "Votre organisation a atteint le nombre de listes de diffusion autorisé.",
|
||||
"This mailing list no longer exists. Someone may have deleted it.": "Cette liste de diffusion n’existe plus. Quelqu’un l’a peut-être supprimée.",
|
||||
"The server did not say whether the list was created.": "Le serveur n’a pas indiqué si la liste a été créée.",
|
||||
"Roles": "Rôles",
|
||||
@@ -252,13 +252,13 @@ export const catalog: Catalog = {
|
||||
"Open {name}": "Ouvrir {name}",
|
||||
"Default for {kinds}": "Par défaut pour les {kinds}",
|
||||
"You can't give a role permissions your own role doesn't have.": "Vous ne pouvez pas donner à un rôle des autorisations que votre propre rôle n’a pas.",
|
||||
"Your organisation has reached the number of roles it is allowed.": "Votre organisation a atteint le nombre de rôles autorisé.",
|
||||
"Your organization has reached the number of roles it is allowed.": "Votre organisation a atteint le nombre de rôles autorisé.",
|
||||
"This role no longer exists. Someone may have deleted it.": "Ce rôle n’existe plus. Quelqu’un l’a peut-être supprimé.",
|
||||
"the default roles": "les rôles par défaut",
|
||||
"The server did not say whether the role was created.": "Le serveur n’a pas indiqué si le rôle a été créé.",
|
||||
"No tenant": "Aucun locataire",
|
||||
"You can't move your own account into a tenant.": "Vous ne pouvez pas déplacer votre propre compte dans un locataire.",
|
||||
"An account can be in the tenant its domain is in. In a tenant it is limited by the tenant's role and counts towards its limits, and Administrator means administrator of that tenant.": "Un compte peut être dans le locataire où se trouve son domaine. Dans un locataire, il est limité par le rôle du locataire et compte dans ses limites, et Administrateur signifie administrateur de ce locataire.",
|
||||
"An account can be in the tenant its domain is in. In a tenant it is limited by the tenant's role and counts toward its limits, and Administrator means administrator of that tenant.": "Un compte peut être dans le locataire où se trouve son domaine. Dans un locataire, il est limité par le rôle du locataire et compte dans ses limites, et Administrateur signifie administrateur de ce locataire.",
|
||||
"Tenants": "Locataires",
|
||||
"Storage in GB": "Stockage en Go",
|
||||
"Default tenant roles": "Rôles de locataire par défaut",
|
||||
@@ -286,7 +286,7 @@ export const catalog: Catalog = {
|
||||
"Delete tenant…": "Supprimer le locataire…",
|
||||
"Still holds {things}. Move them out first.": "Contient encore {things}. Déplacez-les d’abord.",
|
||||
"Delete tenant": "Supprimer le locataire",
|
||||
"Separate organisations on one server, each with its own people, domains and limits.": "Des organisations distinctes sur un même serveur, chacune avec ses personnes, ses domaines et ses limites.",
|
||||
"Separate organizations on one server, each with its own people, domains and limits.": "Des organisations distinctes sur un même serveur, chacune avec ses personnes, ses domaines et ses limites.",
|
||||
"Tenants are a Stalwart Enterprise feature.": "Les locataires sont une fonctionnalité de Stalwart Enterprise.",
|
||||
"Search tenants": "Rechercher des locataires",
|
||||
"No tenants match": "Aucun locataire ne correspond",
|
||||
@@ -352,7 +352,7 @@ export const catalog: Catalog = {
|
||||
"The mail server refused this. Your role may not allow it.": "Le serveur de messagerie a refusé. Votre rôle ne le permet peut-être pas.",
|
||||
"That address is already in use on this server, as an account, a list or an alias.": "Cette adresse est déjà utilisée sur ce serveur, par un compte, une liste ou un alias.",
|
||||
"One of the chosen domain, role or group can't be used for this account.": "Le domaine, le rôle ou le groupe choisi ne peut pas être utilisé pour ce compte.",
|
||||
"Your organisation has reached the number of accounts it is allowed.": "Votre organisation a atteint le nombre de comptes autorisé.",
|
||||
"Your organization has reached the number of accounts it is allowed.": "Votre organisation a atteint le nombre de comptes autorisé.",
|
||||
"Something still depends on this, so the server kept it.": "Un autre élément en dépend encore, le serveur l’a donc conservé.",
|
||||
"This account no longer exists. Someone may have deleted it.": "Ce compte n’existe plus. Quelqu’un l’a peut-être supprimé.",
|
||||
"The password was not accepted: {reason}": "Le mot de passe a été refusé : {reason}",
|
||||
@@ -429,7 +429,7 @@ export const catalog: Catalog = {
|
||||
"Turn off": "Désactiver",
|
||||
"Clear": "Vider",
|
||||
"Clear selection": "Annuler la sélection",
|
||||
"Clear custom colour": "Retirer la couleur personnalisée",
|
||||
"Clear custom color": "Retirer la couleur personnalisée",
|
||||
"Select": "Sélectionner",
|
||||
"Select all": "Tout sélectionner",
|
||||
"Unsubscribe": "Se désabonner",
|
||||
@@ -622,7 +622,7 @@ export const catalog: Catalog = {
|
||||
"Maybe": "Peut-être",
|
||||
"Confirmed": "Confirmé",
|
||||
"Tentative": "Provisoire",
|
||||
"Cancelled": "Annulé",
|
||||
"Canceled": "Annulé",
|
||||
"organizer": "organisateur",
|
||||
"Organizer: {name}": "Organisateur : {name}",
|
||||
"Free": "Disponible",
|
||||
@@ -637,7 +637,7 @@ export const catalog: Catalog = {
|
||||
"Working hours": "Heures de travail",
|
||||
"Working hours start": "Début des heures de travail",
|
||||
"Working hours end": "Fin des heures de travail",
|
||||
"Colour categories": "Catégories de couleur",
|
||||
"Color categories": "Catégories de couleur",
|
||||
"Category": "Catégorie",
|
||||
"No category": "Aucune catégorie",
|
||||
"New category": "Nouvelle catégorie",
|
||||
@@ -645,7 +645,7 @@ export const catalog: Catalog = {
|
||||
"Manage categories…": "Gérer les catégories…",
|
||||
"Use category color": "Utiliser la couleur de la catégorie",
|
||||
"Use calendar color": "Utiliser la couleur de l'agenda",
|
||||
"Use the default colour": "Utiliser la couleur par défaut",
|
||||
"Use the default color": "Utiliser la couleur par défaut",
|
||||
"+{n} more": "+{n} autres",
|
||||
|
||||
"Contacts": "Contacts",
|
||||
@@ -805,7 +805,6 @@ export const catalog: Catalog = {
|
||||
"Theme": "Thème",
|
||||
"Accent color": "Couleur d'accentuation",
|
||||
"Color": "Couleur",
|
||||
"Colour": "Couleur",
|
||||
"Text color": "Couleur du texte",
|
||||
"Density & text": "Densité et texte",
|
||||
"Display density": "Densité d'affichage",
|
||||
@@ -823,7 +822,7 @@ export const catalog: Catalog = {
|
||||
"Collapse sidebar to icons": "Réduire la barre latérale en icônes",
|
||||
"Apply the theme to messages too": "Appliquer le thème aux messages",
|
||||
"Apply it even to mail that styles itself": "L'appliquer même aux messages qui se mettent en forme",
|
||||
"Most marketing and receipt mail sets a colour somewhere, so the setting above leaves nearly all of it on a white card. With this on, the theme is forced over the sender's own colours: backgrounds they laid the message on are dropped, while buttons and coloured banners are kept so their text stays readable. Some mail will not survive it intact, which is why it is separate.": "Presque tous les courriers publicitaires et les reçus définissent une couleur quelque part, si bien que le réglage ci-dessus en laisse la quasi-totalité sur une carte blanche. Avec cette option, le thème est imposé par-dessus les couleurs de l'expéditeur : les fonds sur lesquels le message repose sont supprimés, tandis que les boutons et les bandeaux colorés sont conservés pour que leur texte reste lisible. Certains messages n'y survivront pas intacts, d'où un réglage distinct.",
|
||||
"Most marketing and receipt mail sets a color somewhere, so the setting above leaves nearly all of it on a white card. With this on, the theme is forced over the sender's own colors: backgrounds they laid the message on are dropped, while buttons and colored banners are kept so their text stays readable. Some mail will not survive it intact, which is why it is separate.": "Presque tous les courriers publicitaires et les reçus définissent une couleur quelque part, si bien que le réglage ci-dessus en laisse la quasi-totalité sur une carte blanche. Avec cette option, le thème est imposé par-dessus les couleurs de l'expéditeur : les fonds sur lesquels le message repose sont supprimés, tandis que les boutons et les bandeaux colorés sont conservés pour que leur texte reste lisible. Certains messages n'y survivront pas intacts, d'où un réglage distinct.",
|
||||
"Swiping": "Balayage",
|
||||
"Swipe left": "Balayer vers la gauche",
|
||||
"Swipe right": "Balayer vers la droite",
|
||||
@@ -1134,7 +1133,7 @@ export const catalog: Catalog = {
|
||||
"Each identity is a sender address with its own name, Reply-To and signature. The default identity is preselected when you compose; set a Reply-To when replies should go somewhere other than the From address.": "Chaque identité est une adresse d'expédition avec son propre nom, sa propre adresse de réponse et sa propre signature. L'identité par défaut est présélectionnée à la rédaction ; définissez une adresse de réponse lorsque les réponses doivent arriver ailleurs qu'à l'adresse d'expédition.",
|
||||
"This signature is larger than the server's {limit}-byte limit. ihasmail will keep the full version in your Files and store a short text fallback on the server — other mail clients will see the plain-text version.": "Cette signature dépasse la limite de {limit} octets du serveur. ihasmail conservera la version complète dans vos Fichiers et enregistrera une version texte courte sur le serveur — les autres clients verront la version en texte brut.",
|
||||
"Outlook-style categories you can assign to events from the right-click menu or the event editor. The category name is stored on the event, so it syncs to other clients.": "Des catégories façon Outlook, attribuables aux événements depuis le menu contextuel ou l'éditeur d'événement. Le nom de la catégorie est enregistré dans l'événement et se synchronise donc avec les autres clients.",
|
||||
"Plain-text mail already follows the theme. With this on, HTML mail that brings no colours of its own does as well, instead of sitting on a white card. Messages that style themselves are left exactly as the sender designed them.": "Les messages en texte brut suivent déjà le thème. Avec cette option, les messages HTML sans couleurs propres le suivent aussi, au lieu de s'afficher sur un fond blanc. Les messages qui définissent leur propre style restent exactement tels que l'expéditeur les a conçus.",
|
||||
"Plain-text mail already follows the theme. With this on, HTML mail that brings no colors of its own does as well, instead of sitting on a white card. Messages that style themselves are left exactly as the sender designed them.": "Les messages en texte brut suivent déjà le thème. Avec cette option, les messages HTML sans couleurs propres le suivent aussi, au lieu de s'afficher sur un fond blanc. Les messages qui définissent leur propre style restent exactement tels que l'expéditeur les a conçus.",
|
||||
"This is separate from {setting} in General, which decides how dates, times and numbers are written. You can read an English interface with German dates, or the other way round.": "Ceci est indépendant de {setting} dans Général, qui détermine l'écriture des dates, heures et nombres. Vous pouvez lire une interface anglaise avec des dates françaises, ou l'inverse.",
|
||||
"On a touchscreen, drag a message sideways to act on it. Each direction can do one thing, or nothing. These follow your account, so a phone and a tablet agree; a mouse ignores them and keeps dragging messages into folders instead.": "Sur un écran tactile, faites glisser un message sur le côté pour agir dessus. Chaque direction peut faire une chose, ou rien. Ces réglages suivent votre compte : téléphone et tablette sont donc d'accord. À la souris, ils sont ignorés et le glisser-déposer vers les dossiers continue de fonctionner.",
|
||||
"This screen has no touchscreen, so nothing here changes what it does. Your phone or tablet will pick these up.": "Cet écran n'est pas tactile : rien ici ne change son comportement. Votre téléphone ou votre tablette reprendra ces réglages.",
|
||||
@@ -1195,12 +1194,12 @@ export const catalog: Catalog = {
|
||||
"Applying filter to existing messages…": "Application du filtre aux messages existants…",
|
||||
"Attachments are still uploading": "Les pièces jointes sont encore en cours d’envoi",
|
||||
"Calendar saved": "Agenda enregistré",
|
||||
"Categorised as {name}": "Catégorie « {name} » attribuée",
|
||||
"Categorized as {name}": "Catégorie « {name} » attribuée",
|
||||
"Category cleared": "Catégorie retirée",
|
||||
"Change this event?": "Modifier cet événement ?",
|
||||
"Choose a calendar": "Choisissez un agenda",
|
||||
"Choose an address book": "Choisissez un carnet d’adresses",
|
||||
"Colour updated": "Couleur modifiée",
|
||||
"Color updated": "Couleur modifiée",
|
||||
"Contact created": "Contact créé",
|
||||
"Contact deleted": "Contact supprimé",
|
||||
"Contact saved": "Contact enregistré",
|
||||
@@ -1224,7 +1223,7 @@ export const catalog: Catalog = {
|
||||
"Could not update: {error}": "Impossible de mettre à jour : {error}",
|
||||
"Create": "Créer",
|
||||
"Create an address book first": "Créez d’abord un carnet d’adresses",
|
||||
"Custom colour removed": "Couleur personnalisée retirée",
|
||||
"Custom color removed": "Couleur personnalisée retirée",
|
||||
"Deactivate": "Désactiver",
|
||||
"Delete failed: {error}": "Échec de la suppression : {error}",
|
||||
"Delete forever": "Supprimer définitivement",
|
||||
@@ -1311,7 +1310,7 @@ export const catalog: Catalog = {
|
||||
"Script saved": "Script enregistré",
|
||||
"Send (Ctrl+Enter)": "Envoyer (Ctrl+Entrée)",
|
||||
"Send anyway": "Envoyer quand même",
|
||||
"Send cancelled — the message is back in Drafts": "Envoi annulé : le message est de retour dans les brouillons",
|
||||
"Send canceled — the message is back in Drafts": "Envoi annulé : le message est de retour dans les brouillons",
|
||||
"Send failed: {error}": "Échec de l’envoi : {error}",
|
||||
"Send invites": "Envoyer les invitations",
|
||||
"Send scheduled for {when}": "Envoi programmé pour {when}",
|
||||
@@ -1443,7 +1442,7 @@ export const catalog: Catalog = {
|
||||
"Date received": "Date de réception",
|
||||
"Date sent": "Date d'envoi",
|
||||
"Day view": "Vue jour",
|
||||
"Palettes named after another project are that project's work, used under its own license; the shades between their published colours are derived, and every one is checked for contrast. The accent colour below still applies over any of them.": "Les palettes portant le nom d'un autre projet sont l'œuvre de ce projet et sont utilisées sous sa propre license ; les nuances intermédiaires entre leurs couleurs publiées sont dérivées, et chacune est vérifiée pour le contraste. La couleur d'accentuation ci-dessous s'applique toujours par-dessus n'importe laquelle d'entre elles.",
|
||||
"Palettes named after another project are that project's work, used under its own license; the shades between their published colors are derived, and every one is checked for contrast. The accent color below still applies over any of them.": "Les palettes portant le nom d'un autre projet sont l'œuvre de ce projet et sont utilisées sous sa propre license ; les nuances intermédiaires entre leurs couleurs publiées sont dérivées, et chacune est vérifiée pour le contraste. La couleur d'accentuation ci-dessous s'applique toujours par-dessus n'importe laquelle d'entre elles.",
|
||||
"Earlier": "Plus tôt",
|
||||
"Every folder": "Tous les dossiers",
|
||||
"Everyone addressed will receive this.": "Tous les destinataires le recevront.",
|
||||
@@ -1460,7 +1459,7 @@ export const catalog: Catalog = {
|
||||
"Go to Settings": "Aller aux Paramètres",
|
||||
"Go to Starred": "Aller aux messages suivis",
|
||||
"Import iCAL file…": "Importer un fichier iCAL…",
|
||||
"Labels are IMAP keywords stored on your messages, so every other client sees them. Names, colours and nesting are ihasmail’s own and follow your account. Nesting is display only — it rewrites nothing in the mailbox.": "Les libellés sont des mots-clés IMAP stockés sur vos messages, donc tous les autres clients les voient. Les noms, les couleurs et l'imbrication appartiennent à ihasmail et suivent votre compte. L'imbrication est purement visuelle : elle ne réécrit rien dans la boîte aux lettres.",
|
||||
"Labels are IMAP keywords stored on your messages, so every other client sees them. Names, colors and nesting are ihasmail’s own and follow your account. Nesting is display only — it rewrites nothing in the mailbox.": "Les libellés sont des mots-clés IMAP stockés sur vos messages, donc tous les autres clients les voient. Les noms, les couleurs et l'imbrication appartiennent à ihasmail et suivent votre compte. L'imbrication est purement visuelle : elle ne réécrit rien dans la boîte aux lettres.",
|
||||
"Largest first": "Les plus volumineux d'abord",
|
||||
"Later": "Plus tard",
|
||||
"Light or dark": "Clair ou sombre",
|
||||
@@ -1508,7 +1507,7 @@ export const catalog: Catalog = {
|
||||
"Saved": "Enregistré",
|
||||
"Select all {n} in {folder}": "Sélectionner les {n} de {folder}",
|
||||
"Send message": "Envoyer le message",
|
||||
"Send outside your organisation?": "Envoyer en dehors de votre organisation ?",
|
||||
"Send outside your organization?": "Envoyer en dehors de votre organisation ?",
|
||||
"Send to {count} people?": "Envoyer à {count} personnes ?",
|
||||
"Show birthdays from your contacts": "Afficher les anniversaires de vos contacts",
|
||||
"Show in the sidebar": "Afficher dans la barre latérale",
|
||||
@@ -1551,7 +1550,7 @@ export const catalog: Catalog = {
|
||||
"A to Z": "De A à Z",
|
||||
"It reads {shown} but goes to {actual}.": "Il affiche {shown} mais mène à {actual}.",
|
||||
"The full address is {href}.": "L'adresse complète est {href}.",
|
||||
"This message came from {domain}, which is outside your organisation.": "Ce message provient de {domain}, qui est extérieur à votre organisation.",
|
||||
"This message came from {domain}, which is outside your organization.": "Ce message provient de {domain}, qui est extérieur à votre organisation.",
|
||||
"Unsaved changes": "Modifications non enregistrées",
|
||||
"View as": "Afficher comme",
|
||||
"Warnings": "Avertissements",
|
||||
|
||||
+21
-22
@@ -115,7 +115,7 @@ export const catalog: Catalog = {
|
||||
"This account signs in through an external directory, so its password can't be set here.": "このアカウントは外部ディレクトリでサインインするため、ここではパスワードを設定できません。",
|
||||
"The server's license allows no more accounts.": "サーバーのライセンスでは、これ以上アカウントを追加できません。",
|
||||
"That domain name is already in use on this server, as a domain or another domain's other name.": "このドメイン名は、ドメインまたは別のドメインの別名としてこのサーバーで既に使われています。",
|
||||
"Your organisation has reached the number of domains it is allowed.": "組織で許可されているドメイン数の上限に達しました。",
|
||||
"Your organization has reached the number of domains it is allowed.": "組織で許可されているドメイン数の上限に達しました。",
|
||||
"That is more than the mail server accepts in one change.": "メールサーバーが一度の変更で受け付けられる量を超えています。",
|
||||
"The mail server rejected one of the values. Check what you entered and try again.": "メールサーバーが値のひとつを拒否しました。入力内容を確認して、もう一度お試しください。",
|
||||
"The mail server refused the change ({code}).": "メールサーバーが変更を拒否しました({code})。",
|
||||
@@ -170,7 +170,7 @@ export const catalog: Catalog = {
|
||||
"Search groups": "グループを検索",
|
||||
"No groups match": "一致するグループはありません",
|
||||
"No groups yet": "まだグループがありません",
|
||||
"Your organisation has reached the number of groups it is allowed.": "組織で許可されているグループ数の上限に達しました。",
|
||||
"Your organization has reached the number of groups it is allowed.": "組織で許可されているグループ数の上限に達しました。",
|
||||
"This group no longer exists. Someone may have deleted it.": "このグループはもう存在しません。誰かが削除した可能性があります。",
|
||||
"The server did not say whether the group was created.": "グループが作成されたかどうか、サーバーから返答がありませんでした。",
|
||||
"Mailing lists": "メーリングリスト",
|
||||
@@ -195,7 +195,7 @@ export const catalog: Catalog = {
|
||||
"Search mailing lists": "メーリングリストを検索",
|
||||
"No mailing lists match": "一致するメーリングリストはありません",
|
||||
"No mailing lists yet": "まだメーリングリストがありません",
|
||||
"Your organisation has reached the number of mailing lists it is allowed.": "組織で許可されているメーリングリスト数の上限に達しました。",
|
||||
"Your organization has reached the number of mailing lists it is allowed.": "組織で許可されているメーリングリスト数の上限に達しました。",
|
||||
"This mailing list no longer exists. Someone may have deleted it.": "このメーリングリストはもう存在しません。誰かが削除した可能性があります。",
|
||||
"The server did not say whether the list was created.": "リストが作成されたかどうか、サーバーから返答がありませんでした。",
|
||||
"Roles": "ロール",
|
||||
@@ -246,13 +246,13 @@ export const catalog: Catalog = {
|
||||
"Open {name}": "{name} を開く",
|
||||
"Default for {kinds}": "既定の付与先: {kinds}",
|
||||
"You can't give a role permissions your own role doesn't have.": "あなたのロールにない権限をロールに与えることはできません。",
|
||||
"Your organisation has reached the number of roles it is allowed.": "組織で許可されているロール数の上限に達しました。",
|
||||
"Your organization has reached the number of roles it is allowed.": "組織で許可されているロール数の上限に達しました。",
|
||||
"This role no longer exists. Someone may have deleted it.": "このロールはもう存在しません。誰かが削除した可能性があります。",
|
||||
"the default roles": "既定のロール設定",
|
||||
"The server did not say whether the role was created.": "ロールが作成されたかどうか、サーバーから返答がありませんでした。",
|
||||
"No tenant": "テナントなし",
|
||||
"You can't move your own account into a tenant.": "自分のアカウントをテナントに移すことはできません。",
|
||||
"An account can be in the tenant its domain is in. In a tenant it is limited by the tenant's role and counts towards its limits, and Administrator means administrator of that tenant.": "アカウントは、そのドメインが属するテナントにのみ入れられます。テナント内のアカウントは、テナントのロールによって制限され、テナントの上限に数えられます。また、管理者はそのテナントの管理者を意味します。",
|
||||
"An account can be in the tenant its domain is in. In a tenant it is limited by the tenant's role and counts toward its limits, and Administrator means administrator of that tenant.": "アカウントは、そのドメインが属するテナントにのみ入れられます。テナント内のアカウントは、テナントのロールによって制限され、テナントの上限に数えられます。また、管理者はそのテナントの管理者を意味します。",
|
||||
"Tenants": "テナント",
|
||||
"Storage in GB": "ストレージ (GB)",
|
||||
"Default tenant roles": "テナントの既定ロール",
|
||||
@@ -280,7 +280,7 @@ export const catalog: Catalog = {
|
||||
"Delete tenant…": "テナントを削除…",
|
||||
"Still holds {things}. Move them out first.": "まだ {things} が含まれています。先に移動してください。",
|
||||
"Delete tenant": "テナントを削除",
|
||||
"Separate organisations on one server, each with its own people, domains and limits.": "1 台のサーバー上の別々の組織で、それぞれに利用者、ドメイン、上限があります。",
|
||||
"Separate organizations on one server, each with its own people, domains and limits.": "1 台のサーバー上の別々の組織で、それぞれに利用者、ドメイン、上限があります。",
|
||||
"Tenants are a Stalwart Enterprise feature.": "テナントは Stalwart Enterprise の機能です。",
|
||||
"Search tenants": "テナントを検索",
|
||||
"No tenants match": "一致するテナントはありません",
|
||||
@@ -346,7 +346,7 @@ export const catalog: Catalog = {
|
||||
"The mail server refused this. Your role may not allow it.": "メールサーバーに拒否されました。ロールで許可されていない可能性があります。",
|
||||
"That address is already in use on this server, as an account, a list or an alias.": "このアドレスは、アカウント、リスト、またはエイリアスとして、このサーバーですでに使われています。",
|
||||
"One of the chosen domain, role or group can't be used for this account.": "選択したドメイン、ロール、またはグループはこのアカウントには使えません。",
|
||||
"Your organisation has reached the number of accounts it is allowed.": "組織で許可されているアカウント数の上限に達しました。",
|
||||
"Your organization has reached the number of accounts it is allowed.": "組織で許可されているアカウント数の上限に達しました。",
|
||||
"Something still depends on this, so the server kept it.": "まだこれに依存しているものがあるため、サーバーは削除しませんでした。",
|
||||
"This account no longer exists. Someone may have deleted it.": "このアカウントはもう存在しません。誰かが削除した可能性があります。",
|
||||
"The password was not accepted: {reason}": "パスワードは受け付けられませんでした: {reason}",
|
||||
@@ -423,7 +423,7 @@ export const catalog: Catalog = {
|
||||
"Turn off": "オフにする",
|
||||
"Clear": "クリア",
|
||||
"Clear selection": "選択を解除",
|
||||
"Clear custom colour": "カスタム色をクリア",
|
||||
"Clear custom color": "カスタム色をクリア",
|
||||
"Select": "選択",
|
||||
"Select all": "すべて選択",
|
||||
"Unsubscribe": "配信を停止",
|
||||
@@ -616,7 +616,7 @@ export const catalog: Catalog = {
|
||||
"Maybe": "未定",
|
||||
"Confirmed": "確定",
|
||||
"Tentative": "仮",
|
||||
"Cancelled": "キャンセル済み",
|
||||
"Canceled": "キャンセル済み",
|
||||
"organizer": "主催者",
|
||||
"Organizer: {name}": "主催者: {name}",
|
||||
"Free": "空き",
|
||||
@@ -631,7 +631,7 @@ export const catalog: Catalog = {
|
||||
"Working hours": "勤務時間",
|
||||
"Working hours start": "勤務時間の開始",
|
||||
"Working hours end": "勤務時間の終了",
|
||||
"Colour categories": "色分類",
|
||||
"Color categories": "色分類",
|
||||
"Category": "分類",
|
||||
"No category": "分類なし",
|
||||
"New category": "新しい分類",
|
||||
@@ -639,7 +639,7 @@ export const catalog: Catalog = {
|
||||
"Manage categories…": "分類を管理…",
|
||||
"Use category color": "分類の色を使う",
|
||||
"Use calendar color": "カレンダーの色を使う",
|
||||
"Use the default colour": "既定の色を使う",
|
||||
"Use the default color": "既定の色を使う",
|
||||
"+{n} more": "他 {n} 件",
|
||||
|
||||
"Contacts": "連絡先",
|
||||
@@ -799,7 +799,6 @@ export const catalog: Catalog = {
|
||||
"Theme": "テーマ",
|
||||
"Accent color": "アクセントカラー",
|
||||
"Color": "色",
|
||||
"Colour": "色",
|
||||
"Text color": "文字色",
|
||||
"Density & text": "密度と文字",
|
||||
"Display density": "表示密度",
|
||||
@@ -817,7 +816,7 @@ export const catalog: Catalog = {
|
||||
"Collapse sidebar to icons": "サイドバーをアイコンだけにする",
|
||||
"Apply the theme to messages too": "メールにもテーマを適用する",
|
||||
"Apply it even to mail that styles itself": "自分で配色を持つメールにも適用する",
|
||||
"Most marketing and receipt mail sets a colour somewhere, so the setting above leaves nearly all of it on a white card. With this on, the theme is forced over the sender's own colours: backgrounds they laid the message on are dropped, while buttons and coloured banners are kept so their text stays readable. Some mail will not survive it intact, which is why it is separate.": "宣伝メールや領収メールはほとんどがどこかで色を指定しているため、上の設定では大半が白いカードのままになります。これを有効にすると、送信者の配色の上からテーマを適用します。メッセージが載っている背景は取り除き、ボタンや色付きのバナーは文字が読めるようにそのまま残します。一部のメールは元の見た目を保てないため、別の設定として分けています。",
|
||||
"Most marketing and receipt mail sets a color somewhere, so the setting above leaves nearly all of it on a white card. With this on, the theme is forced over the sender's own colors: backgrounds they laid the message on are dropped, while buttons and colored banners are kept so their text stays readable. Some mail will not survive it intact, which is why it is separate.": "宣伝メールや領収メールはほとんどがどこかで色を指定しているため、上の設定では大半が白いカードのままになります。これを有効にすると、送信者の配色の上からテーマを適用します。メッセージが載っている背景は取り除き、ボタンや色付きのバナーは文字が読めるようにそのまま残します。一部のメールは元の見た目を保てないため、別の設定として分けています。",
|
||||
"Swiping": "スワイプ操作",
|
||||
"Swipe left": "左へスワイプ",
|
||||
"Swipe right": "右へスワイプ",
|
||||
@@ -1083,7 +1082,7 @@ export const catalog: Catalog = {
|
||||
"Each identity is a sender address with its own name, Reply-To and signature. The default identity is preselected when you compose; set a Reply-To when replies should go somewhere other than the From address.": "差出人とは、それぞれ名前・返信先・署名を持つ送信用アドレスのことです。作成時には既定の差出人があらかじめ選ばれます。返信を差出人アドレス以外へ届けたい場合は、返信先を設定してください。",
|
||||
"This signature is larger than the server's {limit}-byte limit. ihasmail will keep the full version in your Files and store a short text fallback on the server — other mail clients will see the plain-text version.": "この署名はサーバーの上限 {limit} バイトを超えています。ihasmail は完全版を「ファイル」に保存し、サーバーには短いテキスト版を置きます。他のメールクライアントにはテキスト版が表示されます。",
|
||||
"Outlook-style categories you can assign to events from the right-click menu or the event editor. The category name is stored on the event, so it syncs to other clients.": "Outlook 形式の分類です。右クリックメニューや予定の編集画面から予定に割り当てられます。分類名は予定に保存されるため、他のクライアントにも同期されます。",
|
||||
"Plain-text mail already follows the theme. With this on, HTML mail that brings no colours of its own does as well, instead of sitting on a white card. Messages that style themselves are left exactly as the sender designed them.": "プレーンテキストのメールは、もともとテーマに従います。これをオンにすると、独自の配色を持たない HTML メールもテーマに従い、白いカードの上に置かれなくなります。自分でスタイルを指定しているメールは、差出人が作ったとおりに表示されます。",
|
||||
"Plain-text mail already follows the theme. With this on, HTML mail that brings no colors of its own does as well, instead of sitting on a white card. Messages that style themselves are left exactly as the sender designed them.": "プレーンテキストのメールは、もともとテーマに従います。これをオンにすると、独自の配色を持たない HTML メールもテーマに従い、白いカードの上に置かれなくなります。自分でスタイルを指定しているメールは、差出人が作ったとおりに表示されます。",
|
||||
"On a touchscreen, drag a message sideways to act on it. Each direction can do one thing, or nothing. These follow your account, so a phone and a tablet agree; a mouse ignores them and keeps dragging messages into folders instead.": "タッチ画面では、メールを横にドラッグすると操作できます。各方向に 1 つの操作を割り当てるか、何も割り当てないかを選べます。この設定はアカウントに従うため、スマートフォンとタブレットで揃います。マウスはこの設定を無視し、これまでどおりメールをフォルダーへドラッグします。",
|
||||
"This screen has no touchscreen, so nothing here changes what it does. Your phone or tablet will pick these up.": "この画面にはタッチ機能がないため、ここでの設定は動作に影響しません。スマートフォンやタブレットに反映されます。",
|
||||
"Holding a message selects it, and holding a folder opens its menu. Pull the top of the message list down to check for new mail.": "メールを長押しすると選択、フォルダーを長押しするとメニューが開きます。メール一覧の上端を下に引くと、新着メールを確認できます。",
|
||||
@@ -1198,12 +1197,12 @@ export const catalog: Catalog = {
|
||||
"Applying filter to existing messages…": "既存のメールにフィルターを適用しています…",
|
||||
"Attachments are still uploading": "添付ファイルをアップロード中です",
|
||||
"Calendar saved": "カレンダーを保存しました",
|
||||
"Categorised as {name}": "分類「{name}」を設定しました",
|
||||
"Categorized as {name}": "分類「{name}」を設定しました",
|
||||
"Category cleared": "分類を解除しました",
|
||||
"Change this event?": "この予定を変更しますか?",
|
||||
"Choose a calendar": "カレンダーを選んでください",
|
||||
"Choose an address book": "アドレス帳を選んでください",
|
||||
"Colour updated": "色を変更しました",
|
||||
"Color updated": "色を変更しました",
|
||||
"Contact created": "連絡先を作成しました",
|
||||
"Contact deleted": "連絡先を削除しました",
|
||||
"Contact saved": "連絡先を保存しました",
|
||||
@@ -1227,7 +1226,7 @@ export const catalog: Catalog = {
|
||||
"Could not update: {error}": "更新できませんでした: {error}",
|
||||
"Create": "作成",
|
||||
"Create an address book first": "先にアドレス帳を作成してください",
|
||||
"Custom colour removed": "カスタム色を解除しました",
|
||||
"Custom color removed": "カスタム色を解除しました",
|
||||
"Deactivate": "無効にする",
|
||||
"Delete failed: {error}": "削除できませんでした: {error}",
|
||||
"Delete forever": "完全に削除",
|
||||
@@ -1314,7 +1313,7 @@ export const catalog: Catalog = {
|
||||
"Script saved": "スクリプトを保存しました",
|
||||
"Send (Ctrl+Enter)": "送信 (Ctrl+Enter)",
|
||||
"Send anyway": "このまま送信",
|
||||
"Send cancelled — the message is back in Drafts": "送信を取り消しました。メールは下書きに戻っています",
|
||||
"Send canceled — the message is back in Drafts": "送信を取り消しました。メールは下書きに戻っています",
|
||||
"Send failed: {error}": "送信できませんでした: {error}",
|
||||
"Send invites": "招待を送信",
|
||||
"Send scheduled for {when}": "{when} に送信を予約しました",
|
||||
@@ -1446,7 +1445,7 @@ export const catalog: Catalog = {
|
||||
"Date received": "受信日時",
|
||||
"Date sent": "送信日時",
|
||||
"Day view": "日表示",
|
||||
"Palettes named after another project are that project's work, used under its own license; the shades between their published colours are derived, and every one is checked for contrast. The accent colour below still applies over any of them.": "他のプロジェクトの名前が付いたパレットは、そのプロジェクトの成果物であり、そのプロジェクト自身のライセンスのもとで使用しています。公開されている色の中間の階調は派生させたもので、いずれもコントラストを検証しています。下のアクセントカラーは、どのパレットの上にも適用されます。",
|
||||
"Palettes named after another project are that project's work, used under its own license; the shades between their published colors are derived, and every one is checked for contrast. The accent color below still applies over any of them.": "他のプロジェクトの名前が付いたパレットは、そのプロジェクトの成果物であり、そのプロジェクト自身のライセンスのもとで使用しています。公開されている色の中間の階調は派生させたもので、いずれもコントラストを検証しています。下のアクセントカラーは、どのパレットの上にも適用されます。",
|
||||
"Earlier": "これより前",
|
||||
"Every folder": "すべてのフォルダー",
|
||||
"Everyone addressed will receive this.": "宛先の全員がこれを受け取ります。",
|
||||
@@ -1463,7 +1462,7 @@ export const catalog: Catalog = {
|
||||
"Go to Settings": "設定へ移動",
|
||||
"Go to Starred": "スター付きへ移動",
|
||||
"Import iCAL file…": "iCAL ファイルをインポート…",
|
||||
"Labels are IMAP keywords stored on your messages, so every other client sees them. Names, colours and nesting are ihasmail’s own and follow your account. Nesting is display only — it rewrites nothing in the mailbox.": "ラベルはメールに保存される IMAP キーワードなので、ほかのクライアントからも見えます。名前、色、入れ子は ihasmail 独自のもので、アカウントに従います。入れ子は表示上のものにすぎず、メールボックスの中身は書き換えません。",
|
||||
"Labels are IMAP keywords stored on your messages, so every other client sees them. Names, colors and nesting are ihasmail’s own and follow your account. Nesting is display only — it rewrites nothing in the mailbox.": "ラベルはメールに保存される IMAP キーワードなので、ほかのクライアントからも見えます。名前、色、入れ子は ihasmail 独自のもので、アカウントに従います。入れ子は表示上のものにすぎず、メールボックスの中身は書き換えません。",
|
||||
"Largest first": "サイズの大きい順",
|
||||
"Later": "これより後",
|
||||
"Light or dark": "ライトまたはダーク",
|
||||
@@ -1511,7 +1510,7 @@ export const catalog: Catalog = {
|
||||
"Saved": "保存しました",
|
||||
"Select all {n} in {folder}": "{folder} 内の {n} 件すべてを選択",
|
||||
"Send message": "メールを送信",
|
||||
"Send outside your organisation?": "組織の外に送信しますか?",
|
||||
"Send outside your organization?": "組織の外に送信しますか?",
|
||||
"Send to {count} people?": "{count} 人に送信しますか?",
|
||||
"Show birthdays from your contacts": "連絡先の誕生日を表示する",
|
||||
"Show in the sidebar": "サイドバーに表示する",
|
||||
@@ -1554,7 +1553,7 @@ export const catalog: Catalog = {
|
||||
"A to Z": "A→Z の順",
|
||||
"It reads {shown} but goes to {actual}.": "表示は {shown} ですが、実際のリンク先は {actual} です。",
|
||||
"The full address is {href}.": "完全なアドレスは {href} です。",
|
||||
"This message came from {domain}, which is outside your organisation.": "このメッセージは組織外の {domain} から届いています。",
|
||||
"This message came from {domain}, which is outside your organization.": "このメッセージは組織外の {domain} から届いています。",
|
||||
"Unsaved changes": "保存されていない変更",
|
||||
"View as": "表示形式",
|
||||
"Warnings": "警告",
|
||||
|
||||
+21
-22
@@ -112,7 +112,7 @@ export const catalog: Catalog = {
|
||||
"This account signs in through an external directory, so its password can't be set here.": "Dit account logt in via een externe adreslijst, dus het wachtwoord kan hier niet worden ingesteld.",
|
||||
"The server's license allows no more accounts.": "De licentie van de server staat geen extra accounts toe.",
|
||||
"That domain name is already in use on this server, as a domain or another domain's other name.": "Die domeinnaam is op deze server al in gebruik, als domein of als andere naam van een ander domein.",
|
||||
"Your organisation has reached the number of domains it is allowed.": "Uw organisatie heeft het toegestane aantal domeinen bereikt.",
|
||||
"Your organization has reached the number of domains it is allowed.": "Uw organisatie heeft het toegestane aantal domeinen bereikt.",
|
||||
"That is more than the mail server accepts in one change.": "Dat is meer dan de mailserver in één wijziging accepteert.",
|
||||
"The mail server rejected one of the values. Check what you entered and try again.": "De mailserver heeft een van de waarden geweigerd. Controleer wat u hebt ingevuld en probeer het opnieuw.",
|
||||
"The mail server refused the change ({code}).": "De mailserver heeft de wijziging geweigerd ({code}).",
|
||||
@@ -167,7 +167,7 @@ export const catalog: Catalog = {
|
||||
"Search groups": "Groepen zoeken",
|
||||
"No groups match": "Geen groepen gevonden",
|
||||
"No groups yet": "Nog geen groepen",
|
||||
"Your organisation has reached the number of groups it is allowed.": "Uw organisatie heeft het toegestane aantal groepen bereikt.",
|
||||
"Your organization has reached the number of groups it is allowed.": "Uw organisatie heeft het toegestane aantal groepen bereikt.",
|
||||
"This group no longer exists. Someone may have deleted it.": "Deze groep bestaat niet meer. Iemand heeft hem mogelijk verwijderd.",
|
||||
"The server did not say whether the group was created.": "De server heeft niet gemeld of de groep is aangemaakt.",
|
||||
"Mailing lists": "Mailinglijsten",
|
||||
@@ -192,7 +192,7 @@ export const catalog: Catalog = {
|
||||
"Search mailing lists": "Mailinglijsten zoeken",
|
||||
"No mailing lists match": "Geen mailinglijsten gevonden",
|
||||
"No mailing lists yet": "Nog geen mailinglijsten",
|
||||
"Your organisation has reached the number of mailing lists it is allowed.": "Uw organisatie heeft het toegestane aantal mailinglijsten bereikt.",
|
||||
"Your organization has reached the number of mailing lists it is allowed.": "Uw organisatie heeft het toegestane aantal mailinglijsten bereikt.",
|
||||
"This mailing list no longer exists. Someone may have deleted it.": "Deze mailinglijst bestaat niet meer. Iemand heeft hem mogelijk verwijderd.",
|
||||
"The server did not say whether the list was created.": "De server heeft niet gemeld of de lijst is aangemaakt.",
|
||||
"Roles": "Rollen",
|
||||
@@ -243,13 +243,13 @@ export const catalog: Catalog = {
|
||||
"Open {name}": "{name} openen",
|
||||
"Default for {kinds}": "Standaard voor {kinds}",
|
||||
"You can't give a role permissions your own role doesn't have.": "U kunt een rol geen rechten geven die uw eigen rol niet heeft.",
|
||||
"Your organisation has reached the number of roles it is allowed.": "Uw organisatie heeft het toegestane aantal rollen bereikt.",
|
||||
"Your organization has reached the number of roles it is allowed.": "Uw organisatie heeft het toegestane aantal rollen bereikt.",
|
||||
"This role no longer exists. Someone may have deleted it.": "Deze rol bestaat niet meer. Iemand heeft hem mogelijk verwijderd.",
|
||||
"the default roles": "de standaardrollen",
|
||||
"The server did not say whether the role was created.": "De server heeft niet gemeld of de rol is aangemaakt.",
|
||||
"No tenant": "Geen tenant",
|
||||
"You can't move your own account into a tenant.": "U kunt uw eigen account niet naar een tenant verplaatsen.",
|
||||
"An account can be in the tenant its domain is in. In a tenant it is limited by the tenant's role and counts towards its limits, and Administrator means administrator of that tenant.": "Een account kan in de tenant zitten waarin zijn domein zit. In een tenant wordt het beperkt door de rol van de tenant en telt het mee voor de limieten, en Beheerder betekent beheerder van die tenant.",
|
||||
"An account can be in the tenant its domain is in. In a tenant it is limited by the tenant's role and counts toward its limits, and Administrator means administrator of that tenant.": "Een account kan in de tenant zitten waarin zijn domein zit. In een tenant wordt het beperkt door de rol van de tenant en telt het mee voor de limieten, en Beheerder betekent beheerder van die tenant.",
|
||||
"Tenants": "Tenants",
|
||||
"Storage in GB": "Opslag in GB",
|
||||
"Default tenant roles": "Standaardrollen voor tenants",
|
||||
@@ -277,7 +277,7 @@ export const catalog: Catalog = {
|
||||
"Delete tenant…": "Tenant verwijderen…",
|
||||
"Still holds {things}. Move them out first.": "Bevat nog {things}. Verplaats die eerst.",
|
||||
"Delete tenant": "Tenant verwijderen",
|
||||
"Separate organisations on one server, each with its own people, domains and limits.": "Afzonderlijke organisaties op één server, elk met eigen mensen, domeinen en limieten.",
|
||||
"Separate organizations on one server, each with its own people, domains and limits.": "Afzonderlijke organisaties op één server, elk met eigen mensen, domeinen en limieten.",
|
||||
"Tenants are a Stalwart Enterprise feature.": "Tenants zijn een functie van Stalwart Enterprise.",
|
||||
"Search tenants": "Tenants zoeken",
|
||||
"No tenants match": "Geen tenants gevonden",
|
||||
@@ -343,7 +343,7 @@ export const catalog: Catalog = {
|
||||
"The mail server refused this. Your role may not allow it.": "De mailserver heeft dit geweigerd. Uw rol staat het mogelijk niet toe.",
|
||||
"That address is already in use on this server, as an account, a list or an alias.": "Dat adres is op deze server al in gebruik, als account, lijst of alias.",
|
||||
"One of the chosen domain, role or group can't be used for this account.": "Het gekozen domein, de rol of de groep kan niet voor dit account worden gebruikt.",
|
||||
"Your organisation has reached the number of accounts it is allowed.": "Uw organisatie heeft het toegestane aantal accounts bereikt.",
|
||||
"Your organization has reached the number of accounts it is allowed.": "Uw organisatie heeft het toegestane aantal accounts bereikt.",
|
||||
"Something still depends on this, so the server kept it.": "Er hangt nog iets van af, dus de server heeft het behouden.",
|
||||
"This account no longer exists. Someone may have deleted it.": "Dit account bestaat niet meer. Mogelijk heeft iemand het verwijderd.",
|
||||
"The password was not accepted: {reason}": "Het wachtwoord is niet geaccepteerd: {reason}",
|
||||
@@ -420,7 +420,7 @@ export const catalog: Catalog = {
|
||||
"Turn off": "Uitschakelen",
|
||||
"Clear": "Legen",
|
||||
"Clear selection": "Selectie opheffen",
|
||||
"Clear custom colour": "Eigen kleur wissen",
|
||||
"Clear custom color": "Eigen kleur wissen",
|
||||
"Select": "Selecteren",
|
||||
"Select all": "Alles selecteren",
|
||||
"Unsubscribe": "Afmelden",
|
||||
@@ -613,7 +613,7 @@ export const catalog: Catalog = {
|
||||
"Maybe": "Misschien",
|
||||
"Confirmed": "Bevestigd",
|
||||
"Tentative": "Onder voorbehoud",
|
||||
"Cancelled": "Geannuleerd",
|
||||
"Canceled": "Geannuleerd",
|
||||
"organizer": "organisator",
|
||||
"Organizer: {name}": "Organisator: {name}",
|
||||
"Free": "Vrij",
|
||||
@@ -628,7 +628,7 @@ export const catalog: Catalog = {
|
||||
"Working hours": "Werktijden",
|
||||
"Working hours start": "Werktijd begint",
|
||||
"Working hours end": "Werktijd eindigt",
|
||||
"Colour categories": "Kleurcategorieën",
|
||||
"Color categories": "Kleurcategorieën",
|
||||
"Category": "Categorie",
|
||||
"No category": "Geen categorie",
|
||||
"New category": "Nieuwe categorie",
|
||||
@@ -636,7 +636,7 @@ export const catalog: Catalog = {
|
||||
"Manage categories…": "Categorieën beheren…",
|
||||
"Use category color": "Kleur van de categorie gebruiken",
|
||||
"Use calendar color": "Kleur van de agenda gebruiken",
|
||||
"Use the default colour": "Standaardkleur gebruiken",
|
||||
"Use the default color": "Standaardkleur gebruiken",
|
||||
"+{n} more": "+{n} meer",
|
||||
|
||||
"Contacts": "Contacten",
|
||||
@@ -796,7 +796,6 @@ export const catalog: Catalog = {
|
||||
"Theme": "Thema",
|
||||
"Accent color": "Accentkleur",
|
||||
"Color": "Kleur",
|
||||
"Colour": "Kleur",
|
||||
"Text color": "Tekstkleur",
|
||||
"Density & text": "Dichtheid en tekst",
|
||||
"Display density": "Weergavedichtheid",
|
||||
@@ -814,7 +813,7 @@ export const catalog: Catalog = {
|
||||
"Collapse sidebar to icons": "Zijbalk inklappen tot pictogrammen",
|
||||
"Apply the theme to messages too": "Thema ook op berichten toepassen",
|
||||
"Apply it even to mail that styles itself": "Pas dit ook toe op e-mail met eigen vormgeving",
|
||||
"Most marketing and receipt mail sets a colour somewhere, so the setting above leaves nearly all of it on a white card. With this on, the theme is forced over the sender's own colours: backgrounds they laid the message on are dropped, while buttons and coloured banners are kept so their text stays readable. Some mail will not survive it intact, which is why it is separate.": "Bijna alle reclame- en bonmail zet ergens een kleur, waardoor de instelling hierboven vrijwel alles op een witte kaart laat staan. Met deze optie wordt het thema over de kleuren van de afzender heen gelegd: achtergronden waarop het bericht is geplaatst vervallen, terwijl knoppen en gekleurde banners blijven staan zodat hun tekst leesbaar blijft. Sommige berichten overleven dat niet ongeschonden, en daarom is dit een aparte instelling.",
|
||||
"Most marketing and receipt mail sets a color somewhere, so the setting above leaves nearly all of it on a white card. With this on, the theme is forced over the sender's own colors: backgrounds they laid the message on are dropped, while buttons and colored banners are kept so their text stays readable. Some mail will not survive it intact, which is why it is separate.": "Bijna alle reclame- en bonmail zet ergens een kleur, waardoor de instelling hierboven vrijwel alles op een witte kaart laat staan. Met deze optie wordt het thema over de kleuren van de afzender heen gelegd: achtergronden waarop het bericht is geplaatst vervallen, terwijl knoppen en gekleurde banners blijven staan zodat hun tekst leesbaar blijft. Sommige berichten overleven dat niet ongeschonden, en daarom is dit een aparte instelling.",
|
||||
"Swiping": "Vegen",
|
||||
"Swipe left": "Naar links vegen",
|
||||
"Swipe right": "Naar rechts vegen",
|
||||
@@ -1125,7 +1124,7 @@ export const catalog: Catalog = {
|
||||
"Each identity is a sender address with its own name, Reply-To and signature. The default identity is preselected when you compose; set a Reply-To when replies should go somewhere other than the From address.": "Elke identiteit is een afzenderadres met een eigen naam, antwoordadres en handtekening. De standaardidentiteit is voorgeselecteerd bij het opstellen; stel een antwoordadres in wanneer antwoorden ergens anders heen moeten dan naar het afzenderadres.",
|
||||
"This signature is larger than the server's {limit}-byte limit. ihasmail will keep the full version in your Files and store a short text fallback on the server — other mail clients will see the plain-text version.": "Deze handtekening is groter dan de limiet van {limit} bytes van de server. ihasmail bewaart de volledige versie in uw Bestanden en zet een korte tekstversie op de server — andere e-mailprogramma's zien de platte-tekstversie.",
|
||||
"Outlook-style categories you can assign to events from the right-click menu or the event editor. The category name is stored on the event, so it syncs to other clients.": "Categorieën in Outlook-stijl die u via het rechtsklikmenu of de afsprakeneditor aan afspraken kunt toewijzen. De categorienaam wordt in de afspraak opgeslagen en synchroniseert dus met andere clients.",
|
||||
"Plain-text mail already follows the theme. With this on, HTML mail that brings no colours of its own does as well, instead of sitting on a white card. Messages that style themselves are left exactly as the sender designed them.": "Platte-tekstberichten volgen het thema al. Met deze optie doen HTML-berichten zonder eigen kleuren dat ook, in plaats van op een witte achtergrond te staan. Berichten met een eigen vormgeving blijven precies zoals de afzender ze heeft ontworpen.",
|
||||
"Plain-text mail already follows the theme. With this on, HTML mail that brings no colors of its own does as well, instead of sitting on a white card. Messages that style themselves are left exactly as the sender designed them.": "Platte-tekstberichten volgen het thema al. Met deze optie doen HTML-berichten zonder eigen kleuren dat ook, in plaats van op een witte achtergrond te staan. Berichten met een eigen vormgeving blijven precies zoals de afzender ze heeft ontworpen.",
|
||||
"This is separate from {setting} in General, which decides how dates, times and numbers are written. You can read an English interface with German dates, or the other way round.": "Dit staat los van {setting} onder Algemeen, waar wordt bepaald hoe datums, tijden en getallen worden geschreven. U kunt een Engelse interface met Nederlandse datums lezen, of andersom.",
|
||||
"On a touchscreen, drag a message sideways to act on it. Each direction can do one thing, or nothing. These follow your account, so a phone and a tablet agree; a mouse ignores them and keeps dragging messages into folders instead.": "Sleep op een aanraakscherm een bericht opzij om er iets mee te doen. Elke richting kan één ding doen, of niets. Deze instelling volgt uw account, zodat telefoon en tablet overeenkomen; met een muis wordt ze genegeerd en blijft slepen naar mappen werken.",
|
||||
"This screen has no touchscreen, so nothing here changes what it does. Your phone or tablet will pick these up.": "Dit scherm heeft geen aanraakscherm, dus hier verandert niets. Uw telefoon of tablet neemt deze instellingen over.",
|
||||
@@ -1186,12 +1185,12 @@ export const catalog: Catalog = {
|
||||
"Applying filter to existing messages…": "Filter wordt toegepast op bestaande berichten…",
|
||||
"Attachments are still uploading": "Bijlagen worden nog geüpload",
|
||||
"Calendar saved": "Agenda opgeslagen",
|
||||
"Categorised as {name}": "Categorie ‘{name}’ toegekend",
|
||||
"Categorized as {name}": "Categorie ‘{name}’ toegekend",
|
||||
"Category cleared": "Categorie verwijderd",
|
||||
"Change this event?": "Deze afspraak wijzigen?",
|
||||
"Choose a calendar": "Kies een agenda",
|
||||
"Choose an address book": "Kies een adresboek",
|
||||
"Colour updated": "Kleur gewijzigd",
|
||||
"Color updated": "Kleur gewijzigd",
|
||||
"Contact created": "Contact aangemaakt",
|
||||
"Contact deleted": "Contact verwijderd",
|
||||
"Contact saved": "Contact opgeslagen",
|
||||
@@ -1215,7 +1214,7 @@ export const catalog: Catalog = {
|
||||
"Could not update: {error}": "Bijwerken mislukt: {error}",
|
||||
"Create": "Aanmaken",
|
||||
"Create an address book first": "Maak eerst een adresboek aan",
|
||||
"Custom colour removed": "Eigen kleur verwijderd",
|
||||
"Custom color removed": "Eigen kleur verwijderd",
|
||||
"Deactivate": "Deactiveren",
|
||||
"Delete failed: {error}": "Verwijderen mislukt: {error}",
|
||||
"Delete forever": "Definitief verwijderen",
|
||||
@@ -1302,7 +1301,7 @@ export const catalog: Catalog = {
|
||||
"Script saved": "Script opgeslagen",
|
||||
"Send (Ctrl+Enter)": "Verzenden (Ctrl+Enter)",
|
||||
"Send anyway": "Toch verzenden",
|
||||
"Send cancelled — the message is back in Drafts": "Verzenden geannuleerd — het bericht staat weer bij Concepten",
|
||||
"Send canceled — the message is back in Drafts": "Verzenden geannuleerd — het bericht staat weer bij Concepten",
|
||||
"Send failed: {error}": "Verzenden mislukt: {error}",
|
||||
"Send invites": "Uitnodigingen verzenden",
|
||||
"Send scheduled for {when}": "Verzenden gepland voor {when}",
|
||||
@@ -1434,7 +1433,7 @@ export const catalog: Catalog = {
|
||||
"Date received": "Ontvangstdatum",
|
||||
"Date sent": "Verzenddatum",
|
||||
"Day view": "Dagweergave",
|
||||
"Palettes named after another project are that project's work, used under its own license; the shades between their published colours are derived, and every one is checked for contrast. The accent colour below still applies over any of them.": "Paletten die naar een ander project zijn genoemd, zijn het werk van dat project en worden gebruikt onder de eigen licentie daarvan; de tinten tussen de gepubliceerde kleuren zijn afgeleid en elk daarvan wordt op contrast gecontroleerd. De accentkleur hieronder geldt nog steeds over elk ervan.",
|
||||
"Palettes named after another project are that project's work, used under its own license; the shades between their published colors are derived, and every one is checked for contrast. The accent color below still applies over any of them.": "Paletten die naar een ander project zijn genoemd, zijn het werk van dat project en worden gebruikt onder de eigen licentie daarvan; de tinten tussen de gepubliceerde kleuren zijn afgeleid en elk daarvan wordt op contrast gecontroleerd. De accentkleur hieronder geldt nog steeds over elk ervan.",
|
||||
"Earlier": "Eerder",
|
||||
"Every folder": "Elke map",
|
||||
"Everyone addressed will receive this.": "Iedereen die is geadresseerd ontvangt dit.",
|
||||
@@ -1451,7 +1450,7 @@ export const catalog: Catalog = {
|
||||
"Go to Settings": "Ga naar Instellingen",
|
||||
"Go to Starred": "Ga naar Met ster",
|
||||
"Import iCAL file…": "iCAL-bestand importeren…",
|
||||
"Labels are IMAP keywords stored on your messages, so every other client sees them. Names, colours and nesting are ihasmail’s own and follow your account. Nesting is display only — it rewrites nothing in the mailbox.": "Labels zijn IMAP-trefwoorden die op uw berichten worden opgeslagen, dus elke andere client ziet ze. Namen, kleuren en nesting zijn van ihasmail zelf en volgen uw account. Nesting is alleen weergave: er wordt niets in het postvak herschreven.",
|
||||
"Labels are IMAP keywords stored on your messages, so every other client sees them. Names, colors and nesting are ihasmail’s own and follow your account. Nesting is display only — it rewrites nothing in the mailbox.": "Labels zijn IMAP-trefwoorden die op uw berichten worden opgeslagen, dus elke andere client ziet ze. Namen, kleuren en nesting zijn van ihasmail zelf en volgen uw account. Nesting is alleen weergave: er wordt niets in het postvak herschreven.",
|
||||
"Largest first": "Grootste eerst",
|
||||
"Later": "Later",
|
||||
"Light or dark": "Licht of donker",
|
||||
@@ -1499,7 +1498,7 @@ export const catalog: Catalog = {
|
||||
"Saved": "Opgeslagen",
|
||||
"Select all {n} in {folder}": "Alle {n} in {folder} selecteren",
|
||||
"Send message": "Bericht verzenden",
|
||||
"Send outside your organisation?": "Buiten uw organisatie verzenden?",
|
||||
"Send outside your organization?": "Buiten uw organisatie verzenden?",
|
||||
"Send to {count} people?": "Naar {count} personen verzenden?",
|
||||
"Show birthdays from your contacts": "Verjaardagen van uw contacten tonen",
|
||||
"Show in the sidebar": "In de zijbalk tonen",
|
||||
@@ -1542,7 +1541,7 @@ export const catalog: Catalog = {
|
||||
"A to Z": "A tot Z",
|
||||
"It reads {shown} but goes to {actual}.": "Er staat {shown}, maar de link gaat naar {actual}.",
|
||||
"The full address is {href}.": "Het volledige adres is {href}.",
|
||||
"This message came from {domain}, which is outside your organisation.": "Dit bericht komt van {domain}, buiten uw organisatie.",
|
||||
"This message came from {domain}, which is outside your organization.": "Dit bericht komt van {domain}, buiten uw organisatie.",
|
||||
"Unsaved changes": "Niet-opgeslagen wijzigingen",
|
||||
"View as": "Weergeven als",
|
||||
"Warnings": "Waarschuwingen",
|
||||
|
||||
+21
-22
@@ -119,7 +119,7 @@ export const catalog: Catalog = {
|
||||
"This account signs in through an external directory, so its password can't be set here.": "Esta conta entra por meio de um diretório externo, então a senha dela não pode ser definida aqui.",
|
||||
"The server's license allows no more accounts.": "A licença do servidor não permite mais contas.",
|
||||
"That domain name is already in use on this server, as a domain or another domain's other name.": "Esse nome de domínio já está em uso neste servidor, como domínio ou como outro nome de outro domínio.",
|
||||
"Your organisation has reached the number of domains it is allowed.": "Sua organização atingiu o número de domínios permitido.",
|
||||
"Your organization has reached the number of domains it is allowed.": "Sua organização atingiu o número de domínios permitido.",
|
||||
"That is more than the mail server accepts in one change.": "Isso é mais do que o servidor de e-mail aceita em uma única alteração.",
|
||||
"The mail server rejected one of the values. Check what you entered and try again.": "O servidor de e-mail recusou um dos valores. Confira o que você digitou e tente novamente.",
|
||||
"The mail server refused the change ({code}).": "O servidor de e-mail recusou a alteração ({code}).",
|
||||
@@ -174,7 +174,7 @@ export const catalog: Catalog = {
|
||||
"Search groups": "Pesquisar grupos",
|
||||
"No groups match": "Nenhum grupo corresponde",
|
||||
"No groups yet": "Nenhum grupo ainda",
|
||||
"Your organisation has reached the number of groups it is allowed.": "Sua organização atingiu o número de grupos permitido.",
|
||||
"Your organization has reached the number of groups it is allowed.": "Sua organização atingiu o número de grupos permitido.",
|
||||
"This group no longer exists. Someone may have deleted it.": "Este grupo não existe mais. Alguém pode tê-lo excluído.",
|
||||
"The server did not say whether the group was created.": "O servidor não informou se o grupo foi criado.",
|
||||
"Mailing lists": "Listas de e-mail",
|
||||
@@ -199,7 +199,7 @@ export const catalog: Catalog = {
|
||||
"Search mailing lists": "Pesquisar listas de e-mail",
|
||||
"No mailing lists match": "Nenhuma lista de e-mail corresponde",
|
||||
"No mailing lists yet": "Nenhuma lista de e-mail ainda",
|
||||
"Your organisation has reached the number of mailing lists it is allowed.": "Sua organização atingiu o número de listas de e-mail permitido.",
|
||||
"Your organization has reached the number of mailing lists it is allowed.": "Sua organização atingiu o número de listas de e-mail permitido.",
|
||||
"This mailing list no longer exists. Someone may have deleted it.": "Esta lista de e-mail não existe mais. Alguém pode tê-la excluído.",
|
||||
"The server did not say whether the list was created.": "O servidor não informou se a lista foi criada.",
|
||||
"Roles": "Funções",
|
||||
@@ -250,13 +250,13 @@ export const catalog: Catalog = {
|
||||
"Open {name}": "Abrir {name}",
|
||||
"Default for {kinds}": "Padrão para {kinds}",
|
||||
"You can't give a role permissions your own role doesn't have.": "Você não pode dar a uma função permissões que a sua própria função não tem.",
|
||||
"Your organisation has reached the number of roles it is allowed.": "Sua organização atingiu o número de funções permitido.",
|
||||
"Your organization has reached the number of roles it is allowed.": "Sua organização atingiu o número de funções permitido.",
|
||||
"This role no longer exists. Someone may have deleted it.": "Esta função não existe mais. Alguém pode tê-la excluído.",
|
||||
"the default roles": "as funções padrão",
|
||||
"The server did not say whether the role was created.": "O servidor não informou se a função foi criada.",
|
||||
"No tenant": "Nenhum locatário",
|
||||
"You can't move your own account into a tenant.": "Você não pode mover sua própria conta para um locatário.",
|
||||
"An account can be in the tenant its domain is in. In a tenant it is limited by the tenant's role and counts towards its limits, and Administrator means administrator of that tenant.": "Uma conta pode estar no locatário em que está o seu domínio. Num locatário, ela é limitada pela função do locatário e conta para os limites dele, e Administrador significa administrador desse locatário.",
|
||||
"An account can be in the tenant its domain is in. In a tenant it is limited by the tenant's role and counts toward its limits, and Administrator means administrator of that tenant.": "Uma conta pode estar no locatário em que está o seu domínio. Num locatário, ela é limitada pela função do locatário e conta para os limites dele, e Administrador significa administrador desse locatário.",
|
||||
"Tenants": "Locatários",
|
||||
"Storage in GB": "Armazenamento em GB",
|
||||
"Default tenant roles": "Funções padrão de locatário",
|
||||
@@ -284,7 +284,7 @@ export const catalog: Catalog = {
|
||||
"Delete tenant…": "Excluir locatário…",
|
||||
"Still holds {things}. Move them out first.": "Ainda tem {things}. Mova-os primeiro.",
|
||||
"Delete tenant": "Excluir locatário",
|
||||
"Separate organisations on one server, each with its own people, domains and limits.": "Organizações separadas em um mesmo servidor, cada uma com suas próprias pessoas, domínios e limites.",
|
||||
"Separate organizations on one server, each with its own people, domains and limits.": "Organizações separadas em um mesmo servidor, cada uma com suas próprias pessoas, domínios e limites.",
|
||||
"Tenants are a Stalwart Enterprise feature.": "Locatários são um recurso do Stalwart Enterprise.",
|
||||
"Search tenants": "Pesquisar locatários",
|
||||
"No tenants match": "Nenhum locatário corresponde",
|
||||
@@ -350,7 +350,7 @@ export const catalog: Catalog = {
|
||||
"The mail server refused this. Your role may not allow it.": "O servidor de e-mail recusou. Talvez sua função não permita.",
|
||||
"That address is already in use on this server, as an account, a list or an alias.": "Esse endereço já está em uso neste servidor, como conta, lista ou alias.",
|
||||
"One of the chosen domain, role or group can't be used for this account.": "O domínio, a função ou o grupo escolhido não pode ser usado nesta conta.",
|
||||
"Your organisation has reached the number of accounts it is allowed.": "Sua organização atingiu o número de contas permitido.",
|
||||
"Your organization has reached the number of accounts it is allowed.": "Sua organização atingiu o número de contas permitido.",
|
||||
"Something still depends on this, so the server kept it.": "Algo ainda depende disto, então o servidor o manteve.",
|
||||
"This account no longer exists. Someone may have deleted it.": "Esta conta não existe mais. Talvez alguém a tenha excluído.",
|
||||
"The password was not accepted: {reason}": "A senha não foi aceita: {reason}",
|
||||
@@ -427,7 +427,7 @@ export const catalog: Catalog = {
|
||||
"Turn off": "Desativar",
|
||||
"Clear": "Esvaziar",
|
||||
"Clear selection": "Limpar a seleção",
|
||||
"Clear custom colour": "Remover a cor personalizada",
|
||||
"Clear custom color": "Remover a cor personalizada",
|
||||
"Select": "Selecionar",
|
||||
"Select all": "Selecionar tudo",
|
||||
"Unsubscribe": "Cancelar a inscrição",
|
||||
@@ -620,7 +620,7 @@ export const catalog: Catalog = {
|
||||
"Maybe": "Talvez",
|
||||
"Confirmed": "Confirmado",
|
||||
"Tentative": "Provisório",
|
||||
"Cancelled": "Cancelado",
|
||||
"Canceled": "Cancelado",
|
||||
"organizer": "organizador",
|
||||
"Organizer: {name}": "Organizador: {name}",
|
||||
"Free": "Livre",
|
||||
@@ -635,7 +635,7 @@ export const catalog: Catalog = {
|
||||
"Working hours": "Horário de trabalho",
|
||||
"Working hours start": "O horário de trabalho começa",
|
||||
"Working hours end": "O horário de trabalho termina",
|
||||
"Colour categories": "Categorias de cor",
|
||||
"Color categories": "Categorias de cor",
|
||||
"Category": "Categoria",
|
||||
"No category": "Sem categoria",
|
||||
"New category": "Nova categoria",
|
||||
@@ -643,7 +643,7 @@ export const catalog: Catalog = {
|
||||
"Manage categories…": "Gerenciar as categorias…",
|
||||
"Use category color": "Usar a cor da categoria",
|
||||
"Use calendar color": "Usar a cor da agenda",
|
||||
"Use the default colour": "Usar a cor padrão",
|
||||
"Use the default color": "Usar a cor padrão",
|
||||
"+{n} more": "+{n} outros",
|
||||
|
||||
"Contacts": "Contatos",
|
||||
@@ -802,7 +802,6 @@ export const catalog: Catalog = {
|
||||
"Theme": "Tema",
|
||||
"Accent color": "Cor de destaque",
|
||||
"Color": "Cor",
|
||||
"Colour": "Cor",
|
||||
"Text color": "Cor do texto",
|
||||
"Density & text": "Densidade e texto",
|
||||
"Display density": "Densidade de exibição",
|
||||
@@ -820,7 +819,7 @@ export const catalog: Catalog = {
|
||||
"Collapse sidebar to icons": "Recolher a barra lateral em ícones",
|
||||
"Apply the theme to messages too": "Aplicar o tema também às mensagens",
|
||||
"Apply it even to mail that styles itself": "Aplicar mesmo em mensagens com estilo próprio",
|
||||
"Most marketing and receipt mail sets a colour somewhere, so the setting above leaves nearly all of it on a white card. With this on, the theme is forced over the sender's own colours: backgrounds they laid the message on are dropped, while buttons and coloured banners are kept so their text stays readable. Some mail will not survive it intact, which is why it is separate.": "Quase toda mensagem de marketing ou de recibo define alguma cor, então a opção acima deixa quase todas em um cartão branco. Com isto ativado, o tema é imposto sobre as cores do remetente: os fundos sobre os quais a mensagem foi montada são descartados, enquanto botões e faixas coloridas são preservados para que o texto continue legível. Algumas mensagens não sobrevivem intactas, e por isso esta é uma opção separada.",
|
||||
"Most marketing and receipt mail sets a color somewhere, so the setting above leaves nearly all of it on a white card. With this on, the theme is forced over the sender's own colors: backgrounds they laid the message on are dropped, while buttons and colored banners are kept so their text stays readable. Some mail will not survive it intact, which is why it is separate.": "Quase toda mensagem de marketing ou de recibo define alguma cor, então a opção acima deixa quase todas em um cartão branco. Com isto ativado, o tema é imposto sobre as cores do remetente: os fundos sobre os quais a mensagem foi montada são descartados, enquanto botões e faixas coloridas são preservados para que o texto continue legível. Algumas mensagens não sobrevivem intactas, e por isso esta é uma opção separada.",
|
||||
"Swiping": "Gestos de deslizar",
|
||||
"Swipe left": "Deslizar para a esquerda",
|
||||
"Swipe right": "Deslizar para a direita",
|
||||
@@ -1132,7 +1131,7 @@ export const catalog: Catalog = {
|
||||
"Each identity is a sender address with its own name, Reply-To and signature. The default identity is preselected when you compose; set a Reply-To when replies should go somewhere other than the From address.": "Cada identidade é um endereço de envio com nome, endereço de resposta e assinatura próprios. A identidade padrão vem pré-selecionada ao escrever; defina um endereço de resposta quando as respostas devam ir para outro lugar que não o remetente.",
|
||||
"This signature is larger than the server's {limit}-byte limit. ihasmail will keep the full version in your Files and store a short text fallback on the server — other mail clients will see the plain-text version.": "Esta assinatura passa do limite de {limit} bytes do servidor. O ihasmail guardará a versão completa nos seus Arquivos e uma versão curta em texto no servidor — os outros clientes verão a versão em texto simples.",
|
||||
"Outlook-style categories you can assign to events from the right-click menu or the event editor. The category name is stored on the event, so it syncs to other clients.": "Categorias no estilo do Outlook que você pode atribuir aos eventos pelo menu do botão direito ou pelo editor de eventos. O nome da categoria fica guardado no evento, então sincroniza com outros clientes.",
|
||||
"Plain-text mail already follows the theme. With this on, HTML mail that brings no colours of its own does as well, instead of sitting on a white card. Messages that style themselves are left exactly as the sender designed them.": "As mensagens em texto simples já seguem o tema. Com esta opção, as mensagens HTML sem cores próprias também seguem, em vez de aparecerem sobre um fundo branco. As mensagens com estilo próprio ficam exatamente como o remetente as desenhou.",
|
||||
"Plain-text mail already follows the theme. With this on, HTML mail that brings no colors of its own does as well, instead of sitting on a white card. Messages that style themselves are left exactly as the sender designed them.": "As mensagens em texto simples já seguem o tema. Com esta opção, as mensagens HTML sem cores próprias também seguem, em vez de aparecerem sobre um fundo branco. As mensagens com estilo próprio ficam exatamente como o remetente as desenhou.",
|
||||
"This is separate from {setting} in General, which decides how dates, times and numbers are written. You can read an English interface with German dates, or the other way round.": "Isto é independente de {setting} em Geral, que define como datas, horas e números são escritos. Você pode ler uma interface em inglês com datas em português, ou o contrário.",
|
||||
"On a touchscreen, drag a message sideways to act on it. Each direction can do one thing, or nothing. These follow your account, so a phone and a tablet agree; a mouse ignores them and keeps dragging messages into folders instead.": "Em uma tela sensível ao toque, arraste uma mensagem para o lado para agir sobre ela. Cada direção pode fazer uma coisa, ou nada. Estas opções seguem sua conta, então celular e tablet ficam iguais; com o mouse elas são ignoradas e o arrastar para pastas continua valendo.",
|
||||
"This screen has no touchscreen, so nothing here changes what it does. Your phone or tablet will pick these up.": "Esta tela não é sensível ao toque, então nada aqui muda o comportamento dela. Seu celular ou tablet vai adotar estas opções.",
|
||||
@@ -1193,12 +1192,12 @@ export const catalog: Catalog = {
|
||||
"Applying filter to existing messages…": "Aplicando o filtro às mensagens existentes…",
|
||||
"Attachments are still uploading": "Os anexos ainda estão sendo enviados",
|
||||
"Calendar saved": "Agenda salva",
|
||||
"Categorised as {name}": "Categoria “{name}” atribuída",
|
||||
"Categorized as {name}": "Categoria “{name}” atribuída",
|
||||
"Category cleared": "Categoria removida",
|
||||
"Change this event?": "Alterar este evento?",
|
||||
"Choose a calendar": "Escolha uma agenda",
|
||||
"Choose an address book": "Escolha um catálogo de endereços",
|
||||
"Colour updated": "Cor atualizada",
|
||||
"Color updated": "Cor atualizada",
|
||||
"Contact created": "Contato criado",
|
||||
"Contact deleted": "Contato excluído",
|
||||
"Contact saved": "Contato salvo",
|
||||
@@ -1222,7 +1221,7 @@ export const catalog: Catalog = {
|
||||
"Could not update: {error}": "Não foi possível atualizar: {error}",
|
||||
"Create": "Criar",
|
||||
"Create an address book first": "Crie um catálogo de endereços primeiro",
|
||||
"Custom colour removed": "Cor personalizada removida",
|
||||
"Custom color removed": "Cor personalizada removida",
|
||||
"Deactivate": "Desativar",
|
||||
"Delete failed: {error}": "Falha ao excluir: {error}",
|
||||
"Delete forever": "Excluir definitivamente",
|
||||
@@ -1309,7 +1308,7 @@ export const catalog: Catalog = {
|
||||
"Script saved": "Script salvo",
|
||||
"Send (Ctrl+Enter)": "Enviar (Ctrl+Enter)",
|
||||
"Send anyway": "Enviar mesmo assim",
|
||||
"Send cancelled — the message is back in Drafts": "Envio cancelado — a mensagem voltou para Rascunhos",
|
||||
"Send canceled — the message is back in Drafts": "Envio cancelado — a mensagem voltou para Rascunhos",
|
||||
"Send failed: {error}": "Falha ao enviar: {error}",
|
||||
"Send invites": "Enviar convites",
|
||||
"Send scheduled for {when}": "Envio agendado para {when}",
|
||||
@@ -1441,7 +1440,7 @@ export const catalog: Catalog = {
|
||||
"Date received": "Data de recebimento",
|
||||
"Date sent": "Data de envio",
|
||||
"Day view": "Visualização de dia",
|
||||
"Palettes named after another project are that project's work, used under its own license; the shades between their published colours are derived, and every one is checked for contrast. The accent colour below still applies over any of them.": "As paletas que levam o nome de outro projeto são obra desse projeto e são usadas sob a licença dele; os tons entre as cores publicadas são derivados, e cada um é verificado quanto ao contraste. A cor de destaque abaixo continua se aplicando sobre qualquer uma delas.",
|
||||
"Palettes named after another project are that project's work, used under its own license; the shades between their published colors are derived, and every one is checked for contrast. The accent color below still applies over any of them.": "As paletas que levam o nome de outro projeto são obra desse projeto e são usadas sob a licença dele; os tons entre as cores publicadas são derivados, e cada um é verificado quanto ao contraste. A cor de destaque abaixo continua se aplicando sobre qualquer uma delas.",
|
||||
"Earlier": "Antes",
|
||||
"Every folder": "Todas as pastas",
|
||||
"Everyone addressed will receive this.": "Todos os destinatários receberão isto.",
|
||||
@@ -1458,7 +1457,7 @@ export const catalog: Catalog = {
|
||||
"Go to Settings": "Ir para Configurações",
|
||||
"Go to Starred": "Ir para Favoritos",
|
||||
"Import iCAL file…": "Importar arquivo iCAL…",
|
||||
"Labels are IMAP keywords stored on your messages, so every other client sees them. Names, colours and nesting are ihasmail’s own and follow your account. Nesting is display only — it rewrites nothing in the mailbox.": "Os marcadores são palavras-chave IMAP armazenadas nas suas mensagens, então todos os outros clientes os veem. Os nomes, as cores e o aninhamento são do próprio ihasmail e acompanham a sua conta. O aninhamento é apenas de exibição: não reescreve nada na caixa postal.",
|
||||
"Labels are IMAP keywords stored on your messages, so every other client sees them. Names, colors and nesting are ihasmail’s own and follow your account. Nesting is display only — it rewrites nothing in the mailbox.": "Os marcadores são palavras-chave IMAP armazenadas nas suas mensagens, então todos os outros clientes os veem. Os nomes, as cores e o aninhamento são do próprio ihasmail e acompanham a sua conta. O aninhamento é apenas de exibição: não reescreve nada na caixa postal.",
|
||||
"Largest first": "Maiores primeiro",
|
||||
"Later": "Depois",
|
||||
"Light or dark": "Claro ou escuro",
|
||||
@@ -1506,7 +1505,7 @@ export const catalog: Catalog = {
|
||||
"Saved": "Salvo",
|
||||
"Select all {n} in {folder}": "Selecionar todas as {n} em {folder}",
|
||||
"Send message": "Enviar mensagem",
|
||||
"Send outside your organisation?": "Enviar para fora da sua organização?",
|
||||
"Send outside your organization?": "Enviar para fora da sua organização?",
|
||||
"Send to {count} people?": "Enviar para {count} pessoas?",
|
||||
"Show birthdays from your contacts": "Exibir aniversários dos seus contatos",
|
||||
"Show in the sidebar": "Exibir na barra lateral",
|
||||
@@ -1549,7 +1548,7 @@ export const catalog: Catalog = {
|
||||
"A to Z": "De A a Z",
|
||||
"It reads {shown} but goes to {actual}.": "Aparece como {shown}, mas leva para {actual}.",
|
||||
"The full address is {href}.": "O endereço completo é {href}.",
|
||||
"This message came from {domain}, which is outside your organisation.": "Esta mensagem veio de {domain}, que está fora da sua organização.",
|
||||
"This message came from {domain}, which is outside your organization.": "Esta mensagem veio de {domain}, que está fora da sua organização.",
|
||||
"Unsaved changes": "Alterações não salvas",
|
||||
"View as": "Exibir como",
|
||||
"Warnings": "Avisos",
|
||||
|
||||
+21
-22
@@ -118,7 +118,7 @@ export const catalog: Catalog = {
|
||||
"This account signs in through an external directory, so its password can't be set here.": "Эта учётная запись входит через внешний каталог, поэтому её пароль нельзя задать здесь.",
|
||||
"The server's license allows no more accounts.": "Лицензия сервера не допускает новых учётных записей.",
|
||||
"That domain name is already in use on this server, as a domain or another domain's other name.": "Это имя домена уже используется на сервере — как домен или как другое имя другого домена.",
|
||||
"Your organisation has reached the number of domains it is allowed.": "Ваша организация достигла допустимого числа доменов.",
|
||||
"Your organization has reached the number of domains it is allowed.": "Ваша организация достигла допустимого числа доменов.",
|
||||
"That is more than the mail server accepts in one change.": "Это больше, чем почтовый сервер принимает за одно изменение.",
|
||||
"The mail server rejected one of the values. Check what you entered and try again.": "Почтовый сервер отклонил одно из значений. Проверьте введённые данные и попробуйте снова.",
|
||||
"The mail server refused the change ({code}).": "Почтовый сервер отклонил изменение ({code}).",
|
||||
@@ -173,7 +173,7 @@ export const catalog: Catalog = {
|
||||
"Search groups": "Поиск групп",
|
||||
"No groups match": "Нет подходящих групп",
|
||||
"No groups yet": "Групп пока нет",
|
||||
"Your organisation has reached the number of groups it is allowed.": "Ваша организация достигла допустимого числа групп.",
|
||||
"Your organization has reached the number of groups it is allowed.": "Ваша организация достигла допустимого числа групп.",
|
||||
"This group no longer exists. Someone may have deleted it.": "Этой группы больше нет. Возможно, её кто-то удалил.",
|
||||
"The server did not say whether the group was created.": "Сервер не сообщил, создана ли группа.",
|
||||
"Mailing lists": "Списки рассылки",
|
||||
@@ -198,7 +198,7 @@ export const catalog: Catalog = {
|
||||
"Search mailing lists": "Поиск списков рассылки",
|
||||
"No mailing lists match": "Нет подходящих списков рассылки",
|
||||
"No mailing lists yet": "Списков рассылки пока нет",
|
||||
"Your organisation has reached the number of mailing lists it is allowed.": "Ваша организация достигла допустимого числа списков рассылки.",
|
||||
"Your organization has reached the number of mailing lists it is allowed.": "Ваша организация достигла допустимого числа списков рассылки.",
|
||||
"This mailing list no longer exists. Someone may have deleted it.": "Этого списка рассылки больше нет. Возможно, его кто-то удалил.",
|
||||
"The server did not say whether the list was created.": "Сервер не сообщил, создан ли список.",
|
||||
"Roles": "Роли",
|
||||
@@ -249,13 +249,13 @@ export const catalog: Catalog = {
|
||||
"Open {name}": "Открыть {name}",
|
||||
"Default for {kinds}": "По умолчанию: {kinds}",
|
||||
"You can't give a role permissions your own role doesn't have.": "Нельзя дать роли разрешения, которых нет у вашей собственной роли.",
|
||||
"Your organisation has reached the number of roles it is allowed.": "Ваша организация достигла допустимого числа ролей.",
|
||||
"Your organization has reached the number of roles it is allowed.": "Ваша организация достигла допустимого числа ролей.",
|
||||
"This role no longer exists. Someone may have deleted it.": "Этой роли больше нет. Возможно, её кто-то удалил.",
|
||||
"the default roles": "настройки ролей по умолчанию",
|
||||
"The server did not say whether the role was created.": "Сервер не сообщил, создана ли роль.",
|
||||
"No tenant": "Без арендатора",
|
||||
"You can't move your own account into a tenant.": "Нельзя переместить собственную учётную запись в арендатора.",
|
||||
"An account can be in the tenant its domain is in. In a tenant it is limited by the tenant's role and counts towards its limits, and Administrator means administrator of that tenant.": "Учётная запись может быть в том арендаторе, в котором её домен. В арендаторе она ограничена его ролью и учитывается в его лимитах, а «Администратор» означает администратора этого арендатора.",
|
||||
"An account can be in the tenant its domain is in. In a tenant it is limited by the tenant's role and counts toward its limits, and Administrator means administrator of that tenant.": "Учётная запись может быть в том арендаторе, в котором её домен. В арендаторе она ограничена его ролью и учитывается в его лимитах, а «Администратор» означает администратора этого арендатора.",
|
||||
"Tenants": "Арендаторы",
|
||||
"Storage in GB": "Хранилище, ГБ",
|
||||
"Default tenant roles": "Роли арендатора по умолчанию",
|
||||
@@ -283,7 +283,7 @@ export const catalog: Catalog = {
|
||||
"Delete tenant…": "Удалить арендатора…",
|
||||
"Still holds {things}. Move them out first.": "Ещё содержит: {things}. Сначала перенесите их.",
|
||||
"Delete tenant": "Удалить арендатора",
|
||||
"Separate organisations on one server, each with its own people, domains and limits.": "Отдельные организации на одном сервере, у каждой свои люди, домены и лимиты.",
|
||||
"Separate organizations on one server, each with its own people, domains and limits.": "Отдельные организации на одном сервере, у каждой свои люди, домены и лимиты.",
|
||||
"Tenants are a Stalwart Enterprise feature.": "Арендаторы — функция Stalwart Enterprise.",
|
||||
"Search tenants": "Поиск арендаторов",
|
||||
"No tenants match": "Нет подходящих арендаторов",
|
||||
@@ -349,7 +349,7 @@ export const catalog: Catalog = {
|
||||
"The mail server refused this. Your role may not allow it.": "Почтовый сервер отклонил это действие. Возможно, ваша роль его не допускает.",
|
||||
"That address is already in use on this server, as an account, a list or an alias.": "Этот адрес уже используется на сервере — учётной записью, списком или псевдонимом.",
|
||||
"One of the chosen domain, role or group can't be used for this account.": "Выбранный домен, роль или группу нельзя использовать для этой учётной записи.",
|
||||
"Your organisation has reached the number of accounts it is allowed.": "Ваша организация достигла допустимого числа учётных записей.",
|
||||
"Your organization has reached the number of accounts it is allowed.": "Ваша организация достигла допустимого числа учётных записей.",
|
||||
"Something still depends on this, so the server kept it.": "От этого ещё что-то зависит, поэтому сервер это сохранил.",
|
||||
"This account no longer exists. Someone may have deleted it.": "Этой учётной записи больше нет. Возможно, её кто-то удалил.",
|
||||
"The password was not accepted: {reason}": "Пароль не принят: {reason}",
|
||||
@@ -426,7 +426,7 @@ export const catalog: Catalog = {
|
||||
"Turn off": "Отключить",
|
||||
"Clear": "Очистить",
|
||||
"Clear selection": "Снять выделение",
|
||||
"Clear custom colour": "Убрать свой цвет",
|
||||
"Clear custom color": "Убрать свой цвет",
|
||||
"Select": "Выбрать",
|
||||
"Select all": "Выбрать всё",
|
||||
"Unsubscribe": "Отписаться",
|
||||
@@ -619,7 +619,7 @@ export const catalog: Catalog = {
|
||||
"Maybe": "Возможно",
|
||||
"Confirmed": "Подтверждено",
|
||||
"Tentative": "Под вопросом",
|
||||
"Cancelled": "Отменено",
|
||||
"Canceled": "Отменено",
|
||||
"organizer": "организатор",
|
||||
"Organizer: {name}": "Организатор: {name}",
|
||||
"Free": "Свободен",
|
||||
@@ -634,7 +634,7 @@ export const catalog: Catalog = {
|
||||
"Working hours": "Рабочее время",
|
||||
"Working hours start": "Начало рабочего времени",
|
||||
"Working hours end": "Конец рабочего времени",
|
||||
"Colour categories": "Цветовые категории",
|
||||
"Color categories": "Цветовые категории",
|
||||
"Category": "Категория",
|
||||
"No category": "Без категории",
|
||||
"New category": "Новая категория",
|
||||
@@ -642,7 +642,7 @@ export const catalog: Catalog = {
|
||||
"Manage categories…": "Управление категориями…",
|
||||
"Use category color": "Цвет категории",
|
||||
"Use calendar color": "Цвет календаря",
|
||||
"Use the default colour": "Цвет по умолчанию",
|
||||
"Use the default color": "Цвет по умолчанию",
|
||||
"+{n} more": "+{n}",
|
||||
|
||||
"Contacts": "Контакты",
|
||||
@@ -802,7 +802,6 @@ export const catalog: Catalog = {
|
||||
"Theme": "Тема",
|
||||
"Accent color": "Акцентный цвет",
|
||||
"Color": "Цвет",
|
||||
"Colour": "Цвет",
|
||||
"Text color": "Цвет текста",
|
||||
"Density & text": "Плотность и текст",
|
||||
"Display density": "Плотность отображения",
|
||||
@@ -820,7 +819,7 @@ export const catalog: Catalog = {
|
||||
"Collapse sidebar to icons": "Свернуть боковую панель до значков",
|
||||
"Apply the theme to messages too": "Применять тему и к письмам",
|
||||
"Apply it even to mail that styles itself": "Применять даже к письмам с собственным оформлением",
|
||||
"Most marketing and receipt mail sets a colour somewhere, so the setting above leaves nearly all of it on a white card. With this on, the theme is forced over the sender's own colours: backgrounds they laid the message on are dropped, while buttons and coloured banners are kept so their text stays readable. Some mail will not survive it intact, which is why it is separate.": "Почти в каждом рекламном письме и чеке где-нибудь задан цвет, поэтому настройка выше оставляет почти все такие письма на белой карточке. С этой настройкой тема накладывается поверх цветов отправителя: фон, на котором свёрстано письмо, убирается, а кнопки и цветные плашки сохраняются, чтобы текст на них оставался читаемым. Некоторые письма это не переживут без потерь — поэтому настройка отдельная.",
|
||||
"Most marketing and receipt mail sets a color somewhere, so the setting above leaves nearly all of it on a white card. With this on, the theme is forced over the sender's own colors: backgrounds they laid the message on are dropped, while buttons and colored banners are kept so their text stays readable. Some mail will not survive it intact, which is why it is separate.": "Почти в каждом рекламном письме и чеке где-нибудь задан цвет, поэтому настройка выше оставляет почти все такие письма на белой карточке. С этой настройкой тема накладывается поверх цветов отправителя: фон, на котором свёрстано письмо, убирается, а кнопки и цветные плашки сохраняются, чтобы текст на них оставался читаемым. Некоторые письма это не переживут без потерь — поэтому настройка отдельная.",
|
||||
"Swiping": "Жесты смахивания",
|
||||
"Swipe left": "Смахнуть влево",
|
||||
"Swipe right": "Смахнуть вправо",
|
||||
@@ -1131,7 +1130,7 @@ export const catalog: Catalog = {
|
||||
"Each identity is a sender address with its own name, Reply-To and signature. The default identity is preselected when you compose; set a Reply-To when replies should go somewhere other than the From address.": "Каждый профиль — это адрес отправителя со своим именем, обратным адресом и подписью. Основной профиль подставляется при написании письма; укажите обратный адрес, если ответы должны приходить не на адрес отправителя.",
|
||||
"This signature is larger than the server's {limit}-byte limit. ihasmail will keep the full version in your Files and store a short text fallback on the server — other mail clients will see the plain-text version.": "Эта подпись больше серверного предела в {limit} байт. ihasmail сохранит полную версию в ваших Файлах, а на сервере оставит короткий текстовый вариант — другие почтовые клиенты увидят именно его.",
|
||||
"Outlook-style categories you can assign to events from the right-click menu or the event editor. The category name is stored on the event, so it syncs to other clients.": "Категории в стиле Outlook, которые можно присваивать событиям через контекстное меню или редактор события. Название категории хранится в самом событии и синхронизируется с другими клиентами.",
|
||||
"Plain-text mail already follows the theme. With this on, HTML mail that brings no colours of its own does as well, instead of sitting on a white card. Messages that style themselves are left exactly as the sender designed them.": "Письма в обычном тексте уже следуют теме. С этой настройкой ей следуют и HTML-письма без собственных цветов, а не показываются на белом фоне. Письма с собственным оформлением остаются ровно такими, какими их задумал отправитель.",
|
||||
"Plain-text mail already follows the theme. With this on, HTML mail that brings no colors of its own does as well, instead of sitting on a white card. Messages that style themselves are left exactly as the sender designed them.": "Письма в обычном тексте уже следуют теме. С этой настройкой ей следуют и HTML-письма без собственных цветов, а не показываются на белом фоне. Письма с собственным оформлением остаются ровно такими, какими их задумал отправитель.",
|
||||
"This is separate from {setting} in General, which decides how dates, times and numbers are written. You can read an English interface with German dates, or the other way round.": "Это не то же самое, что {setting} в разделе «Общие», где задаётся, как пишутся даты, время и числа. Можно читать английский интерфейс с русскими датами — или наоборот.",
|
||||
"On a touchscreen, drag a message sideways to act on it. Each direction can do one thing, or nothing. These follow your account, so a phone and a tablet agree; a mouse ignores them and keeps dragging messages into folders instead.": "На сенсорном экране смахните письмо в сторону, чтобы выполнить над ним действие. Каждое направление может делать что-то одно — или ничего. Настройка привязана к учётной записи, поэтому телефон и планшет ведут себя одинаково; мышь её игнорирует, и письма по-прежнему перетаскиваются в папки.",
|
||||
"This screen has no touchscreen, so nothing here changes what it does. Your phone or tablet will pick these up.": "У этого экрана нет сенсорного ввода, поэтому здесь ничего не изменится. Настройку подхватят телефон или планшет.",
|
||||
@@ -1192,12 +1191,12 @@ export const catalog: Catalog = {
|
||||
"Applying filter to existing messages…": "Фильтр применяется к существующим письмам…",
|
||||
"Attachments are still uploading": "Вложения ещё загружаются",
|
||||
"Calendar saved": "Календарь сохранён",
|
||||
"Categorised as {name}": "Назначена категория «{name}»",
|
||||
"Categorized as {name}": "Назначена категория «{name}»",
|
||||
"Category cleared": "Категория снята",
|
||||
"Change this event?": "Изменить это событие?",
|
||||
"Choose a calendar": "Выберите календарь",
|
||||
"Choose an address book": "Выберите адресную книгу",
|
||||
"Colour updated": "Цвет изменён",
|
||||
"Color updated": "Цвет изменён",
|
||||
"Contact created": "Контакт создан",
|
||||
"Contact deleted": "Контакт удалён",
|
||||
"Contact saved": "Контакт сохранён",
|
||||
@@ -1221,7 +1220,7 @@ export const catalog: Catalog = {
|
||||
"Could not update: {error}": "Не удалось обновить: {error}",
|
||||
"Create": "Создать",
|
||||
"Create an address book first": "Сначала создайте адресную книгу",
|
||||
"Custom colour removed": "Свой цвет снят",
|
||||
"Custom color removed": "Свой цвет снят",
|
||||
"Deactivate": "Выключить",
|
||||
"Delete failed: {error}": "Не удалось удалить: {error}",
|
||||
"Delete forever": "Удалить безвозвратно",
|
||||
@@ -1308,7 +1307,7 @@ export const catalog: Catalog = {
|
||||
"Script saved": "Сценарий сохранён",
|
||||
"Send (Ctrl+Enter)": "Отправить (Ctrl+Enter)",
|
||||
"Send anyway": "Всё равно отправить",
|
||||
"Send cancelled — the message is back in Drafts": "Отправка отменена — письмо вернулось в черновики",
|
||||
"Send canceled — the message is back in Drafts": "Отправка отменена — письмо вернулось в черновики",
|
||||
"Send failed: {error}": "Не удалось отправить: {error}",
|
||||
"Send invites": "Отправить приглашения",
|
||||
"Send scheduled for {when}": "Отправка запланирована на {when}",
|
||||
@@ -1440,7 +1439,7 @@ export const catalog: Catalog = {
|
||||
"Date received": "Дата получения",
|
||||
"Date sent": "Дата отправки",
|
||||
"Day view": "День",
|
||||
"Palettes named after another project are that project's work, used under its own license; the shades between their published colours are derived, and every one is checked for contrast. The accent colour below still applies over any of them.": "Палитры, названные в честь другого проекта, созданы этим проектом и используются по его собственной лицензии; оттенки между опубликованными цветами выводятся расчётом, и каждый из них проверяется на контраст. Акцентный цвет ниже по-прежнему применяется поверх любой из них.",
|
||||
"Palettes named after another project are that project's work, used under its own license; the shades between their published colors are derived, and every one is checked for contrast. The accent color below still applies over any of them.": "Палитры, названные в честь другого проекта, созданы этим проектом и используются по его собственной лицензии; оттенки между опубликованными цветами выводятся расчётом, и каждый из них проверяется на контраст. Акцентный цвет ниже по-прежнему применяется поверх любой из них.",
|
||||
"Earlier": "Раньше",
|
||||
"Every folder": "Все папки",
|
||||
"Everyone addressed will receive this.": "Это получат все указанные адресаты.",
|
||||
@@ -1457,7 +1456,7 @@ export const catalog: Catalog = {
|
||||
"Go to Settings": "Перейти к настройкам",
|
||||
"Go to Starred": "Перейти к отмеченным",
|
||||
"Import iCAL file…": "Импортировать файл iCAL…",
|
||||
"Labels are IMAP keywords stored on your messages, so every other client sees them. Names, colours and nesting are ihasmail’s own and follow your account. Nesting is display only — it rewrites nothing in the mailbox.": "Ярлыки — это ключевые слова IMAP, которые хранятся на письмах, поэтому их видит любой другой клиент. Названия, цвета и вложенность принадлежат самому ihasmail и следуют за вашей учётной записью. Вложенность влияет только на отображение и ничего не переписывает в почтовом ящике.",
|
||||
"Labels are IMAP keywords stored on your messages, so every other client sees them. Names, colors and nesting are ihasmail’s own and follow your account. Nesting is display only — it rewrites nothing in the mailbox.": "Ярлыки — это ключевые слова IMAP, которые хранятся на письмах, поэтому их видит любой другой клиент. Названия, цвета и вложенность принадлежат самому ihasmail и следуют за вашей учётной записью. Вложенность влияет только на отображение и ничего не переписывает в почтовом ящике.",
|
||||
"Largest first": "Сначала большие",
|
||||
"Later": "Позже",
|
||||
"Light or dark": "Светлая или тёмная",
|
||||
@@ -1505,7 +1504,7 @@ export const catalog: Catalog = {
|
||||
"Saved": "Сохранено",
|
||||
"Select all {n} in {folder}": "Выбрать все {n} в папке {folder}",
|
||||
"Send message": "Отправить письмо",
|
||||
"Send outside your organisation?": "Отправить за пределы организации?",
|
||||
"Send outside your organization?": "Отправить за пределы организации?",
|
||||
"Send to {count} people?": "Отправить {count} получателям?",
|
||||
"Show birthdays from your contacts": "Показывать дни рождения из контактов",
|
||||
"Show in the sidebar": "Показывать на боковой панели",
|
||||
@@ -1548,7 +1547,7 @@ export const catalog: Catalog = {
|
||||
"A to Z": "От А до Я",
|
||||
"It reads {shown} but goes to {actual}.": "Показано {shown}, но ссылка ведёт на {actual}.",
|
||||
"The full address is {href}.": "Полный адрес: {href}.",
|
||||
"This message came from {domain}, which is outside your organisation.": "Это письмо пришло с {domain} — за пределами вашей организации.",
|
||||
"This message came from {domain}, which is outside your organization.": "Это письмо пришло с {domain} — за пределами вашей организации.",
|
||||
"Unsaved changes": "Несохранённые изменения",
|
||||
"View as": "Показывать как",
|
||||
"Warnings": "Предупреждения",
|
||||
|
||||
+21
-22
@@ -112,7 +112,7 @@ export const catalog: Catalog = {
|
||||
"This account signs in through an external directory, so its password can't be set here.": "Цей обліковий запис входить через зовнішній каталог, тому його пароль не можна задати тут.",
|
||||
"The server's license allows no more accounts.": "Ліцензія сервера не дозволяє нових облікових записів.",
|
||||
"That domain name is already in use on this server, as a domain or another domain's other name.": "Це ім'я домену вже використовується на сервері — як домен або як інше ім'я іншого домену.",
|
||||
"Your organisation has reached the number of domains it is allowed.": "Ваша організація досягла дозволеної кількості доменів.",
|
||||
"Your organization has reached the number of domains it is allowed.": "Ваша організація досягла дозволеної кількості доменів.",
|
||||
"That is more than the mail server accepts in one change.": "Це більше, ніж поштовий сервер приймає за одну зміну.",
|
||||
"The mail server rejected one of the values. Check what you entered and try again.": "Поштовий сервер відхилив одне зі значень. Перевірте введені дані й спробуйте ще раз.",
|
||||
"The mail server refused the change ({code}).": "Поштовий сервер відхилив зміну ({code}).",
|
||||
@@ -167,7 +167,7 @@ export const catalog: Catalog = {
|
||||
"Search groups": "Пошук груп",
|
||||
"No groups match": "Немає відповідних груп",
|
||||
"No groups yet": "Груп поки немає",
|
||||
"Your organisation has reached the number of groups it is allowed.": "Ваша організація досягла дозволеної кількості груп.",
|
||||
"Your organization has reached the number of groups it is allowed.": "Ваша організація досягла дозволеної кількості груп.",
|
||||
"This group no longer exists. Someone may have deleted it.": "Цієї групи більше немає. Можливо, її хтось видалив.",
|
||||
"The server did not say whether the group was created.": "Сервер не повідомив, чи створено групу.",
|
||||
"Mailing lists": "Списки розсилки",
|
||||
@@ -192,7 +192,7 @@ export const catalog: Catalog = {
|
||||
"Search mailing lists": "Пошук списків розсилки",
|
||||
"No mailing lists match": "Немає відповідних списків розсилки",
|
||||
"No mailing lists yet": "Списків розсилки поки немає",
|
||||
"Your organisation has reached the number of mailing lists it is allowed.": "Ваша організація досягла дозволеної кількості списків розсилки.",
|
||||
"Your organization has reached the number of mailing lists it is allowed.": "Ваша організація досягла дозволеної кількості списків розсилки.",
|
||||
"This mailing list no longer exists. Someone may have deleted it.": "Цього списку розсилки більше немає. Можливо, його хтось видалив.",
|
||||
"The server did not say whether the list was created.": "Сервер не повідомив, чи створено список.",
|
||||
"Roles": "Ролі",
|
||||
@@ -243,13 +243,13 @@ export const catalog: Catalog = {
|
||||
"Open {name}": "Відкрити {name}",
|
||||
"Default for {kinds}": "За замовчуванням: {kinds}",
|
||||
"You can't give a role permissions your own role doesn't have.": "Не можна надати ролі дозволи, яких немає у вашої власної ролі.",
|
||||
"Your organisation has reached the number of roles it is allowed.": "Ваша організація досягла дозволеної кількості ролей.",
|
||||
"Your organization has reached the number of roles it is allowed.": "Ваша організація досягла дозволеної кількості ролей.",
|
||||
"This role no longer exists. Someone may have deleted it.": "Цієї ролі більше немає. Можливо, її хтось видалив.",
|
||||
"the default roles": "налаштування ролей за замовчуванням",
|
||||
"The server did not say whether the role was created.": "Сервер не повідомив, чи створено роль.",
|
||||
"No tenant": "Без орендаря",
|
||||
"You can't move your own account into a tenant.": "Не можна перемістити власний обліковий запис до орендаря.",
|
||||
"An account can be in the tenant its domain is in. In a tenant it is limited by the tenant's role and counts towards its limits, and Administrator means administrator of that tenant.": "Обліковий запис може бути в тому орендарі, у якому його домен. В орендарі він обмежений роллю орендаря й зараховується до його лімітів, а «Адміністратор» означає адміністратора цього орендаря.",
|
||||
"An account can be in the tenant its domain is in. In a tenant it is limited by the tenant's role and counts toward its limits, and Administrator means administrator of that tenant.": "Обліковий запис може бути в тому орендарі, у якому його домен. В орендарі він обмежений роллю орендаря й зараховується до його лімітів, а «Адміністратор» означає адміністратора цього орендаря.",
|
||||
"Tenants": "Орендарі",
|
||||
"Storage in GB": "Сховище, ГБ",
|
||||
"Default tenant roles": "Ролі орендаря за замовчуванням",
|
||||
@@ -277,7 +277,7 @@ export const catalog: Catalog = {
|
||||
"Delete tenant…": "Видалити орендаря…",
|
||||
"Still holds {things}. Move them out first.": "Ще містить: {things}. Спершу перенесіть їх.",
|
||||
"Delete tenant": "Видалити орендаря",
|
||||
"Separate organisations on one server, each with its own people, domains and limits.": "Окремі організації на одному сервері, кожна зі своїми людьми, доменами й лімітами.",
|
||||
"Separate organizations on one server, each with its own people, domains and limits.": "Окремі організації на одному сервері, кожна зі своїми людьми, доменами й лімітами.",
|
||||
"Tenants are a Stalwart Enterprise feature.": "Орендарі — функція Stalwart Enterprise.",
|
||||
"Search tenants": "Пошук орендарів",
|
||||
"No tenants match": "Немає відповідних орендарів",
|
||||
@@ -343,7 +343,7 @@ export const catalog: Catalog = {
|
||||
"The mail server refused this. Your role may not allow it.": "Поштовий сервер відхилив цю дію. Можливо, ваша роль її не дозволяє.",
|
||||
"That address is already in use on this server, as an account, a list or an alias.": "Ця адреса вже використовується на сервері — обліковим записом, списком або псевдонімом.",
|
||||
"One of the chosen domain, role or group can't be used for this account.": "Вибраний домен, роль або групу не можна використати для цього облікового запису.",
|
||||
"Your organisation has reached the number of accounts it is allowed.": "Ваша організація досягла дозволеної кількості облікових записів.",
|
||||
"Your organization has reached the number of accounts it is allowed.": "Ваша організація досягла дозволеної кількості облікових записів.",
|
||||
"Something still depends on this, so the server kept it.": "Від цього ще щось залежить, тому сервер це зберіг.",
|
||||
"This account no longer exists. Someone may have deleted it.": "Цього облікового запису більше немає. Можливо, його хтось видалив.",
|
||||
"The password was not accepted: {reason}": "Пароль не прийнято: {reason}",
|
||||
@@ -420,7 +420,7 @@ export const catalog: Catalog = {
|
||||
"Turn off": "Вимкнути",
|
||||
"Clear": "Очистити",
|
||||
"Clear selection": "Зняти позначення",
|
||||
"Clear custom colour": "Прибрати власний колір",
|
||||
"Clear custom color": "Прибрати власний колір",
|
||||
"Select": "Вибрати",
|
||||
"Select all": "Вибрати все",
|
||||
"Unsubscribe": "Відписатися",
|
||||
@@ -613,7 +613,7 @@ export const catalog: Catalog = {
|
||||
"Maybe": "Можливо",
|
||||
"Confirmed": "Підтверджено",
|
||||
"Tentative": "Під питанням",
|
||||
"Cancelled": "Скасовано",
|
||||
"Canceled": "Скасовано",
|
||||
"organizer": "організатор",
|
||||
"Organizer: {name}": "Організатор: {name}",
|
||||
"Free": "Вільний",
|
||||
@@ -628,7 +628,7 @@ export const catalog: Catalog = {
|
||||
"Working hours": "Робочий час",
|
||||
"Working hours start": "Початок робочого часу",
|
||||
"Working hours end": "Кінець робочого часу",
|
||||
"Colour categories": "Кольорові категорії",
|
||||
"Color categories": "Кольорові категорії",
|
||||
"Category": "Категорія",
|
||||
"No category": "Без категорії",
|
||||
"New category": "Нова категорія",
|
||||
@@ -636,7 +636,7 @@ export const catalog: Catalog = {
|
||||
"Manage categories…": "Керування категоріями…",
|
||||
"Use category color": "Колір категорії",
|
||||
"Use calendar color": "Колір календаря",
|
||||
"Use the default colour": "Колір за замовчуванням",
|
||||
"Use the default color": "Колір за замовчуванням",
|
||||
"+{n} more": "+{n}",
|
||||
|
||||
"Contacts": "Контакти",
|
||||
@@ -796,7 +796,6 @@ export const catalog: Catalog = {
|
||||
"Theme": "Тема",
|
||||
"Accent color": "Акцентний колір",
|
||||
"Color": "Колір",
|
||||
"Colour": "Колір",
|
||||
"Text color": "Колір тексту",
|
||||
"Density & text": "Щільність і текст",
|
||||
"Display density": "Щільність відображення",
|
||||
@@ -814,7 +813,7 @@ export const catalog: Catalog = {
|
||||
"Collapse sidebar to icons": "Згорнути бічну панель до значків",
|
||||
"Apply the theme to messages too": "Застосовувати тему й до листів",
|
||||
"Apply it even to mail that styles itself": "Застосовувати навіть до листів із власним оформленням",
|
||||
"Most marketing and receipt mail sets a colour somewhere, so the setting above leaves nearly all of it on a white card. With this on, the theme is forced over the sender's own colours: backgrounds they laid the message on are dropped, while buttons and coloured banners are kept so their text stays readable. Some mail will not survive it intact, which is why it is separate.": "Майже в кожному рекламному листі та чеку десь задано колір, тому налаштування вище залишає майже всі такі листи на білій картці. Із цим налаштуванням тема накладається поверх кольорів відправника: тло, на якому зверстано лист, прибирається, а кнопки та кольорові плашки зберігаються, щоб текст на них залишався читабельним. Деякі листи цього не переживуть без втрат — тому це окреме налаштування.",
|
||||
"Most marketing and receipt mail sets a color somewhere, so the setting above leaves nearly all of it on a white card. With this on, the theme is forced over the sender's own colors: backgrounds they laid the message on are dropped, while buttons and colored banners are kept so their text stays readable. Some mail will not survive it intact, which is why it is separate.": "Майже в кожному рекламному листі та чеку десь задано колір, тому налаштування вище залишає майже всі такі листи на білій картці. Із цим налаштуванням тема накладається поверх кольорів відправника: тло, на якому зверстано лист, прибирається, а кнопки та кольорові плашки зберігаються, щоб текст на них залишався читабельним. Деякі листи цього не переживуть без втрат — тому це окреме налаштування.",
|
||||
"Swiping": "Жести проведення",
|
||||
"Swipe left": "Провести ліворуч",
|
||||
"Swipe right": "Провести праворуч",
|
||||
@@ -1125,7 +1124,7 @@ export const catalog: Catalog = {
|
||||
"Each identity is a sender address with its own name, Reply-To and signature. The default identity is preselected when you compose; set a Reply-To when replies should go somewhere other than the From address.": "Кожен профіль — це адреса відправника зі своїм іменем, зворотною адресою та підписом. Основний профіль підставляється під час написання листа; вкажіть зворотну адресу, якщо відповіді мають надходити не на адресу відправника.",
|
||||
"This signature is larger than the server's {limit}-byte limit. ihasmail will keep the full version in your Files and store a short text fallback on the server — other mail clients will see the plain-text version.": "Цей підпис більший за серверне обмеження в {limit} байт. ihasmail збереже повну версію у ваших Файлах, а на сервері залишить короткий текстовий варіант — інші поштові клієнти побачать саме його.",
|
||||
"Outlook-style categories you can assign to events from the right-click menu or the event editor. The category name is stored on the event, so it syncs to other clients.": "Категорії у стилі Outlook, які можна призначати подіям через контекстне меню або редактор події. Назва категорії зберігається в самій події й синхронізується з іншими клієнтами.",
|
||||
"Plain-text mail already follows the theme. With this on, HTML mail that brings no colours of its own does as well, instead of sitting on a white card. Messages that style themselves are left exactly as the sender designed them.": "Листи у звичайному тексті вже відповідають темі. З цим налаштуванням їй відповідають і HTML-листи без власних кольорів, замість того щоб показуватися на білому тлі. Листи з власним оформленням залишаються саме такими, якими їх задумав відправник.",
|
||||
"Plain-text mail already follows the theme. With this on, HTML mail that brings no colors of its own does as well, instead of sitting on a white card. Messages that style themselves are left exactly as the sender designed them.": "Листи у звичайному тексті вже відповідають темі. З цим налаштуванням їй відповідають і HTML-листи без власних кольорів, замість того щоб показуватися на білому тлі. Листи з власним оформленням залишаються саме такими, якими їх задумав відправник.",
|
||||
"This is separate from {setting} in General, which decides how dates, times and numbers are written. You can read an English interface with German dates, or the other way round.": "Це не те саме, що {setting} у розділі «Загальні», де визначається, як записуються дати, час і числа. Можна читати англійський інтерфейс з українськими датами — або навпаки.",
|
||||
"On a touchscreen, drag a message sideways to act on it. Each direction can do one thing, or nothing. These follow your account, so a phone and a tablet agree; a mouse ignores them and keeps dragging messages into folders instead.": "На сенсорному екрані проведіть по листу вбік, щоб виконати над ним дію. Кожен напрямок може робити щось одне — або нічого. Налаштування прив'язане до облікового запису, тож телефон і планшет поводяться однаково; миша його ігнорує, і листи, як і раніше, перетягуються до тек.",
|
||||
"This screen has no touchscreen, so nothing here changes what it does. Your phone or tablet will pick these up.": "Цей екран не сенсорний, тому тут нічого не зміниться. Налаштування підхоплять телефон або планшет.",
|
||||
@@ -1186,12 +1185,12 @@ export const catalog: Catalog = {
|
||||
"Applying filter to existing messages…": "Фільтр застосовується до наявних листів…",
|
||||
"Attachments are still uploading": "Вкладення ще завантажуються",
|
||||
"Calendar saved": "Календар збережено",
|
||||
"Categorised as {name}": "Призначено категорію «{name}»",
|
||||
"Categorized as {name}": "Призначено категорію «{name}»",
|
||||
"Category cleared": "Категорію знято",
|
||||
"Change this event?": "Змінити цю подію?",
|
||||
"Choose a calendar": "Виберіть календар",
|
||||
"Choose an address book": "Виберіть адресну книгу",
|
||||
"Colour updated": "Колір змінено",
|
||||
"Color updated": "Колір змінено",
|
||||
"Contact created": "Контакт створено",
|
||||
"Contact deleted": "Контакт видалено",
|
||||
"Contact saved": "Контакт збережено",
|
||||
@@ -1215,7 +1214,7 @@ export const catalog: Catalog = {
|
||||
"Could not update: {error}": "Не вдалося оновити: {error}",
|
||||
"Create": "Створити",
|
||||
"Create an address book first": "Спершу створіть адресну книгу",
|
||||
"Custom colour removed": "Власний колір знято",
|
||||
"Custom color removed": "Власний колір знято",
|
||||
"Deactivate": "Вимкнути",
|
||||
"Delete failed: {error}": "Не вдалося видалити: {error}",
|
||||
"Delete forever": "Видалити назавжди",
|
||||
@@ -1302,7 +1301,7 @@ export const catalog: Catalog = {
|
||||
"Script saved": "Сценарій збережено",
|
||||
"Send (Ctrl+Enter)": "Надіслати (Ctrl+Enter)",
|
||||
"Send anyway": "Усе одно надіслати",
|
||||
"Send cancelled — the message is back in Drafts": "Надсилання скасовано — лист повернувся до чернеток",
|
||||
"Send canceled — the message is back in Drafts": "Надсилання скасовано — лист повернувся до чернеток",
|
||||
"Send failed: {error}": "Не вдалося надіслати: {error}",
|
||||
"Send invites": "Надіслати запрошення",
|
||||
"Send scheduled for {when}": "Надсилання заплановано на {when}",
|
||||
@@ -1434,7 +1433,7 @@ export const catalog: Catalog = {
|
||||
"Date received": "Дата отримання",
|
||||
"Date sent": "Дата надсилання",
|
||||
"Day view": "День",
|
||||
"Palettes named after another project are that project's work, used under its own license; the shades between their published colours are derived, and every one is checked for contrast. The accent colour below still applies over any of them.": "Палітри, названі на честь іншого проєкту, є роботою цього проєкту й використовуються за його власною ліцензією; відтінки між опублікованими кольорами обчислюються, і кожен із них перевіряється на контраст. Акцентний колір нижче й надалі застосовується поверх будь-якої з них.",
|
||||
"Palettes named after another project are that project's work, used under its own license; the shades between their published colors are derived, and every one is checked for contrast. The accent color below still applies over any of them.": "Палітри, названі на честь іншого проєкту, є роботою цього проєкту й використовуються за його власною ліцензією; відтінки між опублікованими кольорами обчислюються, і кожен із них перевіряється на контраст. Акцентний колір нижче й надалі застосовується поверх будь-якої з них.",
|
||||
"Earlier": "Раніше",
|
||||
"Every folder": "Усі теки",
|
||||
"Everyone addressed will receive this.": "Це отримають усі зазначені адресати.",
|
||||
@@ -1451,7 +1450,7 @@ export const catalog: Catalog = {
|
||||
"Go to Settings": "Перейти до налаштувань",
|
||||
"Go to Starred": "Перейти до позначених",
|
||||
"Import iCAL file…": "Імпортувати файл iCAL…",
|
||||
"Labels are IMAP keywords stored on your messages, so every other client sees them. Names, colours and nesting are ihasmail’s own and follow your account. Nesting is display only — it rewrites nothing in the mailbox.": "Мітки — це ключові слова IMAP, які зберігаються на листах, тому їх бачить будь-який інший клієнт. Назви, кольори та вкладеність належать самому ihasmail і йдуть за вашим обліковим записом. Вкладеність впливає лише на відображення й нічого не переписує в поштовій скриньці.",
|
||||
"Labels are IMAP keywords stored on your messages, so every other client sees them. Names, colors and nesting are ihasmail’s own and follow your account. Nesting is display only — it rewrites nothing in the mailbox.": "Мітки — це ключові слова IMAP, які зберігаються на листах, тому їх бачить будь-який інший клієнт. Назви, кольори та вкладеність належать самому ihasmail і йдуть за вашим обліковим записом. Вкладеність впливає лише на відображення й нічого не переписує в поштовій скриньці.",
|
||||
"Largest first": "Спочатку великі",
|
||||
"Later": "Пізніше",
|
||||
"Light or dark": "Світла або темна",
|
||||
@@ -1499,7 +1498,7 @@ export const catalog: Catalog = {
|
||||
"Saved": "Збережено",
|
||||
"Select all {n} in {folder}": "Вибрати всі {n} у теці {folder}",
|
||||
"Send message": "Надіслати лист",
|
||||
"Send outside your organisation?": "Надіслати за межі організації?",
|
||||
"Send outside your organization?": "Надіслати за межі організації?",
|
||||
"Send to {count} people?": "Надіслати {count} одержувачам?",
|
||||
"Show birthdays from your contacts": "Показувати дні народження з контактів",
|
||||
"Show in the sidebar": "Показувати на бічній панелі",
|
||||
@@ -1542,7 +1541,7 @@ export const catalog: Catalog = {
|
||||
"A to Z": "Від А до Я",
|
||||
"It reads {shown} but goes to {actual}.": "Показано {shown}, але посилання веде на {actual}.",
|
||||
"The full address is {href}.": "Повна адреса: {href}.",
|
||||
"This message came from {domain}, which is outside your organisation.": "Цей лист надійшов з {domain} — за межами вашої організації.",
|
||||
"This message came from {domain}, which is outside your organization.": "Цей лист надійшов з {domain} — за межами вашої організації.",
|
||||
"Unsaved changes": "Незбережені зміни",
|
||||
"View as": "Показувати як",
|
||||
"Warnings": "Попередження",
|
||||
|
||||
+21
-22
@@ -114,7 +114,7 @@ export const catalog: Catalog = {
|
||||
"This account signs in through an external directory, so its password can't be set here.": "该账户通过外部目录登录,因此无法在此设置其密码。",
|
||||
"The server's license allows no more accounts.": "服务器许可证不允许再添加账户。",
|
||||
"That domain name is already in use on this server, as a domain or another domain's other name.": "该域名已在此服务器上被使用,可能是一个域名,也可能是另一个域名的其他名称。",
|
||||
"Your organisation has reached the number of domains it is allowed.": "您的组织已达到允许的域名数量上限。",
|
||||
"Your organization has reached the number of domains it is allowed.": "您的组织已达到允许的域名数量上限。",
|
||||
"That is more than the mail server accepts in one change.": "这超出了邮件服务器单次更改可接受的范围。",
|
||||
"The mail server rejected one of the values. Check what you entered and try again.": "邮件服务器拒绝了其中一个值。请检查您输入的内容后重试。",
|
||||
"The mail server refused the change ({code}).": "邮件服务器拒绝了此更改({code})。",
|
||||
@@ -169,7 +169,7 @@ export const catalog: Catalog = {
|
||||
"Search groups": "搜索群组",
|
||||
"No groups match": "没有匹配的群组",
|
||||
"No groups yet": "还没有群组",
|
||||
"Your organisation has reached the number of groups it is allowed.": "您的组织已达到允许的群组数量。",
|
||||
"Your organization has reached the number of groups it is allowed.": "您的组织已达到允许的群组数量。",
|
||||
"This group no longer exists. Someone may have deleted it.": "此群组已不存在。可能已被他人删除。",
|
||||
"The server did not say whether the group was created.": "服务器未说明群组是否已创建。",
|
||||
"Mailing lists": "邮件列表",
|
||||
@@ -194,7 +194,7 @@ export const catalog: Catalog = {
|
||||
"Search mailing lists": "搜索邮件列表",
|
||||
"No mailing lists match": "没有匹配的邮件列表",
|
||||
"No mailing lists yet": "还没有邮件列表",
|
||||
"Your organisation has reached the number of mailing lists it is allowed.": "您的组织已达到允许的邮件列表数量。",
|
||||
"Your organization has reached the number of mailing lists it is allowed.": "您的组织已达到允许的邮件列表数量。",
|
||||
"This mailing list no longer exists. Someone may have deleted it.": "此邮件列表已不存在。可能已被他人删除。",
|
||||
"The server did not say whether the list was created.": "服务器未说明列表是否已创建。",
|
||||
"Roles": "角色",
|
||||
@@ -245,13 +245,13 @@ export const catalog: Catalog = {
|
||||
"Open {name}": "打开 {name}",
|
||||
"Default for {kinds}": "默认授予:{kinds}",
|
||||
"You can't give a role permissions your own role doesn't have.": "您不能给角色授予您自己的角色所没有的权限。",
|
||||
"Your organisation has reached the number of roles it is allowed.": "您的组织已达到允许的角色数量。",
|
||||
"Your organization has reached the number of roles it is allowed.": "您的组织已达到允许的角色数量。",
|
||||
"This role no longer exists. Someone may have deleted it.": "此角色已不存在。可能已被他人删除。",
|
||||
"the default roles": "默认角色设置",
|
||||
"The server did not say whether the role was created.": "服务器未说明角色是否已创建。",
|
||||
"No tenant": "无租户",
|
||||
"You can't move your own account into a tenant.": "您不能将自己的账户移入租户。",
|
||||
"An account can be in the tenant its domain is in. In a tenant it is limited by the tenant's role and counts towards its limits, and Administrator means administrator of that tenant.": "账户只能位于其域名所属的租户中。在租户中,账户受租户角色限制,并计入租户的限额;管理员指该租户的管理员。",
|
||||
"An account can be in the tenant its domain is in. In a tenant it is limited by the tenant's role and counts toward its limits, and Administrator means administrator of that tenant.": "账户只能位于其域名所属的租户中。在租户中,账户受租户角色限制,并计入租户的限额;管理员指该租户的管理员。",
|
||||
"Tenants": "租户",
|
||||
"Storage in GB": "存储 (GB)",
|
||||
"Default tenant roles": "默认租户角色",
|
||||
@@ -279,7 +279,7 @@ export const catalog: Catalog = {
|
||||
"Delete tenant…": "删除租户…",
|
||||
"Still holds {things}. Move them out first.": "仍包含 {things}。请先将其移出。",
|
||||
"Delete tenant": "删除租户",
|
||||
"Separate organisations on one server, each with its own people, domains and limits.": "同一服务器上相互独立的组织,各有自己的成员、域名和限额。",
|
||||
"Separate organizations on one server, each with its own people, domains and limits.": "同一服务器上相互独立的组织,各有自己的成员、域名和限额。",
|
||||
"Tenants are a Stalwart Enterprise feature.": "租户是 Stalwart Enterprise 的功能。",
|
||||
"Search tenants": "搜索租户",
|
||||
"No tenants match": "没有匹配的租户",
|
||||
@@ -345,7 +345,7 @@ export const catalog: Catalog = {
|
||||
"The mail server refused this. Your role may not allow it.": "邮件服务器拒绝了此操作。您的角色可能不允许。",
|
||||
"That address is already in use on this server, as an account, a list or an alias.": "该地址已在此服务器上被账户、列表或别名使用。",
|
||||
"One of the chosen domain, role or group can't be used for this account.": "所选的域名、角色或群组无法用于此账户。",
|
||||
"Your organisation has reached the number of accounts it is allowed.": "您的组织已达到允许的账户数量上限。",
|
||||
"Your organization has reached the number of accounts it is allowed.": "您的组织已达到允许的账户数量上限。",
|
||||
"Something still depends on this, so the server kept it.": "仍有其他内容依赖于它,因此服务器保留了它。",
|
||||
"This account no longer exists. Someone may have deleted it.": "该账户已不存在,可能已被他人删除。",
|
||||
"The password was not accepted: {reason}": "密码未被接受:{reason}",
|
||||
@@ -422,7 +422,7 @@ export const catalog: Catalog = {
|
||||
"Turn off": "关闭",
|
||||
"Clear": "清空",
|
||||
"Clear selection": "取消选择",
|
||||
"Clear custom colour": "清除自定义颜色",
|
||||
"Clear custom color": "清除自定义颜色",
|
||||
"Select": "选择",
|
||||
"Select all": "全选",
|
||||
"Unsubscribe": "退订",
|
||||
@@ -615,7 +615,7 @@ export const catalog: Catalog = {
|
||||
"Maybe": "待定",
|
||||
"Confirmed": "已确认",
|
||||
"Tentative": "待定",
|
||||
"Cancelled": "已取消",
|
||||
"Canceled": "已取消",
|
||||
"organizer": "组织者",
|
||||
"Organizer: {name}": "组织者:{name}",
|
||||
"Free": "空闲",
|
||||
@@ -630,7 +630,7 @@ export const catalog: Catalog = {
|
||||
"Working hours": "工作时间",
|
||||
"Working hours start": "工作时间开始",
|
||||
"Working hours end": "工作时间结束",
|
||||
"Colour categories": "颜色分类",
|
||||
"Color categories": "颜色分类",
|
||||
"Category": "分类",
|
||||
"No category": "无分类",
|
||||
"New category": "新建分类",
|
||||
@@ -638,7 +638,7 @@ export const catalog: Catalog = {
|
||||
"Manage categories…": "管理分类…",
|
||||
"Use category color": "使用分类颜色",
|
||||
"Use calendar color": "使用日历颜色",
|
||||
"Use the default colour": "使用默认颜色",
|
||||
"Use the default color": "使用默认颜色",
|
||||
"+{n} more": "还有 {n} 项",
|
||||
|
||||
"Contacts": "联系人",
|
||||
@@ -798,7 +798,6 @@ export const catalog: Catalog = {
|
||||
"Theme": "主题",
|
||||
"Accent color": "强调色",
|
||||
"Color": "颜色",
|
||||
"Colour": "颜色",
|
||||
"Text color": "文字颜色",
|
||||
"Density & text": "密度与文字",
|
||||
"Display density": "显示密度",
|
||||
@@ -816,7 +815,7 @@ export const catalog: Catalog = {
|
||||
"Collapse sidebar to icons": "将侧边栏收起为图标",
|
||||
"Apply the theme to messages too": "邮件也应用主题",
|
||||
"Apply it even to mail that styles itself": "即使邮件自带配色也套用",
|
||||
"Most marketing and receipt mail sets a colour somewhere, so the setting above leaves nearly all of it on a white card. With this on, the theme is forced over the sender's own colours: backgrounds they laid the message on are dropped, while buttons and coloured banners are kept so their text stays readable. Some mail will not survive it intact, which is why it is separate.": "几乎所有营销邮件和收据邮件都会在某处设置颜色,因此上面的设置会让它们几乎全部停留在白色卡片上。启用此项后,主题会覆盖发件人的配色:邮件所依托的背景会被去掉,而按钮和彩色横幅会保留下来,使其文字仍然清晰可读。有些邮件无法完好呈现,因此这是一项单独的设置。",
|
||||
"Most marketing and receipt mail sets a color somewhere, so the setting above leaves nearly all of it on a white card. With this on, the theme is forced over the sender's own colors: backgrounds they laid the message on are dropped, while buttons and colored banners are kept so their text stays readable. Some mail will not survive it intact, which is why it is separate.": "几乎所有营销邮件和收据邮件都会在某处设置颜色,因此上面的设置会让它们几乎全部停留在白色卡片上。启用此项后,主题会覆盖发件人的配色:邮件所依托的背景会被去掉,而按钮和彩色横幅会保留下来,使其文字仍然清晰可读。有些邮件无法完好呈现,因此这是一项单独的设置。",
|
||||
"Swiping": "滑动手势",
|
||||
"Swipe left": "向左滑动",
|
||||
"Swipe right": "向右滑动",
|
||||
@@ -1082,7 +1081,7 @@ export const catalog: Catalog = {
|
||||
"Each identity is a sender address with its own name, Reply-To and signature. The default identity is preselected when you compose; set a Reply-To when replies should go somewhere other than the From address.": "每个发件身份都是一个发件地址,拥有各自的名称、回复地址和签名。写邮件时会预先选中默认身份;若希望回复发往发件人地址以外的地方,请设置回复地址。",
|
||||
"This signature is larger than the server's {limit}-byte limit. ihasmail will keep the full version in your Files and store a short text fallback on the server — other mail clients will see the plain-text version.": "此签名超出了服务器 {limit} 字节的限制。ihasmail 会把完整版本保存在您的「文件」中,并在服务器上存放一段简短的文本备用版——其他邮件客户端看到的将是纯文本版本。",
|
||||
"Outlook-style categories you can assign to events from the right-click menu or the event editor. The category name is stored on the event, so it syncs to other clients.": "Outlook 风格的分类,可通过右键菜单或日程编辑器指定给日程。分类名称保存在日程上,因此会同步到其他客户端。",
|
||||
"Plain-text mail already follows the theme. With this on, HTML mail that brings no colours of its own does as well, instead of sitting on a white card. Messages that style themselves are left exactly as the sender designed them.": "纯文本邮件本就会跟随主题。开启后,未自带配色的 HTML 邮件也会跟随主题,而不再显示在白色卡片上。自带样式的邮件则完全保持发件人设计的样子。",
|
||||
"Plain-text mail already follows the theme. With this on, HTML mail that brings no colors of its own does as well, instead of sitting on a white card. Messages that style themselves are left exactly as the sender designed them.": "纯文本邮件本就会跟随主题。开启后,未自带配色的 HTML 邮件也会跟随主题,而不再显示在白色卡片上。自带样式的邮件则完全保持发件人设计的样子。",
|
||||
"On a touchscreen, drag a message sideways to act on it. Each direction can do one thing, or nothing. These follow your account, so a phone and a tablet agree; a mouse ignores them and keeps dragging messages into folders instead.": "在触摸屏上,横向拖动邮件即可对其操作。每个方向可以执行一项操作,也可以什么都不做。这些设置跟随您的账户,因此手机和平板保持一致;鼠标不受影响,仍然是把邮件拖入文件夹。",
|
||||
"This screen has no touchscreen, so nothing here changes what it does. Your phone or tablet will pick these up.": "此屏幕没有触摸屏,因此这里的设置不会改变它的行为。您的手机或平板会应用这些设置。",
|
||||
"Holding a message selects it, and holding a folder opens its menu. Pull the top of the message list down to check for new mail.": "长按邮件可选中它,长按文件夹可打开其菜单。下拉邮件列表顶部即可检查新邮件。",
|
||||
@@ -1197,12 +1196,12 @@ export const catalog: Catalog = {
|
||||
"Applying filter to existing messages…": "正在对现有邮件应用过滤器…",
|
||||
"Attachments are still uploading": "附件仍在上传中",
|
||||
"Calendar saved": "日历已保存",
|
||||
"Categorised as {name}": "已归入分类「{name}」",
|
||||
"Categorized as {name}": "已归入分类「{name}」",
|
||||
"Category cleared": "已清除分类",
|
||||
"Change this event?": "要修改此日程吗?",
|
||||
"Choose a calendar": "请选择日历",
|
||||
"Choose an address book": "请选择通讯录",
|
||||
"Colour updated": "颜色已更新",
|
||||
"Color updated": "颜色已更新",
|
||||
"Contact created": "联系人已创建",
|
||||
"Contact deleted": "联系人已删除",
|
||||
"Contact saved": "联系人已保存",
|
||||
@@ -1226,7 +1225,7 @@ export const catalog: Catalog = {
|
||||
"Could not update: {error}": "无法更新:{error}",
|
||||
"Create": "创建",
|
||||
"Create an address book first": "请先创建通讯录",
|
||||
"Custom colour removed": "已清除自定义颜色",
|
||||
"Custom color removed": "已清除自定义颜色",
|
||||
"Deactivate": "停用",
|
||||
"Delete failed: {error}": "删除失败:{error}",
|
||||
"Delete forever": "永久删除",
|
||||
@@ -1313,7 +1312,7 @@ export const catalog: Catalog = {
|
||||
"Script saved": "脚本已保存",
|
||||
"Send (Ctrl+Enter)": "发送 (Ctrl+Enter)",
|
||||
"Send anyway": "仍然发送",
|
||||
"Send cancelled — the message is back in Drafts": "已取消发送——邮件已回到草稿箱",
|
||||
"Send canceled — the message is back in Drafts": "已取消发送——邮件已回到草稿箱",
|
||||
"Send failed: {error}": "发送失败:{error}",
|
||||
"Send invites": "发送邀请",
|
||||
"Send scheduled for {when}": "已定时于 {when} 发送",
|
||||
@@ -1445,7 +1444,7 @@ export const catalog: Catalog = {
|
||||
"Date received": "接收日期",
|
||||
"Date sent": "发送日期",
|
||||
"Day view": "日视图",
|
||||
"Palettes named after another project are that project's work, used under its own license; the shades between their published colours are derived, and every one is checked for contrast. The accent colour below still applies over any of them.": "以其他项目命名的配色方案是该项目的作品,按其自身的许可证使用;已发布颜色之间的过渡色是推导得出的,并且每一种都经过对比度检查。下方的强调色仍会应用于其中任何一种配色方案。",
|
||||
"Palettes named after another project are that project's work, used under its own license; the shades between their published colors are derived, and every one is checked for contrast. The accent color below still applies over any of them.": "以其他项目命名的配色方案是该项目的作品,按其自身的许可证使用;已发布颜色之间的过渡色是推导得出的,并且每一种都经过对比度检查。下方的强调色仍会应用于其中任何一种配色方案。",
|
||||
"Earlier": "更早",
|
||||
"Every folder": "所有文件夹",
|
||||
"Everyone addressed will receive this.": "所有收件人都会收到此邮件。",
|
||||
@@ -1462,7 +1461,7 @@ export const catalog: Catalog = {
|
||||
"Go to Settings": "转到设置",
|
||||
"Go to Starred": "转到已标星",
|
||||
"Import iCAL file…": "导入 iCAL 文件…",
|
||||
"Labels are IMAP keywords stored on your messages, so every other client sees them. Names, colours and nesting are ihasmail’s own and follow your account. Nesting is display only — it rewrites nothing in the mailbox.": "标签是保存在邮件上的 IMAP 关键字,因此其他客户端也能看到。名称、颜色和层级是 ihasmail 自有的,随您的账户一同保存。层级仅影响显示,不会改写邮箱中的任何内容。",
|
||||
"Labels are IMAP keywords stored on your messages, so every other client sees them. Names, colors and nesting are ihasmail’s own and follow your account. Nesting is display only — it rewrites nothing in the mailbox.": "标签是保存在邮件上的 IMAP 关键字,因此其他客户端也能看到。名称、颜色和层级是 ihasmail 自有的,随您的账户一同保存。层级仅影响显示,不会改写邮箱中的任何内容。",
|
||||
"Largest first": "从大到小",
|
||||
"Later": "更晚",
|
||||
"Light or dark": "浅色或深色",
|
||||
@@ -1510,7 +1509,7 @@ export const catalog: Catalog = {
|
||||
"Saved": "已保存",
|
||||
"Select all {n} in {folder}": "选中 {folder} 中的全部 {n} 项",
|
||||
"Send message": "发送邮件",
|
||||
"Send outside your organisation?": "发送到组织外部吗?",
|
||||
"Send outside your organization?": "发送到组织外部吗?",
|
||||
"Send to {count} people?": "发送给 {count} 个人吗?",
|
||||
"Show birthdays from your contacts": "显示联系人的生日",
|
||||
"Show in the sidebar": "在侧边栏中显示",
|
||||
@@ -1553,7 +1552,7 @@ export const catalog: Catalog = {
|
||||
"A to Z": "A 到 Z",
|
||||
"It reads {shown} but goes to {actual}.": "显示的是 {shown},实际打开的是 {actual}。",
|
||||
"The full address is {href}.": "完整地址为 {href}。",
|
||||
"This message came from {domain}, which is outside your organisation.": "此邮件来自 {domain},属于贵组织之外。",
|
||||
"This message came from {domain}, which is outside your organization.": "此邮件来自 {domain},属于贵组织之外。",
|
||||
"Unsaved changes": "未保存的更改",
|
||||
"View as": "查看方式",
|
||||
"Warnings": "警告",
|
||||
|
||||
Reference in New Issue
Block a user