mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 16:25:21 +00:00
* Add base localization infrastructure and externalize strings * Add Spanish localization scaffolding with translations * Add machine translations for expanded locales --------- Co-authored-by: jack <jackjackbits@users.noreply.github.com>
13 lines
455 B
Plaintext
13 lines
455 B
Plaintext
/*
|
|
Localizable.strings
|
|
bitchatShareExtension (Spanish)
|
|
*/
|
|
|
|
"share.status.nothing_to_share" = "nada que compartir";
|
|
"share.status.no_shareable_content" = "sin contenido que se pueda compartir";
|
|
"share.fallback.shared_link_title" = "enlace compartido";
|
|
"share.status.shared_link" = "✓ enlace compartido con bitchat";
|
|
"share.status.shared_text" = "✓ texto compartido con bitchat";
|
|
"share.status.failed_to_encode" = "no se pudo codificar el enlace";
|
|
|