Skip to content

Commit

Permalink
Update de.ts (#535)
Browse files Browse the repository at this point in the history
Adjusted words for better readability and more modern terms.
  • Loading branch information
SamSCx authored May 31, 2023
1 parent 57f3e5c commit 537b9fe
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions apps/builder/src/locales/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default {
'Möchtest du den Ordner {folderName} wirklich löschen? (Alles im Inneren wird in dein Dashboard verschoben)',
'folders.typebotButton.live': 'Live',
'folders.typebotButton.showMoreOptions': 'Mehr Optionen anzeigen',
'folders.typebotButton.unpublish': 'Unveröffentlichen',
'folders.typebotButton.unpublish': 'Veröffentlichung aufheben',
'folders.typebotButton.duplicate': 'Duplizieren',
'folders.typebotButton.delete': 'Löschen',
'folders.typebotButton.deleteConfirmationMessage':
Expand Down Expand Up @@ -104,19 +104,19 @@ export default {
'Typebot trägt 1% deines Abonnements dazu bei, CO₂ aus der Atmosphäre zu entfernen.',
'billing.contribution.link': 'Erfahre mehr.',
'billing.updateSuccessToast.description':
'Arbeitsbereich {plan} Plan erfolgreich aktualisiert 🎉',
'Workspace {plan} Plan erfolgreich aktualisiert 🎉',
'billing.customLimit.preLink':
'Brauchst du individuelle Limits? Spezielle Funktionen?',
'billing.customLimit.link': 'Lass uns darüber sprechen!',
'billing.upgradeLimitLabel':
'Um {type} hinzuzufügen, musst du deinen Tarif aktualisieren',
'billing.currentSubscription.heading': 'Abonnement',
'billing.currentSubscription.subheading':
'Aktuelles Arbeitsbereich-Abonnement:',
'Aktuelles Workspace-Abonnement:',
'billing.currentSubscription.cancelLink': 'Mein Abonnement kündigen',
'billing.invoices.heading': 'Rechnungen',
'billing.invoices.empty':
'Keine Rechnungen für diesen Arbeitsbereich gefunden.',
'Keine Rechnungen für diesen Workspace gefunden.',
'billing.invoices.paidAt': 'Bezahlt am',
'billing.invoices.subtotal': 'Zwischensumme',
'billing.preCheckoutModal.companyInput.label': 'Firmenname:',
Expand All @@ -133,7 +133,7 @@ export default {
'Ein Chat wird gezählt, wenn ein Benutzer eine Diskussion startet. Es ist unabhängig von der Anzahl der gesendeten und empfangenen Nachrichten.',
'billing.pricingCard.storageLimit': 'GB Speicherplatz',
'billing.pricingCard.storageLimitTooltip':
'Du sammelst Speicherplatz für jede Datei, die dein Benutzer in deinem Bot hochlädt. Wenn du das Ergebnis löschst, wird der Platz freigegeben.',
'Du belegst Speicherplatz für jede Datei, die dein Benutzer in deinem Bot hochlädt. Wenn du das Ergebnis löschst, wird der Platz freigegeben.',
'billing.pricingCard.starter.description':
'Für Einzelpersonen & kleine Unternehmen.',
'billing.pricingCard.starter.includedSeats': '2 Plätze inklusive',
Expand All @@ -153,7 +153,7 @@ export default {
'billing.usage.chats.alert.updatePlan':
'Vergewissere dich, dass du deinen Tarif aktualisierst, um dieses Limit zu erhöhen und weiterhin mit deinen Benutzern zu chatten.',
'billing.usage.chats.resetInfo': '(setzt sich am 1. jeden Monats zurück)',
'billing.usage.storage.heading': 'Speicher',
'billing.usage.storage.heading': 'Speicherplatz',
'billing.usage.storage.alert.soonReach':
'Deine Typebots sind beliebt! Du wirst bald das Speicherlimit deines Tarifs erreichen. 🚀',
'billing.usage.storage.alert.updatePlan':
Expand All @@ -164,23 +164,23 @@ export default {
'billing.limitMessage.fileInput': 'Datei-Eingabefelder verwenden',
'billing.limitMessage.folder': 'Ordner erstellen',
'billing.upgradeAlert.buttonDefaultLabel': 'Mehr Informationen',
'workspace.membersList.inviteInput.placeholder': 'kollege@unternehmen.com',
'workspace.membersList.inviteInput.placeholder': 'name@unternehmen.de',
'workspace.membersList.inviteButton.label': 'Einladen',
'workspace.membersList.unlockBanner.label':
'Aktualisieren Sie Ihren Plan, um mit mehr Teammitgliedern zu arbeiten und erstaunliche Leistungsmerkmale freizuschalten 🚀',
'Aktualisiere deinen Plan, um mit mehr Teammitgliedern zu arbeiten und neue Limits freizuschalten 🚀',
'workspace.membersList.title': 'Mitglieder',
'workspace.settings.icon.title': 'Symbol',
'workspace.settings.name.label': 'Name:',
'workspace.settings.deleteButton.label': 'Arbeitsbereich löschen',
'workspace.settings.deleteButton.label': 'Workspace löschen',
'workspace.settings.deleteButton.confirmMessage':
'Sind Sie sicher, dass Sie den Arbeitsbereich {workspaceName} löschen möchten? Alle seine Ordner, Typebots und Ergebnisse werden dauerhaft gelöscht.',
'Sind Sie sicher, dass Sie den Workspace {workspaceName} löschen möchten? Alle seine Ordner, Typebots und Ergebnisse werden dauerhaft gelöscht.',
'workspace.settings.modal.menu.myAccount.label': 'Mein Konto',
'workspace.settings.modal.menu.preferences.label': 'Einstellungen',
'workspace.settings.modal.menu.workspace.label': 'Arbeitsbereich',
'workspace.settings.modal.menu.workspace.label': 'Workspace',
'workspace.settings.modal.menu.settings.label': 'Einstellungen',
'workspace.settings.modal.menu.members.label': 'Mitglieder',
'workspace.settings.modal.menu.billingAndUsage.label': 'Abrechnung & Nutzung',
'workspace.settings.modal.menu.version.label': 'Version: {version}',
'workspace.dropdown.newButton.label': 'Neuer Arbeitsbereich',
'workspace.dropdown.newButton.label': 'Neuer Workspace',
'workspace.dropdown.logoutButton.label': 'Abmelden',
} as const

4 comments on commit 537b9fe

@vercel
Copy link

@vercel vercel bot commented on 537b9fe May 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

viewer-v2 – ./apps/viewer

kp.pedroknoll.com
lb.ticketfute.com
ov1.wpwakanda.com
ov2.wpwakanda.com
ov3.wpwakanda.com
support.triplo.ai
viewer.typebot.io
chatbot.matthesv.de
chatbot.repplai.com
demo.botscientis.us
demo.wemakebots.xyz
hrbot.robomotion.io
inearephones.cr8.ai
kbsub.wpwakanda.com
limitenahora.com.br
live.botscientis.us
mentoria.omelhor.vc
nutrisamirbayde.com
order.maitempah.com
profileadscloud.com
query.forgetsql.com
quest.wpwakanda.com
support.wawplus.com
survey1.digienge.io
surveys.essiell.com
test.botscientis.us
test.getreview.help
test.reventepro.com
typebot.stillio.com
wordsandimagery.com
88584434.therpm.club
92109660.therpm.club
abbonamento.bwell.it
assistent.m-vogel.de
bium.gratirabbit.com
bot.ansuraniphone.my
bot.barrettamario.it
bot.cotemeuplano.com
bot.leadbooster.help
bot.mycompay.reviews
chat.hayurihijab.com
chatbee.agfunnel.com
click.sevenoways.com
connect.growthguy.in
forms.bonanza.design
hello.advergreen.com
kuiz.sistemniaga.com
malayanboosterhq.com
menu.numero-primo.it
menukb.wpwakanda.com
offer.botscientis.us
sellmycarglasgow.com
talkbot.agfunnel.com
tenorioadvogados.com
uppity.wpwakanda.com
register.algorithmpress.com
sell.sellthemotorhome.co.uk
anamnese.odontopavani.com.br
austin.channelautomation.com
bot.marketingplusmindset.com
bot.seidibergamoseanchetu.it
desabafe.sergiolimajr.com.br
download.venturemarketing.in
open.campus.aalen.university
piazzatorre.barrettamario.it
poll.mosaicohairboutique.com
type.cookieacademyonline.com
upload.atlasoutfittersk9.com
bot.brigadeirosemdrama.com.br
tuttirecepcao.fratucci.com.br
forms.escoladeautomacao.com.br
onboarding.libertydreamcare.ie
recepcao.tutti.fratucci.com.br
type.talitasouzamarques.com.br
agendamento.sergiolimajr.com.br
anamnese.clinicamegasjdr.com.br
bookings.littlepartymonkeys.com
bot.comercializadoraomicron.com
elevateyourmind.groovepages.com
viewer-v2-typebot-io.vercel.app
yourfeedback.comebackreward.com
baleia.testeeventos.progenbr.com
bot.cabin-rentals-of-georgia.net
open.campus.bot.aalen.university
sondaggio.mosaicohairboutique.it
baleia.testegabinete.progenbr.com
gerador.verificadordehospedes.com
personal-trainer.barrettamario.it
sondaggio.mosaicohairboutique.com
preagendamento.sergiolimajr.com.br
studiotecnicoimmobiliaremerelli.it
download.thailandmicespecialist.com
register.thailandmicespecialist.com
bot.studiotecnicoimmobiliaremerelli.it
pesquisa.escolamodacomproposito.com.br
anamnese.clinicaramosodontologia.com.br
gabinete.baleia.formulario.progenbr.com
chrome-os-inquiry-system.itschromeos.com
viewer-v2-git-main-typebot-io.vercel.app
main-menu-for-itschromeos.itschromeos.com

@vercel
Copy link

@vercel vercel bot commented on 537b9fe May 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

builder-v2-git-main-typebot-io.vercel.app
builder-v2-typebot-io.vercel.app
app.typebot.io

@vercel
Copy link

@vercel vercel bot commented on 537b9fe May 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./apps/docs

docs-typebot-io.vercel.app
docs-git-main-typebot-io.vercel.app
docs.typebot.io

@vercel
Copy link

@vercel vercel bot commented on 537b9fe May 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.