mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 16:03:03 +01:00
fix(webui): missing i18n for vuetify datatable
This commit is contained in:
parent
d524b31d10
commit
4fc4e32d00
9 changed files with 18 additions and 9 deletions
|
|
@ -5,7 +5,8 @@
|
|||
},
|
||||
"dataTable": {
|
||||
"itemsPerPageText": "الصفوف لكل صفحة:"
|
||||
}
|
||||
},
|
||||
"noDataText": "لا توجد بيانات متاحة"
|
||||
},
|
||||
"account_settings": {
|
||||
"account_settings": "إعدادات الحساب",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
},
|
||||
"dataTable": {
|
||||
"itemsPerPageText": "Zeilen pro Seite:"
|
||||
}
|
||||
},
|
||||
"noDataText": "Keine Daten vorhanden"
|
||||
},
|
||||
"account_settings": {
|
||||
"account_settings": "Kontoeinstellungen",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
},
|
||||
"dataTable": {
|
||||
"itemsPerPageText": "Rows per page:"
|
||||
}
|
||||
},
|
||||
"noDataText": "No data available"
|
||||
},
|
||||
"account_settings": {
|
||||
"account_settings": "Account Settings",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
},
|
||||
"dataTable": {
|
||||
"itemsPerPageText": "Filas por página:"
|
||||
}
|
||||
},
|
||||
"noDataText": "No hay datos disponibles"
|
||||
},
|
||||
"account_settings": {
|
||||
"account_settings": "Configuración de cuenta",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
},
|
||||
"dataTable": {
|
||||
"itemsPerPageText": "Élements par page:"
|
||||
}
|
||||
},
|
||||
"noDataText": "Aucune donnée disponible"
|
||||
},
|
||||
"account_settings": {
|
||||
"account_settings": "Paramètres du compte",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
},
|
||||
"dataTable": {
|
||||
"itemsPerPageText": "페이지 당 행 수:"
|
||||
}
|
||||
},
|
||||
"noDataText": "데이터가 없습니다."
|
||||
},
|
||||
"account_settings": {
|
||||
"account_settings": "계정 설정",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
},
|
||||
"dataTable": {
|
||||
"itemsPerPageText": "Rader per side:"
|
||||
}
|
||||
},
|
||||
"noDataText": "Ingen data er tilgjengelig"
|
||||
},
|
||||
"account_settings": {
|
||||
"account_settings": "kontoinnstillinger",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
},
|
||||
"dataTable": {
|
||||
"itemsPerPageText": "Linhas por página:"
|
||||
}
|
||||
},
|
||||
"noDataText": "Não há dados disponíveis"
|
||||
},
|
||||
"account_settings": {
|
||||
"account_settings": "configurações da conta",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
},
|
||||
"dataTable": {
|
||||
"itemsPerPageText": "Строк на странице:"
|
||||
}
|
||||
},
|
||||
"noDataText": "Отсутствуют данные"
|
||||
},
|
||||
"account_settings": {
|
||||
"account_settings": "настройки учётной записи",
|
||||
|
|
|
|||
Loading…
Reference in a new issue