Merge branch 'main' into feature/scheduled-send
# Conflicts: # app/(main)/[locale]/page.tsx # components/email/email-list.tsx # components/email/email-viewer.tsx
This commit is contained in:
+15
-8
@@ -784,7 +784,7 @@
|
||||
"keep_editing": "Kontynuuj edycję",
|
||||
"tabs": {
|
||||
"appearance": "Wygląd",
|
||||
"language": "Język i region",
|
||||
"language": "Język, region i czas",
|
||||
"email": "Zachowanie poczty e-mail",
|
||||
"composer": "Redagowanie",
|
||||
"privacy": "Prywatność i bezpieczeństwo",
|
||||
@@ -876,7 +876,11 @@
|
||||
},
|
||||
"unified_mailbox": {
|
||||
"label": "Wspólna skrzynka",
|
||||
"description": "Wyświetlaj połączone foldery (Odebrane, Wysłane itp.) ze wszystkich połączonych kont"
|
||||
"description": "Wyświetlaj połączone foldery (Odebrane, Wysłane itp.) ze wszystkich połączonych kont",
|
||||
"include_group": {
|
||||
"label": "Uwzględnij skrzynki grupowe",
|
||||
"description": "Dodaj również udostępnione/grupowe skrzynki do widoku wspólnego."
|
||||
}
|
||||
},
|
||||
"colorful_sidebar_icons": {
|
||||
"label": "Kolorowe ikony paska bocznego",
|
||||
@@ -960,8 +964,8 @@
|
||||
}
|
||||
},
|
||||
"language_region": {
|
||||
"title": "Język i region",
|
||||
"description": "Skonfiguruj preferencje językowe i regionalne",
|
||||
"title": "Język, region i czas",
|
||||
"description": "Język, format daty, format godziny i inne preferencje regionalne",
|
||||
"language": {
|
||||
"label": "Język",
|
||||
"description": "Wybierz preferowany język",
|
||||
@@ -970,10 +974,13 @@
|
||||
},
|
||||
"date_format": {
|
||||
"label": "Format daty",
|
||||
"description": "Jak mają być wyświetlane daty",
|
||||
"regional": "Regionalny",
|
||||
"iso": "ISO 8601",
|
||||
"custom": "Niestandardowy"
|
||||
"description": "Jak daty są wyświetlane na liście e-maili",
|
||||
"smart": "Inteligentny (regionalny)",
|
||||
"relative": "Względny (1 g temu, 2 d temu)",
|
||||
"full": "Zawsze pełna data",
|
||||
"preview_today": "Dzisiaj:",
|
||||
"preview_this_week": "W tym tygodniu:",
|
||||
"preview_older": "Starsze:"
|
||||
},
|
||||
"time_format": {
|
||||
"label": "Format czasu",
|
||||
|
||||
Reference in New Issue
Block a user