i18n(dashboard): dashboard keys across locales

This commit is contained in:
Maurice
2026-05-26 23:12:08 +02:00
parent e5000ff7dd
commit e04ceeb1ee
19 changed files with 19 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ const dashboard: TranslationStrings = {
'dashboard.subtitle.activeMany': '{count} رحلات نشطة', 'dashboard.subtitle.activeMany': '{count} رحلات نشطة',
'dashboard.subtitle.archivedSuffix': ' · {count} مؤرشفة', 'dashboard.subtitle.archivedSuffix': ' · {count} مؤرشفة',
'dashboard.newTrip': 'رحلة جديدة', 'dashboard.newTrip': 'رحلة جديدة',
'dashboard.newTripSub': 'Start blank · or import from another planner',
'dashboard.gridView': 'عرض شبكي', 'dashboard.gridView': 'عرض شبكي',
'dashboard.listView': 'عرض قائمة', 'dashboard.listView': 'عرض قائمة',
'dashboard.currency': 'العملة', 'dashboard.currency': 'العملة',
+1
View File
@@ -9,6 +9,7 @@ const dashboard: TranslationStrings = {
'dashboard.subtitle.activeMany': '{count} viagens ativas', 'dashboard.subtitle.activeMany': '{count} viagens ativas',
'dashboard.subtitle.archivedSuffix': ' · {count} arquivadas', 'dashboard.subtitle.archivedSuffix': ' · {count} arquivadas',
'dashboard.newTrip': 'Nova viagem', 'dashboard.newTrip': 'Nova viagem',
'dashboard.newTripSub': 'Start blank · or import from another planner',
'dashboard.gridView': 'Grade', 'dashboard.gridView': 'Grade',
'dashboard.listView': 'Lista', 'dashboard.listView': 'Lista',
'dashboard.currency': 'Moeda', 'dashboard.currency': 'Moeda',
+1
View File
@@ -9,6 +9,7 @@ const dashboard: TranslationStrings = {
'dashboard.subtitle.activeMany': '{count} aktivních cest', 'dashboard.subtitle.activeMany': '{count} aktivních cest',
'dashboard.subtitle.archivedSuffix': ' · {count} archivováno', 'dashboard.subtitle.archivedSuffix': ' · {count} archivováno',
'dashboard.newTrip': 'Nová cesta', 'dashboard.newTrip': 'Nová cesta',
'dashboard.newTripSub': 'Start blank · or import from another planner',
'dashboard.gridView': 'Mřížka', 'dashboard.gridView': 'Mřížka',
'dashboard.listView': 'Seznam', 'dashboard.listView': 'Seznam',
'dashboard.currency': 'Měna', 'dashboard.currency': 'Měna',
+1
View File
@@ -9,6 +9,7 @@ const dashboard: TranslationStrings = {
'dashboard.subtitle.activeMany': '{count} aktive Reisen', 'dashboard.subtitle.activeMany': '{count} aktive Reisen',
'dashboard.subtitle.archivedSuffix': ' · {count} archiviert', 'dashboard.subtitle.archivedSuffix': ' · {count} archiviert',
'dashboard.newTrip': 'Neue Reise', 'dashboard.newTrip': 'Neue Reise',
'dashboard.newTripSub': 'Eine neue Reise von Grund auf planen',
'dashboard.gridView': 'Kachelansicht', 'dashboard.gridView': 'Kachelansicht',
'dashboard.listView': 'Listenansicht', 'dashboard.listView': 'Listenansicht',
'dashboard.currency': 'Währung', 'dashboard.currency': 'Währung',
+1
View File
@@ -9,6 +9,7 @@ const dashboard: TranslationStrings = {
'dashboard.subtitle.activeMany': '{count} active trips', 'dashboard.subtitle.activeMany': '{count} active trips',
'dashboard.subtitle.archivedSuffix': ' · {count} archived', 'dashboard.subtitle.archivedSuffix': ' · {count} archived',
'dashboard.newTrip': 'New Trip', 'dashboard.newTrip': 'New Trip',
'dashboard.newTripSub': 'Plan a new trip from scratch',
'dashboard.gridView': 'Grid view', 'dashboard.gridView': 'Grid view',
'dashboard.listView': 'List view', 'dashboard.listView': 'List view',
'dashboard.currency': 'Currency', 'dashboard.currency': 'Currency',
+1
View File
@@ -9,6 +9,7 @@ const dashboard: TranslationStrings = {
'dashboard.subtitle.activeMany': '{count} viajes activos', 'dashboard.subtitle.activeMany': '{count} viajes activos',
'dashboard.subtitle.archivedSuffix': ' · {count} archivados', 'dashboard.subtitle.archivedSuffix': ' · {count} archivados',
'dashboard.newTrip': 'Nuevo viaje', 'dashboard.newTrip': 'Nuevo viaje',
'dashboard.newTripSub': 'Empezar de cero · o importar desde otro planificador',
'dashboard.gridView': 'Vista de cuadrícula', 'dashboard.gridView': 'Vista de cuadrícula',
'dashboard.listView': 'Vista de lista', 'dashboard.listView': 'Vista de lista',
'dashboard.currency': 'Divisa', 'dashboard.currency': 'Divisa',
+1
View File
@@ -9,6 +9,7 @@ const dashboard: TranslationStrings = {
'dashboard.subtitle.activeMany': '{count} voyages actifs', 'dashboard.subtitle.activeMany': '{count} voyages actifs',
'dashboard.subtitle.archivedSuffix': ' · {count} archivés', 'dashboard.subtitle.archivedSuffix': ' · {count} archivés',
'dashboard.newTrip': 'Nouveau voyage', 'dashboard.newTrip': 'Nouveau voyage',
'dashboard.newTripSub': 'Start blank · or import from another planner',
'dashboard.gridView': 'Vue en grille', 'dashboard.gridView': 'Vue en grille',
'dashboard.listView': 'Vue en liste', 'dashboard.listView': 'Vue en liste',
'dashboard.currency': 'Devise', 'dashboard.currency': 'Devise',
+1
View File
@@ -9,6 +9,7 @@ const dashboard: TranslationStrings = {
'dashboard.subtitle.activeMany': '{count} aktív utazás', 'dashboard.subtitle.activeMany': '{count} aktív utazás',
'dashboard.subtitle.archivedSuffix': ' · {count} archivált', 'dashboard.subtitle.archivedSuffix': ' · {count} archivált',
'dashboard.newTrip': 'Új utazás', 'dashboard.newTrip': 'Új utazás',
'dashboard.newTripSub': 'Start blank · or import from another planner',
'dashboard.gridView': 'Rácsnézet', 'dashboard.gridView': 'Rácsnézet',
'dashboard.listView': 'Listanézet', 'dashboard.listView': 'Listanézet',
'dashboard.currency': 'Pénznem', 'dashboard.currency': 'Pénznem',
+1
View File
@@ -9,6 +9,7 @@ const dashboard: TranslationStrings = {
'dashboard.subtitle.activeMany': '{count} perjalanan aktif', 'dashboard.subtitle.activeMany': '{count} perjalanan aktif',
'dashboard.subtitle.archivedSuffix': ' · {count} diarsipkan', 'dashboard.subtitle.archivedSuffix': ' · {count} diarsipkan',
'dashboard.newTrip': 'Perjalanan Baru', 'dashboard.newTrip': 'Perjalanan Baru',
'dashboard.newTripSub': 'Start blank · or import from another planner',
'dashboard.gridView': 'Tampilan grid', 'dashboard.gridView': 'Tampilan grid',
'dashboard.listView': 'Tampilan daftar', 'dashboard.listView': 'Tampilan daftar',
'dashboard.currency': 'Mata uang', 'dashboard.currency': 'Mata uang',
+1
View File
@@ -9,6 +9,7 @@ const dashboard: TranslationStrings = {
'dashboard.subtitle.activeMany': '{count} viaggi attivi', 'dashboard.subtitle.activeMany': '{count} viaggi attivi',
'dashboard.subtitle.archivedSuffix': ' · {count} archiviati', 'dashboard.subtitle.archivedSuffix': ' · {count} archiviati',
'dashboard.newTrip': 'Nuovo Viaggio', 'dashboard.newTrip': 'Nuovo Viaggio',
'dashboard.newTripSub': 'Start blank · or import from another planner',
'dashboard.gridView': 'Vista a griglia', 'dashboard.gridView': 'Vista a griglia',
'dashboard.listView': 'Vista a lista', 'dashboard.listView': 'Vista a lista',
'dashboard.currency': 'Valuta', 'dashboard.currency': 'Valuta',
+1
View File
@@ -9,6 +9,7 @@ const dashboard: TranslationStrings = {
'dashboard.subtitle.activeMany': '進行中の旅行 {count}件', 'dashboard.subtitle.activeMany': '進行中の旅行 {count}件',
'dashboard.subtitle.archivedSuffix': ' · アーカイブ {count}件', 'dashboard.subtitle.archivedSuffix': ' · アーカイブ {count}件',
'dashboard.newTrip': '新しい旅行', 'dashboard.newTrip': '新しい旅行',
'dashboard.newTripSub': 'Start blank · or import from another planner',
'dashboard.gridView': 'グリッド表示', 'dashboard.gridView': 'グリッド表示',
'dashboard.listView': 'リスト表示', 'dashboard.listView': 'リスト表示',
'dashboard.currency': '通貨', 'dashboard.currency': '通貨',
+1
View File
@@ -9,6 +9,7 @@ const dashboard: TranslationStrings = {
'dashboard.subtitle.activeMany': '활성 여행 {count}개', 'dashboard.subtitle.activeMany': '활성 여행 {count}개',
'dashboard.subtitle.archivedSuffix': ' · {count}개 보관됨', 'dashboard.subtitle.archivedSuffix': ' · {count}개 보관됨',
'dashboard.newTrip': '새 여행', 'dashboard.newTrip': '새 여행',
'dashboard.newTripSub': 'Start blank · or import from another planner',
'dashboard.gridView': '격자 보기', 'dashboard.gridView': '격자 보기',
'dashboard.listView': '목록 보기', 'dashboard.listView': '목록 보기',
'dashboard.currency': '통화', 'dashboard.currency': '통화',
+1
View File
@@ -9,6 +9,7 @@ const dashboard: TranslationStrings = {
'dashboard.subtitle.activeMany': '{count} actieve reizen', 'dashboard.subtitle.activeMany': '{count} actieve reizen',
'dashboard.subtitle.archivedSuffix': ' · {count} gearchiveerd', 'dashboard.subtitle.archivedSuffix': ' · {count} gearchiveerd',
'dashboard.newTrip': 'Nieuwe reis', 'dashboard.newTrip': 'Nieuwe reis',
'dashboard.newTripSub': 'Start blank · or import from another planner',
'dashboard.gridView': 'Rasterweergave', 'dashboard.gridView': 'Rasterweergave',
'dashboard.listView': 'Lijstweergave', 'dashboard.listView': 'Lijstweergave',
'dashboard.currency': 'Valuta', 'dashboard.currency': 'Valuta',
+1
View File
@@ -9,6 +9,7 @@ const dashboard: TranslationStrings = {
'dashboard.subtitle.activeMany': '{count} aktywnych podróży', 'dashboard.subtitle.activeMany': '{count} aktywnych podróży',
'dashboard.subtitle.archivedSuffix': ' · {count} zarchiwizowanych', 'dashboard.subtitle.archivedSuffix': ' · {count} zarchiwizowanych',
'dashboard.newTrip': 'Nowa podróż', 'dashboard.newTrip': 'Nowa podróż',
'dashboard.newTripSub': 'Start blank · or import from another planner',
'dashboard.gridView': 'Widok siatki', 'dashboard.gridView': 'Widok siatki',
'dashboard.listView': 'Widok listy', 'dashboard.listView': 'Widok listy',
'dashboard.currency': 'Waluta', 'dashboard.currency': 'Waluta',
+1
View File
@@ -9,6 +9,7 @@ const dashboard: TranslationStrings = {
'dashboard.subtitle.activeMany': '{count} активных поездок', 'dashboard.subtitle.activeMany': '{count} активных поездок',
'dashboard.subtitle.archivedSuffix': ' · {count} в архиве', 'dashboard.subtitle.archivedSuffix': ' · {count} в архиве',
'dashboard.newTrip': 'Новая поездка', 'dashboard.newTrip': 'Новая поездка',
'dashboard.newTripSub': 'Start blank · or import from another planner',
'dashboard.gridView': 'Плитка', 'dashboard.gridView': 'Плитка',
'dashboard.listView': 'Список', 'dashboard.listView': 'Список',
'dashboard.currency': 'Валюта', 'dashboard.currency': 'Валюта',
+1
View File
@@ -9,6 +9,7 @@ const dashboard: TranslationStrings = {
'dashboard.subtitle.activeMany': '{count} aktif gezi', 'dashboard.subtitle.activeMany': '{count} aktif gezi',
'dashboard.subtitle.archivedSuffix': ' · {count} arşivlendi', 'dashboard.subtitle.archivedSuffix': ' · {count} arşivlendi',
'dashboard.newTrip': 'Yeni gezi', 'dashboard.newTrip': 'Yeni gezi',
'dashboard.newTripSub': 'Start blank · or import from another planner',
'dashboard.gridView': 'Izgara görünümü', 'dashboard.gridView': 'Izgara görünümü',
'dashboard.listView': 'Liste görünümü', 'dashboard.listView': 'Liste görünümü',
'dashboard.currency': 'Para birimi', 'dashboard.currency': 'Para birimi',
+1
View File
@@ -9,6 +9,7 @@ const dashboard: TranslationStrings = {
'dashboard.subtitle.activeMany': '{count} активних поїздок', 'dashboard.subtitle.activeMany': '{count} активних поїздок',
'dashboard.subtitle.archivedSuffix': ' · {count} в архіві', 'dashboard.subtitle.archivedSuffix': ' · {count} в архіві',
'dashboard.newTrip': 'Нова поїздка', 'dashboard.newTrip': 'Нова поїздка',
'dashboard.newTripSub': 'Start blank · or import from another planner',
'dashboard.gridView': 'Плитка', 'dashboard.gridView': 'Плитка',
'dashboard.listView': 'Список', 'dashboard.listView': 'Список',
'dashboard.currency': 'Валюта', 'dashboard.currency': 'Валюта',
+1
View File
@@ -9,6 +9,7 @@ const dashboard: TranslationStrings = {
'dashboard.subtitle.activeMany': '{count} 個進行中的旅行', 'dashboard.subtitle.activeMany': '{count} 個進行中的旅行',
'dashboard.subtitle.archivedSuffix': ' · {count} 已歸檔', 'dashboard.subtitle.archivedSuffix': ' · {count} 已歸檔',
'dashboard.newTrip': '新建旅行', 'dashboard.newTrip': '新建旅行',
'dashboard.newTripSub': 'Start blank · or import from another planner',
'dashboard.gridView': '網格檢視', 'dashboard.gridView': '網格檢視',
'dashboard.listView': '列表檢視', 'dashboard.listView': '列表檢視',
'dashboard.currency': '貨幣', 'dashboard.currency': '貨幣',
+1
View File
@@ -9,6 +9,7 @@ const dashboard: TranslationStrings = {
'dashboard.subtitle.activeMany': '{count} 个进行中的旅行', 'dashboard.subtitle.activeMany': '{count} 个进行中的旅行',
'dashboard.subtitle.archivedSuffix': ' · {count} 已归档', 'dashboard.subtitle.archivedSuffix': ' · {count} 已归档',
'dashboard.newTrip': '新建旅行', 'dashboard.newTrip': '新建旅行',
'dashboard.newTripSub': 'Start blank · or import from another planner',
'dashboard.gridView': '网格视图', 'dashboard.gridView': '网格视图',
'dashboard.listView': '列表视图', 'dashboard.listView': '列表视图',
'dashboard.currency': '货币', 'dashboard.currency': '货币',