mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 11:05: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
607 B
Plaintext
12 lines
607 B
Plaintext
/*
|
|
Localizable.strings
|
|
bitchatShareExtension (Nepali)
|
|
*/
|
|
|
|
"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" = "लिङ्क सङ्केत गर्न सकेन";
|