Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ For next releases info look here: <https://github.com/leits/MeetingBar/releases>

## Unreleased

* Location display settings for status bar
* Fix typo in language list (#839)

## Version 4.11.0
Expand Down
2 changes: 1 addition & 1 deletion MeetingBar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
hu,
ko,
ta,
enm,
pt,
);
mainGroup = 144C01702462D0C3000C9FFC;
packageReferences = (
Expand Down
1 change: 1 addition & 0 deletions MeetingBar/Extensions/DefaultsKeys.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ extension Defaults.Keys {
// Status Bar Appearance
static let eventTitleFormat = Key<EventTitleFormat>("eventTitleFormat", default: .show)
static let eventTimeFormat = Key<EventTimeFormat>("eventTimeFormat", default: .show)
static let eventLocationFormat = Key<EventLocationFormat>("eventLocationFormat", default: .hide)

static let eventTitleIconFormat = Key<EventTitleIconFormat>("eventTitleIconFormat", default: .none)
static let statusbarEventTitleLength = Key<Int>("statusbarEventTitleLength", default: statusbarEventTitleLengthLimits.max)
Expand Down
2 changes: 0 additions & 2 deletions MeetingBar/Extensions/KeyboardShortcutsNames.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

import KeyboardShortcuts

extension KeyboardShortcuts.Name: @unchecked @retroactive Sendable {}

extension KeyboardShortcuts.Name {
static let createMeetingShortcut = Self("createMeetingShortcut")
static let openMenuShortcut = Self("openMenuShortcut")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@
"preferences_appearance_status_bar_time_show_under_title_value" = "zobrazit pod názvem";
"preferences_appearance_status_bar_time_show_value" = "zobrazit";
"preferences_appearance_status_bar_time_title" = "Čas";
"preferences_appearance_status_bar_location_title" = "Umístění";
"preferences_appearance_status_bar_location_show_value" = "zobrazit";
"preferences_appearance_status_bar_location_show_under_title_value" = "zobrazit pod názvem";
"preferences_appearance_status_bar_location_hide_value" = "skrýt";
"preferences_appearance_status_bar_title_shorten_stepper" = "zkrátit na %d znaků";
"preferences_appearance_status_bar_title_hide_value" = "skrýt";
"preferences_appearance_status_bar_title_dot_value" = "tečka (•)";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
"preferences_appearance_status_bar_time_show_under_title_value" = "unter Titel anzeigen";
"preferences_appearance_status_bar_time_show_value" = "anzeigen";
"preferences_appearance_status_bar_time_title" = "Uhrzeit";
"preferences_appearance_status_bar_location_title" = "Ort";
"preferences_appearance_status_bar_location_show_value" = "anzeigen";
"preferences_appearance_status_bar_location_show_under_title_value" = "unter Titel anzeigen";
"preferences_appearance_status_bar_location_hide_value" = "ausblenden";
"preferences_appearance_status_bar_title_shorten_stepper" = "auf %d Zeichen kürzen";
"preferences_appearance_status_bar_title_hide_value" = "ausblenden";
"preferences_appearance_status_bar_title_dot_value" = "Punkt (•)";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@
"preferences_appearance_status_bar_time_show_value" = "show";
"preferences_appearance_status_bar_time_show_under_title_value" = "show under title";
"preferences_appearance_status_bar_time_hide_value" = "hide";
"preferences_appearance_status_bar_location_title" = "Location";
"preferences_appearance_status_bar_location_show_value" = "show";
"preferences_appearance_status_bar_location_show_under_title_value" = "show under title";
"preferences_appearance_status_bar_location_hide_value" = "hide";
"preferences_appearance_status_bar_ongoing_title" = "Ongoing event visibility:";
"preferences_appearance_status_bar_ongoing_time_immediate_value" = "hide after start";
"preferences_appearance_status_bar_ongoing_time_ten_after_value" = "hide 10 min after start";
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@
"preferences_appearance_status_bar_time_show_value" = "mostrar";
"preferences_appearance_status_bar_time_show_under_title_value" = "mostrar bajo título";
"preferences_appearance_status_bar_time_hide_value" = "ocultar";
"preferences_appearance_status_bar_location_title" = "Ubicación";
"preferences_appearance_status_bar_location_show_value" = "mostrar";
"preferences_appearance_status_bar_location_show_under_title_value" = "mostrar bajo título";
"preferences_appearance_status_bar_location_hide_value" = "ocultar";
"preferences_appearance_status_bar_next_event_toggle" = "Mostrar solo eventos que comiencen dentro de";
"preferences_appearance_status_bar_next_event_stepper" = "%d minutos";
"preferences_appearance_menu_title" = "Menú";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@
"preferences_appearance_status_bar_time_show_under_title_value" = "afficher sous le titre";
"preferences_appearance_status_bar_time_show_value" = "afficher";
"preferences_appearance_status_bar_time_title" = "Heure";
"preferences_appearance_status_bar_location_title" = "Lieu";
"preferences_appearance_status_bar_location_show_value" = "afficher";
"preferences_appearance_status_bar_location_show_under_title_value" = "afficher sous le titre";
"preferences_appearance_status_bar_location_hide_value" = "masquer";
"preferences_appearance_status_bar_title_shorten_stepper" = "raccourcir à %d caractères";
"preferences_appearance_status_bar_title_hide_value" = "masquer";
"preferences_appearance_status_bar_title_dot_value" = "point (•)";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,13 @@
"preferences_appearance_status_bar_title_title" = "כותרת";
"preferences_appearance_status_bar_title_event_title_value" = "כותרת אירוע";
"preferences_appearance_status_bar_time_title" = "שעה";
"preferences_appearance_status_bar_time_show_value" = "הצגה";
"preferences_appearance_status_bar_time_show_under_title_value" = "הצגה תחת הכותרת";
"preferences_appearance_status_bar_time_hide_value" = "הסתרה";
"preferences_appearance_status_bar_location_title" = "מיקום";
"preferences_appearance_status_bar_location_show_value" = "הצגה";
"preferences_appearance_status_bar_location_show_under_title_value" = "הצגה תחת הכותרת";
"preferences_appearance_status_bar_location_hide_value" = "הסתרה";
"preferences_appearance_menu_title" = "תפריט";
"preferences_appearance_menu_shorten_event_title_toggle" = "קיצור כותרות אירועים לאורך";
"preferences_appearance_menu_shorten_event_title_stepper" = "%d תווים";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
"preferences_appearance_status_bar_time_show_value" = "prikaži";
"preferences_appearance_status_bar_time_show_under_title_value" = "prikaži ispod naslova";
"preferences_appearance_status_bar_time_hide_value" = "sakrij";
"preferences_appearance_status_bar_location_title" = "Mjesto";
"preferences_appearance_status_bar_location_show_value" = "prikaži";
"preferences_appearance_status_bar_location_show_under_title_value" = "prikaži ispod naslova";
"preferences_appearance_status_bar_location_hide_value" = "sakrij";
"preferences_appearance_status_bar_next_event_toggle" = "Prikaži samo događaje koji počinju u idućih";
"preferences_appearance_status_bar_next_event_stepper" = "%d min";
"preferences_appearance_menu_title" = "Izbornik";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@
"preferences_advanced_setting_warning" = "⚠️ Csak akkor használd ezeket a beállításokat, ha érted amit csinálnak";
"preferences_general_meeting_bar_description" = "A MeetingBar egy nyílt forráskódú alkalmazás\nAndrii Leitsius🇺🇦 által létrehozott\nA simább és könnyebb online találkozókért";
"preferences_appearance_status_bar_time_title" = "Idő";
"preferences_appearance_status_bar_location_title" = "Helyszín";
"preferences_appearance_status_bar_location_show_value" = "mutat";
"preferences_appearance_status_bar_location_show_under_title_value" = "cím alatt mutatni";
"preferences_appearance_status_bar_location_hide_value" = "elrejtés";
Comment thread
awonnacott marked this conversation as resolved.
"preferences_configure_browsers_modal_add_browser_title" = "Webböngésző hozzáadása";
"preferences_appearance_status_bar_title_event_title_value" = "esemény címe";
"preferences_configure_browsers_choose_browser_panel_message" = "Válaszd ki, honnan futtassa a webböngészőt.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
"preferences_appearance_status_bar_time_show_value" = "mostra";
"preferences_appearance_status_bar_time_show_under_title_value" = "mostra sotto al titolo";
"preferences_appearance_status_bar_time_hide_value" = "nascondi";
"preferences_appearance_status_bar_location_title" = "Posizione";
"preferences_appearance_status_bar_location_show_value" = "mostra";
"preferences_appearance_status_bar_location_show_under_title_value" = "mostra sotto al titolo";
"preferences_appearance_status_bar_location_hide_value" = "nascondi";
"preferences_appearance_status_bar_next_event_toggle" = "Mostra solo gli eventi che iniziano entro";
"preferences_appearance_status_bar_next_event_stepper" = "%d minuti";
"preferences_appearance_menu_title" = "Menu";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@
"preferences_appearance_status_bar_time_show_value" = "表示";
"preferences_appearance_status_bar_time_show_under_title_value" = "タイトルの下に表示";
"preferences_appearance_status_bar_time_hide_value" = "非表示";
"preferences_appearance_status_bar_location_title" = "場所";
"preferences_appearance_status_bar_location_show_value" = "表示";
"preferences_appearance_status_bar_location_show_under_title_value" = "タイトルの下に表示";
"preferences_appearance_status_bar_location_hide_value" = "非表示";
"preferences_appearance_status_bar_next_event_toggle" = "開始中のイベントのみ表示";
"preferences_appearance_status_bar_next_event_stepper" = "%d分";
"preferences_appearance_menu_title" = "メニュー";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
"preferences_appearance_status_bar_time_show_value" = "보기";
"preferences_appearance_status_bar_time_show_under_title_value" = "제목 아래 표시";
"preferences_appearance_status_bar_time_hide_value" = "숨기기";
"preferences_appearance_status_bar_location_title" = "위치";
"preferences_appearance_status_bar_location_show_value" = "보기";
"preferences_appearance_status_bar_location_show_under_title_value" = "제목 아래 표시";
"preferences_appearance_status_bar_location_hide_value" = "숨기기";
"preferences_appearance_status_bar_ongoing_title" = "진행 중인 이벤트 표시:";
"preferences_appearance_status_bar_ongoing_time_immediate_value" = "시작 시 숨기기";
"preferences_appearance_status_bar_ongoing_time_ten_after_value" = "시작 10분 후 숨기기";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,10 @@
"preferences_appearance_status_bar_time_show_under_title_value" = "vis under tittel";
"preferences_appearance_status_bar_time_show_value" = "vis";
"preferences_appearance_status_bar_time_title" = "Tid";
"preferences_appearance_status_bar_location_title" = "Sted";
"preferences_appearance_status_bar_location_show_value" = "vis";
"preferences_appearance_status_bar_location_show_under_title_value" = "vis under tittel";
"preferences_appearance_status_bar_location_hide_value" = "skjul";
"preferences_appearance_status_bar_title_shorten_stepper" = "forkort til %d tegn";
"preferences_appearance_status_bar_title_hide_value" = "skjul";
"preferences_appearance_status_bar_icon_calendar_icon_value" = " Kalender";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@
"preferences_appearance_status_bar_title_hide_value" = "verberg";
"preferences_appearance_status_bar_title_shorten_stepper" = "verkorten tot %d tekens";
"preferences_appearance_status_bar_time_title" = "Tijd";
"preferences_appearance_status_bar_location_title" = "Locatie";
"preferences_appearance_status_bar_location_show_value" = "toon";
"preferences_appearance_status_bar_location_show_under_title_value" = "toon onder titel";
"preferences_appearance_status_bar_location_hide_value" = "verberg";
"preferences_appearance_status_bar_time_show_value" = "toon";
"preferences_appearance_status_bar_time_show_under_title_value" = "toon oder titel";
"preferences_appearance_status_bar_time_hide_value" = "verberg";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
"preferences_appearance_status_bar_time_show_value" = "pokaż";
"preferences_appearance_status_bar_time_show_under_title_value" = "pokaż pod tytułem";
"preferences_appearance_status_bar_time_hide_value" = "ukryj";
"preferences_appearance_status_bar_location_title" = "Lokalizacja";
"preferences_appearance_status_bar_location_show_value" = "pokaż";
"preferences_appearance_status_bar_location_show_under_title_value" = "pokaż pod tytułem";
"preferences_appearance_status_bar_location_hide_value" = "ukryj";
"preferences_appearance_status_bar_next_event_toggle" = "Pokaż tylko wydarzenia rozpoczynające się w ciągu";
"preferences_appearance_status_bar_next_event_stepper" = "%d minut";
"preferences_appearance_menu_title" = "Menu";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@
"preferences_appearance_status_bar_time_show_value" = "mostrar";
"preferences_appearance_status_bar_time_show_under_title_value" = "mostrar abaixo do título";
"preferences_appearance_status_bar_time_hide_value" = "ocultar";
"preferences_appearance_status_bar_location_title" = "Localização";
"preferences_appearance_status_bar_location_show_value" = "mostrar";
"preferences_appearance_status_bar_location_show_under_title_value" = "mostrar abaixo do título";
"preferences_appearance_status_bar_location_hide_value" = "ocultar";
"preferences_appearance_status_bar_next_event_toggle" = "Mostrar apenas eventos que começam dentro de";
"preferences_appearance_status_bar_next_event_stepper" = "%d minutos";
"preferences_appearance_menu_title" = "Menu";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
"preferences_appearance_status_bar_time_show_value" = "mostrar";
"preferences_appearance_status_bar_time_show_under_title_value" = "mostrar abaixo do título";
"preferences_appearance_status_bar_time_hide_value" = "ocultar";
"preferences_appearance_status_bar_location_title" = "Localização";
"preferences_appearance_status_bar_location_show_value" = "mostrar";
"preferences_appearance_status_bar_location_show_under_title_value" = "mostrar abaixo do título";
"preferences_appearance_status_bar_location_hide_value" = "ocultar";
"preferences_appearance_status_bar_next_event_toggle" = "Mostrar apenas eventos que começam dentro de";
"preferences_appearance_status_bar_next_event_stepper" = "%d minutos";
"preferences_appearance_menu_title" = "Menu";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@
"preferences_appearance_status_bar_time_show_value" = "zobraziť";
"preferences_appearance_status_bar_time_show_under_title_value" = "zobraziť pod názvom";
"preferences_appearance_status_bar_time_hide_value" = "skryť";
"preferences_appearance_status_bar_location_title" = "Poloha";
"preferences_appearance_status_bar_location_show_value" = "zobraziť";
"preferences_appearance_status_bar_location_show_under_title_value" = "zobraziť pod názvom";
"preferences_appearance_status_bar_location_hide_value" = "skryť";
"preferences_appearance_status_bar_next_event_toggle" = "Zobraziť iba udalosti začínajúce počas";
"preferences_appearance_menu_title" = "Menu";
"preferences_appearance_status_bar_next_event_stepper" = "%d minút";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
"preferences_appearance_status_bar_time_show_value" = "காட்டு";
"preferences_appearance_status_bar_time_show_under_title_value" = "தலைப்பின் கீழ் காட்டு";
"preferences_appearance_status_bar_time_hide_value" = "மறை";
"preferences_appearance_status_bar_location_title" = "இடம்";
"preferences_appearance_status_bar_location_show_value" = "காட்டு";
"preferences_appearance_status_bar_location_show_under_title_value" = "தலைப்பின் கீழ் காட்டு";
"preferences_appearance_status_bar_location_hide_value" = "மறை";
"preferences_appearance_status_bar_next_event_toggle" = "தொடங்கும் நிகழ்வுகளை மட்டுமே காட்டு";
"preferences_appearance_status_bar_next_event_stepper" = "%d நிமிடங்கள்";
"preferences_appearance_menu_title" = "பட்டியல்";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@
"preferences_appearance_status_bar_title_shorten_stepper" = "%d karakterle kısıtla";
"preferences_appearance_status_bar_time_title" = "Zaman";
"preferences_appearance_status_bar_time_show_value" = "göster";
"preferences_appearance_status_bar_time_show_under_title_value" = "başlık altında göster";
"preferences_appearance_status_bar_time_hide_value" = "gizle";
"preferences_appearance_status_bar_location_title" = "Konum";
"preferences_appearance_status_bar_location_show_value" = "göster";
"preferences_appearance_status_bar_location_show_under_title_value" = "başlık altında göster";
"preferences_appearance_status_bar_location_hide_value" = "gizle";
"preferences_appearance_status_bar_next_event_stepper" = "%d dakika";
"preferences_appearance_menu_title" = "Menü";
"preferences_appearance_menu_shorten_event_title_toggle" = "Etkinlik başlığını kısalt";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
"preferences_appearance_status_bar_time_show_value" = "показати";
"preferences_appearance_status_bar_time_show_under_title_value" = "показати під заголовком";
"preferences_appearance_status_bar_time_hide_value" = "приховати";
"preferences_appearance_status_bar_location_title" = "Місце";
"preferences_appearance_status_bar_location_show_value" = "показати";
"preferences_appearance_status_bar_location_show_under_title_value" = "показати під заголовком";
"preferences_appearance_status_bar_location_hide_value" = "приховати";
"preferences_appearance_status_bar_next_event_toggle" = "Показувати лише наступну подію, яка починається через";
"preferences_appearance_status_bar_next_event_stepper" = "%d хвилин";
"preferences_appearance_menu_title" = "Меню";
Expand Down
Loading
Loading