Localization - Part 2 (#2178)
* Changed language codes in the UI to be a list of all codes we will ever support. * Converted actionables * Fixed the GetLocales not using Intersect, but Union. * Fixed some localization strings in backend when user doesn't exist. Removed AllowAnonymous from reset-password, since it is a protected API * Fixed all instances of anonymous APIs where Claim wouldn't work * Keyed preference options and mixed misc localization issues * Translations update from Hosted Weblate (#2177) * Bump versions by dotnet-bump-version. * Added translation using Weblate (Dutch) * Bump versions by dotnet-bump-version. * Translated using Weblate (Dutch) Currently translated at 20.8% (33 of 158 strings) Translation: Kavita/backend Translate-URL: https://hosted.weblate.org/projects/kavita/backend/nl/ * Translated using Weblate (Spanish) Currently translated at 1.4% (20 of 1371 strings) Translation: Kavita/ui Translate-URL: https://hosted.weblate.org/projects/kavita/ui/es/ * Translated using Weblate (Dutch) Currently translated at 60.1% (95 of 158 strings) Translation: Kavita/backend Translate-URL: https://hosted.weblate.org/projects/kavita/backend/nl/ * Translated using Weblate (Dutch) Currently translated at 60.1% (95 of 158 strings) Translation: Kavita/backend Translate-URL: https://hosted.weblate.org/projects/kavita/backend/nl/ * Added translation using Weblate (Dutch) --------- Co-authored-by: Hans Kalisvaart <hans.kalisvaart@gmail.com> Co-authored-by: Javier Barbero <javier.agustin.barbero@gmail.com> Co-authored-by: Stijn <stijn.biemans@gmail.com> --------- Co-authored-by: Weblate (bot) <hosted@weblate.org> Co-authored-by: Hans Kalisvaart <hans.kalisvaart@gmail.com> Co-authored-by: Javier Barbero <javier.agustin.barbero@gmail.com> Co-authored-by: Stijn <stijn.biemans@gmail.com>
This commit is contained in:
parent
c7701bc729
commit
69532d45ac
26 changed files with 2035 additions and 195 deletions
|
|
@ -180,6 +180,13 @@
|
|||
"scan-queued": "A site theme scan has been queued"
|
||||
},
|
||||
|
||||
"theme": {
|
||||
"theme-dark": "Dark",
|
||||
"theme-black": "Black",
|
||||
"theme-paper": "Paper",
|
||||
"theme-white": "White"
|
||||
},
|
||||
|
||||
"restriction-selector": {
|
||||
"title": "Age Rating Restriction",
|
||||
"description": "When selected, all series and reading lists that have at least one item that is greater than the selected restriction will be pruned from results.",
|
||||
|
|
@ -1750,10 +1757,53 @@
|
|||
},
|
||||
|
||||
"actionable": {
|
||||
"scan-library": "Scan Library",
|
||||
"refresh-covers": "Refresh Covers",
|
||||
"analyze-files": "Analyze Files",
|
||||
"settings": "Settings",
|
||||
"edit": "Edit",
|
||||
"mark-as-read": "Mark as Read",
|
||||
"mark-as-unread": "Mark as Unread",
|
||||
"scan-series": "Scan Series",
|
||||
"add-to": "Add to",
|
||||
"add-to-want-to-read": "Add to Want to Read",
|
||||
"remove-from-want-to-read": "Remove from Want to Read",
|
||||
"remove-from-on-deck": "Remove From On Deck",
|
||||
"others": "Others"
|
||||
"others": "Others",
|
||||
"add-to-reading-list": "Add to Reading List",
|
||||
"add-to-collection": "Add to Collection",
|
||||
"send-to": "Send To",
|
||||
"delete": "Delete",
|
||||
"download": "Download",
|
||||
"read-incognito": "Read Incognito",
|
||||
"details": "Details",
|
||||
"view-series": "View Series",
|
||||
"clear": "Clear",
|
||||
"import-cbl": "Import CBL"
|
||||
},
|
||||
|
||||
"preferences": {
|
||||
"left-to-right": "Left to Right",
|
||||
"right-to-left": "Right to Left",
|
||||
"horizontal": "Horizontal",
|
||||
"vertical": "Vertical",
|
||||
"automatic": "Automatic",
|
||||
"fit-to-height": "Fit to Height",
|
||||
"fit-to-width": "Fit to Width",
|
||||
"original": "Original",
|
||||
"fit-to-screen": "Fit to Screen",
|
||||
"no-split": "No Split",
|
||||
"webtoon": "Webtoon",
|
||||
"single": "Single",
|
||||
"double": "Double",
|
||||
"double-manga": "Double (Manga)",
|
||||
"scroll": "Scroll",
|
||||
"1-column": "1 Column",
|
||||
"2-column": "2 Column",
|
||||
"cards": "Cards",
|
||||
"list": "List",
|
||||
"up-to-down": "Up to Down"
|
||||
},
|
||||
|
||||
|
||||
"validation": {
|
||||
|
|
|
|||
|
|
@ -21,7 +21,10 @@
|
|||
"not-valid-email": "El correo electronico tiene que ser válido",
|
||||
"saving": "Guardando …",
|
||||
"update": "Actualizar",
|
||||
"required": "Este campo es obligatorio"
|
||||
"required": "Este campo es obligatorio",
|
||||
"close": "Cerrar",
|
||||
"email": "dirección de correo",
|
||||
"cancel": "Cancelar"
|
||||
},
|
||||
"user-scrobble-history": {
|
||||
"data-header": "Datos",
|
||||
|
|
@ -29,6 +32,7 @@
|
|||
"filter-label": "Filtro",
|
||||
"type-header": "Tipo",
|
||||
"rating": "Puntuación {{r}}",
|
||||
"no-data": "No hay datos"
|
||||
"no-data": "No hay datos",
|
||||
"last-modified-header": "Última Modificación"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
1631
UI/Web/src/assets/langs/nl.json
Normal file
1631
UI/Web/src/assets/langs/nl.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue