Files
leadchat/app/javascript/dashboard/i18n/locale/de/general.json
Captain 11ee741716 chore: Update translations (#13227)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2026-03-16 15:44:32 -07:00

20 lines
498 B
JSON

{
"GENERAL": {
"SHOWING_RESULTS": "{firstIndex}-{lastIndex} von {totalCount} Elementen werden angezeigt",
"PHONE_INPUT": {
"PLACEHOLDER": "Suchen",
"EMPTY_STATE": "Keine Ergebnisse gefunden"
},
"CLOSE": "Schließen",
"BETA": "Beta",
"BETA_DESCRIPTION": "This feature is in beta and may change as we improve it.",
"ACCEPT": "Accept",
"DISCARD": "Verwerfen",
"PREFERRED": "Preferred"
},
"CHOICE_TOGGLE": {
"YES": "Ja",
"NO": "Nein"
}
}