mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Added turkish, british and austrian translations (#989)
* turkish translation * austrian translation * british translations * updated changelog * Update src/translations/en-gb.ts Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
This commit is contained in:
27
src/translations/de-at.ts
Normal file
27
src/translations/de-at.ts
Normal file
@@ -0,0 +1,27 @@
|
||||
import { registerTranslation } from '../utilities/localize';
|
||||
import type { Translation } from '../utilities/localize';
|
||||
|
||||
const translation: Translation = {
|
||||
$code: 'de-AT',
|
||||
$name: 'Deutsch (Österreich)',
|
||||
$dir: 'ltr',
|
||||
|
||||
clearEntry: 'Eingabe löschen',
|
||||
close: 'Schließen',
|
||||
copy: 'Kopieren',
|
||||
currentValue: 'Aktueller Wert',
|
||||
hidePassword: 'Passwort verbergen',
|
||||
loading: 'Wird geladen',
|
||||
progress: 'Fortschritt',
|
||||
remove: 'Entfernen',
|
||||
resize: 'Größe ä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;
|
||||
27
src/translations/en-gb.ts
Normal file
27
src/translations/en-gb.ts
Normal file
@@ -0,0 +1,27 @@
|
||||
import { registerTranslation } from '../utilities/localize';
|
||||
import type { Translation } from '../utilities/localize';
|
||||
|
||||
const translation: Translation = {
|
||||
$code: 'en-GB',
|
||||
$name: 'English (United Kingdom)',
|
||||
$dir: 'ltr',
|
||||
|
||||
clearEntry: 'Clear entry',
|
||||
close: 'Close',
|
||||
copy: 'Copy',
|
||||
currentValue: 'Current value',
|
||||
hidePassword: 'Hide password',
|
||||
loading: 'Loading',
|
||||
progress: 'Progress',
|
||||
remove: 'Remove',
|
||||
resize: 'Resize',
|
||||
scrollToEnd: 'Scroll to end',
|
||||
scrollToStart: 'Scroll to start',
|
||||
selectAColorFromTheScreen: 'Select a colour from the screen',
|
||||
showPassword: 'Show password',
|
||||
toggleColorFormat: 'Toggle colour format'
|
||||
};
|
||||
|
||||
registerTranslation(translation);
|
||||
|
||||
export default translation;
|
||||
27
src/translations/tr.ts
Normal file
27
src/translations/tr.ts
Normal file
@@ -0,0 +1,27 @@
|
||||
import { registerTranslation } from '../utilities/localize';
|
||||
import type { Translation } from '../utilities/localize';
|
||||
|
||||
const translation: Translation = {
|
||||
$code: 'tr',
|
||||
$name: 'Türkçe',
|
||||
$dir: 'ltr',
|
||||
|
||||
clearEntry: 'Girişi sil',
|
||||
close: 'Kapat',
|
||||
copy: 'Kopya',
|
||||
currentValue: 'Mevcut değer',
|
||||
hidePassword: 'Şifreyi sakla',
|
||||
loading: 'Yükleme',
|
||||
progress: 'İlerleme',
|
||||
remove: 'Kaldır',
|
||||
resize: 'Yeniden boyutlandır',
|
||||
scrollToEnd: 'Sona kay',
|
||||
scrollToStart: 'Başa kay',
|
||||
selectAColorFromTheScreen: 'Ekrandan bir renk seçin',
|
||||
showPassword: 'Şifreyi göster',
|
||||
toggleColorFormat: 'Renk biçimini değiştir'
|
||||
};
|
||||
|
||||
registerTranslation(translation);
|
||||
|
||||
export default translation;
|
||||
Reference in New Issue
Block a user