mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-24 23:25:19 +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
446 B
Plaintext
12 lines
446 B
Plaintext
/*
|
|
Localizable.strings
|
|
bitchatShareExtension (Simplified Chinese)
|
|
*/
|
|
|
|
"share.status.nothing_to_share" = "没有可分享的内容";
|
|
"share.status.no_shareable_content" = "没有可分享的素材";
|
|
"share.fallback.shared_link_title" = "分享的链接";
|
|
"share.status.shared_link" = "✓ 已将链接分享至 bitchat";
|
|
"share.status.shared_text" = "✓ 已将文本分享至 bitchat";
|
|
"share.status.failed_to_encode" = "无法编码链接";
|