shoelace/src/translations/de-ch.ts

27 wiersze
737 B
TypeScript

import { registerTranslation } from '../utilities/localize';
import type { Translation } from '../utilities/localize';
const translation: Translation = {
$code: 'de-CH',
$name: 'Deutsch (Schweiz)',
$dir: 'ltr',
clearEntry: 'Eingabe löschen',
close: 'Schliessen',
copy: 'Kopieren',
currentValue: 'Aktueller Wert',
hidePassword: 'Passwort verbergen',
progress: 'Fortschritt',
remove: 'Entfernen',
resize: 'Grösse ändern',
scrollToEnd: 'Zum Ende scrollen',
scrollToStart: 'Zum Anfang scrollen',
selectAColorFromTheScreen: 'Wähle eine Farbe vom Bildschirm',
showPassword: 'Passwort anzeigen',
toggleColorFormat: 'Farbformat umschalten'
};
registerTranslation(translation);
export default translation;