Skip to content

Commit

Permalink
fix(l10n): Update Spanish translations
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (7 of 7 strings)

Translation: Pachli/Core/Data : Main
Translate-URL: https://hosted.weblate.org/projects/pachli/coredata-main/es/
  • Loading branch information
jumase authored and nikclayton committed Aug 5, 2024
1 parent 75a8152 commit 7c32a07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/data/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="server_repository_error_get_well_known_node_info">fallo al obtener /.well-known/nodeinfo: %1$s</string>
<string name="server_repository_error_unsupported_schema">/.well-known/nodeinfo no contiene esquemas comprensibles</string>
<string name="server_repository_error_get_node_info">fallo al obtener nodeinfo %1$s: %2$s</string>
<string name="server_repository_error_validate_node_info">fallo al validar nodeinfo %1$s: %2$s</string>
<string name="server_repository_error_get_instance_info">fallo al obtener /api/v1/instance: %1$s</string>
<string name="server_repository_error_capabilities">fallo al analizar las capacidades del servidor: %1$s</string>
</resources>
<string name="error_filter_server_does_not_filter">El servidor no es compatible con filtros</string>
</resources>

0 comments on commit 7c32a07

Please sign in to comment.