Skip to content

Commit 326e467

Browse files
committed
Added mobile tab
1 parent a84acdc commit 326e467

26 files changed

+696
-58
lines changed

public/locales/cs.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@
205205
"tryAgain": "Zkusit znovu",
206206
"update": "Aktualizovat",
207207
"website": "Webové stránky",
208+
"mobile": "Mobilní",
209+
"navigation": "Navigace",
210+
"appTheme": "Téma aplikace",
211+
"b1Mobile": "B1 Mobile",
212+
"b1CheckIn": "B1 CheckIn",
208213
"yes": "Ano"
209214
},
210215
"components": {
@@ -1844,6 +1849,30 @@
18441849
"visibilityPreference": "Předvolba viditelnosti"
18451850
}
18461851
},
1852+
"mobile": {
1853+
"appThemeEdit": {
1854+
"description": "Tyto barvy jsou používány mobilní aplikací, členským portálem a odbavovacím kioskem. Ponechte výchozí nebo přizpůsobte podle své značky.",
1855+
"resetDefaults": "Obnovit výchozí",
1856+
"lightMode": "Světlý režim",
1857+
"darkMode": "Tmavý režim"
1858+
},
1859+
"appThemePage": {
1860+
"title": "Téma aplikace",
1861+
"subtitle": "Přizpůsobte barvy používané mobilní aplikací, členským portálem a odbavovacím kioskem"
1862+
},
1863+
"b1MobilePage": {
1864+
"title": "B1 Mobile",
1865+
"subtitle": "Nakonfigurujte nastavení pro aplikaci B1 Mobile"
1866+
},
1867+
"checkInPage": {
1868+
"title": "B1 CheckIn",
1869+
"subtitle": "Nakonfigurujte nastavení pro kioskovou aplikaci B1 CheckIn",
1870+
"qrGuestRegistration": "QR registrace hostů",
1871+
"qrTooltip": "Zobrazte QR kód na odbavovacím kiosku, aby se hosté mohli zaregistrovat na svém telefonu",
1872+
"enabled": "Povoleno — QR kód se zobrazí na kiosku",
1873+
"disabled": "Zakázáno"
1874+
}
1875+
},
18471876
"site": {
18481877
"addPage": {
18491878
"aiPlaceholder": "Příklad: Vytvořte přívětivou domovskou stránku s názvem našeho sboru, posláním, časy bohoslužeb a tlačítkem pro dary",

public/locales/de.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@
205205
"tryAgain": "Erneut versuchen",
206206
"update": "Aktualisieren",
207207
"website": "Website",
208+
"mobile": "Mobil",
209+
"navigation": "Navigation",
210+
"appTheme": "App-Design",
211+
"b1Mobile": "B1 Mobile",
212+
"b1CheckIn": "B1 CheckIn",
208213
"yes": "Ja"
209214
},
210215
"components": {
@@ -1844,6 +1849,30 @@
18441849
"visibilityPreference": "Sichtbarkeitseinstellung"
18451850
}
18461851
},
1852+
"mobile": {
1853+
"appThemeEdit": {
1854+
"description": "Diese Farben werden von der mobilen App, dem Mitgliederportal und dem Check-in-Kiosk verwendet. Lassen Sie die Standardwerte oder passen Sie sie an Ihr Branding an.",
1855+
"resetDefaults": "Auf Standardwerte zurücksetzen",
1856+
"lightMode": "Heller Modus",
1857+
"darkMode": "Dunkler Modus"
1858+
},
1859+
"appThemePage": {
1860+
"title": "App-Design",
1861+
"subtitle": "Passen Sie die Farben an, die von der mobilen App, dem Mitgliederportal und dem Check-in-Kiosk verwendet werden"
1862+
},
1863+
"b1MobilePage": {
1864+
"title": "B1 Mobile",
1865+
"subtitle": "Einstellungen für die B1 Mobile App konfigurieren"
1866+
},
1867+
"checkInPage": {
1868+
"title": "B1 CheckIn",
1869+
"subtitle": "Einstellungen für die B1 CheckIn Kiosk-App konfigurieren",
1870+
"qrGuestRegistration": "QR-Gastregistrierung",
1871+
"qrTooltip": "Zeigen Sie einen QR-Code am Check-in-Kiosk an, damit sich Gäste selbst auf ihrem Telefon registrieren können",
1872+
"enabled": "Aktiviert — QR-Code wird am Kiosk angezeigt",
1873+
"disabled": "Deaktiviert"
1874+
}
1875+
},
18471876
"site": {
18481877
"addPage": {
18491878
"aiPlaceholder": "Beispiel: Erstellen Sie eine einladende Homepage mit unserem Kirchennamen, Leitbild, Gottesdienstzeiten und einem Spendenbutton",

public/locales/en.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,12 @@
205205
"tryAgain": "Try Again",
206206
"update": "Update",
207207
"website": "Website",
208-
"yes": "Yes"
208+
"yes": "Yes",
209+
"mobile": "Mobile",
210+
"navigation": "Navigation",
211+
"appTheme": "App Theme",
212+
"b1Mobile": "B1 Mobile",
213+
"b1CheckIn": "B1 CheckIn"
209214
},
210215
"components": {
211216
"footer": {
@@ -1844,6 +1849,30 @@
18441849
"visibilityPreference": "Visibility Preference"
18451850
}
18461851
},
1852+
"mobile": {
1853+
"appThemeEdit": {
1854+
"description": "These colors are used by the mobile app, member portal, and check-in kiosk. Leave as defaults or customize to match your branding.",
1855+
"resetDefaults": "Reset to Defaults",
1856+
"lightMode": "Light Mode",
1857+
"darkMode": "Dark Mode"
1858+
},
1859+
"appThemePage": {
1860+
"title": "App Theme",
1861+
"subtitle": "Customize the colors used by the mobile app, member portal, and check-in kiosk"
1862+
},
1863+
"b1MobilePage": {
1864+
"title": "B1 Mobile",
1865+
"subtitle": "Configure settings for the B1 Mobile app"
1866+
},
1867+
"checkInPage": {
1868+
"title": "B1 CheckIn",
1869+
"subtitle": "Configure settings for the B1 CheckIn kiosk app",
1870+
"qrGuestRegistration": "QR Guest Registration",
1871+
"qrTooltip": "Display a QR code on the check-in kiosk so guests can self-register on their phone",
1872+
"enabled": "Enabled — QR code will appear on kiosk",
1873+
"disabled": "Disabled"
1874+
}
1875+
},
18471876
"site": {
18481877
"addPage": {
18491878
"aiPlaceholder": "Example: Create a welcoming homepage with our church name, mission statement, service times, and a donation button",

public/locales/es.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@
205205
"tryAgain": "Intentar de nuevo",
206206
"update": "Actualizar",
207207
"website": "Sitio Web",
208+
"mobile": "Móvil",
209+
"navigation": "Navegación",
210+
"appTheme": "Tema de la App",
211+
"b1Mobile": "B1 Mobile",
212+
"b1CheckIn": "B1 CheckIn",
208213
"yes": ""
209214
},
210215
"components": {
@@ -1844,6 +1849,30 @@
18441849
"visibilityPreference": "Preferencia de Visibilidad"
18451850
}
18461851
},
1852+
"mobile": {
1853+
"appThemeEdit": {
1854+
"description": "Estos colores son utilizados por la aplicación móvil, el portal de miembros y el kiosco de registro. Déjelos como predeterminados o personalícelos para que coincidan con su marca.",
1855+
"resetDefaults": "Restablecer valores predeterminados",
1856+
"lightMode": "Modo claro",
1857+
"darkMode": "Modo oscuro"
1858+
},
1859+
"appThemePage": {
1860+
"title": "Tema de la App",
1861+
"subtitle": "Personalice los colores utilizados por la aplicación móvil, el portal de miembros y el kiosco de registro"
1862+
},
1863+
"b1MobilePage": {
1864+
"title": "B1 Mobile",
1865+
"subtitle": "Configurar los ajustes de la aplicación B1 Mobile"
1866+
},
1867+
"checkInPage": {
1868+
"title": "B1 CheckIn",
1869+
"subtitle": "Configurar los ajustes de la aplicación de kiosco B1 CheckIn",
1870+
"qrGuestRegistration": "Registro de invitados por QR",
1871+
"qrTooltip": "Mostrar un código QR en el kiosco de registro para que los invitados puedan registrarse ellos mismos en su teléfono",
1872+
"enabled": "Habilitado — El código QR aparecerá en el kiosco",
1873+
"disabled": "Deshabilitado"
1874+
}
1875+
},
18471876
"site": {
18481877
"addPage": {
18491878
"aiPlaceholder": "Ejemplo: Cree una página de inicio acogedora con el nombre de nuestra iglesia, declaración de misión, horarios de servicio y un botón de donación",

public/locales/fr.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@
205205
"tryAgain": "Réessayer",
206206
"update": "Mettre à jour",
207207
"website": "Site Web",
208+
"mobile": "Mobile",
209+
"navigation": "Navigation",
210+
"appTheme": "Thème de l'application",
211+
"b1Mobile": "B1 Mobile",
212+
"b1CheckIn": "B1 CheckIn",
208213
"yes": "Oui"
209214
},
210215
"components": {
@@ -1844,6 +1849,30 @@
18441849
"visibilityPreference": "Préférence de visibilité"
18451850
}
18461851
},
1852+
"mobile": {
1853+
"appThemeEdit": {
1854+
"description": "Ces couleurs sont utilisées par l'application mobile, le portail des membres et le kiosque d'enregistrement. Laissez les valeurs par défaut ou personnalisez-les pour correspondre à votre image de marque.",
1855+
"resetDefaults": "Réinitialiser les valeurs par défaut",
1856+
"lightMode": "Mode clair",
1857+
"darkMode": "Mode sombre"
1858+
},
1859+
"appThemePage": {
1860+
"title": "Thème de l'application",
1861+
"subtitle": "Personnalisez les couleurs utilisées par l'application mobile, le portail des membres et le kiosque d'enregistrement"
1862+
},
1863+
"b1MobilePage": {
1864+
"title": "B1 Mobile",
1865+
"subtitle": "Configurer les paramètres de l'application B1 Mobile"
1866+
},
1867+
"checkInPage": {
1868+
"title": "B1 CheckIn",
1869+
"subtitle": "Configurer les paramètres de l'application kiosque B1 CheckIn",
1870+
"qrGuestRegistration": "Inscription des invités par QR",
1871+
"qrTooltip": "Afficher un code QR sur le kiosque d'enregistrement pour que les invités puissent s'inscrire eux-mêmes sur leur téléphone",
1872+
"enabled": "Activé — Le code QR apparaîtra sur le kiosque",
1873+
"disabled": "Désactivé"
1874+
}
1875+
},
18471876
"site": {
18481877
"addPage": {
18491878
"aiPlaceholder": "Exemple : Créez une page d'accueil accueillante avec le nom de notre église, notre déclaration de mission, les horaires des services et un bouton de don",

public/locales/hi.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@
205205
"tryAgain": "पुनः प्रयास करें",
206206
"update": "अपडेट करें",
207207
"website": "वेबसाइट",
208+
"mobile": "मोबाइल",
209+
"navigation": "नेविगेशन",
210+
"appTheme": "ऐप थीम",
211+
"b1Mobile": "B1 Mobile",
212+
"b1CheckIn": "B1 CheckIn",
208213
"yes": "हाँ"
209214
},
210215
"components": {
@@ -1844,6 +1849,30 @@
18441849
"visibilityPreference": "दृश्यता प्राथमिकता"
18451850
}
18461851
},
1852+
"mobile": {
1853+
"appThemeEdit": {
1854+
"description": "ये रंग मोबाइल ऐप, सदस्य पोर्टल और चेक-इन कियोस्क द्वारा उपयोग किए जाते हैं। डिफ़ॉल्ट के रूप में छोड़ दें या अपनी ब्रांडिंग से मिलान करने के लिए अनुकूलित करें।",
1855+
"resetDefaults": "डिफ़ॉल्ट पर रीसेट करें",
1856+
"lightMode": "लाइट मोड",
1857+
"darkMode": "डार्क मोड"
1858+
},
1859+
"appThemePage": {
1860+
"title": "ऐप थीम",
1861+
"subtitle": "मोबाइल ऐप, सदस्य पोर्टल और चेक-इन कियोस्क द्वारा उपयोग किए जाने वाले रंगों को अनुकूलित करें"
1862+
},
1863+
"b1MobilePage": {
1864+
"title": "B1 Mobile",
1865+
"subtitle": "B1 Mobile ऐप के लिए सेटिंग्स कॉन्फ़िगर करें"
1866+
},
1867+
"checkInPage": {
1868+
"title": "B1 CheckIn",
1869+
"subtitle": "B1 CheckIn कियोस्क ऐप के लिए सेटिंग्स कॉन्फ़िगर करें",
1870+
"qrGuestRegistration": "QR अतिथि पंजीकरण",
1871+
"qrTooltip": "चेक-इन कियोस्क पर एक QR कोड प्रदर्शित करें ताकि अतिथि अपने फोन पर स्वयं पंजीकरण कर सकें",
1872+
"enabled": "सक्षम — QR कोड कियोस्क पर दिखाई देगा",
1873+
"disabled": "अक्षम"
1874+
}
1875+
},
18471876
"site": {
18481877
"addPage": {
18491878
"aiPlaceholder": "उदाहरण: हमारे चर्च का नाम, मिशन स्टेटमेंट, सेवा समय और दान बटन के साथ एक स्वागत योग्य होमपेज बनाएं",

public/locales/it.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@
205205
"tryAgain": "Riprova",
206206
"update": "Aggiorna",
207207
"website": "Sito Web",
208+
"mobile": "Mobile",
209+
"navigation": "Navigazione",
210+
"appTheme": "Tema dell'App",
211+
"b1Mobile": "B1 Mobile",
212+
"b1CheckIn": "B1 CheckIn",
208213
"yes": ""
209214
},
210215
"components": {
@@ -1844,6 +1849,30 @@
18441849
"visibilityPreference": "Preferenza di Visibilità"
18451850
}
18461851
},
1852+
"mobile": {
1853+
"appThemeEdit": {
1854+
"description": "Questi colori vengono utilizzati dall'app mobile, dal portale dei membri e dal kiosk di check-in. Lascia i valori predefiniti o personalizzali per adattarli al tuo brand.",
1855+
"resetDefaults": "Ripristina valori predefiniti",
1856+
"lightMode": "Modalità chiara",
1857+
"darkMode": "Modalità scura"
1858+
},
1859+
"appThemePage": {
1860+
"title": "Tema dell'App",
1861+
"subtitle": "Personalizza i colori utilizzati dall'app mobile, dal portale dei membri e dal kiosk di check-in"
1862+
},
1863+
"b1MobilePage": {
1864+
"title": "B1 Mobile",
1865+
"subtitle": "Configura le impostazioni per l'app B1 Mobile"
1866+
},
1867+
"checkInPage": {
1868+
"title": "B1 CheckIn",
1869+
"subtitle": "Configura le impostazioni per l'app kiosk B1 CheckIn",
1870+
"qrGuestRegistration": "Registrazione ospiti tramite QR",
1871+
"qrTooltip": "Mostra un codice QR sul kiosk di check-in in modo che gli ospiti possano registrarsi autonomamente sul proprio telefono",
1872+
"enabled": "Abilitato — Il codice QR verrà mostrato sul kiosk",
1873+
"disabled": "Disabilitato"
1874+
}
1875+
},
18471876
"site": {
18481877
"addPage": {
18491878
"aiPlaceholder": "Esempio: Crea una homepage accogliente con il nome della nostra chiesa, la dichiarazione di missione, gli orari dei servizi e un pulsante per le donazioni",

public/locales/ko.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@
205205
"tryAgain": "다시 시도",
206206
"update": "업데이트",
207207
"website": "웹사이트",
208+
"mobile": "모바일",
209+
"navigation": "탐색",
210+
"appTheme": "앱 테마",
211+
"b1Mobile": "B1 Mobile",
212+
"b1CheckIn": "B1 CheckIn",
208213
"yes": ""
209214
},
210215
"components": {
@@ -1844,6 +1849,30 @@
18441849
"visibilityPreference": "가시성 기본 설정"
18451850
}
18461851
},
1852+
"mobile": {
1853+
"appThemeEdit": {
1854+
"description": "이 색상은 모바일 앱, 회원 포털 및 체크인 키오스크에서 사용됩니다. 기본값으로 두거나 브랜드에 맞게 사용자 지정하세요.",
1855+
"resetDefaults": "기본값으로 재설정",
1856+
"lightMode": "라이트 모드",
1857+
"darkMode": "다크 모드"
1858+
},
1859+
"appThemePage": {
1860+
"title": "앱 테마",
1861+
"subtitle": "모바일 앱, 회원 포털 및 체크인 키오스크에서 사용하는 색상을 사용자 지정하세요"
1862+
},
1863+
"b1MobilePage": {
1864+
"title": "B1 Mobile",
1865+
"subtitle": "B1 Mobile 앱 설정 구성"
1866+
},
1867+
"checkInPage": {
1868+
"title": "B1 CheckIn",
1869+
"subtitle": "B1 CheckIn 키오스크 앱 설정 구성",
1870+
"qrGuestRegistration": "QR 방문자 등록",
1871+
"qrTooltip": "체크인 키오스크에 QR 코드를 표시하여 방문자가 휴대폰으로 직접 등록할 수 있도록 합니다",
1872+
"enabled": "활성화됨 — QR 코드가 키오스크에 표시됩니다",
1873+
"disabled": "비활성화됨"
1874+
}
1875+
},
18471876
"site": {
18481877
"addPage": {
18491878
"aiPlaceholder": "예시: 교회 이름, 사명 선언, 예배 시간, 헌금 버튼이 있는 환영 홈페이지 만들기",

public/locales/no.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@
205205
"tryAgain": "Prøv igjen",
206206
"update": "Oppdater",
207207
"website": "Nettsted",
208+
"mobile": "Mobil",
209+
"navigation": "Navigasjon",
210+
"appTheme": "App-tema",
211+
"b1Mobile": "B1 Mobile",
212+
"b1CheckIn": "B1 CheckIn",
208213
"yes": "Ja"
209214
},
210215
"components": {
@@ -1844,6 +1849,30 @@
18441849
"visibilityPreference": "Synlighetspreferanse"
18451850
}
18461851
},
1852+
"mobile": {
1853+
"appThemeEdit": {
1854+
"description": "Disse fargene brukes av mobilappen, medlemsportalen og innsjekkingskiosken. La dem stå som standard eller tilpass dem for å matche din merkevare.",
1855+
"resetDefaults": "Tilbakestill til standard",
1856+
"lightMode": "Lys modus",
1857+
"darkMode": "Mørk modus"
1858+
},
1859+
"appThemePage": {
1860+
"title": "App-tema",
1861+
"subtitle": "Tilpass fargene som brukes av mobilappen, medlemsportalen og innsjekkingskiosken"
1862+
},
1863+
"b1MobilePage": {
1864+
"title": "B1 Mobile",
1865+
"subtitle": "Konfigurer innstillinger for B1 Mobile-appen"
1866+
},
1867+
"checkInPage": {
1868+
"title": "B1 CheckIn",
1869+
"subtitle": "Konfigurer innstillinger for B1 CheckIn kiosk-appen",
1870+
"qrGuestRegistration": "QR-gjesterregistrering",
1871+
"qrTooltip": "Vis en QR-kode på innsjekkingskiosken slik at gjester kan registrere seg selv på telefonen sin",
1872+
"enabled": "Aktivert — QR-kode vises på kiosken",
1873+
"disabled": "Deaktivert"
1874+
}
1875+
},
18471876
"site": {
18481877
"addPage": {
18491878
"aiPlaceholder": "Eksempel: Lag en innbydende hjemmeside med menighetens navn, visjon, gudstjenestetider og en donasjonsknapp",

0 commit comments

Comments
 (0)