Browse Source

Merge pull request #836 from michaelWuensch/chore/autopilot-strings

Change autopilot strings
renovate/lint-staged-8.x
Tom Kirkpatrick 6 years ago
committed by GitHub
parent
commit
ac8513d87a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/components/Onboarding/Autopilot/Autopilot.js
  2. 4
      app/components/Onboarding/Autopilot/messages.js
  3. 4
      app/translations/bg-BG.json
  4. 4
      app/translations/cs-CZ.json
  5. 4
      app/translations/de-DE.json
  6. 4
      app/translations/el-GR.json
  7. 4
      app/translations/en.json
  8. 4
      app/translations/es-ES.json
  9. 4
      app/translations/fr-FR.json
  10. 4
      app/translations/ga-IE.json
  11. 4
      app/translations/hr-HR.json
  12. 4
      app/translations/ja-JP.json
  13. 4
      app/translations/nl-NL.json
  14. 4
      app/translations/pt-BR.json
  15. 4
      app/translations/ro-RO.json
  16. 4
      app/translations/ru-RU.json
  17. 4
      app/translations/sv-SE.json
  18. 4
      app/translations/tr-TR.json
  19. 4
      app/translations/uk-UA.json
  20. 4
      app/translations/zh-CN.json
  21. 4
      app/translations/zh-TW.json

4
app/components/Onboarding/Autopilot/Autopilot.js

