mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 00:45: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>
12 lines
454 B
Plaintext
12 lines
454 B
Plaintext
/*
|
|
Localizable.strings
|
|
bitchatShareExtension (Portuguese - Brazil)
|
|
*/
|
|
|
|
"share.status.nothing_to_share" = "nada para compartilhar";
|
|
"share.status.no_shareable_content" = "nenhum conteúdo compartilhável";
|
|
"share.fallback.shared_link_title" = "link compartilhado";
|
|
"share.status.shared_link" = "✓ link enviado para bitchat";
|
|
"share.status.shared_text" = "✓ texto enviado para bitchat";
|
|
"share.status.failed_to_encode" = "falha ao codificar link";
|