mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 17:25:20 +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>
15 lines
448 B
Plaintext
15 lines
448 B
Plaintext
/*
|
|
Localizable.strings
|
|
bitchatShareExtension
|
|
|
|
Base English strings for the share extension.
|
|
*/
|
|
|
|
"share.status.nothing_to_share" = "nothing to share";
|
|
"share.status.no_shareable_content" = "no shareable content";
|
|
"share.fallback.shared_link_title" = "shared Link";
|
|
"share.status.shared_link" = "✓ shared link to bitchat";
|
|
"share.status.shared_text" = "✓ shared text to bitchat";
|
|
"share.status.failed_to_encode" = "failed to encode link";
|
|
|