damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 8589fe9aee827cc22b766e9b5711cfe11a5e9e89
parent 2aee84c65fa8f63e5a63a83f84cbf5263bf310b8
Author: Terry Yiu <963907+tyiu@users.noreply.github.com>
Date:   Sat, 29 Apr 2023 09:00:56 -0400

Translations (#1020)

* Apply translations in sv_SE

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'sv_SE' language.

* Export strings for translation

* Apply translations in nl

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'nl' language.

* Apply translations in cs

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'cs' language.

* Apply translations in ja

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'ja' language.

* Apply translations in el_GR

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'el_GR' language.

* Apply translations in hu_HU

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'hu_HU' language.

* Apply translations in zh_CN

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'zh_CN' language.

* Apply translations in zh_CN

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'zh_CN' language.

* Apply translations in zh_CN

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'zh_CN' language.

* Apply translations in zh_CN

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'zh_CN' language.

* Apply translations in zh_CN

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'zh_CN' language.

* Apply translations in zh_CN

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'zh_CN' language.

* Apply translations in zh_HK

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'zh_HK' language.

* Apply translations in zh_TW

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'zh_TW' language.

* Apply translations in zh_TW

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'zh_TW' language.

* Apply translations in zh_TW

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'zh_TW' language.

* Apply translations in zh_TW

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'zh_TW' language.

* Apply translations in zh_TW

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'zh_TW' language.

* Apply translations in zh_TW

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'zh_TW' language.

* Apply translations in sv_SE

100% translated for the source file 'damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings'
on the 'sv_SE' language.

---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Diffstat:
Mdamus/Views/Settings/TranslationSettingsView.swift | 2+-
Mdamus/cs.lproj/Localizable.strings | 0
Mdamus/el-GR.lproj/Localizable.strings | 0
Mdamus/en-US.xcloc/Localized Contents/en-US.xliff | 19+++++++++++++++++--
Mdamus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings | 0
Mdamus/hu-HU.lproj/Localizable.strings | 0
Mdamus/ja.lproj/Localizable.strings | 0
Mdamus/nl.lproj/Localizable.strings | 0
Mdamus/sv-SE.lproj/Localizable.strings | 0
Mdamus/zh-CN.lproj/Localizable.strings | 0
Mdamus/zh-HK.lproj/Localizable.strings | 0
Mdamus/zh-TW.lproj/Localizable.strings | 0
12 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/damus/Views/Settings/TranslationSettingsView.swift b/damus/Views/Settings/TranslationSettingsView.swift @@ -66,7 +66,7 @@ struct TranslationSettingsView: View { } if settings.translation_service == .nokyctranslate { - SecureField(NSLocalizedString("API Key (required)", comment: "Prompt for optional entry of API Key to use translation server."), text: $settings.nokyctranslate_api_key) + SecureField(NSLocalizedString("API Key (required)", comment: "Prompt for required entry of API Key to use translation server."), text: $settings.nokyctranslate_api_key) .disableAutocorrection(true) .disabled(settings.translation_service != .nokyctranslate) .autocapitalization(UITextAutocapitalizationType.none) diff --git a/damus/cs.lproj/Localizable.strings b/damus/cs.lproj/Localizable.strings Binary files differ. diff --git a/damus/el-GR.lproj/Localizable.strings b/damus/el-GR.lproj/Localizable.strings Binary files differ. diff --git a/damus/en-US.xcloc/Localized Contents/en-US.xliff b/damus/en-US.xcloc/Localized Contents/en-US.xliff @@ -564,6 +564,11 @@ Sentence composed of 2 variables to describe how many people are following a use <target>Get API Key</target> <note>Button to navigate to DeepL website to get a translation API key.</note> </trans-unit> + <trans-unit id="Get API Key with BTC/Lightning" xml:space="preserve"> + <source>Get API Key with BTC/Lightning</source> + <target>Get API Key with BTC/Lightning</target> + <note>Button to navigate to nokyctranslate website to get a translation API key.</note> + </trans-unit> <trans-unit id="Hide" xml:space="preserve"> <source>Hide</source> <target>Hide</target> @@ -786,6 +791,11 @@ Sentence composed of 2 variables to describe how many people are following a use <target>No zaps will be sent, only a lightning payment.</target> <note>Description of non-zap type where sats are sent to the user's wallet as a regular Lightning payment, not as a zap.</note> </trans-unit> + <trans-unit id="NoKYCTranslate.com (Prepay with BTC)" xml:space="preserve"> + <source>NoKYCTranslate.com (Prepay with BTC)</source> + <target>NoKYCTranslate.com (Prepay with BTC)</target> + <note>Dropdown option for selecting NoKYCTranslate.com as the translation service.</note> + </trans-unit> <trans-unit id="None" xml:space="preserve"> <source>None</source> <target>None</target> @@ -964,7 +974,7 @@ Button text to indicate that the zap type is a private zap.</note> <trans-unit id="Quote" xml:space="preserve"> <source>Quote</source> <target>Quote</target> - <note>Title of alert for confirming to make a quoted post.</note> + <note>Button to compose a quoted note</note> </trans-unit> <trans-unit id="Reactions" xml:space="preserve"> <source>Reactions</source> @@ -1054,7 +1064,12 @@ Button text to indicate that the zap type is a private zap.</note> <trans-unit id="Repost" xml:space="preserve"> <source>Repost</source> <target>Repost</target> - <note>Title of alert for confirming to repost a post.</note> + <note>Button to repost a note</note> + </trans-unit> + <trans-unit id="Repost Note" xml:space="preserve"> + <source>Repost Note</source> + <target>Repost Note</target> + <note>Title text to indicate that the buttons below are meant to be used to repost a note to others.</note> </trans-unit> <trans-unit id="Reposted" xml:space="preserve"> <source>Reposted</source> diff --git a/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings b/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings Binary files differ. diff --git a/damus/hu-HU.lproj/Localizable.strings b/damus/hu-HU.lproj/Localizable.strings Binary files differ. diff --git a/damus/ja.lproj/Localizable.strings b/damus/ja.lproj/Localizable.strings Binary files differ. diff --git a/damus/nl.lproj/Localizable.strings b/damus/nl.lproj/Localizable.strings Binary files differ. diff --git a/damus/sv-SE.lproj/Localizable.strings b/damus/sv-SE.lproj/Localizable.strings Binary files differ. diff --git a/damus/zh-CN.lproj/Localizable.strings b/damus/zh-CN.lproj/Localizable.strings Binary files differ. diff --git a/damus/zh-HK.lproj/Localizable.strings b/damus/zh-HK.lproj/Localizable.strings Binary files differ. diff --git a/damus/zh-TW.lproj/Localizable.strings b/damus/zh-TW.lproj/Localizable.strings Binary files differ.