@ -12,7 +12,7 @@ const Autopilot = ({ autopilot, setAutopilot }) => (
<div onClick={() => setAutopilot(true)}>
{autopilot ? <FaCircle /> : <FaCircleThin />}
<span className={styles.label}>
<FormattedMessage {...messages.enable} /> Autopilot
<FormattedMessage {...messages.enable} />
</span>
</div>
</section>
@ -24,7 +24,7 @@ const Autopilot = ({ autopilot, setAutopilot }) => (
<div onClick={() => setAutopilot(false)}>
{!autopilot && autopilot !== null ? <FaCircle /> : <FaCircleThin />}
<span className={styles.label}>
<FormattedMessage {...messages.disable} /> Autopilot
<FormattedMessage {...messages.disable} />
</span>
</div>
</section>

4
app/components/Onboarding/Autopilot/messages.js

@ -2,6 +2,6 @@ import { defineMessages } from 'react-intl'
/* eslint-disable max-len */
export default defineMessages({
enable: 'Enable',
disable: 'Disable'
enable: 'Enable Autopilot',
disable: 'Disable Autopilot'
})

4
app/translations/bg-BG.json

@ -75,8 +75,8 @@
"components.Form.Request.request": "Заяви плащане",
"components.Form.Request.title": "Заявка за плащане",
"components.LoadingBolt.loading": "зареждане",
"components.Onboarding.Autopilot.disable": "Забрани",
"components.Onboarding.Autopilot.enable": "Разреши",
"components.Onboarding.Autopilot.disable": "Забрани Autopilot",
"components.Onboarding.Autopilot.enable": "Разреши Autopilot",
"components.Onboarding.BtcPayServer.btcpay_description": "Поставете цялото съдържание на вашия BTCPay Server connection конфигурационен файл. Той може да бъде намерен, като щракнете върху връзката наречена &quot;Click here to open the configuration file.&quot; в настройките на BTCPay Server gRPC.",
"components.Onboarding.BtcPayServer.btcpay_error": "Невалиден текст за свързване.",
"components.Onboarding.BtcPayServer.connection_string_label": "Connection String",

4
app/translations/cs-CZ.json

@ -75,8 +75,8 @@
"components.Form.Request.request": "Vyžádat",
"components.Form.Request.title": "Vyžádat platbu",
"components.LoadingBolt.loading": "",
"components.Onboarding.Autopilot.disable": "Zakázat",
"components.Onboarding.Autopilot.enable": "Povolit",
"components.Onboarding.Autopilot.disable": "Zakázat Autopilot",
"components.Onboarding.Autopilot.enable": "Povolit Autopilot",
"components.Onboarding.BtcPayServer.btcpay_description": "Vložce celý obsah konfiguračního souboru vašeho BTCPay serveru. Naleznete ho po kliknutí na odkaz s názvem&quot;Klikněte zde pro otevření konfiguračního souboru.&quot; v nastavení gRPC vašeho BTCPay serveru.",
"components.Onboarding.BtcPayServer.btcpay_error": "Neplatný připojovací řetězec.",
"components.Onboarding.BtcPayServer.connection_string_label": "",

4
app/translations/de-DE.json

@ -75,8 +75,8 @@
"components.Form.Request.request": "Anforderung",
"components.Form.Request.title": "Zahlung anfordern",
"components.LoadingBolt.loading": "lädt",
"components.Onboarding.Autopilot.disable": "Aus",
"components.Onboarding.Autopilot.enable": "An",
"components.Onboarding.Autopilot.disable": "Autopilot aus",
"components.Onboarding.Autopilot.enable": "Autopilot an",
"components.Onboarding.BtcPayServer.btcpay_description": "Füge den gesamten Inhalt deiner BTCPay Server connection config Datei ein. Du findest diese unter folgendem Link &quot; Klicke hier um die Konfigurationsdatei &quot; in deinen BTCPay Server gRPC Einstellungen zu öffnen.",
"components.Onboarding.BtcPayServer.btcpay_error": "Ungültiger Verbindungsstring.",
"components.Onboarding.BtcPayServer.connection_string_label": "Zeichenfolge der Verbindung",

4
app/translations/el-GR.json

@ -75,8 +75,8 @@
"components.Form.Request.request": "Ζητείται",
"components.Form.Request.title": "Αίτηση πληρωμής",
"components.LoadingBolt.loading": "",
"components.Onboarding.Autopilot.disable": "Απενεργοποίηση",
"components.Onboarding.Autopilot.enable": "Ενεργοποίηση",
"components.Onboarding.Autopilot.disable": "Απενεργοποίηση Autopilot",
"components.Onboarding.Autopilot.enable": "Ενεργοποίηση Autopilot",
"components.Onboarding.BtcPayServer.btcpay_description": "Επικολλήστε το πλήρες περιεχόμενο του αρχείου ρύθμισης σύνδεσης BTCPay Server. Αυτό μπορεί να βρεθεί κάνοντας κλικ στον σύνδεσμο με τίτλο \"Κάντε κλικ εδώ για να ανοίξετε το αρχείο ρυθμίσεων\" στις ρυθμίσεις gRPC του διακομιστή BTCPay.",
"components.Onboarding.BtcPayServer.btcpay_error": "Μη έγκυρη συμβολοσειρά σύνδεσης.",
"components.Onboarding.BtcPayServer.connection_string_label": "",

4
app/translations/en.json

@ -75,8 +75,8 @@
"components.Form.Request.request": "Request",
"components.Form.Request.title": "Request Payment",
"components.LoadingBolt.loading": "loading",
"components.Onboarding.Autopilot.disable": "Disable",
"components.Onboarding.Autopilot.enable": "Enable",
"components.Onboarding.Autopilot.disable": "Disable Autopilot",
"components.Onboarding.Autopilot.enable": "Enable Autopilot",
"components.Onboarding.BtcPayServer.btcpay_description": "Paste the full content of your BTCPay Server connection config file. This can be found by clicking the link entitled 'Click here to open the configuration file' in your BTCPay Server gRPC settings.",
"components.Onboarding.BtcPayServer.btcpay_error": "Invalid connection string.",
"components.Onboarding.BtcPayServer.connection_string_label": "Connection String",

4
app/translations/es-ES.json

@ -75,8 +75,8 @@
"components.Form.Request.request": "Solicitud",
"components.Form.Request.title": "Solicitud de Pago",
"components.LoadingBolt.loading": "carga",
"components.Onboarding.Autopilot.disable": "Deshabilitar",
"components.Onboarding.Autopilot.enable": "Habilitar",
"components.Onboarding.Autopilot.disable": "Deshabilitar Autopilot",
"components.Onboarding.Autopilot.enable": "Habilitar Autopilot",
"components.Onboarding.BtcPayServer.btcpay_description": "Pegar todo el contenido del archivo de configuración de conexión de su servidor BTCPay. Esto se puede encontrar haciendo clic en el enlace titulado \"haga clic aquí para abrir el archivo de configuración.\" en los comandos de configuración del servidor gRPC BTCPay.",
"components.Onboarding.BtcPayServer.btcpay_error": "Cadena de conexión inválida.",
"components.Onboarding.BtcPayServer.connection_string_label": "",

4
app/translations/fr-FR.json

@ -75,8 +75,8 @@
"components.Form.Request.request": "Demander",
"components.Form.Request.title": "Demande de paiement",
"components.LoadingBolt.loading": "chargement",
"components.Onboarding.Autopilot.disable": "Désactiver",
"components.Onboarding.Autopilot.enable": "Activer",
"components.Onboarding.Autopilot.disable": "Désactiver Autopilot",
"components.Onboarding.Autopilot.enable": "Activer Autopilot",
"components.Onboarding.BtcPayServer.btcpay_description": "Collez le contenu complet de votre fichier de configuration de connexion BTCPay Server. Vous pouvez trouver cela en cliquant sur le lien intitulé \"Cliquez ici pour ouvrir le fichier de configuration\" dans vos paramètres gRPC BTCPay Server.",
"components.Onboarding.BtcPayServer.btcpay_error": "Chaîne de connexion non valide.",
"components.Onboarding.BtcPayServer.connection_string_label": "",

4
app/translations/ga-IE.json

@ -75,8 +75,8 @@
"components.Form.Request.request": "Iarratas",
"components.Form.Request.title": "Iarratas ar Íocaíocht",
"components.LoadingBolt.loading": "ag lódáil",
"components.Onboarding.Autopilot.disable": "Díchumasaigh",
"components.Onboarding.Autopilot.enable": "Cumasaigh",
"components.Onboarding.Autopilot.disable": "Díchumasaigh Autopilot",
"components.Onboarding.Autopilot.enable": "Cumasaigh Autopilot",
"components.Onboarding.BtcPayServer.btcpay_description": "Greamaigh an Ábhar iomlán do chomhad cumraíochta nasc Freastalaí BTCPay. Is féidir é seo a fháil trí chliceáil ar an nasc dar teideal 'Cliceáil anseo chun an comhad cumraíochta a oscailt' i do shuímh gRPC Freastalaí BTCPay.",
"components.Onboarding.BtcPayServer.btcpay_error": "String Ceangal neamhbhailí.",
"components.Onboarding.BtcPayServer.connection_string_label": "String Ceangal",

4
app/translations/hr-HR.json

@ -75,8 +75,8 @@
"components.Form.Request.request": "Zahtjev",
"components.Form.Request.title": "Zahtjev za plaćanjem",
"components.LoadingBolt.loading": "",
"components.Onboarding.Autopilot.disable": "Onemogući",
"components.Onboarding.Autopilot.enable": "Omogući",
"components.Onboarding.Autopilot.disable": "Onemogući Autopilot",
"components.Onboarding.Autopilot.enable": "Omogući Autopilot",
"components.Onboarding.BtcPayServer.btcpay_description": "Iskopirajte cijeli sadržaj svoje BTCPay Server konfiguracijske datoteke za spajanje. Možete ga pronaći klikom na link naziva &quot;Kliknite ovdje za otvaranje konfiguracijske datoteke.&quot; u vašim BTCPay Server gRPC postavkama.",
"components.Onboarding.BtcPayServer.btcpay_error": "Nevaljana instrukcija spajanja.",
"components.Onboarding.BtcPayServer.connection_string_label": "",

4
app/translations/ja-JP.json

@ -75,8 +75,8 @@
"components.Form.Request.request": "要求",
"components.Form.Request.title": "支払請求",
"components.LoadingBolt.loading": "",
"components.Onboarding.Autopilot.disable": "無効",
"components.Onboarding.Autopilot.enable": "有効",
"components.Onboarding.Autopilot.disable": "無効 Autopilot",
"components.Onboarding.Autopilot.enable": "有効 Autopilot",
"components.Onboarding.BtcPayServer.btcpay_description": "BTCPay サーバー接続の構成ファイルの完全なコンテンツを貼り付けます。これで、リンクのタイトル &quot;設定ファイルを開くにはここをクリック、&quot; gRPC、BTCPayサーバーの設定、を見つけることができます。",
"components.Onboarding.BtcPayServer.btcpay_error": "無効な接続文字列です。",
"components.Onboarding.BtcPayServer.connection_string_label": "",

4
app/translations/nl-NL.json

@ -75,8 +75,8 @@
"components.Form.Request.request": "Verzoek",
"components.Form.Request.title": "Verzoek betaling",
"components.LoadingBolt.loading": "",
"components.Onboarding.Autopilot.disable": "Uitschakelen",
"components.Onboarding.Autopilot.enable": "Inschakelen",
"components.Onboarding.Autopilot.disable": "Uitschakelen Autopilot",
"components.Onboarding.Autopilot.enable": "Inschakelen Autopilot",
"components.Onboarding.BtcPayServer.btcpay_description": "Plak hier de volledige inhoud van uw BTCPay Server configuratie bestand. Dit kan je vinden door te klikken op de link &quot;Klik hier om het configuratie bestand te openen.&quot; in de gRPC instellingen van je BTCPay Server.",
"components.Onboarding.BtcPayServer.btcpay_error": "Ongeldige verbinding string.",
"components.Onboarding.BtcPayServer.connection_string_label": "",

4
app/translations/pt-BR.json

@ -75,8 +75,8 @@
"components.Form.Request.request": "Solicitar",
"components.Form.Request.title": "Solicitar Pagamento",
"components.LoadingBolt.loading": "",
"components.Onboarding.Autopilot.disable": "Desativar",
"components.Onboarding.Autopilot.enable": "Ativar",
"components.Onboarding.Autopilot.disable": "Desativar Autopilot",
"components.Onboarding.Autopilot.enable": "Ativar Autopilot",
"components.Onboarding.BtcPayServer.btcpay_description": "Cole todo o conteúdo do seu arquivo de configuração de conexão com o servidor BTCPay. Isto pode ser encontrado clicando no link intitulado &quot;clique aqui para abrir o arquivo de configuração.&quot; em suas configurações de gRPC dos servidor BTCPay.",
"components.Onboarding.BtcPayServer.btcpay_error": "Sequência de caracteres de conexão inválida.",
"components.Onboarding.BtcPayServer.connection_string_label": "",

4
app/translations/ro-RO.json

@ -75,8 +75,8 @@
"components.Form.Request.request": "Cerere",
"components.Form.Request.title": "Cere plată",
"components.LoadingBolt.loading": "",
"components.Onboarding.Autopilot.disable": "Dezactivați",
"components.Onboarding.Autopilot.enable": "Permite",
"components.Onboarding.Autopilot.disable": "Dezactivați Autopilot",
"components.Onboarding.Autopilot.enable": "Permite Autopilot",
"components.Onboarding.BtcPayServer.btcpay_description": "Inseraţi întregul conţinut al fisierul dumneavoastra de configurare pentru conexiunea BTCPay Server. Acest lucru pot fi găsite făcând clic pe link-ul intitulat &quot;Click aici pentru a deschide fişierul de configurare.&quot; în setările de gRPC BTCPay Server.",
"components.Onboarding.BtcPayServer.btcpay_error": "Șirul de conectare nevalid.",
"components.Onboarding.BtcPayServer.connection_string_label": "",

4
app/translations/ru-RU.json

@ -75,8 +75,8 @@
"components.Form.Request.request": "Запрос",
"components.Form.Request.title": "Запрос платежа",
"components.LoadingBolt.loading": "",
"components.Onboarding.Autopilot.disable": "Отключить",
"components.Onboarding.Autopilot.enable": "Включить",
"components.Onboarding.Autopilot.disable": "Отключить Autopilot",
"components.Onboarding.Autopilot.enable": "Включить Autopilot",
"components.Onboarding.BtcPayServer.btcpay_description": "Вставьте всё содержимое вашего config-файла подключения к BTCPay Server. Который можно найти, нажав на ссылку \"Нажмите здесь, чтобы открыть config-файл.\" в настройках gRPC BTCPay Server'а.",
"components.Onboarding.BtcPayServer.btcpay_error": "Неверный запрос подключения.",
"components.Onboarding.BtcPayServer.connection_string_label": "",

4
app/translations/sv-SE.json

@ -75,8 +75,8 @@
"components.Form.Request.request": "Begäran",
"components.Form.Request.title": "Begär betalning",
"components.LoadingBolt.loading": "",
"components.Onboarding.Autopilot.disable": "Inaktivera",
"components.Onboarding.Autopilot.enable": "Aktivera",
"components.Onboarding.Autopilot.disable": "Inaktivera Autopilot",
"components.Onboarding.Autopilot.enable": "Aktivera Autopilot",
"components.Onboarding.BtcPayServer.btcpay_description": "Klistra in hela din BTCPay Server konfigurationsfil. Detta kan göras genom att klicka på länken &quot;Click here to open the configuration file.&quot; i BTCPay Server gRPC inställningarna.",
"components.Onboarding.BtcPayServer.btcpay_error": "Ogiltig anslutningssträng.",
"components.Onboarding.BtcPayServer.connection_string_label": "",

4
app/translations/tr-TR.json

@ -75,8 +75,8 @@
"components.Form.Request.request": "İste",
"components.Form.Request.title": "Ödeme talebi",
"components.LoadingBolt.loading": "",
"components.Onboarding.Autopilot.disable": "Devre dışı bırak",
"components.Onboarding.Autopilot.enable": "Etkinleştir",
"components.Onboarding.Autopilot.disable": "Devre dışı bırak Autopilot",
"components.Onboarding.Autopilot.enable": "Etkinleştir Autopilot",
"components.Onboarding.BtcPayServer.btcpay_description": "BTCPay Server bağlantı yapılandırma dosyanızın tüm içeriğini yapıştırın. Bu BTCPay Server gRPC ayarlarınızda, &quot;Yapılandırma dosyasını açmak için buraya tıklayın &quot; başlıklı bağlantıya tıklayarak bulunabilir.",
"components.Onboarding.BtcPayServer.btcpay_error": "Geçersiz bağlantı dizesi.",
"components.Onboarding.BtcPayServer.connection_string_label": "",

4
app/translations/uk-UA.json

@ -75,8 +75,8 @@
"components.Form.Request.request": "Запит",
"components.Form.Request.title": "Замовити оплату",
"components.LoadingBolt.loading": "",
"components.Onboarding.Autopilot.disable": "Вимкнути",
"components.Onboarding.Autopilot.enable": "Увімкнути",
"components.Onboarding.Autopilot.disable": "Вимкнути Autopilot",
"components.Onboarding.Autopilot.enable": "Увімкнути Autopilot",
"components.Onboarding.BtcPayServer.btcpay_description": "Вставити повний зміст вашого BTCPay сервера конфігураційного файлу з'єднання. Його можна знайти, клацнувши посилання право &quot;натисніть тут, щоб відкрити файл конфігурації.&quot; в настройках gRPC BTCPay сервера.",
"components.Onboarding.BtcPayServer.btcpay_error": "Неприпустимий рядок підключення.",
"components.Onboarding.BtcPayServer.connection_string_label": "",

4
app/translations/zh-CN.json

@ -75,8 +75,8 @@
"components.Form.Request.request": "请求",
"components.Form.Request.title": "请求付款",
"components.LoadingBolt.loading": "",
"components.Onboarding.Autopilot.disable": "停用",
"components.Onboarding.Autopilot.enable": "启动",
"components.Onboarding.Autopilot.disable": "停用 Autopilot",
"components.Onboarding.Autopilot.enable": "启动 Autopilot",
"components.Onboarding.BtcPayServer.btcpay_description": "粘贴 BTCPay 服务器连接配置文件。通过单击标题为 &quot;的链接,单击此处打开配置文件, 可以找到此项。BTCPay 服务器 gRPC 设置中的&quot;。",
"components.Onboarding.BtcPayServer.btcpay_error": "无效的连接字符串。",
"components.Onboarding.BtcPayServer.connection_string_label": "",

4
app/translations/zh-TW.json

@ -75,8 +75,8 @@
"components.Form.Request.request": "请求",
"components.Form.Request.title": "请求付款",
"components.LoadingBolt.loading": "",
"components.Onboarding.Autopilot.disable": "停用",
"components.Onboarding.Autopilot.enable": "启动",
"components.Onboarding.Autopilot.disable": "停用 Autopilot",
"components.Onboarding.Autopilot.enable": "启动 Autopilot",
"components.Onboarding.BtcPayServer.btcpay_description": "粘贴 BTCPay 服务器连接配置文件。通过单击标题为 &quot;的链接,单击此处打开配置文件, 可以找到此项。BTCPay 服务器 gRPC 设置中的&quot;。",
"components.Onboarding.BtcPayServer.btcpay_error": "无效的连接字符串。",
"components.Onboarding.BtcPayServer.connection_string_label": "",

Loading…
Cancel
Save