This commit is contained in:
Cory LaViska
2023-02-24 15:24:39 -05:00
parent ff798adb49
commit 480a1df246
17 changed files with 53 additions and 53 deletions

View File

@@ -9,14 +9,14 @@ const translation: Translation = {
clearEntry: 'Ryd indtastning',
close: 'Luk',
copy: 'Kopier',
currentValue: 'Nuværende værdi',
hidePassword: 'Skjul adgangskode',
loading: 'Indlæser',
numOptionsSelected: (num: number) => {
if (num === 0) return 'Ingen valgt';
if (num === 1) return '1 valgt';
return `${num} valgt`;
},
currentValue: 'Nuværende værdi',
hidePassword: 'Skjul adgangskode',
loading: 'Indlæser',
progress: 'Status',
remove: 'Fjern',
resize: 'Tilpas størrelse',

View File

@@ -9,14 +9,14 @@ const translation: Translation = {
clearEntry: 'Eingabe löschen',
close: 'Schließen',
copy: 'Kopieren',
currentValue: 'Aktueller Wert',
hidePassword: 'Passwort verbergen',
loading: 'Wird geladen',
numOptionsSelected: num => {
if (num === 0) return 'Keine Optionen ausgewählt';
if (num === 1) return '1 Option ausgewählt';
return `${num} Optionen ausgewählt`;
},
currentValue: 'Aktueller Wert',
hidePassword: 'Passwort verbergen',
loading: 'Wird geladen',
progress: 'Fortschritt',
remove: 'Entfernen',
resize: 'Größe ändern',

View File

@@ -9,14 +9,17 @@ const translation: Translation = {
clearEntry: 'Clear entry',
close: 'Close',
copy: 'Copy',
currentValue: 'Current value',
goToCarouselNextSlide: 'Go to next slide in carousel',
goToCarouselPreviousSlide: 'Go to previous slide in carousel',
goToCarouselSlide: (slide, count) => `Go to slide ${slide} of ${count} in carousel`,
hidePassword: 'Hide password',
loading: 'Loading',
numOptionsSelected: num => {
if (num === 0) return 'No options selected';
if (num === 1) return '1 option selected';
return `${num} options selected`;
},
currentValue: 'Current value',
hidePassword: 'Hide password',
loading: 'Loading',
progress: 'Progress',
remove: 'Remove',
resize: 'Resize',
@@ -24,10 +27,7 @@ const translation: Translation = {
scrollToStart: 'Scroll to start',
selectAColorFromTheScreen: 'Select a color from the screen',
showPassword: 'Show password',
toggleColorFormat: 'Toggle color format',
goToCarouselNextSlide: 'Go to next slide in carousel',
goToCarouselPreviousSlide: 'Go to previous slide in carousel',
goToCarouselSlide: (slide, count) => `Go to slide ${slide} of ${count} in carousel`
toggleColorFormat: 'Toggle color format'
};
registerTranslation(translation);

View File

@@ -9,14 +9,14 @@ const translation: Translation = {
clearEntry: 'Borrar entrada',
close: 'Cerrar',
copy: 'Copiar',
currentValue: 'Valor actual',
hidePassword: 'Ocultar contraseña',
loading: 'Cargando',
numOptionsSelected: num => {
if (num === 0) return 'No hay opciones seleccionadas';
if (num === 1) return '1 opción seleccionada';
return `${num} opción seleccionada`;
},
currentValue: 'Valor actual',
hidePassword: 'Ocultar contraseña',
loading: 'Cargando',
progress: 'Progreso',
remove: 'Eliminar',
resize: 'Cambiar el tamaño',

View File

@@ -9,14 +9,14 @@ const translation: Translation = {
clearEntry: 'پاک کردن ورودی',
close: 'بستن',
copy: 'رونوشت',
currentValue: 'مقدار فعلی',
hidePassword: 'پنهان کردن رمز',
loading: 'بارگذاری',
numOptionsSelected: num => {
if (num === 0) return 'هیچ گزینه ای انتخاب نشده است';
if (num === 1) return '1 گزینه انتخاب شده است';
return `${num} گزینه انتخاب شده است`;
},
currentValue: 'مقدار فعلی',
hidePassword: 'پنهان کردن رمز',
loading: 'بارگذاری',
progress: 'پیشرفت',
remove: 'حذف',
resize: 'تغییر اندازه',

View File

@@ -9,14 +9,14 @@ const translation: Translation = {
clearEntry: `Effacer l'entrée`,
close: 'Fermer',
copy: 'Copier',
currentValue: 'Valeur actuelle',
hidePassword: 'Masquer le mot de passe',
loading: 'Chargement',
numOptionsSelected: num => {
if (num === 0) return 'Aucune option sélectionnée';
if (num === 1) return '1 option sélectionnée';
return `${num} options sélectionnées`;
},
currentValue: 'Valeur actuelle',
hidePassword: 'Masquer le mot de passe',
loading: 'Chargement',
progress: 'Progrès',
remove: 'Retirer',
resize: 'Redimensionner',

View File

@@ -9,14 +9,14 @@ const translation: Translation = {
clearEntry: 'נקה קלט',
close: 'סגור',
copy: 'העתק',
currentValue: 'ערך נוכחי',
hidePassword: 'הסתר סיסמא',
loading: 'טוען',
numOptionsSelected: num => {
if (num === 0) return 'לא נבחרו אפשרויות';
if (num === 1) return 'נבחרה אפשרות אחת';
return `נבחרו ${num} אפשרויות`;
},
currentValue: 'ערך נוכחי',
hidePassword: 'הסתר סיסמא',
loading: 'טוען',
progress: 'התקדמות',
remove: 'לְהַסִיר',
resize: 'שנה גודל',

View File

@@ -9,14 +9,14 @@ const translation: Translation = {
clearEntry: 'Bejegyzés törlése',
close: 'Bezárás',
copy: 'Másolás',
currentValue: 'Aktuális érték',
hidePassword: 'Jelszó elrejtése',
loading: 'Betöltés',
numOptionsSelected: num => {
if (num === 0) return 'Nincsenek kiválasztva opciók';
if (num === 1) return '1 lehetőség kiválasztva';
return `${num} lehetőség kiválasztva`;
},
currentValue: 'Aktuális érték',
hidePassword: 'Jelszó elrejtése',
loading: 'Betöltés',
progress: 'Folyamat',
remove: 'Eltávolítás',
resize: 'Átméretezés',

View File

@@ -9,14 +9,14 @@ const translation: Translation = {
clearEntry: 'クリアエントリ',
close: '閉じる',
copy: 'コピー',
currentValue: '現在の価値',
hidePassword: 'パスワードを隠す',
loading: '読み込み中',
numOptionsSelected: num => {
if (num === 0) return 'オプションが選択されていません';
if (num === 1) return '1 つのオプションが選択されました';
return `${num} つのオプションが選択されました`;
},
currentValue: '現在の価値',
hidePassword: 'パスワードを隠す',
loading: '読み込み中',
progress: '進行',
remove: '削除',
resize: 'サイズ変更',

View File

@@ -9,14 +9,14 @@ const translation: Translation = {
clearEntry: 'Invoer wissen',
close: 'Sluiten',
copy: 'Kopiëren',
currentValue: 'Huidige waarde',
hidePassword: 'Verberg wachtwoord',
loading: 'Bezig met laden',
numOptionsSelected: num => {
if (num === 0) return 'Geen optie geselecteerd';
if (num === 1) return '1 optie geselecteerd';
return `${num} opties geselecteerd`;
},
currentValue: 'Huidige waarde',
hidePassword: 'Verberg wachtwoord',
loading: 'Bezig met laden',
progress: 'Voortgang',
remove: 'Verwijderen',
resize: 'Formaat wijzigen',

View File

@@ -9,14 +9,14 @@ const translation: Translation = {
clearEntry: 'Wyczyść wpis',
close: 'Zamknij',
copy: 'Kopiuj',
currentValue: 'Aktualna wartość',
hidePassword: 'Ukryj hasło',
loading: 'Ładowanie',
numOptionsSelected: num => {
if (num === 0) return 'Nie wybrano opcji';
if (num === 1) return 'Wybrano 1 opcję';
return `Wybrano ${num} opcje`;
},
currentValue: 'Aktualna wartość',
hidePassword: 'Ukryj hasło',
loading: 'Ładowanie',
progress: 'Postęp',
remove: 'Usunąć',
resize: 'Zmień rozmiar',

View File

@@ -9,14 +9,14 @@ const translation: Translation = {
clearEntry: 'Limpar entrada',
close: 'Fechar',
copy: 'Copiar',
currentValue: 'Valor atual',
hidePassword: 'Esconder a senha',
loading: 'Carregando',
numOptionsSelected: num => {
if (num === 0) return 'Nenhuma opção selecionada';
if (num === 1) return '1 opção selecionada';
return `${num} opções selecionadas`;
},
currentValue: 'Valor atual',
hidePassword: 'Esconder a senha',
loading: 'Carregando',
progress: 'Progresso',
remove: 'Remover',
resize: 'Mudar o tamanho',

View File

@@ -9,14 +9,14 @@ const translation: Translation = {
clearEntry: 'Очистить запись',
close: 'Закрыть',
copy: 'Скопировать',
currentValue: 'Текущее значение',
hidePassword: 'Скрыть пароль',
loading: 'Загрузка',
numOptionsSelected: num => {
if (num === 0) return 'выбрано 0 вариантов';
if (num === 1) return 'Выбран 1 вариант';
return `выбрано ${num} варианта`;
},
currentValue: 'Текущее значение',
hidePassword: 'Скрыть пароль',
loading: 'Загрузка',
progress: 'Прогресс',
remove: 'Удалить',
resize: 'Изменить размер',

View File

@@ -9,14 +9,14 @@ const translation: Translation = {
clearEntry: 'Återställ val',
close: 'Stäng',
copy: 'Kopiera',
currentValue: 'Nuvarande värde',
hidePassword: 'Dölj lösenord',
loading: 'Läser in',
numOptionsSelected: num => {
if (num === 0) return 'Inga alternativ har valts';
if (num === 1) return '1 alternativ valt';
return `${num} alternativ valda`;
},
currentValue: 'Nuvarande värde',
hidePassword: 'Dölj lösenord',
loading: 'Läser in',
progress: 'Framsteg',
remove: 'Ta bort',
resize: 'Ändra storlek',

View File

@@ -9,14 +9,14 @@ const translation: Translation = {
clearEntry: 'Girişi sil',
close: 'Kapat',
copy: 'Kopya',
currentValue: 'Mevcut değer',
hidePassword: 'Şifreyi sakla',
loading: 'Yükleme',
numOptionsSelected: num => {
if (num === 0) return 'Hiçbir seçenek seçilmedi';
if (num === 1) return '1 seçenek seçildi';
return `${num} seçenek seçildi`;
},
currentValue: 'Mevcut değer',
hidePassword: 'Şifreyi sakla',
loading: 'Yükleme',
progress: 'İlerleme',
remove: 'Kaldır',
resize: 'Yeniden boyutlandır',

View File

@@ -9,14 +9,14 @@ const translation: Translation = {
clearEntry: '清空',
close: '關閉',
copy: '複製',
currentValue: '當前值',
hidePassword: '隱藏密碼',
loading: '載入中',
numOptionsSelected: num => {
if (num === 0) return '未選擇任何項目';
if (num === 1) return '已選擇 1 個項目';
return `${num} 選擇項目`;
},
currentValue: '當前值',
hidePassword: '隱藏密碼',
loading: '載入中',
progress: '進度',
remove: '移除',
resize: '調整大小',

View File

@@ -16,10 +16,10 @@ export interface Translation extends DefaultTranslation {
clearEntry: string;
close: string;
copy: string;
numOptionsSelected: (num: number) => string;
currentValue: string;
hidePassword: string;
loading: string;
numOptionsSelected: (num: number) => string;
progress: string;
remove: string;
resize: string;