Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions libs/ui-react/src/i18n/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "Benutzer-Avatar",
"notificationAriaLabel": "Hat Benachrichtigung"
"notificationAriaLabel": "Hat Benachrichtigung",
"fallbackIconAriaLabel": "Fallback-Icon"
},
"baseInput": {
"clearInputAriaLabel": "Eingabe löschen"
Expand All @@ -33,9 +34,12 @@
"goBackAriaLabel": "Zurück"
},
"sideBar": {
"navigationAriaLabel": "Seitennavigation",
"collapseAriaLabel": "Seitenleiste einklappen",
"expandAriaLabel": "Seitenleiste ausklappen"
"navigationAriaLabel": "Seitenleistennavigation",
"collapseAriaLabel": "Seitenleiste ausblenden",
"expandAriaLabel": "Seitenleiste anzeigen"
},
"stepper": {
"progressAriaLabel": "Schritt {{currentStep}} von {{totalSteps}}"
}
}
}
6 changes: 5 additions & 1 deletion libs/ui-react/src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "User avatar",
"notificationAriaLabel": "Has notification"
"notificationAriaLabel": "Has notification",
"fallbackIconAriaLabel": "Fallback Icon"
},
"baseInput": {
"clearInputAriaLabel": "Clear input"
Expand All @@ -37,6 +38,9 @@
"collapseAriaLabel": "Collapse sidebar",
"expandAriaLabel": "Expand sidebar"
},
"stepper": {
"progressAriaLabel": "Step {{currentStep}} of {{totalSteps}}"
},
"table": {
"ascAriaLabel": "Sort ascending",
"descAriaLabel": "Sort descending"
Expand Down
10 changes: 7 additions & 3 deletions libs/ui-react/src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "Avatar de usuario",
"notificationAriaLabel": "Tiene notificación"
"notificationAriaLabel": "Tiene notificación",
"fallbackIconAriaLabel": "Ícono alternativo"
},
"baseInput": {
"clearInputAriaLabel": "Borrar entrada"
Expand All @@ -33,9 +34,12 @@
"goBackAriaLabel": "Volver"
},
"sideBar": {
"navigationAriaLabel": "Navegación lateral",
"collapseAriaLabel": "Contraer barra lateral",
"navigationAriaLabel": "Navegación de barra lateral",
"collapseAriaLabel": "Colapsar barra lateral",
"expandAriaLabel": "Expandir barra lateral"
},
"stepper": {
"progressAriaLabel": "Paso {{currentStep}} de {{totalSteps}}"
}
}
}
8 changes: 6 additions & 2 deletions libs/ui-react/src/i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "Avatar de l'utilisateur",
"notificationAriaLabel": "A une notification"
"notificationAriaLabel": "A une notification",
"fallbackIconAriaLabel": "Icône par défaut"
},
"baseInput": {
"clearInputAriaLabel": "Effacer la saisie"
Expand All @@ -33,10 +34,13 @@
"goBackAriaLabel": "Retour"
},
"sideBar": {
"navigationAriaLabel": "Navigation latérale",
"navigationAriaLabel": "Menu de navigation latéral",
"collapseAriaLabel": "Réduire la barre latérale",
"expandAriaLabel": "Développer la barre latérale"
},
"stepper": {
"progressAriaLabel": "Étape {{currentStep}} sur {{totalSteps}}"
},
"table": {
"ascAriaLabel": "Trier par ordre croissant",
"descAriaLabel": "Trier par ordre décroissant"
Expand Down
10 changes: 7 additions & 3 deletions libs/ui-react/src/i18n/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "ユーザーアバター",
"notificationAriaLabel": "通知あり"
"notificationAriaLabel": "通知あり",
"fallbackIconAriaLabel": "フォールバックアイコン"
},
"baseInput": {
"clearInputAriaLabel": "インプットを削除"
Expand All @@ -34,8 +35,11 @@
},
"sideBar": {
"navigationAriaLabel": "サイドバーナビゲーション",
"collapseAriaLabel": "サイドバーを折りたたむ",
"expandAriaLabel": "サイドバーを展開する"
"collapseAriaLabel": "サイドバーを閉じる",
"expandAriaLabel": "サイドバーを開く"
},
"stepper": {
"progressAriaLabel": "ステップ{{currentStep}}/{{totalSteps}}"
}
}
}
6 changes: 5 additions & 1 deletion libs/ui-react/src/i18n/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "사용자 아바타",
"notificationAriaLabel": "알림 있음"
"notificationAriaLabel": "알림 있음",
"fallbackIconAriaLabel": "대체 아이콘"
},
"baseInput": {
"clearInputAriaLabel": "입력 값 지우기"
Expand All @@ -36,6 +37,9 @@
"navigationAriaLabel": "사이드바 탐색",
"collapseAriaLabel": "사이드바 접기",
"expandAriaLabel": "사이드바 펼치기"
},
"stepper": {
"progressAriaLabel": "{{totalSteps}} 중 {{currentStep}} 단계"
}
}
}
8 changes: 6 additions & 2 deletions libs/ui-react/src/i18n/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "Avatar do usuário",
"notificationAriaLabel": "Tem notificação"
"notificationAriaLabel": "Tem notificação",
"fallbackIconAriaLabel": "Ícone fallback"
},
"baseInput": {
"clearInputAriaLabel": "Limpar input"
Expand All @@ -33,9 +34,12 @@
"goBackAriaLabel": "Voltar"
},
"sideBar": {
"navigationAriaLabel": "Navegação lateral",
"navigationAriaLabel": "Barra de navegação lateral",
"collapseAriaLabel": "Recolher barra lateral",
"expandAriaLabel": "Expandir barra lateral"
},
"stepper": {
"progressAriaLabel": "Passo {{currentStep}} de {{totalSteps}}"
}
}
}
12 changes: 8 additions & 4 deletions libs/ui-react/src/i18n/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "Аватар пользователя",
"notificationAriaLabel": "Есть уведомление"
"notificationAriaLabel": "Есть уведомление",
"fallbackIconAriaLabel": "Стандартная иконка"
},
"baseInput": {
"clearInputAriaLabel": "Очистить поле"
Expand All @@ -33,9 +34,12 @@
"goBackAriaLabel": "Назад"
},
"sideBar": {
"navigationAriaLabel": "Боковая навигация",
"collapseAriaLabel": "Свернуть боковую панель",
"expandAriaLabel": "Развернуть боковую панель"
"navigationAriaLabel": "Боковое меню",
"collapseAriaLabel": "Скрыть боковое меню",
"expandAriaLabel": "Показать боковое меню"
},
"stepper": {
"progressAriaLabel": "Шаг {{currentStep}} из {{totalSteps}}"
}
}
}
12 changes: 8 additions & 4 deletions libs/ui-react/src/i18n/locales/th.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "อวาตาร์ผู้ใช้",
"notificationAriaLabel": "มีการแจ้งเตือน"
"notificationAriaLabel": "มีการแจ้งเตือน",
"fallbackIconAriaLabel": "ไอคอนสำรอง"
},
"baseInput": {
"clearInputAriaLabel": "ล้างอินพุต"
Expand All @@ -33,9 +34,12 @@
"goBackAriaLabel": "ย้อนกลับ"
},
"sideBar": {
"navigationAriaLabel": "การนำทางแถบด้านข้าง",
"collapseAriaLabel": "ย่อแถบด้านข้าง",
"expandAriaLabel": "ขยายแถบด้านข้าง"
"navigationAriaLabel": "เมนูนำทางด้านข้าง",
"collapseAriaLabel": "ซ่อนแถบด้านข้าง",
"expandAriaLabel": "เปิดแถบด้านข้าง"
},
"stepper": {
"progressAriaLabel": "ขั้นตอนที่ {{currentStep}} จาก {{totalSteps}}"
}
}
}
8 changes: 6 additions & 2 deletions libs/ui-react/src/i18n/locales/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "Kullanıcı avatarı",
"notificationAriaLabel": "Bildirim var"
"notificationAriaLabel": "Bildirim var",
"fallbackIconAriaLabel": "Yedek simge"
},
"baseInput": {
"clearInputAriaLabel": "Girdiyi temizle"
Expand All @@ -33,9 +34,12 @@
"goBackAriaLabel": "Geri dön"
},
"sideBar": {
"navigationAriaLabel": "Kenar çubuğu gezintisi",
"navigationAriaLabel": "Kenar çubuğu menüsü",
"collapseAriaLabel": "Kenar çubuğunu daralt",
"expandAriaLabel": "Kenar çubuğunu genişlet"
},
"stepper": {
"progressAriaLabel": "Adım {{totalSteps}} / {{currentStep}}"
}
}
}
8 changes: 6 additions & 2 deletions libs/ui-react/src/i18n/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "用户头像",
"notificationAriaLabel": "有通知"
"notificationAriaLabel": "有通知",
"fallbackIconAriaLabel": "备用图标"
},
"baseInput": {
"clearInputAriaLabel": "清空输入框"
Expand All @@ -34,8 +35,11 @@
},
"sideBar": {
"navigationAriaLabel": "侧边栏导航",
"collapseAriaLabel": "收起侧边栏",
"collapseAriaLabel": "折叠侧边栏",
"expandAriaLabel": "展开侧边栏"
},
"stepper": {
"progressAriaLabel": "第 {{currentStep}} / {{totalSteps}} 步"
}
}
}
3 changes: 2 additions & 1 deletion libs/ui-rnative/src/i18n/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "Benutzer-Avatar",
"notificationAriaLabel": "Hat Benachrichtigung"
"notificationAriaLabel": "Hat Benachrichtigung",
"fallbackIconAriaLabel": "Fallback-Icon"
},
"baseInput": {
"clearInputAriaLabel": "Eingabe löschen"
Expand Down
3 changes: 2 additions & 1 deletion libs/ui-rnative/src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "User avatar",
"notificationAriaLabel": "Has notification"
"notificationAriaLabel": "Has notification",
"fallbackIconAriaLabel": "Fallback Icon"
},
"baseInput": {
"clearInputAriaLabel": "Clear input"
Expand Down
3 changes: 2 additions & 1 deletion libs/ui-rnative/src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "Avatar de usuario",
"notificationAriaLabel": "Tiene notificación"
"notificationAriaLabel": "Tiene notificación",
"fallbackIconAriaLabel": "Ícono alternativo"
},
"baseInput": {
"clearInputAriaLabel": "Borrar entrada"
Expand Down
3 changes: 2 additions & 1 deletion libs/ui-rnative/src/i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "Avatar de l'utilisateur",
"notificationAriaLabel": "A une notification"
"notificationAriaLabel": "A une notification",
"fallbackIconAriaLabel": "Icône par défaut"
},
"baseInput": {
"clearInputAriaLabel": "Effacer la saisie"
Expand Down
5 changes: 3 additions & 2 deletions libs/ui-rnative/src/i18n/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "ユーザーアバター",
"notificationAriaLabel": "通知あり"
"notificationAriaLabel": "通知あり",
"fallbackIconAriaLabel": "フォールバックアイコン"
},
"baseInput": {
"clearInputAriaLabel": "インプットを削除"
Expand All @@ -30,7 +31,7 @@
"opensInNewTabAriaLabel": "(新しいタブで開く)"
},
"stepper": {
"progressAriaLabel": "ステップ {{currentStep}}/{{totalSteps}}"
"progressAriaLabel": "ステップ{{currentStep}}/{{totalSteps}}"
}
}
}
5 changes: 3 additions & 2 deletions libs/ui-rnative/src/i18n/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "사용자 아바타",
"notificationAriaLabel": "알림 있음"
"notificationAriaLabel": "알림 있음",
"fallbackIconAriaLabel": "대체 아이콘"
},
"baseInput": {
"clearInputAriaLabel": "입력 값 지우기"
Expand All @@ -30,7 +31,7 @@
"opensInNewTabAriaLabel": "(새 탭에서 열기)"
},
"stepper": {
"progressAriaLabel": "{{totalSteps}}단계 중 {{currentStep}}단계"
"progressAriaLabel": "{{totalSteps}} 중 {{currentStep}} 단계"
}
}
}
3 changes: 2 additions & 1 deletion libs/ui-rnative/src/i18n/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "Avatar do usuário",
"notificationAriaLabel": "Tem notificação"
"notificationAriaLabel": "Tem notificação",
"fallbackIconAriaLabel": "Ícone fallback"
},
"baseInput": {
"clearInputAriaLabel": "Limpar input"
Expand Down
3 changes: 2 additions & 1 deletion libs/ui-rnative/src/i18n/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "Аватар пользователя",
"notificationAriaLabel": "Есть уведомление"
"notificationAriaLabel": "Есть уведомление",
"fallbackIconAriaLabel": "Стандартная иконка"
},
"baseInput": {
"clearInputAriaLabel": "Очистить поле"
Expand Down
3 changes: 2 additions & 1 deletion libs/ui-rnative/src/i18n/locales/th.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "อวาตาร์ผู้ใช้",
"notificationAriaLabel": "มีการแจ้งเตือน"
"notificationAriaLabel": "มีการแจ้งเตือน",
"fallbackIconAriaLabel": "ไอคอนสำรอง"
},
"baseInput": {
"clearInputAriaLabel": "ล้างอินพุต"
Expand Down
5 changes: 3 additions & 2 deletions libs/ui-rnative/src/i18n/locales/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"avatar": {
"defaultAlt": "Kullanıcı avatarı",
"notificationAriaLabel": "Bildirim var"
"notificationAriaLabel": "Bildirim var",
"fallbackIconAriaLabel": "Yedek simge"
},
"baseInput": {
"clearInputAriaLabel": "Girdiyi temizle"
Expand All @@ -30,7 +31,7 @@
"opensInNewTabAriaLabel": "(yeni sekmede açılır)"
},
"stepper": {
"progressAriaLabel": "{{totalSteps}} adımdan {{currentStep}}. adım"
"progressAriaLabel": "Adım {{totalSteps}} / {{currentStep}}"
}
}
}
Loading
Loading