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
501 B
Plaintext
12 lines
501 B
Plaintext
/*
|
|
Localizable.strings
|
|
bitchatShareExtension (Arabic)
|
|
*/
|
|
|
|
"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" = "تعذر ترميز الرابط";
|