mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 13:05:18 +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
506 B
Plaintext
12 lines
506 B
Plaintext
/*
|
|
Localizable.strings
|
|
bitchatShareExtension (Japanese)
|
|
*/
|
|
|
|
"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" = "リンクのエンコードに失敗しました";
|