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
425 B
Plaintext
12 lines
425 B
Plaintext
/*
|
|
Localizable.strings
|
|
bitchatShareExtension (German)
|
|
*/
|
|
|
|
"share.status.nothing_to_share" = "nichts zum teilen";
|
|
"share.status.no_shareable_content" = "kein teilbarer inhalt";
|
|
"share.fallback.shared_link_title" = "geteilter link";
|
|
"share.status.shared_link" = "✓ link zu bitchat geteilt";
|
|
"share.status.shared_text" = "✓ text zu bitchat geteilt";
|
|
"share.status.failed_to_encode" = "link konnte nicht codiert werden";
|